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

Comparing:
ircd-hybrid-8/configure (file contents), Revision 1245 by michael, Fri Sep 30 14:58:29 2011 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 2318 by michael, Fri Jun 21 17:47:52 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1131 2011-04-08 16:56:32Z michael .
2 > # From configure.ac Id: configure.ac 2228 2013-06-13 19:46:30Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
8   #
9 < # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 < # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 < # Foundation, Inc.
9 > # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10   #
11   #
12   # This configure script is free software; the Free Software Foundation
# Line 137 | Line 135 | export LANGUAGE
135   # CDPATH.
136   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137  
138 + # Use a proper internal environment variable to ensure we don't fall
139 +  # into an infinite loop, continuously re-executing ourselves.
140 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141 +    _as_can_reexec=no; export _as_can_reexec;
142 +    # We cannot yet assume a decent shell, so we have to provide a
143 + # neutralization value for shells without unset; and this also
144 + # works around shells that cannot unset nonexistent variables.
145 + # Preserve -v and -x to the replacement shell.
146 + BASH_ENV=/dev/null
147 + ENV=/dev/null
148 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 + case $- in # ((((
150 +  *v*x* | *x*v* ) as_opts=-vx ;;
151 +  *v* ) as_opts=-v ;;
152 +  *x* ) as_opts=-x ;;
153 +  * ) as_opts= ;;
154 + esac
155 + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 + # Admittedly, this is quite paranoid, since all the known shells bail
157 + # out after a failed `exec'.
158 + $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 + as_fn_exit 255
160 +  fi
161 +  # We don't want this to propagate to other subprocesses.
162 +          { _as_can_reexec=; unset _as_can_reexec;}
163   if test "x$CONFIG_SHELL" = x; then
164    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165    emulate sh
# Line 170 | Line 193 | if ( set x; as_fn_ret_success y && test
193   else
194    exitcode=1; echo positional parameters were not saved.
195   fi
196 < test x\$exitcode = x0 || exit 1"
196 > test x\$exitcode = x0 || exit 1
197 > test -x / || exit 1"
198    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
# Line 223 | Line 247 | IFS=$as_save_IFS
247  
248  
249        if test "x$CONFIG_SHELL" != x; then :
250 <  # We cannot yet assume a decent shell, so we have to provide a
251 <        # neutralization value for shells without unset; and this also
252 <        # works around shells that cannot unset nonexistent variables.
253 <        # Preserve -v and -x to the replacement shell.
254 <        BASH_ENV=/dev/null
255 <        ENV=/dev/null
256 <        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 <        export CONFIG_SHELL
258 <        case $- in # ((((
259 <          *v*x* | *x*v* ) as_opts=-vx ;;
260 <          *v* ) as_opts=-v ;;
261 <          *x* ) as_opts=-x ;;
262 <          * ) as_opts= ;;
263 <        esac
264 <        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
250 >  export CONFIG_SHELL
251 >             # We cannot yet assume a decent shell, so we have to provide a
252 > # neutralization value for shells without unset; and this also
253 > # works around shells that cannot unset nonexistent variables.
254 > # Preserve -v and -x to the replacement shell.
255 > BASH_ENV=/dev/null
256 > ENV=/dev/null
257 > (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
258 > case $- in # ((((
259 >  *v*x* | *x*v* ) as_opts=-vx ;;
260 >  *v* ) as_opts=-v ;;
261 >  *x* ) as_opts=-x ;;
262 >  * ) as_opts= ;;
263 > esac
264 > exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
265 > # Admittedly, this is quite paranoid, since all the known shells bail
266 > # out after a failed `exec'.
267 > $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 > exit 255
269   fi
270  
271      if test x$as_have_required = xno; then :
# Line 340 | Line 368 | $as_echo X"$as_dir" |
368  
369  
370   } # as_fn_mkdir_p
371 +
372 + # as_fn_executable_p FILE
373 + # -----------------------
374 + # Test if FILE is an executable regular file.
375 + as_fn_executable_p ()
376 + {
377 +  test -f "$1" && test -x "$1"
378 + } # as_fn_executable_p
379   # as_fn_append VAR VALUE
380   # ----------------------
381   # Append the text in VALUE to the end of the definition contained in VAR. Take
# Line 461 | Line 497 | as_cr_alnum=$as_cr_Letters$as_cr_digits
497    chmod +x "$as_me.lineno" ||
498      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499  
500 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501 +  # already done that, so ensure we don't try to do so again and fall
502 +  # in an infinite loop.  This has already happened in practice.
503 +  _as_can_reexec=no; export _as_can_reexec
504    # Don't try to exec as it changes $[0], causing all sort of problems
505    # (the dirname of $[0] is not the place where we might find the
506    # original and so on.  Autoconf is especially sensitive to this).
# Line 495 | Line 535 | if (echo >conf$$.file) 2>/dev/null; then
535      # ... but there are two gotchas:
536      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
537      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
538 <    # In both cases, we have to default to `cp -p'.
538 >    # In both cases, we have to default to `cp -pR'.
539      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 <      as_ln_s='cp -p'
540 >      as_ln_s='cp -pR'
541    elif ln conf$$.file conf$$ 2>/dev/null; then
542      as_ln_s=ln
543    else
544 <    as_ln_s='cp -p'
544 >    as_ln_s='cp -pR'
545    fi
546   else
547 <  as_ln_s='cp -p'
547 >  as_ln_s='cp -pR'
548   fi
549   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
550   rmdir conf$$.dir 2>/dev/null
# Line 516 | Line 556 | else
556    as_mkdir_p=false
557   fi
558  
559 < if test -x / >/dev/null 2>&1; then
560 <  as_test_x='test -x'
521 < else
522 <  if ls -dL / >/dev/null 2>&1; then
523 <    as_ls_L_option=L
524 <  else
525 <    as_ls_L_option=
526 <  fi
527 <  as_test_x='
528 <    eval sh -c '\''
529 <      if test -d "$1"; then
530 <        test -d "$1/.";
531 <      else
532 <        case $1 in #(
533 <        -*)set "./$1";;
534 <        esac;
535 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
536 <        ???[sx]*):;;*)false;;esac;fi
537 <    '\'' sh
538 <  '
539 < fi
540 < as_executable_p=$as_test_x
559 > as_test_x='test -x'
560 > as_executable_p=as_fn_executable_p
561  
562   # Sed expression to map a string onto a valid CPP name.
563   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 573 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8beta1'
597 < PACKAGE_STRING='ircd-hybrid 8beta1'
596 > PACKAGE_VERSION='TRUNK'
597 > PACKAGE_STRING='ircd-hybrid TRUNK'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 628 | Line 648 | DATADIR
648   LIBDIR
649   SYSCONFDIR
650   PREFIX
631 EFNET_FALSE
632 EFNET_TRUE
651   ENABLE_SSL_FALSE
652   ENABLE_SSL_TRUE
635 ENABLE_PCRE_FALSE
636 ENABLE_PCRE_TRUE
653   LTDLOPEN
654   LT_CONFIG_H
655   CONVENIENCE_LTDL_FALSE
# Line 690 | Line 706 | YACC
706   am__fastdepCC_FALSE
707   am__fastdepCC_TRUE
708   CCDEPMODE
709 + am__nodep
710   AMDEPBACKSLASH
711   AMDEP_FALSE
712   AMDEP_TRUE
# Line 706 | Line 723 | CC
723   MAINT
724   MAINTAINER_MODE_FALSE
725   MAINTAINER_MODE_TRUE
726 + AM_BACKSLASH
727 + AM_DEFAULT_VERBOSITY
728 + AM_DEFAULT_V
729 + AM_V
730   am__untar
731   am__tar
732   AMTAR
# Line 770 | Line 791 | SHELL'
791   ac_subst_files=''
792   ac_user_opts='
793   enable_option_checking
794 + enable_silent_rules
795   enable_maintainer_mode
796   enable_dependency_tracking
797   enable_static
# Line 783 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
808 < with_zlib_path
787 < enable_zlib
788 < with_libpcre_path
789 < enable_libpcre
808 > enable_libGeoIP
809   enable_openssl
810   enable_assert
792 enable_small_net
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
796 enable_rtsigio
814   enable_poll
815   enable_select
799 with_nicklen
800 with_topiclen
801 with_syslog_facility
802 enable_efnet
816   enable_halfops
817   enable_debugging
818   enable_warnings
806 enable_syslog
819   '
820        ac_precious_vars='build_alias
821   host_alias
# Line 1271 | Line 1283 | target=$target_alias
1283   if test "x$host_alias" != x; then
1284    if test "x$build_alias" = x; then
1285      cross_compiling=maybe
1274    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1275    If a cross compiler is detected then cross compile mode will be used" >&2
1286    elif test "x$build_alias" != "x$host_alias"; then
1287      cross_compiling=yes
1288    fi
# Line 1358 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1428 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1436 | Line 1446 | Optional Features:
1446    --disable-option-checking  ignore unrecognized --enable/--with options
1447    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1448    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1449 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1450 <                          (and sometimes confusing) to the casual installer
1451 <  --disable-dependency-tracking  speeds up one-time build
1452 <  --enable-dependency-tracking   do not reject slow dependency extractors
1449 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1450 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1451 >  --enable-maintainer-mode
1452 >                          enable make rules and dependencies not useful (and
1453 >                          sometimes confusing) to the casual installer
1454 >  --enable-dependency-tracking
1455 >                          do not reject slow dependency extractors
1456 >  --disable-dependency-tracking
1457 >                          speeds up one-time build
1458    --enable-static[=PKGS]  build static libraries [default=no]
1459    --enable-shared[=PKGS]  build shared libraries [default=yes]
1460    --enable-fast-install[=PKGS]
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1464 <  --disable-zlib          Disable ziplinks support
1450 <  --disable-libpcre       Disable PCRE support
1464 >  --disable-libgeoip      Disable GeoIP support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
1467    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1468    --enable-kqueue         Force kqueue usage.
1469    --enable-epoll          Force epoll usage.
1470    --enable-devpoll        Force devpoll usage.
1458  --enable-rtsigio        Force rtsigio usage.
1471    --enable-poll           Force poll usage.
1472    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1473    --enable-halfops        Enable halfops support.
1474    --enable-debugging      Enable debugging.
1475    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1476  
1477   Optional Packages:
1478    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1479    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1480 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1480 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1481                            both]
1482    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1483    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1485 | Optional Packages:
1485    --with-included-ltdl    use the GNU ltdl sources included here
1486    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1487    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1480  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1481  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1482  --with-nicklen=<value>  Set nickname length (default 9).
1483  --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 1567 | Line 1568 | fi
1568   test -n "$ac_init_help" && exit $ac_status
1569   if $ac_init_version; then
1570    cat <<\_ACEOF
1571 < ircd-hybrid configure 8beta1
1572 < generated by GNU Autoconf 2.68
1571 > ircd-hybrid configure TRUNK
1572 > generated by GNU Autoconf 2.69
1573  
1574 < Copyright (C) 2010 Free Software Foundation, Inc.
1574 > Copyright (C) 2012 Free Software Foundation, Inc.
1575   This configure script is free software; the Free Software Foundation
1576   gives unlimited permission to copy, distribute and modify it.
1577   _ACEOF
# Line 1646 | Line 1647 | $as_echo "$ac_try_echo"; } >&5
1647           test ! -s conftest.err
1648         } && test -s conftest$ac_exeext && {
1649           test "$cross_compiling" = yes ||
1650 <         $as_test_x conftest$ac_exeext
1650 >         test -x conftest$ac_exeext
1651         }; then :
1652    ac_retval=0
1653   else
# Line 1942 | Line 1943 | $as_echo "$ac_res" >&6; }
1943  
1944   } # ac_fn_c_check_type
1945  
1946 + # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1947 + # --------------------------------------------
1948 + # Tries to find the compile-time value of EXPR in a program that includes
1949 + # INCLUDES, setting VAR accordingly. Returns whether the value could be
1950 + # computed
1951 + ac_fn_c_compute_int ()
1952 + {
1953 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1954 +  if test "$cross_compiling" = yes; then
1955 +    # Depending upon the size, compute the lo and hi bounds.
1956 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1957 + /* end confdefs.h.  */
1958 + $4
1959 + int
1960 + main ()
1961 + {
1962 + static int test_array [1 - 2 * !(($2) >= 0)];
1963 + test_array [0] = 0;
1964 + return test_array [0];
1965 +
1966 +  ;
1967 +  return 0;
1968 + }
1969 + _ACEOF
1970 + if ac_fn_c_try_compile "$LINENO"; then :
1971 +  ac_lo=0 ac_mid=0
1972 +  while :; do
1973 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974 + /* end confdefs.h.  */
1975 + $4
1976 + int
1977 + main ()
1978 + {
1979 + static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1980 + test_array [0] = 0;
1981 + return test_array [0];
1982 +
1983 +  ;
1984 +  return 0;
1985 + }
1986 + _ACEOF
1987 + if ac_fn_c_try_compile "$LINENO"; then :
1988 +  ac_hi=$ac_mid; break
1989 + else
1990 +  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1991 +                        if test $ac_lo -le $ac_mid; then
1992 +                          ac_lo= ac_hi=
1993 +                          break
1994 +                        fi
1995 +                        as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1996 + fi
1997 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1998 +  done
1999 + else
2000 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2001 + /* end confdefs.h.  */
2002 + $4
2003 + int
2004 + main ()
2005 + {
2006 + static int test_array [1 - 2 * !(($2) < 0)];
2007 + test_array [0] = 0;
2008 + return test_array [0];
2009 +
2010 +  ;
2011 +  return 0;
2012 + }
2013 + _ACEOF
2014 + if ac_fn_c_try_compile "$LINENO"; then :
2015 +  ac_hi=-1 ac_mid=-1
2016 +  while :; do
2017 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 + /* end confdefs.h.  */
2019 + $4
2020 + int
2021 + main ()
2022 + {
2023 + static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2024 + test_array [0] = 0;
2025 + return test_array [0];
2026 +
2027 +  ;
2028 +  return 0;
2029 + }
2030 + _ACEOF
2031 + if ac_fn_c_try_compile "$LINENO"; then :
2032 +  ac_lo=$ac_mid; break
2033 + else
2034 +  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2035 +                        if test $ac_mid -le $ac_hi; then
2036 +                          ac_lo= ac_hi=
2037 +                          break
2038 +                        fi
2039 +                        as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2040 + fi
2041 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 +  done
2043 + else
2044 +  ac_lo= ac_hi=
2045 + fi
2046 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2047 + fi
2048 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2049 + # Binary search between lo and hi bounds.
2050 + while test "x$ac_lo" != "x$ac_hi"; do
2051 +  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2052 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2053 + /* end confdefs.h.  */
2054 + $4
2055 + int
2056 + main ()
2057 + {
2058 + static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2059 + test_array [0] = 0;
2060 + return test_array [0];
2061 +
2062 +  ;
2063 +  return 0;
2064 + }
2065 + _ACEOF
2066 + if ac_fn_c_try_compile "$LINENO"; then :
2067 +  ac_hi=$ac_mid
2068 + else
2069 +  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2070 + fi
2071 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2072 + done
2073 + case $ac_lo in #((
2074 + ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2075 + '') ac_retval=1 ;;
2076 + esac
2077 +  else
2078 +    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 + /* end confdefs.h.  */
2080 + $4
2081 + static long int longval () { return $2; }
2082 + static unsigned long int ulongval () { return $2; }
2083 + #include <stdio.h>
2084 + #include <stdlib.h>
2085 + int
2086 + main ()
2087 + {
2088 +
2089 +  FILE *f = fopen ("conftest.val", "w");
2090 +  if (! f)
2091 +    return 1;
2092 +  if (($2) < 0)
2093 +    {
2094 +      long int i = longval ();
2095 +      if (i != ($2))
2096 +        return 1;
2097 +      fprintf (f, "%ld", i);
2098 +    }
2099 +  else
2100 +    {
2101 +      unsigned long int i = ulongval ();
2102 +      if (i != ($2))
2103 +        return 1;
2104 +      fprintf (f, "%lu", i);
2105 +    }
2106 +  /* Do not output a trailing newline, as this causes \r\n confusion
2107 +     on some platforms.  */
2108 +  return ferror (f) || fclose (f) != 0;
2109 +
2110 +  ;
2111 +  return 0;
2112 + }
2113 + _ACEOF
2114 + if ac_fn_c_try_run "$LINENO"; then :
2115 +  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2116 + else
2117 +  ac_retval=1
2118 + fi
2119 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2120 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
2121 + rm -f conftest.val
2122 +
2123 +  fi
2124 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2125 +  as_fn_set_status $ac_retval
2126 +
2127 + } # ac_fn_c_compute_int
2128 +
2129   # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2130   # ----------------------------------------------------
2131   # Tries to find if the field MEMBER exists in type AGGR, after including
# Line 2093 | Line 2277 | cat >config.log <<_ACEOF
2277   This file contains any messages produced by compilers while
2278   running configure, to aid debugging if configure makes a mistake.
2279  
2280 < It was created by ircd-hybrid $as_me 8beta1, which was
2281 < generated by GNU Autoconf 2.68.  Invocation command line was
2280 > It was created by ircd-hybrid $as_me TRUNK, which was
2281 > generated by GNU Autoconf 2.69.  Invocation command line was
2282  
2283    $ $0 $@
2284  
# Line 2373 | Line 2557 | $as_echo "$as_me: creating cache $cache_
2557    >$cache_file
2558   fi
2559  
2376 as_fn_append ac_func_list " mmap"
2560   as_fn_append ac_func_list " strtok_r"
2561   as_fn_append ac_func_list " usleep"
2562   as_fn_append ac_func_list " strlcat"
2563   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2564   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"
2565   as_fn_append ac_header_list " sys/resource.h"
2566   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"
2567   as_fn_append ac_header_list " types.h"
2568   as_fn_append ac_header_list " socket.h"
2569   as_fn_append ac_header_list " sys/wait.h"
2570   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2571   # Check that the precious variables saved in the cache have kept the same
2572   # value.
2573   ac_cache_corrupted=false
# Line 2459 | Line 2636 | ac_link='$CC -o conftest$ac_exeext $CFLA
2636   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2637  
2638  
2639 < am__api_version='1.11'
2639 > am__api_version='1.13'
2640  
2641   ac_aux_dir=
2642   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2704 | case $as_dir/ in #((
2704      # by default.
2705      for ac_prog in ginstall scoinst install; do
2706        for ac_exec_ext in '' $ac_executable_extensions; do
2707 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2707 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2708            if test $ac_prog = install &&
2709              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2710              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2762 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2762  
2763   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2764   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2765   # Reject unsafe characters in $srcdir or the absolute working directory
2766   # name.  Accept space and tab only in the latter.
2767   am_lf='
# Line 2598 | Line 2772 | case `pwd` in
2772   esac
2773   case $srcdir in
2774    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2775 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2775 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2776   esac
2777  
2778 < # Do `set' in a subshell so we don't clobber the current shell's
2778 > # Do 'set' in a subshell so we don't clobber the current shell's
2779   # arguments.  Must try -L first in case configure is actually a
2780   # symlink; some systems play weird games with the mod time of symlinks
2781   # (eg FreeBSD returns the mod time of the symlink's containing
2782   # directory).
2783   if (
2784 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2785 <   if test "$*" = "X"; then
2786 <      # -L didn't work.
2787 <      set X `ls -t "$srcdir/configure" conftest.file`
2788 <   fi
2789 <   rm -f conftest.file
2790 <   if test "$*" != "X $srcdir/configure conftest.file" \
2791 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2792 <
2793 <      # If neither matched, then we have a broken ls.  This can happen
2620 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2621 <      # broken ls alias from the environment.  This has actually
2622 <      # happened.  Such a system could not be considered "sane".
2623 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2624 < alias in your environment" "$LINENO" 5
2625 <   fi
2784 >   am_has_slept=no
2785 >   for am_try in 1 2; do
2786 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2787 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2788 >     if test "$*" = "X"; then
2789 >        # -L didn't work.
2790 >        set X `ls -t "$srcdir/configure" conftest.file`
2791 >     fi
2792 >     if test "$*" != "X $srcdir/configure conftest.file" \
2793 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2794  
2795 +        # If neither matched, then we have a broken ls.  This can happen
2796 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2797 +        # broken ls alias from the environment.  This has actually
2798 +        # happened.  Such a system could not be considered "sane".
2799 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2800 +  alias in your environment" "$LINENO" 5
2801 +     fi
2802 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2803 +       break
2804 +     fi
2805 +     # Just in case.
2806 +     sleep 1
2807 +     am_has_slept=yes
2808 +   done
2809     test "$2" = conftest.file
2810     )
2811   then
# Line 2635 | Line 2817 | Check your system clock" "$LINENO" 5
2817   fi
2818   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2819   $as_echo "yes" >&6; }
2820 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2821 + # generated files are strictly newer.
2822 + am_sleep_pid=
2823 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2824 +  ( sleep 1 ) &
2825 +  am_sleep_pid=$!
2826 + fi
2827 +
2828 + rm -f conftest.file
2829 +
2830   test "$program_prefix" != NONE &&
2831    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2832   # Use a double $ so make ignores it.
# Line 2657 | Line 2849 | if test x"${MISSING+set}" != xset; then
2849    esac
2850   fi
2851   # Use eval to expand $SHELL
2852 < if eval "$MISSING --run true"; then
2853 <  am_missing_run="$MISSING --run "
2852 > if eval "$MISSING --is-lightweight"; then
2853 >  am_missing_run="$MISSING "
2854   else
2855    am_missing_run=
2856 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2857 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2856 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2857 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2858   fi
2859  
2860   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2866 | if test x"${install_sh}" != xset; then
2866    esac
2867   fi
2868  
2869 < # Installed binaries are usually stripped using `strip' when the user
2870 < # run `make install-strip'.  However `strip' might not be the right
2869 > # Installed binaries are usually stripped using 'strip' when the user
2870 > # run "make install-strip".  However 'strip' might not be the right
2871   # tool to use in cross-compilation environments, therefore Automake
2872 < # will honor the `STRIP' environment variable to overrule this program.
2872 > # will honor the 'STRIP' environment variable to overrule this program.
2873   if test "$cross_compiling" != no; then
2874    if test -n "$ac_tool_prefix"; then
2875    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2888 | do
2888    IFS=$as_save_IFS
2889    test -z "$as_dir" && as_dir=.
2890      for ac_exec_ext in '' $ac_executable_extensions; do
2891 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2892      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2893      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894      break 2
# Line 2736 | Line 2928 | do
2928    IFS=$as_save_IFS
2929    test -z "$as_dir" && as_dir=.
2930      for ac_exec_ext in '' $ac_executable_extensions; do
2931 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2932      ac_cv_prog_ac_ct_STRIP="strip"
2933      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2934      break 2
# Line 2787 | Line 2979 | do
2979    test -z "$as_dir" && as_dir=.
2980      for ac_prog in mkdir gmkdir; do
2981           for ac_exec_ext in '' $ac_executable_extensions; do
2982 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2982 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2983             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2984               'mkdir (GNU coreutils) '* | \
2985               'mkdir (coreutils) '* | \
# Line 2816 | Line 3008 | fi
3008   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3009   $as_echo "$MKDIR_P" >&6; }
3010  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
3011   for ac_prog in gawk mawk nawk awk
3012   do
3013    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 3026 | do
3026    IFS=$as_save_IFS
3027    test -z "$as_dir" && as_dir=.
3028      for ac_exec_ext in '' $ac_executable_extensions; do
3029 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3029 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3030      ac_cv_prog_AWK="$ac_prog"
3031      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3032      break 2
# Line 2904 | Line 3090 | else
3090   fi
3091   rmdir .tst 2>/dev/null
3092  
3093 + # Check whether --enable-silent-rules was given.
3094 + if test "${enable_silent_rules+set}" = set; then :
3095 +  enableval=$enable_silent_rules;
3096 + fi
3097 +
3098 + case $enable_silent_rules in # (((
3099 +  yes) AM_DEFAULT_VERBOSITY=0;;
3100 +   no) AM_DEFAULT_VERBOSITY=1;;
3101 +    *) AM_DEFAULT_VERBOSITY=1;;
3102 + esac
3103 + am_make=${MAKE-make}
3104 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3105 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3106 + if ${am_cv_make_support_nested_variables+:} false; then :
3107 +  $as_echo_n "(cached) " >&6
3108 + else
3109 +  if $as_echo 'TRUE=$(BAR$(V))
3110 + BAR0=false
3111 + BAR1=true
3112 + V=1
3113 + am__doit:
3114 +        @$(TRUE)
3115 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3116 +  am_cv_make_support_nested_variables=yes
3117 + else
3118 +  am_cv_make_support_nested_variables=no
3119 + fi
3120 + fi
3121 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3122 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
3123 + if test $am_cv_make_support_nested_variables = yes; then
3124 +    AM_V='$(V)'
3125 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3126 + else
3127 +  AM_V=$AM_DEFAULT_VERBOSITY
3128 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3129 + fi
3130 + AM_BACKSLASH='\'
3131 +
3132   if test "`cd $srcdir && pwd`" != "`pwd`"; then
3133    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3134    # is not polluted with repeated "-I."
# Line 2926 | Line 3151 | fi
3151  
3152   # Define the identity of the package.
3153   PACKAGE='ircd-hybrid'
3154 < VERSION='8beta1'
3154 > VERSION='TRUNK'
3155  
3156  
3157   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 3179 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
3179  
3180   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3181  
3182 + # For better backward compatibility.  To be removed once Automake 1.9.x
3183 + # dies out for good.  For more background, see:
3184 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3185 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3186 + mkdir_p='$(MKDIR_P)'
3187 +
3188   # We need awk for the "check" target.  The system "awk" is bad on
3189   # some platforms.
3190 < # Always define AMTAR for backward compatibility.
3190 > # Always define AMTAR for backward compatibility.  Yes, it's still used
3191 > # in the wild :-(  We should find a proper way to deprecate it ...
3192 > AMTAR='$${TAR-tar}'
3193 >
3194 >
3195 > # We'll loop over all known methods to create a tar archive until one works.
3196 > _am_tools='gnutar  pax cpio none'
3197  
3198 < AMTAR=${AMTAR-"${am_missing_run}tar"}
3198 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3199  
2963 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3200  
3201  
3202  
# Line 3013 | Line 3249 | am__quote=
3249   _am_result=none
3250   # First try GNU make style include.
3251   echo "include confinc" > confmf
3252 < # Ignore all kinds of additional output from `make'.
3252 > # Ignore all kinds of additional output from 'make'.
3253   case `$am_make -s -f confmf 2> /dev/null` in #(
3254   *the\ am__doit\ target*)
3255    am__include=include
# Line 3046 | Line 3282 | fi
3282   if test "x$enable_dependency_tracking" != xno; then
3283    am_depcomp="$ac_aux_dir/depcomp"
3284    AMDEPBACKSLASH='\'
3285 +  am__nodep='_no'
3286   fi
3287   if test "x$enable_dependency_tracking" != xno; then
3288    AMDEP_TRUE=
# Line 3078 | Line 3315 | do
3315    IFS=$as_save_IFS
3316    test -z "$as_dir" && as_dir=.
3317      for ac_exec_ext in '' $ac_executable_extensions; do
3318 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3318 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3319      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3320      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3321      break 2
# Line 3118 | Line 3355 | do
3355    IFS=$as_save_IFS
3356    test -z "$as_dir" && as_dir=.
3357      for ac_exec_ext in '' $ac_executable_extensions; do
3358 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3358 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3359      ac_cv_prog_ac_ct_CC="gcc"
3360      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3361      break 2
# Line 3171 | Line 3408 | do
3408    IFS=$as_save_IFS
3409    test -z "$as_dir" && as_dir=.
3410      for ac_exec_ext in '' $ac_executable_extensions; do
3411 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3411 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3412      ac_cv_prog_CC="${ac_tool_prefix}cc"
3413      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3414      break 2
# Line 3212 | Line 3449 | do
3449    IFS=$as_save_IFS
3450    test -z "$as_dir" && as_dir=.
3451      for ac_exec_ext in '' $ac_executable_extensions; do
3452 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3452 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3453      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3454         ac_prog_rejected=yes
3455         continue
# Line 3270 | Line 3507 | do
3507    IFS=$as_save_IFS
3508    test -z "$as_dir" && as_dir=.
3509      for ac_exec_ext in '' $ac_executable_extensions; do
3510 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3510 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3511      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3512      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3513      break 2
# Line 3314 | Line 3551 | do
3551    IFS=$as_save_IFS
3552    test -z "$as_dir" && as_dir=.
3553      for ac_exec_ext in '' $ac_executable_extensions; do
3554 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3554 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3555      ac_cv_prog_ac_ct_CC="$ac_prog"
3556      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3557      break 2
# Line 3760 | Line 3997 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3997   /* end confdefs.h.  */
3998   #include <stdarg.h>
3999   #include <stdio.h>
4000 < #include <sys/types.h>
3764 < #include <sys/stat.h>
4000 > struct stat;
4001   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4002   struct buf { int x; };
4003   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 4093 | else
4093    # We make a subdir and do the tests there.  Otherwise we can end up
4094    # making bogus files that we don't know about and never remove.  For
4095    # instance it was reported that on HP-UX the gcc test will end up
4096 <  # making a dummy file named `D' -- because `-MD' means `put the output
4097 <  # in D'.
4096 >  # making a dummy file named 'D' -- because '-MD' means "put the output
4097 >  # in D".
4098 >  rm -rf conftest.dir
4099    mkdir conftest.dir
4100    # Copy depcomp to subdir because otherwise we won't find it if we're
4101    # using a relative directory.
# Line 3892 | Line 4129 | else
4129      : > sub/conftest.c
4130      for i in 1 2 3 4 5 6; do
4131        echo '#include "conftst'$i'.h"' >> sub/conftest.c
4132 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4133 <      # Solaris 8's {/usr,}/bin/sh.
4134 <      touch sub/conftst$i.h
4132 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4133 >      # Solaris 10 /bin/sh.
4134 >      echo '/* dummy */' > sub/conftst$i.h
4135      done
4136      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4137  
4138 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4138 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4139      # mode.  It turns out that the SunPro C++ compiler does not properly
4140 <    # handle `-M -o', and we need to detect this.  Also, some Intel
4141 <    # versions had trouble with output in subdirs
4140 >    # handle '-M -o', and we need to detect this.  Also, some Intel
4141 >    # versions had trouble with output in subdirs.
4142      am__obj=sub/conftest.${OBJEXT-o}
4143      am__minus_obj="-o $am__obj"
4144      case $depmode in
# Line 3910 | Line 4147 | else
4147        test "$am__universal" = false || continue
4148        ;;
4149      nosideeffect)
4150 <      # after this tag, mechanisms are not by side-effect, so they'll
4151 <      # only be used when explicitly requested
4150 >      # After this tag, mechanisms are not by side-effect, so they'll
4151 >      # only be used when explicitly requested.
4152        if test "x$enable_dependency_tracking" = xyes; then
4153          continue
4154        else
4155          break
4156        fi
4157        ;;
4158 <    msvisualcpp | msvcmsys)
4159 <      # This compiler won't grok `-c -o', but also, the minuso test has
4158 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4159 >      # This compiler won't grok '-c -o', but also, the minuso test has
4160        # not run yet.  These depmodes are late enough in the game, and
4161        # so weak that their functioning should not be impacted.
4162        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4356 | main ()
4356    return 0;
4357   }
4358   _ACEOF
4359 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4359 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4360   do
4361    CC="$ac_save_CC $ac_arg"
4362    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4388 | fi
4388  
4389  
4390   if test "$ac_cv_prog_cc_c99" = "no"; then :
4391 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4391 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4392   fi
4393   for ac_prog in 'bison -y' byacc
4394   do
# Line 4171 | Line 4408 | do
4408    IFS=$as_save_IFS
4409    test -z "$as_dir" && as_dir=.
4410      for ac_exec_ext in '' $ac_executable_extensions; do
4411 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4411 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4412      ac_cv_prog_YACC="$ac_prog"
4413      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4414      break 2
# Line 4215 | Line 4452 | do
4452    IFS=$as_save_IFS
4453    test -z "$as_dir" && as_dir=.
4454      for ac_exec_ext in '' $ac_executable_extensions; do
4455 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4455 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4456      ac_cv_prog_LEX="$ac_prog"
4457      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4458      break 2
# Line 4247 | Line 4484 | a { ECHO; }
4484   b { REJECT; }
4485   c { yymore (); }
4486   d { yyless (1); }
4487 < e { yyless (input () != 0); }
4487 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4488 >    yyless ((input () != 0)); }
4489   f { unput (yytext[0]); }
4490   . { BEGIN INITIAL; }
4491   %%
# Line 4376 | Line 4614 | esac
4614  
4615  
4616  
4617 < macro_version='2.4'
4618 < macro_revision='1.3293'
4617 > macro_version='2.4.2'
4618 > macro_revision='1.3337'
4619  
4620  
4621  
# Line 4555 | Line 4793 | do
4793      for ac_prog in sed gsed; do
4794      for ac_exec_ext in '' $ac_executable_extensions; do
4795        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4796 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4796 >      as_fn_executable_p "$ac_path_SED" || continue
4797   # Check for GNU ac_path_SED and select it if it is found.
4798    # Check for GNU $ac_path_SED
4799   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4869 | do
4869      for ac_prog in grep ggrep; do
4870      for ac_exec_ext in '' $ac_executable_extensions; do
4871        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4872 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4872 >      as_fn_executable_p "$ac_path_GREP" || continue
4873   # Check for GNU ac_path_GREP and select it if it is found.
4874    # Check for GNU $ac_path_GREP
4875   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4935 | do
4935      for ac_prog in egrep; do
4936      for ac_exec_ext in '' $ac_executable_extensions; do
4937        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4938 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4938 >      as_fn_executable_p "$ac_path_EGREP" || continue
4939   # Check for GNU ac_path_EGREP and select it if it is found.
4940    # Check for GNU $ac_path_EGREP
4941   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 5002 | do
5002      for ac_prog in fgrep; do
5003      for ac_exec_ext in '' $ac_executable_extensions; do
5004        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5005 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5005 >      as_fn_executable_p "$ac_path_FGREP" || continue
5006   # Check for GNU ac_path_FGREP and select it if it is found.
5007    # Check for GNU $ac_path_FGREP
5008   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5258 | do
5258    IFS=$as_save_IFS
5259    test -z "$as_dir" && as_dir=.
5260      for ac_exec_ext in '' $ac_executable_extensions; do
5261 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5261 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5262      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5263      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5264      break 2
# Line 5064 | Line 5302 | do
5302    IFS=$as_save_IFS
5303    test -z "$as_dir" && as_dir=.
5304      for ac_exec_ext in '' $ac_executable_extensions; do
5305 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5305 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5306      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5307      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5308      break 2
# Line 5222 | Line 5460 | else
5460      lt_cv_sys_max_cmd_len=196608
5461      ;;
5462  
5463 +  os2*)
5464 +    # The test takes a long time on OS/2.
5465 +    lt_cv_sys_max_cmd_len=8192
5466 +    ;;
5467 +
5468    osf*)
5469      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5470      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5504 | else
5504        # If test is not a shell built-in, we'll probably end up computing a
5505        # maximum length that is only half of the actual maximum length, but
5506        # we can't tell.
5507 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5507 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5508                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5509                test $i != 17 # 1/2 MB should be enough
5510        do
# Line 5483 | Line 5726 | do
5726    IFS=$as_save_IFS
5727    test -z "$as_dir" && as_dir=.
5728      for ac_exec_ext in '' $ac_executable_extensions; do
5729 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5729 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5730      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5731      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5732      break 2
# Line 5523 | Line 5766 | do
5766    IFS=$as_save_IFS
5767    test -z "$as_dir" && as_dir=.
5768      for ac_exec_ext in '' $ac_executable_extensions; do
5769 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5769 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5770      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5771      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5772      break 2
# Line 5690 | Line 5933 | irix5* | irix6* | nonstopux*)
5933    lt_cv_deplibs_check_method=pass_all
5934    ;;
5935  
5936 < # This must be Linux ELF.
5936 > # This must be glibc/ELF.
5937   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5938    lt_cv_deplibs_check_method=pass_all
5939    ;;
# Line 5829 | Line 6072 | do
6072    IFS=$as_save_IFS
6073    test -z "$as_dir" && as_dir=.
6074      for ac_exec_ext in '' $ac_executable_extensions; do
6075 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6075 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6076      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6077      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6078      break 2
# Line 5869 | Line 6112 | do
6112    IFS=$as_save_IFS
6113    test -z "$as_dir" && as_dir=.
6114      for ac_exec_ext in '' $ac_executable_extensions; do
6115 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6115 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6116      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6117      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6118      break 2
# Line 5972 | Line 6215 | do
6215    IFS=$as_save_IFS
6216    test -z "$as_dir" && as_dir=.
6217      for ac_exec_ext in '' $ac_executable_extensions; do
6218 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6218 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6219      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6220      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6221      break 2
# Line 6016 | Line 6259 | do
6259    IFS=$as_save_IFS
6260    test -z "$as_dir" && as_dir=.
6261      for ac_exec_ext in '' $ac_executable_extensions; do
6262 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6262 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6263      ac_cv_prog_ac_ct_AR="$ac_prog"
6264      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6265      break 2
# Line 6141 | Line 6384 | do
6384    IFS=$as_save_IFS
6385    test -z "$as_dir" && as_dir=.
6386      for ac_exec_ext in '' $ac_executable_extensions; do
6387 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6387 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6388      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6389      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6390      break 2
# Line 6181 | Line 6424 | do
6424    IFS=$as_save_IFS
6425    test -z "$as_dir" && as_dir=.
6426      for ac_exec_ext in '' $ac_executable_extensions; do
6427 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6427 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6428      ac_cv_prog_ac_ct_STRIP="strip"
6429      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6430      break 2
# Line 6240 | Line 6483 | do
6483    IFS=$as_save_IFS
6484    test -z "$as_dir" && as_dir=.
6485      for ac_exec_ext in '' $ac_executable_extensions; do
6486 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6487      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6488      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6489      break 2
# Line 6280 | Line 6523 | do
6523    IFS=$as_save_IFS
6524    test -z "$as_dir" && as_dir=.
6525      for ac_exec_ext in '' $ac_executable_extensions; do
6526 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6526 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6527      ac_cv_prog_ac_ct_RANLIB="ranlib"
6528      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6529      break 2
# Line 6330 | Line 6573 | old_postuninstall_cmds=
6573   if test -n "$RANLIB"; then
6574    case $host_os in
6575    openbsd*)
6576 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6576 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6577      ;;
6578    *)
6579 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6579 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6580      ;;
6581    esac
6582 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6582 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6583   fi
6584  
6585   case $host_os in
# Line 6483 | Line 6726 | for ac_symprfx in "" "_"; do
6726      # which start with @ or ?.
6727      lt_cv_sys_global_symbol_pipe="$AWK '"\
6728   "     {last_section=section; section=\$ 3};"\
6729 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6730   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6731   "     \$ 0!~/External *\|/{next};"\
6732   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 7115 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
7115      CFLAGS="$SAVE_CFLAGS"
7116    fi
7117    ;;
7118 < sparc*-*solaris*)
7118 > *-*solaris*)
7119    # Find out which ABI we are using.
7120    echo 'int i;' > conftest.$ac_ext
7121    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 7126 | sparc*-*solaris*)
7126      case `/usr/bin/file conftest.o` in
7127      *64-bit*)
7128        case $lt_cv_prog_gnu_ld in
7129 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7129 >      yes*)
7130 >        case $host in
7131 >        i?86-*-solaris*)
7132 >          LD="${LD-ld} -m elf_x86_64"
7133 >          ;;
7134 >        sparc*-*-solaris*)
7135 >          LD="${LD-ld} -m elf64_sparc"
7136 >          ;;
7137 >        esac
7138 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
7139 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
7140 >          LD="${LD-ld}_sol2"
7141 >        fi
7142 >        ;;
7143        *)
7144          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7145            LD="${LD-ld} -64"
# Line 6915 | Line 7172 | do
7172    IFS=$as_save_IFS
7173    test -z "$as_dir" && as_dir=.
7174      for ac_exec_ext in '' $ac_executable_extensions; do
7175 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7175 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7176      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7177      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7178      break 2
# Line 6955 | Line 7212 | do
7212    IFS=$as_save_IFS
7213    test -z "$as_dir" && as_dir=.
7214      for ac_exec_ext in '' $ac_executable_extensions; do
7215 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7215 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7216      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7217      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7218      break 2
# Line 7035 | Line 7292 | do
7292    IFS=$as_save_IFS
7293    test -z "$as_dir" && as_dir=.
7294      for ac_exec_ext in '' $ac_executable_extensions; do
7295 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7295 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7296      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7297      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7298      break 2
# Line 7075 | Line 7332 | do
7332    IFS=$as_save_IFS
7333    test -z "$as_dir" && as_dir=.
7334      for ac_exec_ext in '' $ac_executable_extensions; do
7335 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7335 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7336      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7337      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7338      break 2
# Line 7127 | Line 7384 | do
7384    IFS=$as_save_IFS
7385    test -z "$as_dir" && as_dir=.
7386      for ac_exec_ext in '' $ac_executable_extensions; do
7387 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7387 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7388      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7389      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7390      break 2
# Line 7167 | Line 7424 | do
7424    IFS=$as_save_IFS
7425    test -z "$as_dir" && as_dir=.
7426      for ac_exec_ext in '' $ac_executable_extensions; do
7427 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7427 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7428      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7429      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7430      break 2
# Line 7219 | Line 7476 | do
7476    IFS=$as_save_IFS
7477    test -z "$as_dir" && as_dir=.
7478      for ac_exec_ext in '' $ac_executable_extensions; do
7479 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7479 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7480      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7481      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7482      break 2
# Line 7259 | Line 7516 | do
7516    IFS=$as_save_IFS
7517    test -z "$as_dir" && as_dir=.
7518      for ac_exec_ext in '' $ac_executable_extensions; do
7519 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7519 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7520      ac_cv_prog_ac_ct_LIPO="lipo"
7521      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7522      break 2
# Line 7311 | Line 7568 | do
7568    IFS=$as_save_IFS
7569    test -z "$as_dir" && as_dir=.
7570      for ac_exec_ext in '' $ac_executable_extensions; do
7571 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7571 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7572      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7573      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7574      break 2
# Line 7351 | Line 7608 | do
7608    IFS=$as_save_IFS
7609    test -z "$as_dir" && as_dir=.
7610      for ac_exec_ext in '' $ac_executable_extensions; do
7611 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7611 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7612      ac_cv_prog_ac_ct_OTOOL="otool"
7613      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7614      break 2
# Line 7403 | Line 7660 | do
7660    IFS=$as_save_IFS
7661    test -z "$as_dir" && as_dir=.
7662      for ac_exec_ext in '' $ac_executable_extensions; do
7663 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7663 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7664      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7665      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7666      break 2
# Line 7443 | Line 7700 | do
7700    IFS=$as_save_IFS
7701    test -z "$as_dir" && as_dir=.
7702      for ac_exec_ext in '' $ac_executable_extensions; do
7703 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7703 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7704      ac_cv_prog_ac_ct_OTOOL64="otool64"
7705      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7706      break 2
# Line 7522 | Line 7779 | else
7779          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7780            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7781          _lt_result=$?
7782 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7782 >        # If there is a non-empty error log, and "single_module"
7783 >        # appears in it, assume the flag caused a linker warning
7784 >        if test -s conftest.err && $GREP single_module conftest.err; then
7785 >          cat conftest.err >&5
7786 >        # Otherwise, if the output was created with a 0 exit code from
7787 >        # the compiler, it worked.
7788 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7789            lt_cv_apple_cc_single_mod=yes
7790          else
7791            cat conftest.err >&5
# Line 7533 | Line 7796 | else
7796   fi
7797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7798   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7799 +
7800      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7801   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7802   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7829 | rm -f core conftest.err conftest.$ac_obj
7829   fi
7830   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7831   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7832 +
7833      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7834   $as_echo_n "checking for -force_load linker flag... " >&6; }
7835   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7851 | _LT_EOF
7851        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7852        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7853        _lt_result=$?
7854 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7854 >      if test -s conftest.err && $GREP force_load conftest.err; then
7855 >        cat conftest.err >&5
7856 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7857          lt_cv_ld_force_load=yes
7858        else
7859          cat conftest.err >&5
# Line 7989 | Line 8256 | fi
8256  
8257   # Check whether --with-pic was given.
8258   if test "${with_pic+set}" = set; then :
8259 <  withval=$with_pic; pic_mode="$withval"
8259 >  withval=$with_pic; lt_p=${PACKAGE-default}
8260 >    case $withval in
8261 >    yes|no) pic_mode=$withval ;;
8262 >    *)
8263 >      pic_mode=default
8264 >      # Look at the argument we got.  We use all the common list separators.
8265 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8266 >      for lt_pkg in $withval; do
8267 >        IFS="$lt_save_ifs"
8268 >        if test "X$lt_pkg" = "X$lt_p"; then
8269 >          pic_mode=yes
8270 >        fi
8271 >      done
8272 >      IFS="$lt_save_ifs"
8273 >      ;;
8274 >    esac
8275   else
8276    pic_mode=default
8277   fi
# Line 8067 | Line 8349 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8349  
8350  
8351  
8352 +
8353 +
8354 +
8355 +
8356   test -z "$LN_S" && LN_S="ln -s"
8357  
8358  
# Line 8522 | Line 8808 | lt_prog_compiler_static=
8808      case $cc_basename in
8809      nvcc*) # Cuda Compiler Driver 2.2
8810        lt_prog_compiler_wl='-Xlinker '
8811 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8811 >      if test -n "$lt_prog_compiler_pic"; then
8812 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8813 >      fi
8814        ;;
8815      esac
8816    else
# Line 8613 | Line 8901 | lt_prog_compiler_static=
8901          ;;
8902        *)
8903          case `$CC -V 2>&1 | sed 5q` in
8904 <        *Sun\ F* | *Sun*Fortran*)
8904 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8905            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8906            lt_prog_compiler_pic='-KPIC'
8907            lt_prog_compiler_static='-Bstatic'
8908            lt_prog_compiler_wl=''
8909            ;;
8910 +        *Sun\ F* | *Sun*Fortran*)
8911 +          lt_prog_compiler_pic='-KPIC'
8912 +          lt_prog_compiler_static='-Bstatic'
8913 +          lt_prog_compiler_wl='-Qoption ld '
8914 +          ;;
8915          *Sun\ C*)
8916            # Sun C 5.9
8917            lt_prog_compiler_pic='-KPIC'
8918            lt_prog_compiler_static='-Bstatic'
8919            lt_prog_compiler_wl='-Wl,'
8920            ;;
8921 +        *Intel*\ [CF]*Compiler*)
8922 +          lt_prog_compiler_wl='-Wl,'
8923 +          lt_prog_compiler_pic='-fPIC'
8924 +          lt_prog_compiler_static='-static'
8925 +          ;;
8926 +        *Portland\ Group*)
8927 +          lt_prog_compiler_wl='-Wl,'
8928 +          lt_prog_compiler_pic='-fpic'
8929 +          lt_prog_compiler_static='-Bstatic'
8930 +          ;;
8931          esac
8932          ;;
8933        esac
# Line 8986 | Line 9289 | $as_echo_n "checking whether the $compil
9289    hardcode_direct=no
9290    hardcode_direct_absolute=no
9291    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9292    hardcode_libdir_separator=
9293    hardcode_minus_L=no
9294    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9538 | _LT_EOF
9538          xlf* | bgf* | bgxlf* | mpixlf*)
9539            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9540            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9541 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9541 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9542            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9543            if test "x$supports_anon_versioning" = xyes; then
9544              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9917 | fi
9917          # The linker will not automatically build a static lib if we build a DLL.
9918          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9919          enable_shared_with_static_runtimes=yes
9920 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9921          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9922          # Don't use ranlib
9923          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9963 | fi
9963    hardcode_shlibpath_var=unsupported
9964    if test "$lt_cv_ld_force_load" = "yes"; then
9965      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\"`'
9966 +
9967    else
9968      whole_archive_flag_spec=''
9969    fi
# Line 9689 | Line 9992 | fi
9992        hardcode_shlibpath_var=no
9993        ;;
9994  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9995      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9996      # support.  Future versions do this automatically, but an explicit c++rt0.o
9997      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 10004 | fi
10004        ;;
10005  
10006      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10007 <    freebsd2*)
10007 >    freebsd2.*)
10008        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10009        hardcode_direct=yes
10010        hardcode_minus_L=yes
# Line 9744 | Line 10043 | fi
10043        fi
10044        if test "$with_gnu_ld" = no; then
10045          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
10046          hardcode_libdir_separator=:
10047          hardcode_direct=yes
10048          hardcode_direct_absolute=yes
# Line 10368 | Line 10666 | esac
10666  
10667  
10668  
10371
10372
10373
10374
10375
10669    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10670   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10671  
# Line 10462 | Line 10755 | need_version=unknown
10755  
10756   case $host_os in
10757   aix3*)
10758 <  version_type=linux
10758 >  version_type=linux # correct to gnu/linux during the next big refactor
10759    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10760    shlibpath_var=LIBPATH
10761  
# Line 10471 | Line 10764 | aix3*)
10764    ;;
10765  
10766   aix[4-9]*)
10767 <  version_type=linux
10767 >  version_type=linux # correct to gnu/linux during the next big refactor
10768    need_lib_prefix=no
10769    need_version=no
10770    hardcode_into_libs=yes
# Line 10536 | Line 10829 | beos*)
10829    ;;
10830  
10831   bsdi[45]*)
10832 <  version_type=linux
10832 >  version_type=linux # correct to gnu/linux during the next big refactor
10833    need_version=no
10834    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10835    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10968 | darwin* | rhapsody*)
10968    ;;
10969  
10970   dgux*)
10971 <  version_type=linux
10971 >  version_type=linux # correct to gnu/linux during the next big refactor
10972    need_lib_prefix=no
10973    need_version=no
10974    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10976 | dgux*)
10976    shlibpath_var=LD_LIBRARY_PATH
10977    ;;
10978  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10979   freebsd* | dragonfly*)
10980    # DragonFly does not have aout.  When/if they implement a new
10981    # versioning mechanism, adjust this.
# Line 10694 | Line 10983 | freebsd* | dragonfly*)
10983      objformat=`/usr/bin/objformat`
10984    else
10985      case $host_os in
10986 <    freebsd[123]*) objformat=aout ;;
10986 >    freebsd[23].*) objformat=aout ;;
10987      *) objformat=elf ;;
10988      esac
10989    fi
# Line 10712 | Line 11001 | freebsd* | dragonfly*)
11001    esac
11002    shlibpath_var=LD_LIBRARY_PATH
11003    case $host_os in
11004 <  freebsd2*)
11004 >  freebsd2.*)
11005      shlibpath_overrides_runpath=yes
11006      ;;
11007    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 11021 | freebsd* | dragonfly*)
11021    ;;
11022  
11023   gnu*)
11024 <  version_type=linux
11024 >  version_type=linux # correct to gnu/linux during the next big refactor
11025    need_lib_prefix=no
11026    need_version=no
11027    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11028    soname_spec='${libname}${release}${shared_ext}$major'
11029    shlibpath_var=LD_LIBRARY_PATH
11030 +  shlibpath_overrides_runpath=no
11031    hardcode_into_libs=yes
11032    ;;
11033  
11034   haiku*)
11035 <  version_type=linux
11035 >  version_type=linux # correct to gnu/linux during the next big refactor
11036    need_lib_prefix=no
11037    need_version=no
11038    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 11093 | hpux9* | hpux10* | hpux11*)
11093    ;;
11094  
11095   interix[3-9]*)
11096 <  version_type=linux
11096 >  version_type=linux # correct to gnu/linux during the next big refactor
11097    need_lib_prefix=no
11098    need_version=no
11099    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 11109 | irix5* | irix6* | nonstopux*)
11109      nonstopux*) version_type=nonstopux ;;
11110      *)
11111          if test "$lt_cv_prog_gnu_ld" = yes; then
11112 <                version_type=linux
11112 >                version_type=linux # correct to gnu/linux during the next big refactor
11113          else
11114                  version_type=irix
11115          fi ;;
# Line 10856 | Line 11146 | linux*oldld* | linux*aout* | linux*coff*
11146    dynamic_linker=no
11147    ;;
11148  
11149 < # This must be Linux ELF.
11149 > # This must be glibc/ELF.
11150   linux* | k*bsd*-gnu | kopensolaris*-gnu)
11151 <  version_type=linux
11151 >  version_type=linux # correct to gnu/linux during the next big refactor
11152    need_lib_prefix=no
11153    need_version=no
11154    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11230 | netbsd*)
11230    ;;
11231  
11232   newsos6)
11233 <  version_type=linux
11233 >  version_type=linux # correct to gnu/linux during the next big refactor
11234    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11235    shlibpath_var=LD_LIBRARY_PATH
11236    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11299 | rdos*)
11299    ;;
11300  
11301   solaris*)
11302 <  version_type=linux
11302 >  version_type=linux # correct to gnu/linux during the next big refactor
11303    need_lib_prefix=no
11304    need_version=no
11305    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11324 | sunos4*)
11324    ;;
11325  
11326   sysv4 | sysv4.3*)
11327 <  version_type=linux
11327 >  version_type=linux # correct to gnu/linux during the next big refactor
11328    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11329    soname_spec='${libname}${release}${shared_ext}$major'
11330    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11348 | sysv4 | sysv4.3*)
11348  
11349   sysv4*MP*)
11350    if test -d /usr/nec ;then
11351 <    version_type=linux
11351 >    version_type=linux # correct to gnu/linux during the next big refactor
11352      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11353      soname_spec='$libname${shared_ext}.$major'
11354      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11379 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11379  
11380   tpf*)
11381    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11382 <  version_type=linux
11382 >  version_type=linux # correct to gnu/linux during the next big refactor
11383    need_lib_prefix=no
11384    need_version=no
11385    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11389 | tpf*)
11389    ;;
11390  
11391   uts4*)
11392 <  version_type=linux
11392 >  version_type=linux # correct to gnu/linux during the next big refactor
11393    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11394    soname_spec='${libname}${release}${shared_ext}$major'
11395    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 12171 | CC="$lt_save_CC"
12171  
12172  
12173  
12174 +
12175 +
12176          ac_config_commands="$ac_config_commands libtool"
12177  
12178  
# Line 11897 | Line 12189 | else
12189  
12190   module=yes
12191   eval libltdl_cv_shlibext=$shrext_cmds
12192 + module=no
12193 + eval libltdl_cv_shrext=$shrext_cmds
12194  
12195   fi
12196   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 12202 | cat >>confdefs.h <<_ACEOF
12202   _ACEOF
12203  
12204   fi
12205 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12206 +
12207 + cat >>confdefs.h <<_ACEOF
12208 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
12209 + _ACEOF
12210 +
12211 + fi
12212  
12213   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12214   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12952 | Line 13253 | eval "LTDLOPEN=\"$libname_spec\""
13253  
13254   LIBTOOL="$LIBTOOL --silent"
13255  
13256 + # The cast to long int works around a bug in the HP C Compiler
13257 + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13258 + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13259 + # This bug is HP SR number 8606223364.
13260 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13261 + $as_echo_n "checking size of short... " >&6; }
13262 + if ${ac_cv_sizeof_short+:} false; then :
13263 +  $as_echo_n "(cached) " >&6
13264 + else
13265 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
13266 +
13267 + else
13268 +  if test "$ac_cv_type_short" = yes; then
13269 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13270 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13271 + as_fn_error 77 "cannot compute sizeof (short)
13272 + See \`config.log' for more details" "$LINENO" 5; }
13273 +   else
13274 +     ac_cv_sizeof_short=0
13275 +   fi
13276 + fi
13277 +
13278 + fi
13279 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13280 + $as_echo "$ac_cv_sizeof_short" >&6; }
13281 +
13282 +
13283 +
13284 + cat >>confdefs.h <<_ACEOF
13285 + #define SIZEOF_SHORT $ac_cv_sizeof_short
13286 + _ACEOF
13287 +
13288 +
13289 + # The cast to long int works around a bug in the HP C Compiler
13290 + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13291 + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13292 + # This bug is HP SR number 8606223364.
13293 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13294 + $as_echo_n "checking size of int... " >&6; }
13295 + if ${ac_cv_sizeof_int+:} false; then :
13296 +  $as_echo_n "(cached) " >&6
13297 + else
13298 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
13299 +
13300 + else
13301 +  if test "$ac_cv_type_int" = yes; then
13302 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13303 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13304 + as_fn_error 77 "cannot compute sizeof (int)
13305 + See \`config.log' for more details" "$LINENO" 5; }
13306 +   else
13307 +     ac_cv_sizeof_int=0
13308 +   fi
13309 + fi
13310 +
13311 + fi
13312 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13313 + $as_echo "$ac_cv_sizeof_int" >&6; }
13314 +
13315 +
13316 +
13317 + cat >>confdefs.h <<_ACEOF
13318 + #define SIZEOF_INT $ac_cv_sizeof_int
13319 + _ACEOF
13320 +
13321 +
13322 + # The cast to long int works around a bug in the HP C Compiler
13323 + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13324 + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13325 + # This bug is HP SR number 8606223364.
13326 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13327 + $as_echo_n "checking size of long... " >&6; }
13328 + if ${ac_cv_sizeof_long+:} false; then :
13329 +  $as_echo_n "(cached) " >&6
13330 + else
13331 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
13332 +
13333 + else
13334 +  if test "$ac_cv_type_long" = yes; then
13335 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13336 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13337 + as_fn_error 77 "cannot compute sizeof (long)
13338 + See \`config.log' for more details" "$LINENO" 5; }
13339 +   else
13340 +     ac_cv_sizeof_long=0
13341 +   fi
13342 + fi
13343 +
13344 + fi
13345 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13346 + $as_echo "$ac_cv_sizeof_long" >&6; }
13347 +
13348 +
13349 +
13350 + cat >>confdefs.h <<_ACEOF
13351 + #define SIZEOF_LONG $ac_cv_sizeof_long
13352 + _ACEOF
13353 +
13354 +
13355 + # The cast to long int works around a bug in the HP C Compiler
13356 + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13357 + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13358 + # This bug is HP SR number 8606223364.
13359 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13360 + $as_echo_n "checking size of void *... " >&6; }
13361 + if ${ac_cv_sizeof_void_p+:} false; then :
13362 +  $as_echo_n "(cached) " >&6
13363 + else
13364 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
13365 +
13366 + else
13367 +  if test "$ac_cv_type_void_p" = yes; then
13368 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13369 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13370 + as_fn_error 77 "cannot compute sizeof (void *)
13371 + See \`config.log' for more details" "$LINENO" 5; }
13372 +   else
13373 +     ac_cv_sizeof_void_p=0
13374 +   fi
13375 + fi
13376 +
13377 + fi
13378 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13379 + $as_echo "$ac_cv_sizeof_void_p" >&6; }
13380 +
13381 +
13382 +
13383 + cat >>confdefs.h <<_ACEOF
13384 + #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
13385 + _ACEOF
13386 +
13387 +
13388 + # The cast to long int works around a bug in the HP C Compiler
13389 + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13390 + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13391 + # This bug is HP SR number 8606223364.
13392 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int64_t" >&5
13393 + $as_echo_n "checking size of int64_t... " >&6; }
13394 + if ${ac_cv_sizeof_int64_t+:} false; then :
13395 +  $as_echo_n "(cached) " >&6
13396 + else
13397 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int64_t))" "ac_cv_sizeof_int64_t"        "$ac_includes_default"; then :
13398 +
13399 + else
13400 +  if test "$ac_cv_type_int64_t" = yes; then
13401 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13402 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13403 + as_fn_error 77 "cannot compute sizeof (int64_t)
13404 + See \`config.log' for more details" "$LINENO" 5; }
13405 +   else
13406 +     ac_cv_sizeof_int64_t=0
13407 +   fi
13408 + fi
13409 +
13410 + fi
13411 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int64_t" >&5
13412 + $as_echo "$ac_cv_sizeof_int64_t" >&6; }
13413 +
13414 +
13415 +
13416 + cat >>confdefs.h <<_ACEOF
13417 + #define SIZEOF_INT64_T $ac_cv_sizeof_int64_t
13418 + _ACEOF
13419 +
13420 +
13421 + # The cast to long int works around a bug in the HP C Compiler
13422 + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13423 + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13424 + # This bug is HP SR number 8606223364.
13425 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13426 + $as_echo_n "checking size of long long... " >&6; }
13427 + if ${ac_cv_sizeof_long_long+:} false; then :
13428 +  $as_echo_n "(cached) " >&6
13429 + else
13430 +  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
13431 +
13432 + else
13433 +  if test "$ac_cv_type_long_long" = yes; then
13434 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13435 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13436 + as_fn_error 77 "cannot compute sizeof (long long)
13437 + See \`config.log' for more details" "$LINENO" 5; }
13438 +   else
13439 +     ac_cv_sizeof_long_long=0
13440 +   fi
13441 + fi
13442 +
13443 + fi
13444 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13445 + $as_echo "$ac_cv_sizeof_long_long" >&6; }
13446 +
13447 +
13448 +
13449 + cat >>confdefs.h <<_ACEOF
13450 + #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13451 + _ACEOF
13452 +
13453 +
13454 +
13455 + if test "$ac_cv_sizeof_int" = 2 ; then
13456 +  ac_fn_c_check_type "$LINENO" "int16_t" "ac_cv_type_int16_t" "$ac_includes_default"
13457 + if test "x$ac_cv_type_int16_t" = xyes; then :
13458 +
13459 + else
13460 +
13461 + cat >>confdefs.h <<_ACEOF
13462 + #define int16_t int
13463 + _ACEOF
13464 +
13465 + fi
13466 +
13467 +  ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "$ac_includes_default"
13468 + if test "x$ac_cv_type_uint16_t" = xyes; then :
13469 +
13470 + else
13471 +
13472 + cat >>confdefs.h <<_ACEOF
13473 + #define uint16_t unsigned int
13474 + _ACEOF
13475 +
13476 + fi
13477 +
13478 + elif test "$ac_cv_sizeof_short" = 2 ; then
13479 +  ac_fn_c_check_type "$LINENO" "int16_t" "ac_cv_type_int16_t" "$ac_includes_default"
13480 + if test "x$ac_cv_type_int16_t" = xyes; then :
13481 +
13482 + else
13483 +
13484 + cat >>confdefs.h <<_ACEOF
13485 + #define int16_t short
13486 + _ACEOF
13487 +
13488 + fi
13489 +
13490 +  ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "$ac_includes_default"
13491 + if test "x$ac_cv_type_uint16_t" = xyes; then :
13492 +
13493 + else
13494 +
13495 + cat >>confdefs.h <<_ACEOF
13496 + #define uint16_t unsigned short
13497 + _ACEOF
13498 +
13499 + fi
13500 +
13501 + else
13502 +  as_fn_error $? "Cannot find a type with size of 16 bits" "$LINENO" 5
13503 + fi
13504 + if test "$ac_cv_sizeof_int" = 4 ; then
13505 +  ac_fn_c_check_type "$LINENO" "int32_t" "ac_cv_type_int32_t" "$ac_includes_default"
13506 + if test "x$ac_cv_type_int32_t" = xyes; then :
13507 +
13508 + else
13509 +
13510 + cat >>confdefs.h <<_ACEOF
13511 + #define int32_t int
13512 + _ACEOF
13513 +
13514 + fi
13515 +
13516 +  ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "$ac_includes_default"
13517 + if test "x$ac_cv_type_uint32_t" = xyes; then :
13518 +
13519 + else
13520 +
13521 + cat >>confdefs.h <<_ACEOF
13522 + #define uint32_t unsigned int
13523 + _ACEOF
13524 +
13525 + fi
13526 +
13527 + elif test "$ac_cv_sizeof_short" = 4 ; then
13528 +  ac_fn_c_check_type "$LINENO" "int32_t" "ac_cv_type_int32_t" "$ac_includes_default"
13529 + if test "x$ac_cv_type_int32_t" = xyes; then :
13530 +
13531 + else
13532 +
13533 + cat >>confdefs.h <<_ACEOF
13534 + #define int32_t short
13535 + _ACEOF
13536 +
13537 + fi
13538 +
13539 +  ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "$ac_includes_default"
13540 + if test "x$ac_cv_type_uint32_t" = xyes; then :
13541 +
13542 + else
13543 +
13544 + cat >>confdefs.h <<_ACEOF
13545 + #define uint32_t unsigned short
13546 + _ACEOF
13547 +
13548 + fi
13549 +
13550 + elif test "$ac_cv_sizeof_long" = 4 ; then
13551 +  ac_fn_c_check_type "$LINENO" "int32_t" "ac_cv_type_int32_t" "$ac_includes_default"
13552 + if test "x$ac_cv_type_int32_t" = xyes; then :
13553 +
13554 + else
13555 +
13556 + cat >>confdefs.h <<_ACEOF
13557 + #define int32_t long
13558 + _ACEOF
13559 +
13560 + fi
13561 +
13562 +  ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "$ac_includes_default"
13563 + if test "x$ac_cv_type_uint32_t" = xyes; then :
13564 +
13565 + else
13566 +
13567 + cat >>confdefs.h <<_ACEOF
13568 + #define uint32_t unsigned long
13569 + _ACEOF
13570 +
13571 + fi
13572 +
13573 + else
13574 +  as_fn_error $? "Cannot find a type with size of 32 bits" "$LINENO" 5
13575 + fi
13576 + if test "$ac_cv_sizeof_int64_t" = 8 ; then
13577 +  ac_fn_c_check_type "$LINENO" "int64_t" "ac_cv_type_int64_t" "$ac_includes_default"
13578 + if test "x$ac_cv_type_int64_t" = xyes; then :
13579 +
13580 + fi
13581 +
13582 +  ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "$ac_includes_default"
13583 + if test "x$ac_cv_type_uint64_t" = xyes; then :
13584 +
13585 + fi
13586 +
13587 + elif test "$ac_cv_sizeof_long_long" = 8 ; then
13588 +  ac_fn_c_check_type "$LINENO" "int64_t" "ac_cv_type_int64_t" "$ac_includes_default"
13589 + if test "x$ac_cv_type_int64_t" = xyes; then :
13590 +
13591 + else
13592 +
13593 + cat >>confdefs.h <<_ACEOF
13594 + #define int64_t long long
13595 + _ACEOF
13596 +
13597 + fi
13598 +
13599 +  ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "$ac_includes_default"
13600 + if test "x$ac_cv_type_uint64_t" = xyes; then :
13601 +
13602 + else
13603 +
13604 + cat >>confdefs.h <<_ACEOF
13605 + #define uint64_t unsigned long long
13606 + _ACEOF
13607 +
13608 + fi
13609 +
13610 + else
13611 +  as_fn_error $? "Cannot find a type with size of 64 bits" "$LINENO" 5
13612 + fi
13613 +
13614 +
13615   # Checks for libraries.
13616  
13617 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13618 < $as_echo_n "checking for library containing socket... " >&6; }
13619 < if ${ac_cv_search_socket+:} false; then :
13617 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13618 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13619 >
13620 > else
13621 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13622 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13623 > if ${ac_cv_search_getaddrinfo+:} false; then :
13624    $as_echo_n "(cached) " >&6
13625   else
13626    ac_func_search_save_LIBS=$LIBS
# Line 12969 | Line 13633 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13633   #ifdef __cplusplus
13634   extern "C"
13635   #endif
13636 < char socket ();
13636 > char getaddrinfo ();
13637   int
13638   main ()
13639   {
13640 < return socket ();
13640 > return getaddrinfo ();
13641    ;
13642    return 0;
13643   }
13644   _ACEOF
13645 < for ac_lib in '' socket; do
13645 > for ac_lib in '' nsl; do
13646    if test -z "$ac_lib"; then
13647      ac_res="none required"
13648    else
# Line 12986 | Line 13650 | for ac_lib in '' socket; do
13650      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13651    fi
13652    if ac_fn_c_try_link "$LINENO"; then :
13653 <  ac_cv_search_socket=$ac_res
13653 >  ac_cv_search_getaddrinfo=$ac_res
13654   fi
13655   rm -f core conftest.err conftest.$ac_objext \
13656      conftest$ac_exeext
13657 <  if ${ac_cv_search_socket+:} false; then :
13657 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13658    break
13659   fi
13660   done
13661 < if ${ac_cv_search_socket+:} false; then :
13661 > if ${ac_cv_search_getaddrinfo+:} false; then :
13662  
13663   else
13664 <  ac_cv_search_socket=no
13664 >  ac_cv_search_getaddrinfo=no
13665   fi
13666   rm conftest.$ac_ext
13667   LIBS=$ac_func_search_save_LIBS
13668   fi
13669 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13670 < $as_echo "$ac_cv_search_socket" >&6; }
13671 < ac_res=$ac_cv_search_socket
13669 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13670 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13671 > ac_res=$ac_cv_search_getaddrinfo
13672   if test "$ac_res" != no; then :
13673    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13674  
13011 else
13012  as_fn_error $? "socket library not found" "$LINENO" 5
13675   fi
13676  
13677 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13678 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13679 < if ${ac_cv_search_inet_ntoa+:} false; then :
13677 > fi
13678 >
13679 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13680 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13681 >
13682 > else
13683 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13684 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13685 > if ${ac_cv_search_getnameinfo+:} false; then :
13686    $as_echo_n "(cached) " >&6
13687   else
13688    ac_func_search_save_LIBS=$LIBS
# Line 13027 | Line 13695 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13695   #ifdef __cplusplus
13696   extern "C"
13697   #endif
13698 < char inet_ntoa ();
13698 > char getnameinfo ();
13699   int
13700   main ()
13701   {
13702 < return inet_ntoa ();
13702 > return getnameinfo ();
13703    ;
13704    return 0;
13705   }
# Line 13044 | Line 13712 | for ac_lib in '' nsl; do
13712      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13713    fi
13714    if ac_fn_c_try_link "$LINENO"; then :
13715 <  ac_cv_search_inet_ntoa=$ac_res
13715 >  ac_cv_search_getnameinfo=$ac_res
13716   fi
13717   rm -f core conftest.err conftest.$ac_objext \
13718      conftest$ac_exeext
13719 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13719 >  if ${ac_cv_search_getnameinfo+:} false; then :
13720    break
13721   fi
13722   done
13723 < if ${ac_cv_search_inet_ntoa+:} false; then :
13723 > if ${ac_cv_search_getnameinfo+:} false; then :
13724  
13725   else
13726 <  ac_cv_search_inet_ntoa=no
13726 >  ac_cv_search_getnameinfo=no
13727   fi
13728   rm conftest.$ac_ext
13729   LIBS=$ac_func_search_save_LIBS
13730   fi
13731 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13732 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13733 < ac_res=$ac_cv_search_inet_ntoa
13731 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13732 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13733 > ac_res=$ac_cv_search_getnameinfo
13734   if test "$ac_res" != no; then :
13735    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13736  
13737   fi
13738  
13739 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13740 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13741 < if ${ac_cv_search_inet_aton+:} false; then :
13739 > fi
13740 >
13741 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13742 > $as_echo_n "checking for library containing socket... " >&6; }
13743 > if ${ac_cv_search_socket+:} false; then :
13744    $as_echo_n "(cached) " >&6
13745   else
13746    ac_func_search_save_LIBS=$LIBS
# Line 13083 | Line 13753 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13753   #ifdef __cplusplus
13754   extern "C"
13755   #endif
13756 < char inet_aton ();
13756 > char socket ();
13757   int
13758   main ()
13759   {
13760 < return inet_aton ();
13760 > return socket ();
13761    ;
13762    return 0;
13763   }
13764   _ACEOF
13765 < for ac_lib in '' resolv; do
13765 > for ac_lib in '' socket; do
13766    if test -z "$ac_lib"; then
13767      ac_res="none required"
13768    else
# Line 13100 | Line 13770 | for ac_lib in '' resolv; do
13770      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13771    fi
13772    if ac_fn_c_try_link "$LINENO"; then :
13773 <  ac_cv_search_inet_aton=$ac_res
13773 >  ac_cv_search_socket=$ac_res
13774   fi
13775   rm -f core conftest.err conftest.$ac_objext \
13776      conftest$ac_exeext
13777 <  if ${ac_cv_search_inet_aton+:} false; then :
13777 >  if ${ac_cv_search_socket+:} false; then :
13778    break
13779   fi
13780   done
13781 < if ${ac_cv_search_inet_aton+:} false; then :
13781 > if ${ac_cv_search_socket+:} false; then :
13782  
13783   else
13784 <  ac_cv_search_inet_aton=no
13784 >  ac_cv_search_socket=no
13785   fi
13786   rm conftest.$ac_ext
13787   LIBS=$ac_func_search_save_LIBS
13788   fi
13789 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13790 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13791 < ac_res=$ac_cv_search_inet_aton
13789 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13790 > $as_echo "$ac_cv_search_socket" >&6; }
13791 > ac_res=$ac_cv_search_socket
13792   if test "$ac_res" != no; then :
13793    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13794  
13795 + else
13796 +  as_fn_error $? "socket library not found" "$LINENO" 5
13797   fi
13798  
13127  for ac_func in inet_aton inet_ntop inet_pton
13128 do :
13129  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13132  cat >>confdefs.h <<_ACEOF
13133 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13134 _ACEOF
13135
13136 fi
13137 done
13138
13799    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13800     #include <sys/socket.h>
13801     #include <netdb.h>
# Line 13452 | Line 14112 | done
14112  
14113  
14114  
13455
13456
13457
13458
14115   # Checks for header files.
14116  
14117  
# Line 13490 | Line 14146 | done
14146  
14147  
14148  
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
14149   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
14150   $as_echo_n "checking for library containing crypt... " >&6; }
14151   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 14203 | if test "$ac_res" != no; then :
14203   fi
14204  
14205  
14206 <
14207 <
14208 < # Check whether --with-zlib-path was given.
14209 < if test "${with_zlib_path+set}" = set; then :
14210 <  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
14211 < fi
14212 <
14213 <
14214 < # 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 :
14206 > # Check whether --enable-libGeoIP was given.
14207 > if test "${enable_libGeoIP+set}" = set; then :
14208 >  enableval=$enable_libGeoIP;
14209 > else
14210 >  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
14211 > if test "x$ac_cv_header_GeoIP_h" = xyes; then :
14212 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_id_by_ipnum_v6_gl" >&5
14213 > $as_echo_n "checking for library containing GeoIP_id_by_ipnum_v6_gl... " >&6; }
14214 > if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
14215    $as_echo_n "(cached) " >&6
14216   else
14217 <  ac_check_lib_save_LIBS=$LIBS
13606 < LIBS="-lz  $LIBS"
14217 >  ac_func_search_save_LIBS=$LIBS
14218   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14219   /* end confdefs.h.  */
14220  
# Line 13613 | Line 14224 | cat confdefs.h - <<_ACEOF >conftest.$ac_
14224   #ifdef __cplusplus
14225   extern "C"
14226   #endif
14227 < char zlibVersion ();
14227 > char GeoIP_id_by_ipnum_v6_gl ();
14228   int
14229   main ()
14230   {
14231 < return zlibVersion ();
14231 > return GeoIP_id_by_ipnum_v6_gl ();
14232    ;
14233    return 0;
14234   }
14235   _ACEOF
14236 < if ac_fn_c_try_link "$LINENO"; then :
14237 <  ac_cv_lib_z_zlibVersion=yes
14238 < else
14239 <  ac_cv_lib_z_zlibVersion=no
14236 > for ac_lib in '' GeoIP; do
14237 >  if test -z "$ac_lib"; then
14238 >    ac_res="none required"
14239 >  else
14240 >    ac_res=-l$ac_lib
14241 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
14242 >  fi
14243 >  if ac_fn_c_try_link "$LINENO"; then :
14244 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=$ac_res
14245   fi
14246   rm -f core conftest.err conftest.$ac_objext \
14247 <    conftest$ac_exeext conftest.$ac_ext
14248 < LIBS=$ac_check_lib_save_LIBS
14249 < 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 <
13657 < # Check whether --with-libpcre-path was given.
13658 < if test "${with_libpcre_path+set}" = set; then :
13659 <  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13660 < fi
13661 <
13662 <
13663 < # Check whether --enable-libpcre was given.
13664 < if test "${enable_libpcre+set}" = set; then :
13665 <  enableval=$enable_libpcre; libpcre=$enableval
13666 < else
13667 <  libpcre=yes
14247 >    conftest$ac_exeext
14248 >  if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
14249 >  break
14250   fi
14251 + done
14252 + if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
14253  
13670
13671 if test "$libpcre" = "yes"; then :
13672
13673  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13674 if test "x$ac_cv_header_pcre_h" = xyes; then :
13675  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13676 $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13677 if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13678  $as_echo_n "(cached) " >&6
13679 else
13680  ac_check_lib_save_LIBS=$LIBS
13681 LIBS="-lpcre  $LIBS"
13682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13683 /* end confdefs.h.  */
13684
13685 /* Override any GCC internal prototype to avoid an error.
13686   Use char because int might match the return type of a GCC
13687   builtin and then its argument prototype would still apply.  */
13688 #ifdef __cplusplus
13689 extern "C"
13690 #endif
13691 char pcre_study ();
13692 int
13693 main ()
13694 {
13695 return pcre_study ();
13696  ;
13697  return 0;
13698 }
13699 _ACEOF
13700 if ac_fn_c_try_link "$LINENO"; then :
13701  ac_cv_lib_pcre_pcre_study=yes
14254   else
14255 <  ac_cv_lib_pcre_pcre_study=no
14255 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=no
14256   fi
14257 < rm -f core conftest.err conftest.$ac_objext \
14258 <    conftest$ac_exeext conftest.$ac_ext
13707 < LIBS=$ac_check_lib_save_LIBS
14257 > rm conftest.$ac_ext
14258 > LIBS=$ac_func_search_save_LIBS
14259   fi
14260 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
14261 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
14262 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
14263 <
14264 <      LIBS="-lpcre $LIBS"
13714 <
13715 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
14260 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&5
14261 > $as_echo "$ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&6; }
14262 > ac_res=$ac_cv_search_GeoIP_id_by_ipnum_v6_gl
14263 > if test "$ac_res" != no; then :
14264 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14265  
14266 + $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
14267  
13718 else
13719  libpcre=no
14268   fi
14269  
13722
13723 else
13724  libpcre=no
14270   fi
14271  
14272  
13728
13729 fi
13730 if test "$libpcre" = yes; then
13731  ENABLE_PCRE_TRUE=
13732  ENABLE_PCRE_FALSE='#'
13733 else
13734  ENABLE_PCRE_TRUE='#'
13735  ENABLE_PCRE_FALSE=
14273   fi
14274  
14275  
13739
14276   # Check whether --enable-openssl was given.
14277   if test "${enable_openssl+set}" = set; then :
14278    enableval=$enable_openssl;  cf_enable_openssl=$enableval
# Line 13776 | Line 14312 | if test "$cf_enable_openssl" != "no"; th
14312    fi
14313  
14314        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
14315      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
14316   $as_echo "$cf_openssl_basedir" >&6; }
14317      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
14318    else
14319      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
14320   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 14327 | $as_echo "disabled" >&6; }
14327   fi
14328  
14329   if test "$cf_enable_openssl" != "no"; then :
14330 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
14331 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
14330 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
14331 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
14332    if test "$cross_compiling" = yes; then :
14333    cf_openssl_version_ok=no
14334   else
# Line 13809 | Line 14341 | else
14341   int
14342   main ()
14343   {
14344 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
14344 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
14345    ;
14346    return 0;
14347   }
# Line 13874 | Line 14406 | _ACEOF
14406   fi
14407  
14408      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
14409 <  for ac_func in EVP_bf_cfb           \
14410 <                      EVP_cast5_cfb        \
14411 <                      EVP_idea_cfb         \
14412 <                      EVP_rc5_32_12_16_cfb \
14413 <                      EVP_des_ede3_cfb     \
14414 <                      EVP_des_cfb
14415 < do :
14416 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14417 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14418 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14409 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
14410 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
14411 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
14412 >  $as_echo_n "(cached) " >&6
14413 > else
14414 >  ac_check_lib_save_LIBS=$LIBS
14415 > LIBS="-lssl  $LIBS"
14416 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417 > /* end confdefs.h.  */
14418 >
14419 > /* Override any GCC internal prototype to avoid an error.
14420 >   Use char because int might match the return type of a GCC
14421 >   builtin and then its argument prototype would still apply.  */
14422 > #ifdef __cplusplus
14423 > extern "C"
14424 > #endif
14425 > char SSL_connect ();
14426 > int
14427 > main ()
14428 > {
14429 > return SSL_connect ();
14430 >  ;
14431 >  return 0;
14432 > }
14433 > _ACEOF
14434 > if ac_fn_c_try_link "$LINENO"; then :
14435 >  ac_cv_lib_ssl_SSL_connect=yes
14436 > else
14437 >  ac_cv_lib_ssl_SSL_connect=no
14438 > fi
14439 > rm -f core conftest.err conftest.$ac_objext \
14440 >    conftest$ac_exeext conftest.$ac_ext
14441 > LIBS=$ac_check_lib_save_LIBS
14442 > fi
14443 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
14444 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
14445 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
14446    cat >>confdefs.h <<_ACEOF
14447 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14447 > #define HAVE_LIBSSL 1
14448   _ACEOF
14449  
14450 +  LIBS="-lssl $LIBS"
14451 +
14452   fi
13892 done
14453  
14454   fi
14455  
# Line 13900 | Line 14460 | $as_echo "no - OpenSSL support disabled"
14460   fi
14461   fi
14462  
14463 < if test "$cf_enable_openssl" = yes; then
14463 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
14464    ENABLE_SSL_TRUE=
14465    ENABLE_SSL_FALSE='#'
14466   else
# Line 13925 | Line 14485 | $as_echo "#define NDEBUG 1" >>confdefs.h
14485   fi
14486  
14487  
14488 < # Check whether --enable-small-net was given.
13929 < if test "${enable_small_net+set}" = set; then :
13930 <  enableval=$enable_small_net; small_net=$enableval
13931 < else
13932 <  small_net=no
13933 < fi
13934 <
13935 <
13936 < if test "$small_net" = "yes"; then :
13937 <
13938 <
13939 < $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13940 <
13941 <
13942 < $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13943 <
13944 <
13945 < $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13946 <
13947 <
13948 < $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
14488 > $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
14489  
14490  
14491 < $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
14491 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h
14492  
14493  
14494 < $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
14494 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h
14495  
14496  
14497 < $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
14497 > $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
14498  
14499  
14500 < $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
14500 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
14501  
14502  
14503 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
14503 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 512*1024" >>confdefs.h
14504  
14505  
14506 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
14506 > $as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h
14507  
13968 else
13969
13970
13971
13972 $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13973
13974
13975 $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
14508  
14509 + $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
14510  
13978 $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
14511  
14512 + $as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h
14513  
13981 $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
14514  
14515 + $as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h
14516  
13984 $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
14517  
14518 + $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
14519  
13987 $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
14520  
14521 + $as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h
14522  
13990 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
14523  
14524 + $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
14525  
13993 $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
14526  
14527 <
13996 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13997 <
13998 <
13999 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
14000 <
14001 < fi
14527 > $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
14528  
14529  
14530   # Argument processing.
# Line 14019 | Line 14545 | if test "${enable_devpoll+set}" = set; t
14545    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
14546   fi
14547  
14022  # Check whether --enable-rtsigio was given.
14023 if test "${enable_rtsigio+set}" = set; then :
14024  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
14025 fi
14026
14548    # Check whether --enable-poll was given.
14549   if test "${enable_poll+set}" = set; then :
14550    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14207 | Line 14728 | rm -f core conftest.err conftest.$ac_obj
14728   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14729  
14730    fi
14731 <      iopoll_mechanism_rtsigio=4
14211 <
14212 < cat >>confdefs.h <<_ACEOF
14213 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14214 < _ACEOF
14215 <
14216 <  if test "$cross_compiling" = yes; then :
14217 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14218 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14219 < as_fn_error $? "cannot run test program while cross compiling
14220 < See \`config.log' for more details" "$LINENO" 5; }
14221 < else
14222 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14223 < /* end confdefs.h.  */
14224 <
14225 < #define _GNU_SOURCE
14226 < #include <fcntl.h>
14227 < static unsigned int have_f_setsig = 0;
14228 <
14229 < int
14230 < main ()
14231 < {
14232 <
14233 < #ifdef F_SETSIG
14234 <  have_f_setsig = 1;
14235 < #endif
14236 <  return have_f_setsig == 0;
14237 <
14238 <  ;
14239 <  return 0;
14240 < }
14241 < _ACEOF
14242 < if ac_fn_c_try_run "$LINENO"; then :
14243 <  is_rtsigio_mechanism_available="yes"
14244 < else
14245 <  is_rtsigio_mechanism_available="no"
14246 < fi
14247 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14248 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14249 < fi
14250 <
14251 <      iopoll_mechanism_poll=5
14731 >      iopoll_mechanism_poll=4
14732  
14733   cat >>confdefs.h <<_ACEOF
14734   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14302 | Line 14782 | else
14782   fi
14783   rm -f core conftest.err conftest.$ac_objext \
14784      conftest$ac_exeext conftest.$ac_ext
14785 <      iopoll_mechanism_select=6
14785 >      iopoll_mechanism_select=5
14786  
14787   cat >>confdefs.h <<_ACEOF
14788   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14357 | Line 14837 | fi
14837   rm -f core conftest.err conftest.$ac_objext \
14838      conftest$ac_exeext conftest.$ac_ext
14839        optimal_iopoll_mechanism="none"
14840 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14840 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14841      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14842      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14843        optimal_iopoll_mechanism="$mechanism"
# Line 14394 | Line 14874 | _ACEOF
14874  
14875  
14876  
14397
14398 # Check whether --with-nicklen was given.
14399 if test "${with_nicklen+set}" = set; then :
14400  withval=$with_nicklen; nicklen="$withval"
14401 else
14402  nicklen="9"
14403 fi
14404
14405
14406 cat >>confdefs.h <<_ACEOF
14407 #define NICKLEN ($nicklen+1)
14408 _ACEOF
14409
14410
14411
14412
14413 # Check whether --with-topiclen was given.
14414 if test "${with_topiclen+set}" = set; then :
14415  withval=$with_topiclen; topiclen="$withval"
14416 else
14417  topiclen="160"
14418 fi
14419
14420
14421 cat >>confdefs.h <<_ACEOF
14422 #define TOPICLEN ($topiclen)
14423 _ACEOF
14424
14425
14426
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
14442  # Check whether --enable-efnet was given.
14443 if test "${enable_efnet+set}" = set; then :
14444  enableval=$enable_efnet; efnet="$enableval"
14445 else
14446  efnet="no"
14447 fi
14448
14449  if test "$efnet" = "yes" ; then
14450                use_efnet="yes"
14451
14452 $as_echo "#define EFNET 1" >>confdefs.h
14453
14454        else
14455                use_efnet="no"
14456  fi
14457   if test "$use_efnet" = "yes"; then
14458  EFNET_TRUE=
14459  EFNET_FALSE='#'
14460 else
14461  EFNET_TRUE='#'
14462  EFNET_FALSE=
14463 fi
14464
14465
14466
14877    # Check whether --enable-halfops was given.
14878   if test "${enable_halfops+set}" = set; then :
14879    enableval=$enable_halfops; halfops="$enableval"
# Line 14486 | Line 14896 | else
14896   fi
14897  
14898    if test "$debugging" = "yes" ; then
14489
14490 $as_echo "#define DEBUG 1" >>confdefs.h
14491
14899      CFLAGS="-Wall -g -O0"
14493  else
14494
14495 $as_echo "#define NDEBUG 1" >>confdefs.h
14496
14900    fi
14901  
14902  
# Line 14509 | Line 14912 | fi
14912    fi
14913  
14914  
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
14915  
14916    prefix_NONE=
14917    exec_prefix_NONE=
# Line 14634 | Line 14998 | _ACEOF
14998    test "$exec_prefix_NONE" && exec_prefix=NONE
14999  
15000  
15001 < 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"
15001 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile"
15002  
15003  
15004   cat >confcache <<\_ACEOF
# Line 14746 | Line 15110 | LIBOBJS=$ac_libobjs
15110   LTLIBOBJS=$ac_ltlibobjs
15111  
15112  
15113 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15114 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
15115 +   if test -n "$am_sleep_pid"; then
15116 +     # Hide warnings about reused PIDs.
15117 +     wait $am_sleep_pid 2>/dev/null
15118 +   fi
15119 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15120 + $as_echo "done" >&6; }
15121   if test -n "$EXEEXT"; then
15122    am__EXEEXT_TRUE=
15123    am__EXEEXT_FALSE='#'
# Line 14792 | Line 15164 | LT_CONFIG_H=config.h
15164  
15165  
15166  
14795 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14796  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14797 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14798 fi
15167   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
15168    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
15169   Usually this means the macro was only invoked conditionally." "$LINENO" 5
15170   fi
14803 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14804  as_fn_error $? "conditional \"EFNET\" was never defined.
14805 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14806 fi
15171  
15172   : "${CONFIG_STATUS=./config.status}"
15173   ac_write_fail=0
# Line 15102 | Line 15466 | if (echo >conf$$.file) 2>/dev/null; then
15466      # ... but there are two gotchas:
15467      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15468      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15469 <    # In both cases, we have to default to `cp -p'.
15469 >    # In both cases, we have to default to `cp -pR'.
15470      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15471 <      as_ln_s='cp -p'
15471 >      as_ln_s='cp -pR'
15472    elif ln conf$$.file conf$$ 2>/dev/null; then
15473      as_ln_s=ln
15474    else
15475 <    as_ln_s='cp -p'
15475 >    as_ln_s='cp -pR'
15476    fi
15477   else
15478 <  as_ln_s='cp -p'
15478 >  as_ln_s='cp -pR'
15479   fi
15480   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15481   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15535 | else
15535    as_mkdir_p=false
15536   fi
15537  
15538 < if test -x / >/dev/null 2>&1; then
15539 <  as_test_x='test -x'
15540 < else
15541 <  if ls -dL / >/dev/null 2>&1; then
15542 <    as_ls_L_option=L
15543 <  else
15544 <    as_ls_L_option=
15545 <  fi
15546 <  as_test_x='
15547 <    eval sh -c '\''
15184 <      if test -d "$1"; then
15185 <        test -d "$1/.";
15186 <      else
15187 <        case $1 in #(
15188 <        -*)set "./$1";;
15189 <        esac;
15190 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15191 <        ???[sx]*):;;*)false;;esac;fi
15192 <    '\'' sh
15193 <  '
15194 < fi
15195 < as_executable_p=$as_test_x
15538 >
15539 > # as_fn_executable_p FILE
15540 > # -----------------------
15541 > # Test if FILE is an executable regular file.
15542 > as_fn_executable_p ()
15543 > {
15544 >  test -f "$1" && test -x "$1"
15545 > } # as_fn_executable_p
15546 > as_test_x='test -x'
15547 > as_executable_p=as_fn_executable_p
15548  
15549   # Sed expression to map a string onto a valid CPP name.
15550   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15565 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15565   # report actual input values of CONFIG_FILES etc. instead of their
15566   # values after options handling.
15567   ac_log="
15568 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15569 < generated by GNU Autoconf 2.68.  Invocation command line was
15568 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15569 > generated by GNU Autoconf 2.69.  Invocation command line was
15570  
15571    CONFIG_FILES    = $CONFIG_FILES
15572    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15631 | _ACEOF
15631   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15632   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15633   ac_cs_version="\\
15634 < ircd-hybrid config.status 8beta1
15635 < configured by $0, generated by GNU Autoconf 2.68,
15634 > ircd-hybrid config.status TRUNK
15635 > configured by $0, generated by GNU Autoconf 2.69,
15636    with options \\"\$ac_cs_config\\"
15637  
15638 < Copyright (C) 2010 Free Software Foundation, Inc.
15638 > Copyright (C) 2012 Free Software Foundation, Inc.
15639   This config.status script is free software; the Free Software Foundation
15640   gives unlimited permission to copy, distribute and modify it."
15641  
# Line 15374 | Line 15726 | fi
15726   _ACEOF
15727   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15728   if \$ac_cs_recheck; then
15729 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15729 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15730    shift
15731    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15732    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15768 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15768   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15769   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15770   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15771 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15772   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15773   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15774   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15851 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15851   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15852   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15853   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"`'
15854   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15855   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15856   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15906 | _LTECHO_EOF'
15906   # Quote evaled strings.
15907   for var in SHELL \
15908   ECHO \
15909 + PATH_SEPARATOR \
15910   SED \
15911   GREP \
15912   EGREP \
# Line 15604 | Line 15957 | with_gnu_ld \
15957   allow_undefined_flag \
15958   no_undefined_flag \
15959   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15960   hardcode_libdir_separator \
15961   exclude_expsyms \
15962   include_expsyms \
# Line 15689 | Line 16041 | do
16041      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16042      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16043      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15694    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15695    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
16044      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
16045      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15698    "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
16046      "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
16047      "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
16048      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16049      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
15703    "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
15704    "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
16050      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
16051  
16052    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 16299 | Line 16644 | $as_echo "$as_me: executing $ac_file com
16644  
16645    case $ac_file$ac_mode in
16646      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16647 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16647 >  # Older Autoconf quotes --file arguments for eval, but not when files
16648    # are listed without --file.  Let's play safe and only enable the eval
16649    # if we detect the quoting.
16650    case $CONFIG_FILES in
# Line 16312 | Line 16657 | $as_echo "$as_me: executing $ac_file com
16657      # Strip MF so we end up with the name of the file.
16658      mf=`echo "$mf" | sed -e 's/:.*$//'`
16659      # Check whether this is an Automake generated Makefile or not.
16660 <    # We used to match only the files named `Makefile.in', but
16660 >    # We used to match only the files named 'Makefile.in', but
16661      # some people rename them; so instead we look at the file content.
16662      # Grep'ing the first line is not enough: some people post-process
16663      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16691 | $as_echo X"$mf" |
16691        continue
16692      fi
16693      # Extract the definition of DEPDIR, am__include, and am__quote
16694 <    # from the Makefile without running `make'.
16694 >    # from the Makefile without running 'make'.
16695      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16696      test -z "$DEPDIR" && continue
16697      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16698 <    test -z "am__include" && continue
16698 >    test -z "$am__include" && continue
16699      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16355    # When using ansi2knr, U may be empty or an underscore; expand it
16356    U=`sed -n 's/^U = //p' < "$mf"`
16700      # Find all dependency output files, they are included files with
16701      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16702      # simplest approach to changing $(DEPDIR) to its actual value in the
16703      # expansion.
16704      for file in `sed -n "
16705        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16706 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16706 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16707        # Make sure the directory exists.
16708        test -f "$dirpart/$file" && continue
16709        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16757 | $as_echo X"$file" |
16757   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16758   #
16759   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16760 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16761 < #                 Inc.
16760 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16761 > #                 Foundation, Inc.
16762   #   Written by Gordon Matzigkeit, 1996
16763   #
16764   #   This file is part of GNU Libtool.
# Line 16469 | Line 16812 | SHELL=$lt_SHELL
16812   # An echo program that protects backslashes.
16813   ECHO=$lt_ECHO
16814  
16815 + # The PATH separator for the build system.
16816 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16817 +
16818   # The host system.
16819   host_alias=$host_alias
16820   host=$host
# Line 16770 | Line 17116 | no_undefined_flag=$lt_no_undefined_flag
17116   # This must work even if \$libdir does not exist
17117   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17118  
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
17119   # Whether we need a single "-rpath" flag with a separated argument.
17120   hardcode_libdir_separator=$lt_hardcode_libdir_separator
17121  

Comparing:
ircd-hybrid-8/configure (property svn:eol-style), Revision 1245 by michael, Fri Sep 30 14:58:29 2011 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 2318 by michael, Fri Jun 21 17:47:52 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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