|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.71 for SDL2_mixer 2.6.0. |
| 3 | +# Generated by GNU Autoconf 2.71 for SDL2_mixer 2.6.1. |
4 | 4 | #
|
5 | 5 | # Report bugs to <https://github.com/libsdl-org/SDL_mixer/issues>.
|
6 | 6 | #
|
@@ -760,8 +760,8 @@ MAKEFLAGS=
|
760 | 760 | # Identity of this package.
|
761 | 761 | PACKAGE_NAME='SDL2_mixer'
|
762 | 762 | PACKAGE_TARNAME='SDL2_mixer'
|
763 |
| -PACKAGE_VERSION='2.6.0' |
764 |
| -PACKAGE_STRING='SDL2_mixer 2.6.0' |
| 763 | +PACKAGE_VERSION='2.6.1' |
| 764 | +PACKAGE_STRING='SDL2_mixer 2.6.1' |
765 | 765 | PACKAGE_BUGREPORT='https://github.com/libsdl-org/SDL_mixer/issues'
|
766 | 766 | PACKAGE_URL=''
|
767 | 767 |
|
@@ -1574,7 +1574,7 @@ if test "$ac_init_help" = "long"; then
|
1574 | 1574 | # Omit some internal or obsolete options to make the list less imposing.
|
1575 | 1575 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1576 | 1576 | cat <<_ACEOF
|
1577 |
| -\`configure' configures SDL2_mixer 2.6.0 to adapt to many kinds of systems. |
| 1577 | +\`configure' configures SDL2_mixer 2.6.1 to adapt to many kinds of systems. |
1578 | 1578 |
|
1579 | 1579 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1580 | 1580 |
|
|
1640 | 1640 |
|
1641 | 1641 | if test -n "$ac_init_help"; then
|
1642 | 1642 | case $ac_init_help in
|
1643 |
| - short | recursive ) echo "Configuration of SDL2_mixer 2.6.0:";; |
| 1643 | + short | recursive ) echo "Configuration of SDL2_mixer 2.6.1:";; |
1644 | 1644 | esac
|
1645 | 1645 | cat <<\_ACEOF
|
1646 | 1646 |
|
|
1827 | 1827 | test -n "$ac_init_help" && exit $ac_status
|
1828 | 1828 | if $ac_init_version; then
|
1829 | 1829 | cat <<\_ACEOF
|
1830 |
| -SDL2_mixer configure 2.6.0 |
| 1830 | +SDL2_mixer configure 2.6.1 |
1831 | 1831 | generated by GNU Autoconf 2.71
|
1832 | 1832 |
|
1833 | 1833 | Copyright (C) 2021 Free Software Foundation, Inc.
|
@@ -2212,7 +2212,7 @@ cat >config.log <<_ACEOF
|
2212 | 2212 | This file contains any messages produced by compilers while
|
2213 | 2213 | running configure, to aid debugging if configure makes a mistake.
|
2214 | 2214 |
|
2215 |
| -It was created by SDL2_mixer $as_me 2.6.0, which was |
| 2215 | +It was created by SDL2_mixer $as_me 2.6.1, which was |
2216 | 2216 | generated by GNU Autoconf 2.71. Invocation command line was
|
2217 | 2217 |
|
2218 | 2218 | $ $0$ac_configure_args_raw
|
@@ -3190,7 +3190,7 @@ MAJOR_VERSION=2
|
3190 | 3190 |
|
3191 | 3191 | MINOR_VERSION=6
|
3192 | 3192 |
|
3193 |
| -MICRO_VERSION=0 |
| 3193 | +MICRO_VERSION=1 |
3194 | 3194 |
|
3195 | 3195 |
|
3196 | 3196 | BINARY_AGE=`expr $MINOR_VERSION \* 100 + $MICRO_VERSION`
|
@@ -12188,11 +12188,11 @@ if test x$ac_prog_cxx_stdcxx = xno
|
12188 | 12188 | then :
|
12189 | 12189 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
|
12190 | 12190 | printf %s "checking for $CXX option to enable C++11 features... " >&6; }
|
12191 |
| -if test ${ac_cv_prog_cxx_cxx11+y} |
| 12191 | +if test ${ac_cv_prog_cxx_11+y} |
12192 | 12192 | then :
|
12193 | 12193 | printf %s "(cached) " >&6
|
12194 | 12194 | else $as_nop
|
12195 |
| - ac_cv_prog_cxx_cxx11=no |
| 12195 | + ac_cv_prog_cxx_11=no |
12196 | 12196 | ac_save_CXX=$CXX
|
12197 | 12197 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
12198 | 12198 | /* end confdefs.h. */
|
@@ -12234,11 +12234,11 @@ if test x$ac_prog_cxx_stdcxx = xno
|
12234 | 12234 | then :
|
12235 | 12235 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
|
12236 | 12236 | printf %s "checking for $CXX option to enable C++98 features... " >&6; }
|
12237 |
| -if test ${ac_cv_prog_cxx_cxx98+y} |
| 12237 | +if test ${ac_cv_prog_cxx_98+y} |
12238 | 12238 | then :
|
12239 | 12239 | printf %s "(cached) " >&6
|
12240 | 12240 | else $as_nop
|
12241 |
| - ac_cv_prog_cxx_cxx98=no |
| 12241 | + ac_cv_prog_cxx_98=no |
12242 | 12242 | ac_save_CXX=$CXX
|
12243 | 12243 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
12244 | 12244 | /* end confdefs.h. */
|
@@ -12558,11 +12558,11 @@ if test x$ac_prog_cxx_stdcxx = xno
|
12558 | 12558 | then :
|
12559 | 12559 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
|
12560 | 12560 | printf %s "checking for $CXX option to enable C++11 features... " >&6; }
|
12561 |
| -if test ${ac_cv_prog_cxx_cxx11+y} |
| 12561 | +if test ${ac_cv_prog_cxx_11+y} |
12562 | 12562 | then :
|
12563 | 12563 | printf %s "(cached) " >&6
|
12564 | 12564 | else $as_nop
|
12565 |
| - ac_cv_prog_cxx_cxx11=no |
| 12565 | + ac_cv_prog_cxx_11=no |
12566 | 12566 | ac_save_CXX=$CXX
|
12567 | 12567 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
12568 | 12568 | /* end confdefs.h. */
|
@@ -12604,11 +12604,11 @@ if test x$ac_prog_cxx_stdcxx = xno
|
12604 | 12604 | then :
|
12605 | 12605 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
|
12606 | 12606 | printf %s "checking for $CXX option to enable C++98 features... " >&6; }
|
12607 |
| -if test ${ac_cv_prog_cxx_cxx98+y} |
| 12607 | +if test ${ac_cv_prog_cxx_98+y} |
12608 | 12608 | then :
|
12609 | 12609 | printf %s "(cached) " >&6
|
12610 | 12610 | else $as_nop
|
12611 |
| - ac_cv_prog_cxx_cxx98=no |
| 12611 | + ac_cv_prog_cxx_98=no |
12612 | 12612 | ac_save_CXX=$CXX
|
12613 | 12613 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
12614 | 12614 | /* end confdefs.h. */
|
@@ -19505,7 +19505,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
19505 | 19505 | # report actual input values of CONFIG_FILES etc. instead of their
|
19506 | 19506 | # values after options handling.
|
19507 | 19507 | ac_log="
|
19508 |
| -This file was extended by SDL2_mixer $as_me 2.6.0, which was |
| 19508 | +This file was extended by SDL2_mixer $as_me 2.6.1, which was |
19509 | 19509 | generated by GNU Autoconf 2.71. Invocation command line was
|
19510 | 19510 |
|
19511 | 19511 | CONFIG_FILES = $CONFIG_FILES
|
@@ -19564,7 +19564,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
19564 | 19564 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
19565 | 19565 | ac_cs_config='$ac_cs_config_escaped'
|
19566 | 19566 | ac_cs_version="\\
|
19567 |
| -SDL2_mixer config.status 2.6.0 |
| 19567 | +SDL2_mixer config.status 2.6.1 |
19568 | 19568 | configured by $0, generated by GNU Autoconf 2.71,
|
19569 | 19569 | with options \\"\$ac_cs_config\\"
|
19570 | 19570 |
|
|
0 commit comments