-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
81 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Stian Sebastian Skjelstad aka mw| <[email protected]> - Maintainer of th | |
Lars Åge Kamfjord aka Laaknor <[email protected]> - Debian compile-tests (x86) | ||
- Skolelinux compile-tests (x86) | ||
Andreas Kristiansen aka Kafka - Comments | ||
Mathias Boeen - Debian compile-tests (x86) | ||
Mathias Bøhn - Debian compile-tests (x86) | ||
Mathias Nilsen aka beta <[email protected]> - Fedora Core 2 compile-tests | ||
Helge aka alge - Debian SID compile-tests (x86) | ||
- Fedore Core 1 compile-tests (x86) | ||
|
@@ -27,9 +27,11 @@ Luigi Auriemma - Locating some bu | |
Adam Sampson <[email protected]> - Minor patch | ||
Chuck Anderson <[email protected]> - Patches | ||
François Revol <[email protected]> - SDL Audio, and Haiku support | ||
Jindřich Makovička <[email protected]> - SDL Audio quirk, minor fix in detection for glibc bug 4936, C version of FPU mixer | ||
Jindřich Makovička <[email protected]> - SDL Audio quirk, minor fix in detection for glibc bug 4936, C version of FPU mixer, audio position interpolation | ||
Csaba Halász aka Jester01 - Minor SDL keyboard updates | ||
Ossi Saukko - Minor patch | ||
Nanda H Krishna - Minor patch | ||
cysp74 - Minor patch | ||
|
||
|
||
Also, see AUTHORS file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.71 for ocp 0.2.99. | ||
# Generated by GNU Autoconf 2.71 for ocp 0.2.100. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -611,8 +611,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='ocp' | ||
PACKAGE_TARNAME='ocp' | ||
PACKAGE_VERSION='0.2.99' | ||
PACKAGE_STRING='ocp 0.2.99' | ||
PACKAGE_VERSION='0.2.100' | ||
PACKAGE_STRING='ocp 0.2.100' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1467,7 +1467,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures ocp 0.2.99 to adapt to many kinds of systems. | ||
\`configure' configures ocp 0.2.100 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1533,7 +1533,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of ocp 0.2.99:";; | ||
short | recursive ) echo "Configuration of ocp 0.2.100:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1750,7 +1750,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
ocp configure 0.2.99 | ||
ocp configure 0.2.100 | ||
generated by GNU Autoconf 2.71 | ||
Copyright (C) 2021 Free Software Foundation, Inc. | ||
|
@@ -2636,7 +2636,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by ocp $as_me 0.2.99, which was | ||
It was created by ocp $as_me 0.2.100, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
$ $0$ac_configure_args_raw | ||
|
@@ -3608,7 +3608,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ | |
ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||
|
||
|
||
printf "%s\n" "#define DLLVERSION 0x00000263" >>confdefs.h | ||
printf "%s\n" "#define DLLVERSION 0x00000264" >>confdefs.h | ||
|
||
|
||
|
||
|
@@ -16696,7 +16696,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by ocp $as_me 0.2.99, which was | ||
This file was extended by ocp $as_me 0.2.100, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -16760,7 +16760,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config='$ac_cs_config_escaped' | ||
ac_cs_version="\\ | ||
ocp config.status 0.2.99 | ||
ocp config.status 0.2.100 | ||
configured by $0, generated by GNU Autoconf 2.71, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_INIT([ocp],[0.2.99],[[email protected]]) | ||
AC_DEFINE(DLLVERSION, [0x00000263]) | ||
AC_INIT([ocp],[0.2.100],[[email protected]]) | ||
AC_DEFINE(DLLVERSION, [0x00000264]) | ||
|
||
AC_CANONICAL_HOST | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters