ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/configure
(Generate patch)

Comparing ircd-hybrid-8/configure (file contents):
Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1348 by michael, Wed Apr 11 17:04:22 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1111 2010-11-26 20:01:41Z michael .
2 > # From configure.ac Id: configure.ac 1338 2012-04-05 11:05:48Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3.0.
4 > # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 573 | Line 573 | MAKEFLAGS=
573   # Identity of this package.
574   PACKAGE_NAME='ircd-hybrid'
575   PACKAGE_TARNAME='ircd-hybrid'
576 < PACKAGE_VERSION='7.3.0'
577 < PACKAGE_STRING='ircd-hybrid 7.3.0'
576 > PACKAGE_VERSION='8beta1'
577 > PACKAGE_STRING='ircd-hybrid 8beta1'
578   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
579   PACKAGE_URL=''
580  
# Line 690 | Line 690 | YACC
690   am__fastdepCC_FALSE
691   am__fastdepCC_TRUE
692   CCDEPMODE
693 + am__nodep
694   AMDEPBACKSLASH
695   AMDEP_FALSE
696   AMDEP_TRUE
# Line 783 | Line 784 | with_included_ltdl
784   with_ltdl_include
785   with_ltdl_lib
786   enable_ltdl_install
786 with_zlib_path
787 enable_zlib
787   with_libpcre_path
788   enable_libpcre
789   enable_openssl
# Line 798 | Line 797 | enable_poll
797   enable_select
798   with_nicklen
799   with_topiclen
801 with_syslog_facility
800   enable_efnet
801   enable_halfops
802   enable_debugging
803   enable_warnings
806 enable_syslog
804   '
805        ac_precious_vars='build_alias
806   host_alias
# Line 1358 | Line 1355 | if test "$ac_init_help" = "long"; then
1355    # Omit some internal or obsolete options to make the list less imposing.
1356    # This message is too long to be a string in the A/UX 3.1 sh.
1357    cat <<_ACEOF
1358 < \`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems.
1358 > \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1359  
1360   Usage: $0 [OPTION]... [VAR=VALUE]...
1361  
# Line 1428 | Line 1425 | fi
1425  
1426   if test -n "$ac_init_help"; then
1427    case $ac_init_help in
1428 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";;
1428 >     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1429     esac
1430    cat <<\_ACEOF
1431  
# Line 1446 | Line 1443 | Optional Features:
1443                            optimize for fast installation [default=yes]
1444    --disable-libtool-lock  avoid locking (might break parallel builds)
1445    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1446    --disable-libpcre       Disable PCRE support
1447    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1448    --disable-openssl            Disable OpenSSL support.
# Line 1462 | Line 1458 | Optional Features:
1458    --enable-halfops        Enable halfops support.
1459    --enable-debugging      Enable debugging.
1460    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1461  
1462   Optional Packages:
1463    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1464    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1465 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1465 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1466                            both]
1467    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1468    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1470 | Optional Packages:
1470    --with-included-ltdl    use the GNU ltdl sources included here
1471    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1472    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1480  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1473    --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1474    --with-nicklen=<value>  Set nickname length (default 9).
1475    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1476  
1477   Some influential environment variables:
1478    CC          C compiler command
# Line 1567 | Line 1556 | fi
1556   test -n "$ac_init_help" && exit $ac_status
1557   if $ac_init_version; then
1558    cat <<\_ACEOF
1559 < ircd-hybrid configure 7.3.0
1559 > ircd-hybrid configure 8beta1
1560   generated by GNU Autoconf 2.68
1561  
1562   Copyright (C) 2010 Free Software Foundation, Inc.
# Line 2093 | Line 2082 | cat >config.log <<_ACEOF
2082   This file contains any messages produced by compilers while
2083   running configure, to aid debugging if configure makes a mistake.
2084  
2085 < It was created by ircd-hybrid $as_me 7.3.0, which was
2085 > It was created by ircd-hybrid $as_me 8beta1, which was
2086   generated by GNU Autoconf 2.68.  Invocation command line was
2087  
2088    $ $0 $@
# Line 2378 | Line 2367 | as_fn_append ac_func_list " strtok_r"
2367   as_fn_append ac_func_list " usleep"
2368   as_fn_append ac_func_list " strlcat"
2369   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2370   as_fn_append ac_header_list " crypt.h"
2383 as_fn_append ac_header_list " inttypes.h"
2384 as_fn_append ac_header_list " stdint.h"
2371   as_fn_append ac_header_list " sys/resource.h"
2372   as_fn_append ac_header_list " sys/param.h"
2387 as_fn_append ac_header_list " errno.h"
2388 as_fn_append ac_header_list " sys/syslog.h"
2373   as_fn_append ac_header_list " types.h"
2374   as_fn_append ac_header_list " socket.h"
2375   as_fn_append ac_header_list " sys/wait.h"
2376   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2377   # Check that the precious variables saved in the cache have kept the same
2378   # value.
2379   ac_cache_corrupted=false
# Line 2926 | Line 2909 | fi
2909  
2910   # Define the identity of the package.
2911   PACKAGE='ircd-hybrid'
2912 < VERSION='7.3.0'
2912 > VERSION='8beta1'
2913  
2914  
2915   cat >>confdefs.h <<_ACEOF
# Line 2956 | Line 2939 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2939  
2940   # We need awk for the "check" target.  The system "awk" is bad on
2941   # some platforms.
2942 < # Always define AMTAR for backward compatibility.
2942 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2943 > # in the wild :-(  We should find a proper way to deprecate it ...
2944 > AMTAR='$${TAR-tar}'
2945  
2946 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2962 <
2963 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2946 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2947  
2948  
2949  
# Line 3046 | Line 3029 | fi
3029   if test "x$enable_dependency_tracking" != xno; then
3030    am_depcomp="$ac_aux_dir/depcomp"
3031    AMDEPBACKSLASH='\'
3032 +  am__nodep='_no'
3033   fi
3034   if test "x$enable_dependency_tracking" != xno; then
3035    AMDEP_TRUE=
# Line 3859 | Line 3843 | else
3843    # instance it was reported that on HP-UX the gcc test will end up
3844    # making a dummy file named `D' -- because `-MD' means `put the output
3845    # in D'.
3846 +  rm -rf conftest.dir
3847    mkdir conftest.dir
3848    # Copy depcomp to subdir because otherwise we won't find it if we're
3849    # using a relative directory.
# Line 3918 | Line 3903 | else
3903          break
3904        fi
3905        ;;
3906 <    msvisualcpp | msvcmsys)
3906 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3907        # This compiler won't grok `-c -o', but also, the minuso test has
3908        # not run yet.  These depmodes are late enough in the game, and
3909        # so weak that their functioning should not be impacted.
# Line 4151 | Line 4136 | fi
4136  
4137  
4138   if test "$ac_cv_prog_cc_c99" = "no"; then :
4139 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4139 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4140   fi
4141   for ac_prog in 'bison -y' byacc
4142   do
# Line 4376 | Line 4361 | esac
4361  
4362  
4363  
4364 < macro_version='2.4'
4365 < macro_revision='1.3293'
4364 > macro_version='2.4.2'
4365 > macro_revision='1.3337'
4366  
4367  
4368  
# Line 5222 | Line 5207 | else
5207      lt_cv_sys_max_cmd_len=196608
5208      ;;
5209  
5210 +  os2*)
5211 +    # The test takes a long time on OS/2.
5212 +    lt_cv_sys_max_cmd_len=8192
5213 +    ;;
5214 +
5215    osf*)
5216      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5217      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5251 | else
5251        # If test is not a shell built-in, we'll probably end up computing a
5252        # maximum length that is only half of the actual maximum length, but
5253        # we can't tell.
5254 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5254 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5255                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5256                test $i != 17 # 1/2 MB should be enough
5257        do
# Line 5690 | Line 5680 | irix5* | irix6* | nonstopux*)
5680    lt_cv_deplibs_check_method=pass_all
5681    ;;
5682  
5683 < # This must be Linux ELF.
5683 > # This must be glibc/ELF.
5684   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5685    lt_cv_deplibs_check_method=pass_all
5686    ;;
# Line 6330 | Line 6320 | old_postuninstall_cmds=
6320   if test -n "$RANLIB"; then
6321    case $host_os in
6322    openbsd*)
6323 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6323 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6324      ;;
6325    *)
6326 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6326 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6327      ;;
6328    esac
6329 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6329 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6330   fi
6331  
6332   case $host_os in
# Line 6483 | Line 6473 | for ac_symprfx in "" "_"; do
6473      # which start with @ or ?.
6474      lt_cv_sys_global_symbol_pipe="$AWK '"\
6475   "     {last_section=section; section=\$ 3};"\
6476 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6477   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6478   "     \$ 0!~/External *\|/{next};"\
6479   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6862 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6862      CFLAGS="$SAVE_CFLAGS"
6863    fi
6864    ;;
6865 < sparc*-*solaris*)
6865 > *-*solaris*)
6866    # Find out which ABI we are using.
6867    echo 'int i;' > conftest.$ac_ext
6868    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6873 | sparc*-*solaris*)
6873      case `/usr/bin/file conftest.o` in
6874      *64-bit*)
6875        case $lt_cv_prog_gnu_ld in
6876 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6876 >      yes*)
6877 >        case $host in
6878 >        i?86-*-solaris*)
6879 >          LD="${LD-ld} -m elf_x86_64"
6880 >          ;;
6881 >        sparc*-*-solaris*)
6882 >          LD="${LD-ld} -m elf64_sparc"
6883 >          ;;
6884 >        esac
6885 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6886 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6887 >          LD="${LD-ld}_sol2"
6888 >        fi
6889 >        ;;
6890        *)
6891          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6892            LD="${LD-ld} -64"
# Line 7522 | Line 7526 | else
7526          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7527            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7528          _lt_result=$?
7529 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7529 >        # If there is a non-empty error log, and "single_module"
7530 >        # appears in it, assume the flag caused a linker warning
7531 >        if test -s conftest.err && $GREP single_module conftest.err; then
7532 >          cat conftest.err >&5
7533 >        # Otherwise, if the output was created with a 0 exit code from
7534 >        # the compiler, it worked.
7535 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7536            lt_cv_apple_cc_single_mod=yes
7537          else
7538            cat conftest.err >&5
# Line 7533 | Line 7543 | else
7543   fi
7544   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7545   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7546 +
7547      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7548   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7549   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7576 | rm -f core conftest.err conftest.$ac_obj
7576   fi
7577   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7578   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7579 +
7580      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7581   $as_echo_n "checking for -force_load linker flag... " >&6; }
7582   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7598 | _LT_EOF
7598        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7599        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7600        _lt_result=$?
7601 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7601 >      if test -s conftest.err && $GREP force_load conftest.err; then
7602 >        cat conftest.err >&5
7603 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7604          lt_cv_ld_force_load=yes
7605        else
7606          cat conftest.err >&5
# Line 7989 | Line 8003 | fi
8003  
8004   # Check whether --with-pic was given.
8005   if test "${with_pic+set}" = set; then :
8006 <  withval=$with_pic; pic_mode="$withval"
8006 >  withval=$with_pic; lt_p=${PACKAGE-default}
8007 >    case $withval in
8008 >    yes|no) pic_mode=$withval ;;
8009 >    *)
8010 >      pic_mode=default
8011 >      # Look at the argument we got.  We use all the common list separators.
8012 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8013 >      for lt_pkg in $withval; do
8014 >        IFS="$lt_save_ifs"
8015 >        if test "X$lt_pkg" = "X$lt_p"; then
8016 >          pic_mode=yes
8017 >        fi
8018 >      done
8019 >      IFS="$lt_save_ifs"
8020 >      ;;
8021 >    esac
8022   else
8023    pic_mode=default
8024   fi
# Line 8067 | Line 8096 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8096  
8097  
8098  
8099 +
8100 +
8101 +
8102 +
8103   test -z "$LN_S" && LN_S="ln -s"
8104  
8105  
# Line 8522 | Line 8555 | lt_prog_compiler_static=
8555      case $cc_basename in
8556      nvcc*) # Cuda Compiler Driver 2.2
8557        lt_prog_compiler_wl='-Xlinker '
8558 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8558 >      if test -n "$lt_prog_compiler_pic"; then
8559 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8560 >      fi
8561        ;;
8562      esac
8563    else
# Line 8613 | Line 8648 | lt_prog_compiler_static=
8648          ;;
8649        *)
8650          case `$CC -V 2>&1 | sed 5q` in
8651 <        *Sun\ F* | *Sun*Fortran*)
8651 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8652            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8653            lt_prog_compiler_pic='-KPIC'
8654            lt_prog_compiler_static='-Bstatic'
8655            lt_prog_compiler_wl=''
8656            ;;
8657 +        *Sun\ F* | *Sun*Fortran*)
8658 +          lt_prog_compiler_pic='-KPIC'
8659 +          lt_prog_compiler_static='-Bstatic'
8660 +          lt_prog_compiler_wl='-Qoption ld '
8661 +          ;;
8662          *Sun\ C*)
8663            # Sun C 5.9
8664            lt_prog_compiler_pic='-KPIC'
8665            lt_prog_compiler_static='-Bstatic'
8666            lt_prog_compiler_wl='-Wl,'
8667            ;;
8668 +        *Intel*\ [CF]*Compiler*)
8669 +          lt_prog_compiler_wl='-Wl,'
8670 +          lt_prog_compiler_pic='-fPIC'
8671 +          lt_prog_compiler_static='-static'
8672 +          ;;
8673 +        *Portland\ Group*)
8674 +          lt_prog_compiler_wl='-Wl,'
8675 +          lt_prog_compiler_pic='-fpic'
8676 +          lt_prog_compiler_static='-Bstatic'
8677 +          ;;
8678          esac
8679          ;;
8680        esac
# Line 8986 | Line 9036 | $as_echo_n "checking whether the $compil
9036    hardcode_direct=no
9037    hardcode_direct_absolute=no
9038    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9039    hardcode_libdir_separator=
9040    hardcode_minus_L=no
9041    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9285 | _LT_EOF
9285          xlf* | bgf* | bgxlf* | mpixlf*)
9286            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9287            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9288 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9288 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9289            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9290            if test "x$supports_anon_versioning" = xyes; then
9291              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9664 | fi
9664          # The linker will not automatically build a static lib if we build a DLL.
9665          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9666          enable_shared_with_static_runtimes=yes
9667 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9668          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9669          # Don't use ranlib
9670          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9710 | fi
9710    hardcode_shlibpath_var=unsupported
9711    if test "$lt_cv_ld_force_load" = "yes"; then
9712      whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9713 +
9714    else
9715      whole_archive_flag_spec=''
9716    fi
# Line 9689 | Line 9739 | fi
9739        hardcode_shlibpath_var=no
9740        ;;
9741  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9742      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9743      # support.  Future versions do this automatically, but an explicit c++rt0.o
9744      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9751 | fi
9751        ;;
9752  
9753      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9754 <    freebsd2*)
9754 >    freebsd2.*)
9755        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9756        hardcode_direct=yes
9757        hardcode_minus_L=yes
# Line 9744 | Line 9790 | fi
9790        fi
9791        if test "$with_gnu_ld" = no; then
9792          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9793          hardcode_libdir_separator=:
9794          hardcode_direct=yes
9795          hardcode_direct_absolute=yes
# Line 10368 | Line 10413 | esac
10413  
10414  
10415  
10371
10372
10373
10374
10375
10416    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10417   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10418  
# Line 10462 | Line 10502 | need_version=unknown
10502  
10503   case $host_os in
10504   aix3*)
10505 <  version_type=linux
10505 >  version_type=linux # correct to gnu/linux during the next big refactor
10506    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10507    shlibpath_var=LIBPATH
10508  
# Line 10471 | Line 10511 | aix3*)
10511    ;;
10512  
10513   aix[4-9]*)
10514 <  version_type=linux
10514 >  version_type=linux # correct to gnu/linux during the next big refactor
10515    need_lib_prefix=no
10516    need_version=no
10517    hardcode_into_libs=yes
# Line 10536 | Line 10576 | beos*)
10576    ;;
10577  
10578   bsdi[45]*)
10579 <  version_type=linux
10579 >  version_type=linux # correct to gnu/linux during the next big refactor
10580    need_version=no
10581    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10582    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10715 | darwin* | rhapsody*)
10715    ;;
10716  
10717   dgux*)
10718 <  version_type=linux
10718 >  version_type=linux # correct to gnu/linux during the next big refactor
10719    need_lib_prefix=no
10720    need_version=no
10721    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10723 | dgux*)
10723    shlibpath_var=LD_LIBRARY_PATH
10724    ;;
10725  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10726   freebsd* | dragonfly*)
10727    # DragonFly does not have aout.  When/if they implement a new
10728    # versioning mechanism, adjust this.
# Line 10694 | Line 10730 | freebsd* | dragonfly*)
10730      objformat=`/usr/bin/objformat`
10731    else
10732      case $host_os in
10733 <    freebsd[123]*) objformat=aout ;;
10733 >    freebsd[23].*) objformat=aout ;;
10734      *) objformat=elf ;;
10735      esac
10736    fi
# Line 10712 | Line 10748 | freebsd* | dragonfly*)
10748    esac
10749    shlibpath_var=LD_LIBRARY_PATH
10750    case $host_os in
10751 <  freebsd2*)
10751 >  freebsd2.*)
10752      shlibpath_overrides_runpath=yes
10753      ;;
10754    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10768 | freebsd* | dragonfly*)
10768    ;;
10769  
10770   gnu*)
10771 <  version_type=linux
10771 >  version_type=linux # correct to gnu/linux during the next big refactor
10772    need_lib_prefix=no
10773    need_version=no
10774    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10775    soname_spec='${libname}${release}${shared_ext}$major'
10776    shlibpath_var=LD_LIBRARY_PATH
10777 +  shlibpath_overrides_runpath=no
10778    hardcode_into_libs=yes
10779    ;;
10780  
10781   haiku*)
10782 <  version_type=linux
10782 >  version_type=linux # correct to gnu/linux during the next big refactor
10783    need_lib_prefix=no
10784    need_version=no
10785    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10840 | hpux9* | hpux10* | hpux11*)
10840    ;;
10841  
10842   interix[3-9]*)
10843 <  version_type=linux
10843 >  version_type=linux # correct to gnu/linux during the next big refactor
10844    need_lib_prefix=no
10845    need_version=no
10846    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10856 | irix5* | irix6* | nonstopux*)
10856      nonstopux*) version_type=nonstopux ;;
10857      *)
10858          if test "$lt_cv_prog_gnu_ld" = yes; then
10859 <                version_type=linux
10859 >                version_type=linux # correct to gnu/linux during the next big refactor
10860          else
10861                  version_type=irix
10862          fi ;;
# Line 10856 | Line 10893 | linux*oldld* | linux*aout* | linux*coff*
10893    dynamic_linker=no
10894    ;;
10895  
10896 < # This must be Linux ELF.
10896 > # This must be glibc/ELF.
10897   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10898 <  version_type=linux
10898 >  version_type=linux # correct to gnu/linux during the next big refactor
10899    need_lib_prefix=no
10900    need_version=no
10901    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 10977 | netbsd*)
10977    ;;
10978  
10979   newsos6)
10980 <  version_type=linux
10980 >  version_type=linux # correct to gnu/linux during the next big refactor
10981    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10982    shlibpath_var=LD_LIBRARY_PATH
10983    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11046 | rdos*)
11046    ;;
11047  
11048   solaris*)
11049 <  version_type=linux
11049 >  version_type=linux # correct to gnu/linux during the next big refactor
11050    need_lib_prefix=no
11051    need_version=no
11052    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11071 | sunos4*)
11071    ;;
11072  
11073   sysv4 | sysv4.3*)
11074 <  version_type=linux
11074 >  version_type=linux # correct to gnu/linux during the next big refactor
11075    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11076    soname_spec='${libname}${release}${shared_ext}$major'
11077    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11095 | sysv4 | sysv4.3*)
11095  
11096   sysv4*MP*)
11097    if test -d /usr/nec ;then
11098 <    version_type=linux
11098 >    version_type=linux # correct to gnu/linux during the next big refactor
11099      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11100      soname_spec='$libname${shared_ext}.$major'
11101      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11126 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11126  
11127   tpf*)
11128    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11129 <  version_type=linux
11129 >  version_type=linux # correct to gnu/linux during the next big refactor
11130    need_lib_prefix=no
11131    need_version=no
11132    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11136 | tpf*)
11136    ;;
11137  
11138   uts4*)
11139 <  version_type=linux
11139 >  version_type=linux # correct to gnu/linux during the next big refactor
11140    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11141    soname_spec='${libname}${release}${shared_ext}$major'
11142    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11918 | CC="$lt_save_CC"
11918  
11919  
11920  
11921 +
11922 +
11923          ac_config_commands="$ac_config_commands libtool"
11924  
11925  
# Line 11897 | Line 11936 | else
11936  
11937   module=yes
11938   eval libltdl_cv_shlibext=$shrext_cmds
11939 + module=no
11940 + eval libltdl_cv_shrext=$shrext_cmds
11941  
11942   fi
11943   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 11949 | cat >>confdefs.h <<_ACEOF
11949   _ACEOF
11950  
11951   fi
11952 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11953 +
11954 + cat >>confdefs.h <<_ACEOF
11955 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
11956 + _ACEOF
11957 +
11958 + fi
11959  
11960   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11961   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 13454 | Line 13502 | done
13502  
13503  
13504  
13457
13458
13505   # Checks for header files.
13506  
13507  
# Line 13490 | Line 13536 | done
13536  
13537  
13538  
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
13503 # check for /dev/null so we can use it to hold evil fd's
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13505 $as_echo_n "checking for /dev/null... " >&6; }
13506 if test -c /dev/null; then :
13507
13508
13509 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13510
13511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13512 $as_echo "yes" >&6; }
13513 else
13514
13515
13516 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13517
13518  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13519 $as_echo "no - using devnull.log" >&6; }
13520 fi
13521
13522
13539   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13540   $as_echo_n "checking for library containing crypt... " >&6; }
13541   if ${ac_cv_search_crypt+:} false; then :
# Line 13579 | Line 13595 | fi
13595  
13596  
13597  
13582 # Check whether --with-zlib-path was given.
13583 if test "${with_zlib_path+set}" = set; then :
13584  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
13585 fi
13586
13587
13588 # Check whether --enable-zlib was given.
13589 if test "${enable_zlib+set}" = set; then :
13590  enableval=$enable_zlib; zlib=$enableval
13591 else
13592  zlib=yes
13593 fi
13594
13595
13596 if test "$zlib" = "yes"; then :
13597
13598  ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13599 if test "x$ac_cv_header_zlib_h" = xyes; then :
13600  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
13601 $as_echo_n "checking for zlibVersion in -lz... " >&6; }
13602 if ${ac_cv_lib_z_zlibVersion+:} false; then :
13603  $as_echo_n "(cached) " >&6
13604 else
13605  ac_check_lib_save_LIBS=$LIBS
13606 LIBS="-lz  $LIBS"
13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13608 /* end confdefs.h.  */
13609
13610 /* Override any GCC internal prototype to avoid an error.
13611   Use char because int might match the return type of a GCC
13612   builtin and then its argument prototype would still apply.  */
13613 #ifdef __cplusplus
13614 extern "C"
13615 #endif
13616 char zlibVersion ();
13617 int
13618 main ()
13619 {
13620 return zlibVersion ();
13621  ;
13622  return 0;
13623 }
13624 _ACEOF
13625 if ac_fn_c_try_link "$LINENO"; then :
13626  ac_cv_lib_z_zlibVersion=yes
13627 else
13628  ac_cv_lib_z_zlibVersion=no
13629 fi
13630 rm -f core conftest.err conftest.$ac_objext \
13631    conftest$ac_exeext conftest.$ac_ext
13632 LIBS=$ac_check_lib_save_LIBS
13633 fi
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
13635 $as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
13636 if test "x$ac_cv_lib_z_zlibVersion" = xyes; then :
13637
13638      LIBS="-lz $LIBS"
13639
13640 $as_echo "#define HAVE_LIBZ 1" >>confdefs.h
13641
13642
13643 else
13644  zlib=no
13645 fi
13646
13647
13648 else
13649  zlib=no
13650 fi
13651
13652
13653
13654 fi
13655
13656
13598   # Check whether --with-libpcre-path was given.
13599   if test "${with_libpcre_path+set}" = set; then :
13600    withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
# Line 13776 | Line 13717 | if test "$cf_enable_openssl" != "no"; th
13717    fi
13718  
13719        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13720      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13721   $as_echo "$cf_openssl_basedir" >&6; }
13722      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13723    else
13724      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13725   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13732 | $as_echo "disabled" >&6; }
13732   fi
13733  
13734   if test "$cf_enable_openssl" != "no"; then :
13735 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13736 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13735 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13736 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13737    if test "$cross_compiling" = yes; then :
13738    cf_openssl_version_ok=no
13739   else
# Line 13809 | Line 13746 | else
13746   int
13747   main ()
13748   {
13749 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13749 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13750    ;
13751    return 0;
13752   }
# Line 13828 | Line 13765 | fi
13765    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13766   $as_echo "found" >&6; }
13767  
13768 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13768 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13769 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13770 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13771 >  $as_echo_n "(cached) " >&6
13772 > else
13773 >  ac_check_lib_save_LIBS=$LIBS
13774 > LIBS="-lssl  $LIBS"
13775 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13776 > /* end confdefs.h.  */
13777 >
13778 > /* Override any GCC internal prototype to avoid an error.
13779 >   Use char because int might match the return type of a GCC
13780 >   builtin and then its argument prototype would still apply.  */
13781 > #ifdef __cplusplus
13782 > extern "C"
13783 > #endif
13784 > char SSL_connect ();
13785 > int
13786 > main ()
13787 > {
13788 > return SSL_connect ();
13789 >  ;
13790 >  return 0;
13791 > }
13792 > _ACEOF
13793 > if ac_fn_c_try_link "$LINENO"; then :
13794 >  ac_cv_lib_ssl_SSL_connect=yes
13795 > else
13796 >  ac_cv_lib_ssl_SSL_connect=no
13797 > fi
13798 > rm -f core conftest.err conftest.$ac_objext \
13799 >    conftest$ac_exeext conftest.$ac_ext
13800 > LIBS=$ac_check_lib_save_LIBS
13801 > fi
13802 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13803 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13804 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13805 >  cat >>confdefs.h <<_ACEOF
13806 > #define HAVE_LIBSSL 1
13807 > _ACEOF
13808 >
13809 >  LIBS="-lssl $LIBS"
13810 >
13811 > fi
13812 >
13813 >    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13814 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13815   $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13816   if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13817    $as_echo_n "(cached) " >&6
# Line 13873 | Line 13856 | _ACEOF
13856  
13857   fi
13858  
13876    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13877  for ac_func in EVP_bf_cfb           \
13878                      EVP_cast5_cfb        \
13879                      EVP_idea_cfb         \
13880                      EVP_rc5_32_12_16_cfb \
13881                      EVP_des_ede3_cfb     \
13882                      EVP_des_cfb
13883 do :
13884  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13885 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13886 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13887  cat >>confdefs.h <<_ACEOF
13888 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13889 _ACEOF
13890
13891 fi
13892 done
13893
13859   fi
13860  
13861   else
# Line 13900 | Line 13865 | $as_echo "no - OpenSSL support disabled"
13865   fi
13866   fi
13867  
13868 < if test "$cf_enable_openssl" = yes; then
13868 > if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13869    ENABLE_SSL_TRUE=
13870    ENABLE_SSL_FALSE='#'
13871   else
# Line 14424 | Line 14389 | _ACEOF
14389  
14390  
14391  
14427
14428 # Check whether --with-syslog-facility was given.
14429 if test "${with_syslog_facility+set}" = set; then :
14430  withval=$with_syslog_facility; syslog_facility="$withval"
14431 else
14432  syslog_facility="LOG_LOCAL4"
14433 fi
14434
14435
14436 cat >>confdefs.h <<_ACEOF
14437 #define LOG_FACILITY $syslog_facility
14438 _ACEOF
14439
14440
14441
14392    # Check whether --enable-efnet was given.
14393   if test "${enable_efnet+set}" = set; then :
14394    enableval=$enable_efnet; efnet="$enableval"
# Line 14509 | Line 14459 | fi
14459    fi
14460  
14461  
14512  for ac_header in syslog.h sys/syslog.h
14513 do :
14514  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14515 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14516 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14517  cat >>confdefs.h <<_ACEOF
14518 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14519 _ACEOF
14520
14521 fi
14522
14523 done
14524
14525  # Check whether --enable-syslog was given.
14526 if test "${enable_syslog+set}" = set; then :
14527  enableval=$enable_syslog; syslog="$enableval"
14528 else
14529  syslog="no"
14530 fi
14531
14532  if test "$enableval" != "no" ; then
14533    for option in $enableval ; do
14534      case "$option" in
14535        users)
14536 $as_echo "#define SYSLOG_USERS 1" >>confdefs.h
14537 ;;
14538        oper)
14539 $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
14540 ;;
14541        yes) : ;;
14542        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
14543      esac
14544    done
14545
14546 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14547
14548  fi
14549
14550
14462  
14463    prefix_NONE=
14464    exec_prefix_NONE=
# Line 14634 | Line 14545 | _ACEOF
14545    test "$exec_prefix_NONE" && exec_prefix=NONE
14546  
14547  
14548 < ac_config_files="$ac_config_files Makefile etc/Makefile servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14548 > ac_config_files="$ac_config_files Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14549  
14550  
14551   cat >confcache <<\_ACEOF
# Line 15213 | Line 15124 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15124   # report actual input values of CONFIG_FILES etc. instead of their
15125   # values after options handling.
15126   ac_log="
15127 < This file was extended by ircd-hybrid $as_me 7.3.0, which was
15127 > This file was extended by ircd-hybrid $as_me 8beta1, which was
15128   generated by GNU Autoconf 2.68.  Invocation command line was
15129  
15130    CONFIG_FILES    = $CONFIG_FILES
# Line 15279 | Line 15190 | _ACEOF
15190   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15191   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15192   ac_cs_version="\\
15193 < ircd-hybrid config.status 7.3.0
15193 > ircd-hybrid config.status 8beta1
15194   configured by $0, generated by GNU Autoconf 2.68,
15195    with options \\"\$ac_cs_config\\"
15196  
# Line 15416 | Line 15327 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15327   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15328   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15329   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15330 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15331   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15332   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15333   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15410 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15410   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15411   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15412   hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15501 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15413   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15414   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15415   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15465 | _LTECHO_EOF'
15465   # Quote evaled strings.
15466   for var in SHELL \
15467   ECHO \
15468 + PATH_SEPARATOR \
15469   SED \
15470   GREP \
15471   EGREP \
# Line 15604 | Line 15516 | with_gnu_ld \
15516   allow_undefined_flag \
15517   no_undefined_flag \
15518   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15519   hardcode_libdir_separator \
15520   exclude_expsyms \
15521   include_expsyms \
# Line 15689 | Line 15600 | do
15600      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15601      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15602      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15603      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15604      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15605      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
# Line 16414 | Line 16323 | $as_echo X"$file" |
16323   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16324   #
16325   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16326 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16327 < #                 Inc.
16326 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16327 > #                 Foundation, Inc.
16328   #   Written by Gordon Matzigkeit, 1996
16329   #
16330   #   This file is part of GNU Libtool.
# Line 16469 | Line 16378 | SHELL=$lt_SHELL
16378   # An echo program that protects backslashes.
16379   ECHO=$lt_ECHO
16380  
16381 + # The PATH separator for the build system.
16382 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16383 +
16384   # The host system.
16385   host_alias=$host_alias
16386   host=$host
# Line 16770 | Line 16682 | no_undefined_flag=$lt_no_undefined_flag
16682   # This must work even if \$libdir does not exist
16683   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16684  
16773 # If ld is used when linking, flag to hardcode \$libdir into a binary
16774 # during linking.  This must work even if \$libdir does not exist.
16775 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16776
16685   # Whether we need a single "-rpath" flag with a separated argument.
16686   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16687  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)