diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-02-08 15:02:50 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-02-08 15:02:50 +0000 |
commit | 67cf706d2f049b1a55405c21b577e0e2db58aaca (patch) | |
tree | 8a3e0f8fa743496a6213f1a66a362ae3b4f7db9e /configure | |
parent | 827e538267a03f1c40ddc9cbdbe6f2954ba61354 (diff) | |
download | lighttpd-67cf706d2f049b1a55405c21b577e0e2db58aaca.tar.gz |
eloy: new upstream versiondebian/1.4.10-1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for lighttpd 1.4.9. +# Generated by GNU Autoconf 2.59 for lighttpd 1.4.10. # # Report bugs to <jan@kneschke.de>. # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='lighttpd' PACKAGE_TARNAME='lighttpd' -PACKAGE_VERSION='1.4.9' -PACKAGE_STRING='lighttpd 1.4.9' +PACKAGE_VERSION='1.4.10' +PACKAGE_STRING='lighttpd 1.4.10' PACKAGE_BUGREPORT='jan@kneschke.de' ac_unique_file="src/server.c" @@ -954,7 +954,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 lighttpd 1.4.9 to adapt to many kinds of systems. +\`configure' configures lighttpd 1.4.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1021,7 +1021,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lighttpd 1.4.9:";; + short | recursive ) echo "Configuration of lighttpd 1.4.10:";; esac cat <<\_ACEOF @@ -1183,7 +1183,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -lighttpd configure 1.4.9 +lighttpd configure 1.4.10 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1197,7 +1197,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by lighttpd $as_me 1.4.9, which was +It was created by lighttpd $as_me 1.4.10, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1925,7 +1925,7 @@ fi # Define the identity of the package. PACKAGE='lighttpd' - VERSION='1.4.9' + VERSION='1.4.10' cat >>confdefs.h <<_ACEOF @@ -27390,6 +27390,10 @@ case $host_os in * ) ;; esac +CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=600 -D_BSD_SOURCE" + + + @@ -27426,7 +27430,7 @@ esac for ac_func in dup2 getcwd inet_ntoa inet_ntop memset mmap munmap strchr \ strdup strerror strstr strtol sendfile getopt socket \ gethostbyname poll sigtimedwait epoll_ctl getrlimit chroot \ - getuid select signal pathconf madvise\ + getuid select signal pathconf madvise posix_fadvise posix_madvise \ writev sigaction sendfile64 send_file kqueue port_create localtime_r do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -28774,6 +28778,7 @@ else fi + if test "${GCC}" = "yes"; then CFLAGS="${CFLAGS} -Wall -W -Wshadow -pedantic" fi @@ -29198,7 +29203,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by lighttpd $as_me 1.4.9, which was +This file was extended by lighttpd $as_me 1.4.10, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -29261,7 +29266,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -lighttpd config.status 1.4.9 +lighttpd config.status 1.4.10 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |