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

Comparing ircd-hybrid-8/configure (file contents):
Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1292 by michael, Sun Feb 12 20:36:27 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 1245 2011-09-30 14:58:29Z 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 798 | Line 799 | enable_poll
799   enable_select
800   with_nicklen
801   with_topiclen
801 with_syslog_facility
802   enable_efnet
803   enable_halfops
804   enable_debugging
805   enable_warnings
806 enable_syslog
806   '
807        ac_precious_vars='build_alias
808   host_alias
# Line 1358 | Line 1357 | if test "$ac_init_help" = "long"; then
1357    # Omit some internal or obsolete options to make the list less imposing.
1358    # This message is too long to be a string in the A/UX 3.1 sh.
1359    cat <<_ACEOF
1360 < \`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems.
1360 > \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1361  
1362   Usage: $0 [OPTION]... [VAR=VALUE]...
1363  
# Line 1428 | Line 1427 | fi
1427  
1428   if test -n "$ac_init_help"; then
1429    case $ac_init_help in
1430 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";;
1430 >     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1431     esac
1432    cat <<\_ACEOF
1433  
# Line 1462 | Line 1461 | Optional Features:
1461    --enable-halfops        Enable halfops support.
1462    --enable-debugging      Enable debugging.
1463    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1464  
1465   Optional Packages:
1466    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1467    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1468 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1468 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1469                            both]
1470    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1471    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1481 | Line 1477 | Optional Packages:
1477    --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1478    --with-nicklen=<value>  Set nickname length (default 9).
1479    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1480  
1481   Some influential environment variables:
1482    CC          C compiler command
# Line 1567 | Line 1560 | fi
1560   test -n "$ac_init_help" && exit $ac_status
1561   if $ac_init_version; then
1562    cat <<\_ACEOF
1563 < ircd-hybrid configure 7.3.0
1563 > ircd-hybrid configure 8beta1
1564   generated by GNU Autoconf 2.68
1565  
1566   Copyright (C) 2010 Free Software Foundation, Inc.
# Line 2093 | Line 2086 | cat >config.log <<_ACEOF
2086   This file contains any messages produced by compilers while
2087   running configure, to aid debugging if configure makes a mistake.
2088  
2089 < It was created by ircd-hybrid $as_me 7.3.0, which was
2089 > It was created by ircd-hybrid $as_me 8beta1, which was
2090   generated by GNU Autoconf 2.68.  Invocation command line was
2091  
2092    $ $0 $@
# Line 2926 | Line 2919 | fi
2919  
2920   # Define the identity of the package.
2921   PACKAGE='ircd-hybrid'
2922 < VERSION='7.3.0'
2922 > VERSION='8beta1'
2923  
2924  
2925   cat >>confdefs.h <<_ACEOF
# Line 2956 | Line 2949 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2949  
2950   # We need awk for the "check" target.  The system "awk" is bad on
2951   # some platforms.
2952 < # Always define AMTAR for backward compatibility.
2952 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2953 > # in the wild :-(  We should find a proper way to deprecate it ...
2954 > AMTAR='$${TAR-tar}'
2955  
2956 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2962 <
2963 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2956 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2957  
2958  
2959  
# Line 3046 | Line 3039 | fi
3039   if test "x$enable_dependency_tracking" != xno; then
3040    am_depcomp="$ac_aux_dir/depcomp"
3041    AMDEPBACKSLASH='\'
3042 +  am__nodep='_no'
3043   fi
3044   if test "x$enable_dependency_tracking" != xno; then
3045    AMDEP_TRUE=
# Line 3859 | Line 3853 | else
3853    # instance it was reported that on HP-UX the gcc test will end up
3854    # making a dummy file named `D' -- because `-MD' means `put the output
3855    # in D'.
3856 +  rm -rf conftest.dir
3857    mkdir conftest.dir
3858    # Copy depcomp to subdir because otherwise we won't find it if we're
3859    # using a relative directory.
# Line 3918 | Line 3913 | else
3913          break
3914        fi
3915        ;;
3916 <    msvisualcpp | msvcmsys)
3916 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3917        # This compiler won't grok `-c -o', but also, the minuso test has
3918        # not run yet.  These depmodes are late enough in the game, and
3919        # so weak that their functioning should not be impacted.
# Line 4376 | Line 4371 | esac
4371  
4372  
4373  
4374 < macro_version='2.4'
4375 < macro_revision='1.3293'
4374 > macro_version='2.4.2'
4375 > macro_revision='1.3337'
4376  
4377  
4378  
# Line 5222 | Line 5217 | else
5217      lt_cv_sys_max_cmd_len=196608
5218      ;;
5219  
5220 +  os2*)
5221 +    # The test takes a long time on OS/2.
5222 +    lt_cv_sys_max_cmd_len=8192
5223 +    ;;
5224 +
5225    osf*)
5226      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5227      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5261 | else
5261        # If test is not a shell built-in, we'll probably end up computing a
5262        # maximum length that is only half of the actual maximum length, but
5263        # we can't tell.
5264 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5264 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5265                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5266                test $i != 17 # 1/2 MB should be enough
5267        do
# Line 5690 | Line 5690 | irix5* | irix6* | nonstopux*)
5690    lt_cv_deplibs_check_method=pass_all
5691    ;;
5692  
5693 < # This must be Linux ELF.
5693 > # This must be glibc/ELF.
5694   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5695    lt_cv_deplibs_check_method=pass_all
5696    ;;
# Line 6330 | Line 6330 | old_postuninstall_cmds=
6330   if test -n "$RANLIB"; then
6331    case $host_os in
6332    openbsd*)
6333 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6333 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6334      ;;
6335    *)
6336 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6336 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6337      ;;
6338    esac
6339 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6339 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6340   fi
6341  
6342   case $host_os in
# Line 6483 | Line 6483 | for ac_symprfx in "" "_"; do
6483      # which start with @ or ?.
6484      lt_cv_sys_global_symbol_pipe="$AWK '"\
6485   "     {last_section=section; section=\$ 3};"\
6486 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6487   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6488   "     \$ 0!~/External *\|/{next};"\
6489   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6872 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6872      CFLAGS="$SAVE_CFLAGS"
6873    fi
6874    ;;
6875 < sparc*-*solaris*)
6875 > *-*solaris*)
6876    # Find out which ABI we are using.
6877    echo 'int i;' > conftest.$ac_ext
6878    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6883 | sparc*-*solaris*)
6883      case `/usr/bin/file conftest.o` in
6884      *64-bit*)
6885        case $lt_cv_prog_gnu_ld in
6886 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6886 >      yes*)
6887 >        case $host in
6888 >        i?86-*-solaris*)
6889 >          LD="${LD-ld} -m elf_x86_64"
6890 >          ;;
6891 >        sparc*-*-solaris*)
6892 >          LD="${LD-ld} -m elf64_sparc"
6893 >          ;;
6894 >        esac
6895 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6896 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6897 >          LD="${LD-ld}_sol2"
6898 >        fi
6899 >        ;;
6900        *)
6901          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6902            LD="${LD-ld} -64"
# Line 7522 | Line 7536 | else
7536          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7537            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7538          _lt_result=$?
7539 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7539 >        # If there is a non-empty error log, and "single_module"
7540 >        # appears in it, assume the flag caused a linker warning
7541 >        if test -s conftest.err && $GREP single_module conftest.err; then
7542 >          cat conftest.err >&5
7543 >        # Otherwise, if the output was created with a 0 exit code from
7544 >        # the compiler, it worked.
7545 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7546            lt_cv_apple_cc_single_mod=yes
7547          else
7548            cat conftest.err >&5
# Line 7533 | Line 7553 | else
7553   fi
7554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7555   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7556 +
7557      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7558   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7559   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7586 | rm -f core conftest.err conftest.$ac_obj
7586   fi
7587   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7588   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7589 +
7590      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7591   $as_echo_n "checking for -force_load linker flag... " >&6; }
7592   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7608 | _LT_EOF
7608        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7609        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7610        _lt_result=$?
7611 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7611 >      if test -s conftest.err && $GREP force_load conftest.err; then
7612 >        cat conftest.err >&5
7613 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7614          lt_cv_ld_force_load=yes
7615        else
7616          cat conftest.err >&5
# Line 7989 | Line 8013 | fi
8013  
8014   # Check whether --with-pic was given.
8015   if test "${with_pic+set}" = set; then :
8016 <  withval=$with_pic; pic_mode="$withval"
8016 >  withval=$with_pic; lt_p=${PACKAGE-default}
8017 >    case $withval in
8018 >    yes|no) pic_mode=$withval ;;
8019 >    *)
8020 >      pic_mode=default
8021 >      # Look at the argument we got.  We use all the common list separators.
8022 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8023 >      for lt_pkg in $withval; do
8024 >        IFS="$lt_save_ifs"
8025 >        if test "X$lt_pkg" = "X$lt_p"; then
8026 >          pic_mode=yes
8027 >        fi
8028 >      done
8029 >      IFS="$lt_save_ifs"
8030 >      ;;
8031 >    esac
8032   else
8033    pic_mode=default
8034   fi
# Line 8067 | Line 8106 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8106  
8107  
8108  
8109 +
8110 +
8111 +
8112 +
8113   test -z "$LN_S" && LN_S="ln -s"
8114  
8115  
# Line 8522 | Line 8565 | lt_prog_compiler_static=
8565      case $cc_basename in
8566      nvcc*) # Cuda Compiler Driver 2.2
8567        lt_prog_compiler_wl='-Xlinker '
8568 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8568 >      if test -n "$lt_prog_compiler_pic"; then
8569 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8570 >      fi
8571        ;;
8572      esac
8573    else
# Line 8613 | Line 8658 | lt_prog_compiler_static=
8658          ;;
8659        *)
8660          case `$CC -V 2>&1 | sed 5q` in
8661 <        *Sun\ F* | *Sun*Fortran*)
8661 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8662            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8663            lt_prog_compiler_pic='-KPIC'
8664            lt_prog_compiler_static='-Bstatic'
8665            lt_prog_compiler_wl=''
8666            ;;
8667 +        *Sun\ F* | *Sun*Fortran*)
8668 +          lt_prog_compiler_pic='-KPIC'
8669 +          lt_prog_compiler_static='-Bstatic'
8670 +          lt_prog_compiler_wl='-Qoption ld '
8671 +          ;;
8672          *Sun\ C*)
8673            # Sun C 5.9
8674            lt_prog_compiler_pic='-KPIC'
8675            lt_prog_compiler_static='-Bstatic'
8676            lt_prog_compiler_wl='-Wl,'
8677            ;;
8678 +        *Intel*\ [CF]*Compiler*)
8679 +          lt_prog_compiler_wl='-Wl,'
8680 +          lt_prog_compiler_pic='-fPIC'
8681 +          lt_prog_compiler_static='-static'
8682 +          ;;
8683 +        *Portland\ Group*)
8684 +          lt_prog_compiler_wl='-Wl,'
8685 +          lt_prog_compiler_pic='-fpic'
8686 +          lt_prog_compiler_static='-Bstatic'
8687 +          ;;
8688          esac
8689          ;;
8690        esac
# Line 8986 | Line 9046 | $as_echo_n "checking whether the $compil
9046    hardcode_direct=no
9047    hardcode_direct_absolute=no
9048    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9049    hardcode_libdir_separator=
9050    hardcode_minus_L=no
9051    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9295 | _LT_EOF
9295          xlf* | bgf* | bgxlf* | mpixlf*)
9296            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9297            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9298 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9298 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9299            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9300            if test "x$supports_anon_versioning" = xyes; then
9301              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9674 | fi
9674          # The linker will not automatically build a static lib if we build a DLL.
9675          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9676          enable_shared_with_static_runtimes=yes
9677 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9678          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9679          # Don't use ranlib
9680          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9720 | fi
9720    hardcode_shlibpath_var=unsupported
9721    if test "$lt_cv_ld_force_load" = "yes"; then
9722      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\"`'
9723 +
9724    else
9725      whole_archive_flag_spec=''
9726    fi
# Line 9689 | Line 9749 | fi
9749        hardcode_shlibpath_var=no
9750        ;;
9751  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9752      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9753      # support.  Future versions do this automatically, but an explicit c++rt0.o
9754      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9761 | fi
9761        ;;
9762  
9763      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9764 <    freebsd2*)
9764 >    freebsd2.*)
9765        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9766        hardcode_direct=yes
9767        hardcode_minus_L=yes
# Line 9744 | Line 9800 | fi
9800        fi
9801        if test "$with_gnu_ld" = no; then
9802          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9803          hardcode_libdir_separator=:
9804          hardcode_direct=yes
9805          hardcode_direct_absolute=yes
# Line 10368 | Line 10423 | esac
10423  
10424  
10425  
10371
10372
10373
10374
10375
10426    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10427   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10428  
# Line 10462 | Line 10512 | need_version=unknown
10512  
10513   case $host_os in
10514   aix3*)
10515 <  version_type=linux
10515 >  version_type=linux # correct to gnu/linux during the next big refactor
10516    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10517    shlibpath_var=LIBPATH
10518  
# Line 10471 | Line 10521 | aix3*)
10521    ;;
10522  
10523   aix[4-9]*)
10524 <  version_type=linux
10524 >  version_type=linux # correct to gnu/linux during the next big refactor
10525    need_lib_prefix=no
10526    need_version=no
10527    hardcode_into_libs=yes
# Line 10536 | Line 10586 | beos*)
10586    ;;
10587  
10588   bsdi[45]*)
10589 <  version_type=linux
10589 >  version_type=linux # correct to gnu/linux during the next big refactor
10590    need_version=no
10591    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10592    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10725 | darwin* | rhapsody*)
10725    ;;
10726  
10727   dgux*)
10728 <  version_type=linux
10728 >  version_type=linux # correct to gnu/linux during the next big refactor
10729    need_lib_prefix=no
10730    need_version=no
10731    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10733 | dgux*)
10733    shlibpath_var=LD_LIBRARY_PATH
10734    ;;
10735  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10736   freebsd* | dragonfly*)
10737    # DragonFly does not have aout.  When/if they implement a new
10738    # versioning mechanism, adjust this.
# Line 10694 | Line 10740 | freebsd* | dragonfly*)
10740      objformat=`/usr/bin/objformat`
10741    else
10742      case $host_os in
10743 <    freebsd[123]*) objformat=aout ;;
10743 >    freebsd[23].*) objformat=aout ;;
10744      *) objformat=elf ;;
10745      esac
10746    fi
# Line 10712 | Line 10758 | freebsd* | dragonfly*)
10758    esac
10759    shlibpath_var=LD_LIBRARY_PATH
10760    case $host_os in
10761 <  freebsd2*)
10761 >  freebsd2.*)
10762      shlibpath_overrides_runpath=yes
10763      ;;
10764    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10778 | freebsd* | dragonfly*)
10778    ;;
10779  
10780   gnu*)
10781 <  version_type=linux
10781 >  version_type=linux # correct to gnu/linux during the next big refactor
10782    need_lib_prefix=no
10783    need_version=no
10784    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10785    soname_spec='${libname}${release}${shared_ext}$major'
10786    shlibpath_var=LD_LIBRARY_PATH
10787 +  shlibpath_overrides_runpath=no
10788    hardcode_into_libs=yes
10789    ;;
10790  
10791   haiku*)
10792 <  version_type=linux
10792 >  version_type=linux # correct to gnu/linux during the next big refactor
10793    need_lib_prefix=no
10794    need_version=no
10795    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10850 | hpux9* | hpux10* | hpux11*)
10850    ;;
10851  
10852   interix[3-9]*)
10853 <  version_type=linux
10853 >  version_type=linux # correct to gnu/linux during the next big refactor
10854    need_lib_prefix=no
10855    need_version=no
10856    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10866 | irix5* | irix6* | nonstopux*)
10866      nonstopux*) version_type=nonstopux ;;
10867      *)
10868          if test "$lt_cv_prog_gnu_ld" = yes; then
10869 <                version_type=linux
10869 >                version_type=linux # correct to gnu/linux during the next big refactor
10870          else
10871                  version_type=irix
10872          fi ;;
# Line 10856 | Line 10903 | linux*oldld* | linux*aout* | linux*coff*
10903    dynamic_linker=no
10904    ;;
10905  
10906 < # This must be Linux ELF.
10906 > # This must be glibc/ELF.
10907   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10908 <  version_type=linux
10908 >  version_type=linux # correct to gnu/linux during the next big refactor
10909    need_lib_prefix=no
10910    need_version=no
10911    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 10987 | netbsd*)
10987    ;;
10988  
10989   newsos6)
10990 <  version_type=linux
10990 >  version_type=linux # correct to gnu/linux during the next big refactor
10991    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10992    shlibpath_var=LD_LIBRARY_PATH
10993    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11056 | rdos*)
11056    ;;
11057  
11058   solaris*)
11059 <  version_type=linux
11059 >  version_type=linux # correct to gnu/linux during the next big refactor
11060    need_lib_prefix=no
11061    need_version=no
11062    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11081 | sunos4*)
11081    ;;
11082  
11083   sysv4 | sysv4.3*)
11084 <  version_type=linux
11084 >  version_type=linux # correct to gnu/linux during the next big refactor
11085    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11086    soname_spec='${libname}${release}${shared_ext}$major'
11087    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11105 | sysv4 | sysv4.3*)
11105  
11106   sysv4*MP*)
11107    if test -d /usr/nec ;then
11108 <    version_type=linux
11108 >    version_type=linux # correct to gnu/linux during the next big refactor
11109      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11110      soname_spec='$libname${shared_ext}.$major'
11111      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11136 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11136  
11137   tpf*)
11138    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11139 <  version_type=linux
11139 >  version_type=linux # correct to gnu/linux during the next big refactor
11140    need_lib_prefix=no
11141    need_version=no
11142    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11146 | tpf*)
11146    ;;
11147  
11148   uts4*)
11149 <  version_type=linux
11149 >  version_type=linux # correct to gnu/linux during the next big refactor
11150    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11151    soname_spec='${libname}${release}${shared_ext}$major'
11152    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11928 | CC="$lt_save_CC"
11928  
11929  
11930  
11931 +
11932 +
11933          ac_config_commands="$ac_config_commands libtool"
11934  
11935  
# Line 11897 | Line 11946 | else
11946  
11947   module=yes
11948   eval libltdl_cv_shlibext=$shrext_cmds
11949 + module=no
11950 + eval libltdl_cv_shrext=$shrext_cmds
11951  
11952   fi
11953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 11959 | cat >>confdefs.h <<_ACEOF
11959   _ACEOF
11960  
11961   fi
11962 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11963 +
11964 + cat >>confdefs.h <<_ACEOF
11965 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
11966 + _ACEOF
11967 +
11968 + fi
11969  
11970   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11971   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 14424 | Line 14482 | _ACEOF
14482  
14483  
14484  
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
14485    # Check whether --enable-efnet was given.
14486   if test "${enable_efnet+set}" = set; then :
14487    enableval=$enable_efnet; efnet="$enableval"
# Line 14509 | Line 14552 | fi
14552    fi
14553  
14554  
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
14555  
14556    prefix_NONE=
14557    exec_prefix_NONE=
# Line 15213 | Line 15217 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15217   # report actual input values of CONFIG_FILES etc. instead of their
15218   # values after options handling.
15219   ac_log="
15220 < This file was extended by ircd-hybrid $as_me 7.3.0, which was
15220 > This file was extended by ircd-hybrid $as_me 8beta1, which was
15221   generated by GNU Autoconf 2.68.  Invocation command line was
15222  
15223    CONFIG_FILES    = $CONFIG_FILES
# Line 15279 | Line 15283 | _ACEOF
15283   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15284   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15285   ac_cs_version="\\
15286 < ircd-hybrid config.status 7.3.0
15286 > ircd-hybrid config.status 8beta1
15287   configured by $0, generated by GNU Autoconf 2.68,
15288    with options \\"\$ac_cs_config\\"
15289  
# Line 15416 | Line 15420 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15420   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15421   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15422   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15423 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15424   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15425   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15426   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15503 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15503   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15504   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15505   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"`'
15506   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15507   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15508   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15558 | _LTECHO_EOF'
15558   # Quote evaled strings.
15559   for var in SHELL \
15560   ECHO \
15561 + PATH_SEPARATOR \
15562   SED \
15563   GREP \
15564   EGREP \
# Line 15604 | Line 15609 | with_gnu_ld \
15609   allow_undefined_flag \
15610   no_undefined_flag \
15611   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15612   hardcode_libdir_separator \
15613   exclude_expsyms \
15614   include_expsyms \
# Line 16414 | Line 16418 | $as_echo X"$file" |
16418   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16419   #
16420   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16421 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16422 < #                 Inc.
16421 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16422 > #                 Foundation, Inc.
16423   #   Written by Gordon Matzigkeit, 1996
16424   #
16425   #   This file is part of GNU Libtool.
# Line 16469 | Line 16473 | SHELL=$lt_SHELL
16473   # An echo program that protects backslashes.
16474   ECHO=$lt_ECHO
16475  
16476 + # The PATH separator for the build system.
16477 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16478 +
16479   # The host system.
16480   host_alias=$host_alias
16481   host=$host
# Line 16770 | Line 16777 | no_undefined_flag=$lt_no_undefined_flag
16777   # This must work even if \$libdir does not exist
16778   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16779  
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
16780   # Whether we need a single "-rpath" flag with a separated argument.
16781   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16782  

Diff Legend

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