| version 1.46 | | version 1.47 |
|---|
| | |
| #! /bin/sh | | #! /bin/sh |
| # From configure.ac Id: configure.ac. | | # From configure.ac Id: configure.ac. |
| # Guess values for system-dependent variables and create Makefiles. | | # Guess values for system-dependent variables and create Makefiles. |
| # Generated by GNU Autoconf 2.59 for crossfire 1.6.0. | | # Generated by GNU Autoconf 2.59 for crossfire 1.7.0. |
| # | | # |
| # Report bugs to <crossfire-devel@listserv.real-time.com>. | | # Report bugs to <crossfire-devel@listserv.real-time.com>. |
| # | | # |
| | |
| # Identity of this package. | | # Identity of this package. |
| PACKAGE_NAME='crossfire' | | PACKAGE_NAME='crossfire' |
| PACKAGE_TARNAME='crossfire' | | PACKAGE_TARNAME='crossfire' |
| PACKAGE_VERSION='1.6.0' | | PACKAGE_VERSION='1.7.0' |
| PACKAGE_STRING='crossfire 1.6.0' | | PACKAGE_STRING='crossfire 1.7.0' |
| PACKAGE_BUGREPORT='crossfire-devel@listserv.real-time.com' | | PACKAGE_BUGREPORT='crossfire-devel@listserv.real-time.com' |
| | | |
| ac_unique_file="server/main.c" | | ac_unique_file="server/main.c" |
| | |
| # Omit some internal or obsolete options to make the list less imposing. | | # 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. | | # This message is too long to be a string in the A/UX 3.1 sh. |
| cat <<_ACEOF | | cat <<_ACEOF |
| \`configure' configures crossfire 1.6.0 to adapt to many kinds of systems. | | \`configure' configures crossfire 1.7.0 to adapt to many kinds of systems. |
| | | |
| Usage: $0 [OPTION]... [VAR=VALUE]... | | Usage: $0 [OPTION]... [VAR=VALUE]... |
| | | |
| | |
| | | |
| if test -n "$ac_init_help"; then | | if test -n "$ac_init_help"; then |
| case $ac_init_help in | | case $ac_init_help in |
| short | recursive ) echo "Configuration of crossfire 1.6.0:";; | | short | recursive ) echo "Configuration of crossfire 1.7.0:";; |
| esac | | esac |
| cat <<\_ACEOF | | cat <<\_ACEOF |
| | | |
| | |
| test -n "$ac_init_help" && exit 0 | | test -n "$ac_init_help" && exit 0 |
| if $ac_init_version; then | | if $ac_init_version; then |
| cat <<\_ACEOF | | cat <<\_ACEOF |
| crossfire configure 1.6.0 | | crossfire configure 1.7.0 |
| generated by GNU Autoconf 2.59 | | generated by GNU Autoconf 2.59 |
| | | |
| Copyright (C) 2003 Free Software Foundation, Inc. | | Copyright (C) 2003 Free Software Foundation, Inc. |
| | |
| This file contains any messages produced by compilers while | | This file contains any messages produced by compilers while |
| running configure, to aid debugging if configure makes a mistake. | | running configure, to aid debugging if configure makes a mistake. |
| | | |
| It was created by crossfire $as_me 1.6.0, which was | | It was created by crossfire $as_me 1.7.0, which was |
| generated by GNU Autoconf 2.59. Invocation command line was | | generated by GNU Autoconf 2.59. Invocation command line was |
| | | |
| $ $0 $@ | | $ $0 $@ |
| | |
| | | |
| # Define the identity of the package. | | # Define the identity of the package. |
| PACKAGE=crossfire | | PACKAGE=crossfire |
| VERSION=1.6.0 | | VERSION=1.7.0 |
| | | |
| | | |
| cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| fi | | fi |
| | | |
| | | |
| | | echo "$as_me:$LINENO: checking for main in -lz" >&5 |
| | | echo $ECHO_N "checking for main in -lz... $ECHO_C" >&6 |
| | | if test "${ac_cv_lib_z_main+set}" = set; then |
| | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | | else |
| | | ac_check_lib_save_LIBS=$LIBS |
| | | LIBS="-lz $X11LIBS $LIBS" |
| | | cat >conftest.$ac_ext <<_ACEOF |
| | | /* confdefs.h. */ |
| | | _ACEOF |
| | | cat confdefs.h >>conftest.$ac_ext |
| | | cat >>conftest.$ac_ext <<_ACEOF |
| | | /* end confdefs.h. */ |
| | | |
| | | |
| | | int |
| | | main () |
| | | { |
| | | main (); |
| | | ; |
| | | return 0; |
| | | } |
| | | _ACEOF |
| | | rm -f conftest.$ac_objext conftest$ac_exeext |
| | | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| | | (eval $ac_link) 2>conftest.er1 |
| | | ac_status=$? |
| | | grep -v '^ *+' conftest.er1 >conftest.err |
| | | rm -f conftest.er1 |
| | | cat conftest.err >&5 |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); } && |
| | | { ac_try='test -z "$ac_c_werror_flag" |
| | | || test ! -s conftest.err' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; } && |
| | | { ac_try='test -s conftest$ac_exeext' |
| | | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| | | (eval $ac_try) 2>&5 |
| | | ac_status=$? |
| | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | | (exit $ac_status); }; }; then |
| | | ac_cv_lib_z_main=yes |
| | | else |
| | | echo "$as_me: failed program was:" >&5 |
| | | sed 's/^/| /' conftest.$ac_ext >&5 |
| | | |
| | | ac_cv_lib_z_main=no |
| | | fi |
| | | rm -f conftest.err conftest.$ac_objext \ |
| | | conftest$ac_exeext conftest.$ac_ext |
| | | LIBS=$ac_check_lib_save_LIBS |
| | | fi |
| | | echo "$as_me:$LINENO: result: $ac_cv_lib_z_main" >&5 |
| | | echo "${ECHO_T}$ac_cv_lib_z_main" >&6 |
| | | if test $ac_cv_lib_z_main = yes; then |
| | | |
| | | cat >>confdefs.h <<\_ACEOF |
| | | #define HAVE_LIBZ |
| | | _ACEOF |
| | | X11LIBS="$X11LIBS -lz" |
| | | fi |
| | | |
| | | |
| | | |
| echo "$as_me:$LINENO: checking for main in -lcrypt" >&5 | | echo "$as_me:$LINENO: checking for main in -lcrypt" >&5 |
| echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6 |
| | |
| } >&5 | | } >&5 |
| cat >&5 <<_CSEOF | | cat >&5 <<_CSEOF |
| | | |
| This file was extended by crossfire $as_me 1.6.0, which was | | This file was extended by crossfire $as_me 1.7.0, which was |
| generated by GNU Autoconf 2.59. Invocation command line was | | generated by GNU Autoconf 2.59. Invocation command line was |
| | | |
| CONFIG_FILES = $CONFIG_FILES | | CONFIG_FILES = $CONFIG_FILES |
| | |
| | | |
| cat >>$CONFIG_STATUS <<_ACEOF | | cat >>$CONFIG_STATUS <<_ACEOF |
| ac_cs_version="\\ | | ac_cs_version="\\ |
| crossfire config.status 1.6.0 | | crossfire config.status 1.7.0 |
| configured by $0, generated by GNU Autoconf 2.59, | | configured by $0, generated by GNU Autoconf 2.59, |
| with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
| | | |