Diff for /embedaddon/lighttpd/configure between versions 1.1 and 1.1.1.2

version 1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2014/06/15 20:20:05
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for lighttpd 1.4.33.# Generated by GNU Autoconf 2.69 for lighttpd 1.4.35.
 #  #
 # Report bugs to <contact@lighttpd.net>.  # Report bugs to <contact@lighttpd.net>.
 #  #
Line 590  MAKEFLAGS= Line 590  MAKEFLAGS=
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='lighttpd'  PACKAGE_NAME='lighttpd'
 PACKAGE_TARNAME='lighttpd'  PACKAGE_TARNAME='lighttpd'
PACKAGE_VERSION='1.4.33'PACKAGE_VERSION='1.4.35'
PACKAGE_STRING='lighttpd 1.4.33'PACKAGE_STRING='lighttpd 1.4.35'
 PACKAGE_BUGREPORT='contact@lighttpd.net'  PACKAGE_BUGREPORT='contact@lighttpd.net'
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 1385  if test "$ac_init_help" = "long"; then Line 1385  if test "$ac_init_help" = "long"; then
   # 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 lighttpd 1.4.33 to adapt to many kinds of systems.\`configure' configures lighttpd 1.4.35 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1456  fi Line 1456  fi
   
 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 lighttpd 1.4.33:";;     short | recursive ) echo "Configuration of lighttpd 1.4.35:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1604  fi Line 1604  fi
 test -n "$ac_init_help" && exit $ac_status  test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
lighttpd configure 1.4.33lighttpd configure 1.4.35
 generated by GNU Autoconf 2.69  generated by GNU Autoconf 2.69
   
 Copyright (C) 2012 Free Software Foundation, Inc.  Copyright (C) 2012 Free Software Foundation, Inc.
Line 2267  cat >config.log <<_ACEOF Line 2267  cat >config.log <<_ACEOF
 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 lighttpd $as_me 1.4.33, which wasIt was created by lighttpd $as_me 1.4.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was  generated by GNU Autoconf 2.69.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 3248  fi Line 3248  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='lighttpd'   PACKAGE='lighttpd'
 VERSION='1.4.33' VERSION='1.4.35'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 3457  END Line 3457  END
   fi    fi
 fi  fi
   
   
 # Check whether --enable-silent-rules was given.  # Check whether --enable-silent-rules was given.
 if test "${enable_silent_rules+set}" = set; then :  if test "${enable_silent_rules+set}" = set; then :
   enableval=$enable_silent_rules;    enableval=$enable_silent_rules;
Line 7589  ia64-*-hpux*) Line 7590  ia64-*-hpux*)
   rm -rf conftest*    rm -rf conftest*
   ;;    ;;
   
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)  s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.    # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext    echo 'int i;' > conftest.$ac_ext
Line 7614  s390*-*linux*|s390*-*tpf*|sparc*-*linux*) Line 7615  s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
                 ;;                  ;;
             esac              esac
             ;;              ;;
          ppc64-*linux*|powerpc64-*linux*)          powerpc64le-*)
             LD="${LD-ld} -m elf32lppclinux"
             ;;
           powerpc64-*)
             LD="${LD-ld} -m elf32ppclinux"              LD="${LD-ld} -m elf32ppclinux"
             ;;              ;;
           s390x-*linux*)            s390x-*linux*)
Line 7633  s390*-*linux*|s390*-*tpf*|sparc*-*linux*) Line 7637  s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
           x86_64-*linux*)            x86_64-*linux*)
             LD="${LD-ld} -m elf_x86_64"              LD="${LD-ld} -m elf_x86_64"
             ;;              ;;
          ppc*-*linux*|powerpc*-*linux*)          powerpcle-*)
             LD="${LD-ld} -m elf64lppc"
             ;;
           powerpc-*)
             LD="${LD-ld} -m elf64ppc"              LD="${LD-ld} -m elf64ppc"
             ;;              ;;
           s390*-*linux*|s390*-*tpf*)            s390*-*linux*|s390*-*tpf*)
Line 16975  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 Line 16982  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their  # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  # values after options handling.
 ac_log="  ac_log="
This file was extended by lighttpd $as_me 1.4.33, which wasThis file was extended by lighttpd $as_me 1.4.35, which was
 generated by GNU Autoconf 2.69.  Invocation command line was  generated by GNU Autoconf 2.69.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 17041  _ACEOF Line 17048  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\  ac_cs_version="\\
lighttpd config.status 1.4.33lighttpd config.status 1.4.35
 configured by $0, generated by GNU Autoconf 2.69,  configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"    with options \\"\$ac_cs_config\\"
   

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>