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

Comparing:
ircd-hybrid-7.2/configure (file contents), Revision 977 by michael, Sat Aug 8 07:33:08 2009 UTC vs.
ircd-hybrid-7.3/configure (file contents), Revision 1072 by michael, Wed Feb 17 22:58:23 2010 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 955 2009-07-27 00:27:20Z michael .
2 > # From configure.ac Id: configure.ac 1068 2010-02-16 23:01:26Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.64 for ircd-hybrid 7.2.4.
4 > # Generated by GNU Autoconf 2.65 for ircd-hybrid 7.3-rc1.
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 Free Software
11 < # Foundation, Inc.
10 > # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
11 > # Inc.
12 > #
13   #
14   # This configure script is free software; the Free Software Foundation
15   # gives unlimited permission to copy, distribute and modify it.
# Line 227 | Line 231 | fi
231      $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
232      $as_echo "$0: be upgraded to zsh 4.3.4 or later."
233    else
234 <    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
235 < $0: including any error possibly output before this
236 < $0: message. Then install a modern shell, or manually run
237 < $0: the script under such a shell if you do have one."
234 >    $as_echo "$0: Please tell bug-autoconf@gnu.org and
235 > $0: bugs@ircd-hybrid.org about your system, including any
236 > $0: error possibly output before this message. Then install
237 > $0: a modern shell, or manually run the script under such a
238 > $0: shell if you do have one."
239    fi
240    exit 1
241   fi
# Line 678 | Line 683 | lt_ltdl_dir='libltdl'
683  
684   lt_dlopen_dir="$lt_ltdl_dir"
685  
686 < exec 7<&0 </dev/null 6>&1
686 > test -n "$DJDIR" || exec 7<&0 </dev/null
687 > exec 6>&1
688  
689   # Name of the host.
690   # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
# Line 700 | Line 706 | MAKEFLAGS=
706   # Identity of this package.
707   PACKAGE_NAME='ircd-hybrid'
708   PACKAGE_TARNAME='ircd-hybrid'
709 < PACKAGE_VERSION='7.2.4'
710 < PACKAGE_STRING='ircd-hybrid 7.2.4'
711 < PACKAGE_BUGREPORT=''
709 > PACKAGE_VERSION='7.3-rc1'
710 > PACKAGE_STRING='ircd-hybrid 7.3-rc1'
711 > PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
712   PACKAGE_URL=''
713  
714   ac_unique_file="src/ircd.c"
# Line 760 | Line 766 | EFNET_FALSE
766   EFNET_TRUE
767   ENABLE_SSL_FALSE
768   ENABLE_SSL_TRUE
769 + ENABLE_PCRE_FALSE
770 + ENABLE_PCRE_TRUE
771   LTDLOPEN
772   LT_CONFIG_H
773   subdirs
# Line 909 | Line 917 | with_ltdl_lib
917   enable_ltdl_install
918   with_zlib_path
919   enable_zlib
920 + with_libpcre_path
921 + enable_libpcre
922   enable_openssl
923   enable_assert
924   enable_small_net
# Line 1479 | Line 1489 | if test "$ac_init_help" = "long"; then
1489    # Omit some internal or obsolete options to make the list less imposing.
1490    # This message is too long to be a string in the A/UX 3.1 sh.
1491    cat <<_ACEOF
1492 < \`configure' configures ircd-hybrid 7.2.4 to adapt to many kinds of systems.
1492 > \`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems.
1493  
1494   Usage: $0 [OPTION]... [VAR=VALUE]...
1495  
# Line 1549 | Line 1559 | fi
1559  
1560   if test -n "$ac_init_help"; then
1561    case $ac_init_help in
1562 <     short | recursive ) echo "Configuration of ircd-hybrid 7.2.4:";;
1562 >     short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";;
1563     esac
1564    cat <<\_ACEOF
1565  
# Line 1568 | Line 1578 | Optional Features:
1578    --disable-libtool-lock  avoid locking (might break parallel builds)
1579    --enable-ltdl-install   install libltdl
1580    --disable-zlib          Disable ziplinks support
1581 +  --disable-libpcre       Disable PCRE support
1582    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1583    --disable-openssl            Disable OpenSSL support.
1584    --enable-assert         Enable assert() statements
# Line 1596 | Line 1607 | Optional Packages:
1607    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1608    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1609    --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1610 +  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1611    --with-nicklen=<value>  Set nickname length (default 9).
1612    --with-topiclen=<value> Set topic length (default 160).
1613    --with-syslog-facility=LOG
# Line 1608 | Line 1620 | Some influential environment variables:
1620    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1621                nonstandard directory <lib dir>
1622    LIBS        libraries to pass to the linker, e.g. -l<library>
1623 <  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1623 >  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1624                you have headers in a nonstandard directory <include dir>
1625    YACC        The `Yet Another C Compiler' implementation to use. Defaults to
1626                the first program found out of: `bison -y', `byacc', `yacc'.
# Line 1620 | Line 1632 | Some influential environment variables:
1632   Use these variables to override the choices made by `configure' or to help
1633   it to find libraries and programs with nonstandard names/locations.
1634  
1635 < Report bugs to the package provider.
1635 > Report bugs to <bugs@ircd-hybrid.org>.
1636   _ACEOF
1637   ac_status=$?
1638   fi
# Line 1683 | Line 1695 | fi
1695   test -n "$ac_init_help" && exit $ac_status
1696   if $ac_init_version; then
1697    cat <<\_ACEOF
1698 < ircd-hybrid configure 7.2.4
1699 < generated by GNU Autoconf 2.64
1698 > ircd-hybrid configure 7.3-rc1
1699 > generated by GNU Autoconf 2.65
1700  
1701   Copyright (C) 2009 Free Software Foundation, Inc.
1702   This configure script is free software; the Free Software Foundation
# Line 1731 | Line 1743 | sed 's/^/| /' conftest.$ac_ext >&5
1743          ac_retval=1
1744   fi
1745    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1746 <  return $ac_retval
1746 >  as_fn_set_status $ac_retval
1747  
1748   } # ac_fn_c_try_compile
1749  
# Line 1777 | Line 1789 | fi
1789    # left behind by Apple's compiler.  We do this before executing the actions.
1790    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1791    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1792 <  return $ac_retval
1792 >  as_fn_set_status $ac_retval
1793  
1794   } # ac_fn_c_try_link
1795  
# Line 1845 | Line 1857 | sed 's/^/| /' conftest.$ac_ext >&5
1857      ac_retval=1
1858   fi
1859    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1860 <  return $ac_retval
1860 >  as_fn_set_status $ac_retval
1861  
1862   } # ac_fn_c_try_cpp
1863  
# Line 1887 | Line 1899 | sed 's/^/| /' conftest.$ac_ext >&5
1899   fi
1900    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1901    eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1902 <  return $ac_retval
1902 >  as_fn_set_status $ac_retval
1903  
1904   } # ac_fn_c_try_run
1905  
# Line 2108 | Line 2120 | $as_echo "$ac_res" >&6; }
2120  
2121   } # ac_fn_c_check_member
2122  
2111 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2112 # --------------------------------------------
2113 # Tries to find the compile-time value of EXPR in a program that includes
2114 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2115 # computed
2116 ac_fn_c_compute_int ()
2117 {
2118  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2119  if test "$cross_compiling" = yes; then
2120    # Depending upon the size, compute the lo and hi bounds.
2121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2122 /* end confdefs.h.  */
2123 $4
2124 int
2125 main ()
2126 {
2127 static int test_array [1 - 2 * !(($2) >= 0)];
2128 test_array [0] = 0
2129
2130  ;
2131  return 0;
2132 }
2133 _ACEOF
2134 if ac_fn_c_try_compile "$LINENO"; then :
2135  ac_lo=0 ac_mid=0
2136  while :; do
2137    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2138 /* end confdefs.h.  */
2139 $4
2140 int
2141 main ()
2142 {
2143 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2144 test_array [0] = 0
2145
2146  ;
2147  return 0;
2148 }
2149 _ACEOF
2150 if ac_fn_c_try_compile "$LINENO"; then :
2151  ac_hi=$ac_mid; break
2152 else
2153  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2154                        if test $ac_lo -le $ac_mid; then
2155                          ac_lo= ac_hi=
2156                          break
2157                        fi
2158                        as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2159 fi
2160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2161  done
2162 else
2163  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2164 /* end confdefs.h.  */
2165 $4
2166 int
2167 main ()
2168 {
2169 static int test_array [1 - 2 * !(($2) < 0)];
2170 test_array [0] = 0
2171
2172  ;
2173  return 0;
2174 }
2175 _ACEOF
2176 if ac_fn_c_try_compile "$LINENO"; then :
2177  ac_hi=-1 ac_mid=-1
2178  while :; do
2179    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2180 /* end confdefs.h.  */
2181 $4
2182 int
2183 main ()
2184 {
2185 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2186 test_array [0] = 0
2187
2188  ;
2189  return 0;
2190 }
2191 _ACEOF
2192 if ac_fn_c_try_compile "$LINENO"; then :
2193  ac_lo=$ac_mid; break
2194 else
2195  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2196                        if test $ac_mid -le $ac_hi; then
2197                          ac_lo= ac_hi=
2198                          break
2199                        fi
2200                        as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2201 fi
2202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2203  done
2204 else
2205  ac_lo= ac_hi=
2206 fi
2207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2208 fi
2209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2210 # Binary search between lo and hi bounds.
2211 while test "x$ac_lo" != "x$ac_hi"; do
2212  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2213  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2214 /* end confdefs.h.  */
2215 $4
2216 int
2217 main ()
2218 {
2219 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2220 test_array [0] = 0
2221
2222  ;
2223  return 0;
2224 }
2225 _ACEOF
2226 if ac_fn_c_try_compile "$LINENO"; then :
2227  ac_hi=$ac_mid
2228 else
2229  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2230 fi
2231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2232 done
2233 case $ac_lo in #((
2234 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2235 '') ac_retval=1 ;;
2236 esac
2237  else
2238    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2239 /* end confdefs.h.  */
2240 $4
2241 static long int longval () { return $2; }
2242 static unsigned long int ulongval () { return $2; }
2243 #include <stdio.h>
2244 #include <stdlib.h>
2245 int
2246 main ()
2247 {
2248
2249  FILE *f = fopen ("conftest.val", "w");
2250  if (! f)
2251    return 1;
2252  if (($2) < 0)
2253    {
2254      long int i = longval ();
2255      if (i != ($2))
2256        return 1;
2257      fprintf (f, "%ld", i);
2258    }
2259  else
2260    {
2261      unsigned long int i = ulongval ();
2262      if (i != ($2))
2263        return 1;
2264      fprintf (f, "%lu", i);
2265    }
2266  /* Do not output a trailing newline, as this causes \r\n confusion
2267     on some platforms.  */
2268  return ferror (f) || fclose (f) != 0;
2269
2270  ;
2271  return 0;
2272 }
2273 _ACEOF
2274 if ac_fn_c_try_run "$LINENO"; then :
2275  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2276 else
2277  ac_retval=1
2278 fi
2279 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2280  conftest.$ac_objext conftest.beam conftest.$ac_ext
2281 rm -f conftest.val
2282
2283  fi
2284  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2285  return $ac_retval
2286
2287 } # ac_fn_c_compute_int
2288
2123   # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2124   # -------------------------------------------------------
2125   # Tests whether HEADER exists, giving a warning if it cannot be compiled using
# Line 2356 | Line 2190 | $as_echo "$as_me: WARNING: $2: see the A
2190   $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2191      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2192   $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2193 + ( cat <<\_ASBOX
2194 + ## ----------------------------------- ##
2195 + ## Report this to bugs@ircd-hybrid.org ##
2196 + ## ----------------------------------- ##
2197 + _ASBOX
2198 +     ) | sed "s/^/$as_me: WARNING:     /" >&2
2199      ;;
2200   esac
2201    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
# Line 2376 | Line 2216 | cat >config.log <<_ACEOF
2216   This file contains any messages produced by compilers while
2217   running configure, to aid debugging if configure makes a mistake.
2218  
2219 < It was created by ircd-hybrid $as_me 7.2.4, which was
2220 < generated by GNU Autoconf 2.64.  Invocation command line was
2219 > It was created by ircd-hybrid $as_me 7.3-rc1, which was
2220 > generated by GNU Autoconf 2.65.  Invocation command line was
2221  
2222    $ $0 $@
2223  
# Line 2630 | Line 2470 | fi
2470   for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2471   do
2472    test "x$ac_site_file" = xNONE && continue
2473 <  if test -r "$ac_site_file"; then
2473 >  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2474      { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2475   $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2476      sed 's/^/| /' "$ac_site_file" >&5
# Line 2639 | Line 2479 | $as_echo "$as_me: loading site script $a
2479   done
2480  
2481   if test -r "$cache_file"; then
2482 <  # Some versions of bash will fail to source /dev/null (special
2483 <  # files actually), so we avoid doing that.
2484 <  if test -f "$cache_file"; then
2482 >  # Some versions of bash will fail to source /dev/null (special files
2483 >  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2484 >  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2485      { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2486   $as_echo "$as_me: loading cache $cache_file" >&6;}
2487      case $cache_file in
# Line 2655 | Line 2495 | $as_echo "$as_me: creating cache $cache_
2495    >$cache_file
2496   fi
2497  
2658 as_fn_append ac_func_list " snprintf"
2659 as_fn_append ac_func_list " vsnprintf"
2660 as_fn_append ac_func_list " lrand48"
2661 as_fn_append ac_func_list " srand48"
2498   as_fn_append ac_func_list " mmap"
2499   as_fn_append ac_func_list " strtok_r"
2500   as_fn_append ac_func_list " usleep"
2501   as_fn_append ac_func_list " strlcat"
2502   as_fn_append ac_func_list " strlcpy"
2667 as_fn_append ac_func_list " basename"
2503   as_fn_append ac_header_list " crypt.h"
2504   as_fn_append ac_header_list " inttypes.h"
2505   as_fn_append ac_header_list " stdint.h"
# Line 2672 | Line 2507 | as_fn_append ac_header_list " sys/resour
2507   as_fn_append ac_header_list " sys/param.h"
2508   as_fn_append ac_header_list " errno.h"
2509   as_fn_append ac_header_list " sys/syslog.h"
2675 as_fn_append ac_header_list " stddef.h"
2676 as_fn_append ac_header_list " libgen.h"
2510   as_fn_append ac_header_list " types.h"
2511   as_fn_append ac_header_list " socket.h"
2512   as_fn_append ac_header_list " sys/wait.h"
# Line 3084 | Line 2917 | IFS=$as_save_IFS
2917  
2918   fi
2919  
2920 +  test -d ./--version && rmdir ./--version
2921    if test "${ac_cv_path_mkdir+set}" = set; then
2922      MKDIR_P="$ac_cv_path_mkdir -p"
2923    else
# Line 3091 | Line 2925 | fi
2925      # value for MKDIR_P within a source directory, because that will
2926      # break other packages using the cache if that directory is
2927      # removed, or if the value is a relative name.
3094    test -d ./--version && rmdir ./--version
2928      MKDIR_P="$ac_install_sh -d"
2929    fi
2930   fi
# Line 3208 | Line 3041 | fi
3041  
3042   # Define the identity of the package.
3043   PACKAGE='ircd-hybrid'
3044 < VERSION='7.2.4'
3044 > VERSION='7.3-rc1'
3045  
3046  
3047   cat >>confdefs.h <<_ACEOF
# Line 3275 | Line 3108 | ac_config_headers="$ac_config_headers co
3108  
3109  
3110  
3278
3111   # Checks for programs.
3112 + DEPDIR="${am__leading_dot}deps"
3113 +
3114 + ac_config_commands="$ac_config_commands depfiles"
3115 +
3116 +
3117 + am_make=${MAKE-make}
3118 + cat > confinc << 'END'
3119 + am__doit:
3120 +        @echo this is the am__doit target
3121 + .PHONY: am__doit
3122 + END
3123 + # If we don't find an include directive, just comment out the code.
3124 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3125 + $as_echo_n "checking for style of include used by $am_make... " >&6; }
3126 + am__include="#"
3127 + am__quote=
3128 + _am_result=none
3129 + # First try GNU make style include.
3130 + echo "include confinc" > confmf
3131 + # Ignore all kinds of additional output from `make'.
3132 + case `$am_make -s -f confmf 2> /dev/null` in #(
3133 + *the\ am__doit\ target*)
3134 +  am__include=include
3135 +  am__quote=
3136 +  _am_result=GNU
3137 +  ;;
3138 + esac
3139 + # Now try BSD make style include.
3140 + if test "$am__include" = "#"; then
3141 +   echo '.include "confinc"' > confmf
3142 +   case `$am_make -s -f confmf 2> /dev/null` in #(
3143 +   *the\ am__doit\ target*)
3144 +     am__include=.include
3145 +     am__quote="\""
3146 +     _am_result=BSD
3147 +     ;;
3148 +   esac
3149 + fi
3150 +
3151 +
3152 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3153 + $as_echo "$_am_result" >&6; }
3154 + rm -f confinc confmf
3155 +
3156 + # Check whether --enable-dependency-tracking was given.
3157 + if test "${enable_dependency_tracking+set}" = set; then :
3158 +  enableval=$enable_dependency_tracking;
3159 + fi
3160 +
3161 + if test "x$enable_dependency_tracking" != xno; then
3162 +  am_depcomp="$ac_aux_dir/depcomp"
3163 +  AMDEPBACKSLASH='\'
3164 + fi
3165 + if test "x$enable_dependency_tracking" != xno; then
3166 +  AMDEP_TRUE=
3167 +  AMDEP_FALSE='#'
3168 + else
3169 +  AMDEP_TRUE='#'
3170 +  AMDEP_FALSE=
3171 + fi
3172 +
3173 +
3174   ac_ext=c
3175   ac_cpp='$CPP $CPPFLAGS'
3176   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 3599 | Line 3493 | $as_echo "$ac_try_echo"; } >&5
3493   ... rest of stderr output deleted ...
3494           10q' conftest.err >conftest.er1
3495      cat conftest.er1 >&5
3602    rm -f conftest.er1 conftest.err
3496    fi
3497 +  rm -f conftest.er1 conftest.err
3498    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3499    test $ac_status = 0; }
3500   done
3501  
3502   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3503   /* end confdefs.h.  */
3504 < #include <stdio.h>
3504 >
3505   int
3506   main ()
3507   {
3614 FILE *f = fopen ("conftest.out", "w");
3615 return ferror (f) || fclose (f) != 0;
3508  
3509    ;
3510    return 0;
3511   }
3512   _ACEOF
3513   ac_clean_files_save=$ac_clean_files
3514 < ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3514 > ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3515   # Try to create an executable without -o first, disregard a.out.
3516   # It will help us diagnose broken compilers, and finding out an intuition
3517   # of exeext.
3518 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3519 < $as_echo_n "checking for C compiler default output file name... " >&6; }
3518 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3519 > $as_echo_n "checking whether the C compiler works... " >&6; }
3520   ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3521  
3522   # The possible output files:
# Line 3686 | Line 3578 | test "$ac_cv_exeext" = no && ac_cv_exeex
3578   else
3579    ac_file=''
3580   fi
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3690 $as_echo "$ac_file" >&6; }
3581   if test -z "$ac_file"; then :
3582 <  $as_echo "$as_me: failed program was:" >&5
3582 >  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3583 > $as_echo "no" >&6; }
3584 > $as_echo "$as_me: failed program was:" >&5
3585   sed 's/^/| /' conftest.$ac_ext >&5
3586  
3587   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
# Line 3697 | Line 3589 | $as_echo "$as_me: error: in \`$ac_pwd':"
3589   { as_fn_set_status 77
3590   as_fn_error "C compiler cannot create executables
3591   See \`config.log' for more details." "$LINENO" 5; }; }
3592 + else
3593 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3594 + $as_echo "yes" >&6; }
3595   fi
3596 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3597 + $as_echo_n "checking for C compiler default output file name... " >&6; }
3598 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3599 + $as_echo "$ac_file" >&6; }
3600   ac_exeext=$ac_cv_exeext
3601  
3602 < # Check that the compiler produces executables we can run.  If not, either
3704 < # the compiler is broken, or we cross compile.
3705 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3706 < $as_echo_n "checking whether the C compiler works... " >&6; }
3707 < # If not cross compiling, check that we can run a simple program.
3708 < if test "$cross_compiling" != yes; then
3709 <  if { ac_try='./$ac_file'
3710 <  { { case "(($ac_try" in
3711 <  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3712 <  *) ac_try_echo=$ac_try;;
3713 < esac
3714 < eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3715 < $as_echo "$ac_try_echo"; } >&5
3716 <  (eval "$ac_try") 2>&5
3717 <  ac_status=$?
3718 <  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3719 <  test $ac_status = 0; }; }; then
3720 <    cross_compiling=no
3721 <  else
3722 <    if test "$cross_compiling" = maybe; then
3723 <        cross_compiling=yes
3724 <    else
3725 <        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3726 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3727 < as_fn_error "cannot run C compiled programs.
3728 < If you meant to cross compile, use \`--host'.
3729 < See \`config.log' for more details." "$LINENO" 5; }
3730 <    fi
3731 <  fi
3732 < fi
3733 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3734 < $as_echo "yes" >&6; }
3735 <
3736 < rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3602 > rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3603   ac_clean_files=$ac_clean_files_save
3738 # Check that the compiler produces executables we can run.  If not, either
3739 # the compiler is broken, or we cross compile.
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3741 $as_echo_n "checking whether we are cross compiling... " >&6; }
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3743 $as_echo "$cross_compiling" >&6; }
3744
3604   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3605   $as_echo_n "checking for suffix of executables... " >&6; }
3606   if { { ac_try="$ac_link"
# Line 3774 | Line 3633 | $as_echo "$as_me: error: in \`$ac_pwd':"
3633   as_fn_error "cannot compute suffix of executables: cannot compile and link
3634   See \`config.log' for more details." "$LINENO" 5; }
3635   fi
3636 < rm -f conftest$ac_cv_exeext
3636 > rm -f conftest conftest$ac_cv_exeext
3637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3638   $as_echo "$ac_cv_exeext" >&6; }
3639  
3640   rm -f conftest.$ac_ext
3641   EXEEXT=$ac_cv_exeext
3642   ac_exeext=$EXEEXT
3643 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3644 + /* end confdefs.h.  */
3645 + #include <stdio.h>
3646 + int
3647 + main ()
3648 + {
3649 + FILE *f = fopen ("conftest.out", "w");
3650 + return ferror (f) || fclose (f) != 0;
3651 +
3652 +  ;
3653 +  return 0;
3654 + }
3655 + _ACEOF
3656 + ac_clean_files="$ac_clean_files conftest.out"
3657 + # Check that the compiler produces executables we can run.  If not, either
3658 + # the compiler is broken, or we cross compile.
3659 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3660 + $as_echo_n "checking whether we are cross compiling... " >&6; }
3661 + if test "$cross_compiling" != yes; then
3662 +  { { ac_try="$ac_link"
3663 + case "(($ac_try" in
3664 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3665 +  *) ac_try_echo=$ac_try;;
3666 + esac
3667 + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3668 + $as_echo "$ac_try_echo"; } >&5
3669 +  (eval "$ac_link") 2>&5
3670 +  ac_status=$?
3671 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3672 +  test $ac_status = 0; }
3673 +  if { ac_try='./conftest$ac_cv_exeext'
3674 +  { { case "(($ac_try" in
3675 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3676 +  *) ac_try_echo=$ac_try;;
3677 + esac
3678 + eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3679 + $as_echo "$ac_try_echo"; } >&5
3680 +  (eval "$ac_try") 2>&5
3681 +  ac_status=$?
3682 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3683 +  test $ac_status = 0; }; }; then
3684 +    cross_compiling=no
3685 +  else
3686 +    if test "$cross_compiling" = maybe; then
3687 +        cross_compiling=yes
3688 +    else
3689 +        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3690 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3691 + as_fn_error "cannot run C compiled programs.
3692 + If you meant to cross compile, use \`--host'.
3693 + See \`config.log' for more details." "$LINENO" 5; }
3694 +    fi
3695 +  fi
3696 + fi
3697 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3698 + $as_echo "$cross_compiling" >&6; }
3699 +
3700 + rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3701 + ac_clean_files=$ac_clean_files_save
3702   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3703   $as_echo_n "checking for suffix of object files... " >&6; }
3704   if test "${ac_cv_objext+set}" = set; then :
# Line 4043 | Line 3961 | ac_cpp='$CPP $CPPFLAGS'
3961   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3962   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3963   ac_compiler_gnu=$ac_cv_c_compiler_gnu
4046 DEPDIR="${am__leading_dot}deps"
4047
4048 ac_config_commands="$ac_config_commands depfiles"
4049
4050
4051 am_make=${MAKE-make}
4052 cat > confinc << 'END'
4053 am__doit:
4054        @echo this is the am__doit target
4055 .PHONY: am__doit
4056 END
4057 # If we don't find an include directive, just comment out the code.
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4059 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4060 am__include="#"
4061 am__quote=
4062 _am_result=none
4063 # First try GNU make style include.
4064 echo "include confinc" > confmf
4065 # Ignore all kinds of additional output from `make'.
4066 case `$am_make -s -f confmf 2> /dev/null` in #(
4067 *the\ am__doit\ target*)
4068  am__include=include
4069  am__quote=
4070  _am_result=GNU
4071  ;;
4072 esac
4073 # Now try BSD make style include.
4074 if test "$am__include" = "#"; then
4075   echo '.include "confinc"' > confmf
4076   case `$am_make -s -f confmf 2> /dev/null` in #(
4077   *the\ am__doit\ target*)
4078     am__include=.include
4079     am__quote="\""
4080     _am_result=BSD
4081     ;;
4082   esac
4083 fi
4084
4085
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4087 $as_echo "$_am_result" >&6; }
4088 rm -f confinc confmf
4089
4090 # Check whether --enable-dependency-tracking was given.
4091 if test "${enable_dependency_tracking+set}" = set; then :
4092  enableval=$enable_dependency_tracking;
4093 fi
4094
4095 if test "x$enable_dependency_tracking" != xno; then
4096  am_depcomp="$ac_aux_dir/depcomp"
4097  AMDEPBACKSLASH='\'
4098 fi
4099 if test "x$enable_dependency_tracking" != xno; then
4100  AMDEP_TRUE=
4101  AMDEP_FALSE='#'
4102 else
4103  AMDEP_TRUE='#'
4104  AMDEP_FALSE=
4105 fi
4106
4107
3964  
3965   depcc="$CC"   am_compiler_list=
3966  
# Line 4233 | Line 4089 | else
4089   fi
4090  
4091  
4092 +   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
4093 + $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
4094 + if test "${ac_cv_prog_cc_c99+set}" = set; then :
4095 +  $as_echo_n "(cached) " >&6
4096 + else
4097 +  ac_cv_prog_cc_c99=no
4098 + ac_save_CC=$CC
4099 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4100 + /* end confdefs.h.  */
4101 + #include <stdarg.h>
4102 + #include <stdbool.h>
4103 + #include <stdlib.h>
4104 + #include <wchar.h>
4105 + #include <stdio.h>
4106 +
4107 + // Check varargs macros.  These examples are taken from C99 6.10.3.5.
4108 + #define debug(...) fprintf (stderr, __VA_ARGS__)
4109 + #define showlist(...) puts (#__VA_ARGS__)
4110 + #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
4111 + static void
4112 + test_varargs_macros (void)
4113 + {
4114 +  int x = 1234;
4115 +  int y = 5678;
4116 +  debug ("Flag");
4117 +  debug ("X = %d\n", x);
4118 +  showlist (The first, second, and third items.);
4119 +  report (x>y, "x is %d but y is %d", x, y);
4120 + }
4121 +
4122 + // Check long long types.
4123 + #define BIG64 18446744073709551615ull
4124 + #define BIG32 4294967295ul
4125 + #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
4126 + #if !BIG_OK
4127 +  your preprocessor is broken;
4128 + #endif
4129 + #if BIG_OK
4130 + #else
4131 +  your preprocessor is broken;
4132 + #endif
4133 + static long long int bignum = -9223372036854775807LL;
4134 + static unsigned long long int ubignum = BIG64;
4135 +
4136 + struct incomplete_array
4137 + {
4138 +  int datasize;
4139 +  double data[];
4140 + };
4141 +
4142 + struct named_init {
4143 +  int number;
4144 +  const wchar_t *name;
4145 +  double average;
4146 + };
4147 +
4148 + typedef const char *ccp;
4149 +
4150 + static inline int
4151 + test_restrict (ccp restrict text)
4152 + {
4153 +  // See if C++-style comments work.
4154 +  // Iterate through items via the restricted pointer.
4155 +  // Also check for declarations in for loops.
4156 +  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
4157 +    continue;
4158 +  return 0;
4159 + }
4160 +
4161 + // Check varargs and va_copy.
4162 + static void
4163 + test_varargs (const char *format, ...)
4164 + {
4165 +  va_list args;
4166 +  va_start (args, format);
4167 +  va_list args_copy;
4168 +  va_copy (args_copy, args);
4169 +
4170 +  const char *str;
4171 +  int number;
4172 +  float fnumber;
4173 +
4174 +  while (*format)
4175 +    {
4176 +      switch (*format++)
4177 +        {
4178 +        case 's': // string
4179 +          str = va_arg (args_copy, const char *);
4180 +          break;
4181 +        case 'd': // int
4182 +          number = va_arg (args_copy, int);
4183 +          break;
4184 +        case 'f': // float
4185 +          fnumber = va_arg (args_copy, double);
4186 +          break;
4187 +        default:
4188 +          break;
4189 +        }
4190 +    }
4191 +  va_end (args_copy);
4192 +  va_end (args);
4193 + }
4194 +
4195 + int
4196 + main ()
4197 + {
4198 +
4199 +  // Check bool.
4200 +  _Bool success = false;
4201 +
4202 +  // Check restrict.
4203 +  if (test_restrict ("String literal") == 0)
4204 +    success = true;
4205 +  char *restrict newvar = "Another string";
4206 +
4207 +  // Check varargs.
4208 +  test_varargs ("s, d' f .", "string", 65, 34.234);
4209 +  test_varargs_macros ();
4210 +
4211 +  // Check flexible array members.
4212 +  struct incomplete_array *ia =
4213 +    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
4214 +  ia->datasize = 10;
4215 +  for (int i = 0; i < ia->datasize; ++i)
4216 +    ia->data[i] = i * 1.234;
4217 +
4218 +  // Check named initializers.
4219 +  struct named_init ni = {
4220 +    .number = 34,
4221 +    .name = L"Test wide string",
4222 +    .average = 543.34343,
4223 +  };
4224 +
4225 +  ni.number = 58;
4226 +
4227 +  int dynamic_array[ni.number];
4228 +  dynamic_array[ni.number - 1] = 543;
4229 +
4230 +  // work around unused variable warnings
4231 +  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
4232 +          || dynamic_array[ni.number - 1] != 543);
4233 +
4234 +  ;
4235 +  return 0;
4236 + }
4237 + _ACEOF
4238 + for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4239 + do
4240 +  CC="$ac_save_CC $ac_arg"
4241 +  if ac_fn_c_try_compile "$LINENO"; then :
4242 +  ac_cv_prog_cc_c99=$ac_arg
4243 + fi
4244 + rm -f core conftest.err conftest.$ac_objext
4245 +  test "x$ac_cv_prog_cc_c99" != "xno" && break
4246 + done
4247 + rm -f conftest.$ac_ext
4248 + CC=$ac_save_CC
4249 +
4250 + fi
4251 + # AC_CACHE_VAL
4252 + case "x$ac_cv_prog_cc_c99" in
4253 +  x)
4254 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4255 + $as_echo "none needed" >&6; } ;;
4256 +  xno)
4257 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4258 + $as_echo "unsupported" >&6; } ;;
4259 +  *)
4260 +    CC="$CC $ac_cv_prog_cc_c99"
4261 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
4262 + $as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
4263 + esac
4264 + if test "x$ac_cv_prog_cc_c99" != xno; then :
4265 +
4266 + fi
4267 +
4268 +
4269 + if test "$ac_cv_prog_cc_c99" = "no"; then :
4270 +  as_fn_error "no C99 compiler found. Aborting." "$LINENO" 5
4271 + fi
4272   for ac_prog in 'bison -y' byacc
4273   do
4274    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 4439 | Line 4475 | if test "$LEX" = :; then
4475   fi
4476  
4477  
4478 <
4443 < #ltdl stuff
4478 > # Initializing libtool.
4479   case `pwd` in
4480    *\ * | *\     *)
4481      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
# Line 5121 | Line 5156 | if test "${lt_cv_nm_interface+set}" = se
5156   else
5157    lt_cv_nm_interface="BSD nm"
5158    echo "int some_variable = 0;" > conftest.$ac_ext
5159 <  (eval echo "\"\$as_me:5124: $ac_compile\"" >&5)
5159 >  (eval echo "\"\$as_me:5159: $ac_compile\"" >&5)
5160    (eval "$ac_compile" 2>conftest.err)
5161    cat conftest.err >&5
5162 <  (eval echo "\"\$as_me:5127: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5162 >  (eval echo "\"\$as_me:5162: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5163    (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5164    cat conftest.err >&5
5165 <  (eval echo "\"\$as_me:5130: output\"" >&5)
5165 >  (eval echo "\"\$as_me:5165: output\"" >&5)
5166    cat conftest.out >&5
5167    if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5168      lt_cv_nm_interface="MS dumpbin"
# Line 6332 | Line 6367 | ia64-*-hpux*)
6367    ;;
6368   *-*-irix6*)
6369    # Find out which ABI we are using.
6370 <  echo '#line 6335 "configure"' > conftest.$ac_ext
6370 >  echo '#line 6370 "configure"' > conftest.$ac_ext
6371    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6372    (eval $ac_compile) 2>&5
6373    ac_status=$?
# Line 7856 | Line 7891 | else
7891     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7892     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7893     -e 's:$: $lt_compiler_flag:'`
7894 <   (eval echo "\"\$as_me:7859: $lt_compile\"" >&5)
7894 >   (eval echo "\"\$as_me:7894: $lt_compile\"" >&5)
7895     (eval "$lt_compile" 2>conftest.err)
7896     ac_status=$?
7897     cat conftest.err >&5
7898 <   echo "$as_me:7863: \$? = $ac_status" >&5
7898 >   echo "$as_me:7898: \$? = $ac_status" >&5
7899     if (exit $ac_status) && test -s "$ac_outfile"; then
7900       # The compiler can only warn and ignore the option if not recognized
7901       # So say no if there are warnings other than the usual output.
# Line 8195 | Line 8230 | else
8230     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8231     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8232     -e 's:$: $lt_compiler_flag:'`
8233 <   (eval echo "\"\$as_me:8198: $lt_compile\"" >&5)
8233 >   (eval echo "\"\$as_me:8233: $lt_compile\"" >&5)
8234     (eval "$lt_compile" 2>conftest.err)
8235     ac_status=$?
8236     cat conftest.err >&5
8237 <   echo "$as_me:8202: \$? = $ac_status" >&5
8237 >   echo "$as_me:8237: \$? = $ac_status" >&5
8238     if (exit $ac_status) && test -s "$ac_outfile"; then
8239       # The compiler can only warn and ignore the option if not recognized
8240       # So say no if there are warnings other than the usual output.
# Line 8300 | Line 8335 | else
8335     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8336     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8337     -e 's:$: $lt_compiler_flag:'`
8338 <   (eval echo "\"\$as_me:8303: $lt_compile\"" >&5)
8338 >   (eval echo "\"\$as_me:8338: $lt_compile\"" >&5)
8339     (eval "$lt_compile" 2>out/conftest.err)
8340     ac_status=$?
8341     cat out/conftest.err >&5
8342 <   echo "$as_me:8307: \$? = $ac_status" >&5
8342 >   echo "$as_me:8342: \$? = $ac_status" >&5
8343     if (exit $ac_status) && test -s out/conftest2.$ac_objext
8344     then
8345       # The compiler can only warn and ignore the option if not recognized
# Line 8355 | Line 8390 | else
8390     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8391     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8392     -e 's:$: $lt_compiler_flag:'`
8393 <   (eval echo "\"\$as_me:8358: $lt_compile\"" >&5)
8393 >   (eval echo "\"\$as_me:8393: $lt_compile\"" >&5)
8394     (eval "$lt_compile" 2>out/conftest.err)
8395     ac_status=$?
8396     cat out/conftest.err >&5
8397 <   echo "$as_me:8362: \$? = $ac_status" >&5
8397 >   echo "$as_me:8397: \$? = $ac_status" >&5
8398     if (exit $ac_status) && test -s out/conftest2.$ac_objext
8399     then
8400       # The compiler can only warn and ignore the option if not recognized
# Line 10092 | Line 10127 | rm -f core conftest.err conftest.$ac_obj
10127    libsuff=
10128    case "$host_cpu" in
10129    x86_64*|s390x*|powerpc64*)
10130 <    echo '#line 10095 "configure"' > conftest.$ac_ext
10130 >    echo '#line 10130 "configure"' > conftest.$ac_ext
10131      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10132    (eval $ac_compile) 2>&5
10133    ac_status=$?
# Line 10745 | Line 10780 | else
10780    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10781    lt_status=$lt_dlunknown
10782    cat > conftest.$ac_ext <<_LT_EOF
10783 < #line 10748 "configure"
10783 > #line 10783 "configure"
10784   #include "confdefs.h"
10785  
10786   #if HAVE_DLFCN_H
# Line 10841 | Line 10876 | else
10876    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10877    lt_status=$lt_dlunknown
10878    cat > conftest.$ac_ext <<_LT_EOF
10879 < #line 10844 "configure"
10879 > #line 10879 "configure"
10880   #include "confdefs.h"
10881  
10882   #if HAVE_DLFCN_H
# Line 11513 | Line 11548 | else
11548    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11549    lt_status=$lt_dlunknown
11550    cat > conftest.$ac_ext <<_LT_EOF
11551 < #line 11516 "configure"
11551 > #line 11551 "configure"
11552   #include "confdefs.h"
11553  
11554   #if HAVE_DLFCN_H
# Line 12128 | Line 12163 | LTDLOPEN=`eval "\\$ECHO \"$libname_spec\
12163  
12164   LIBTOOL="$LIBTOOL --silent"
12165  
12131
12166   # Checks for libraries.
12167  
12168    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
# Line 12272 | Line 12306 | fi
12306  
12307  
12308  
12275
12309   # Checks for typedefs, structures, and compiler characteristics.
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12278 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12279 if test "${ac_cv_c_const+set}" = set; then :
12280  $as_echo_n "(cached) " >&6
12281 else
12282  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h.  */
12284
12285 int
12286 main ()
12287 {
12288 /* FIXME: Include the comments suggested by Paul. */
12289 #ifndef __cplusplus
12290  /* Ultrix mips cc rejects this.  */
12291  typedef int charset[2];
12292  const charset cs;
12293  /* SunOS 4.1.1 cc rejects this.  */
12294  char const *const *pcpcc;
12295  char **ppc;
12296  /* NEC SVR4.0.2 mips cc rejects this.  */
12297  struct point {int x, y;};
12298  static struct point const zero = {0,0};
12299  /* AIX XL C 1.02.0.0 rejects this.
12300     It does not let you subtract one const X* pointer from another in
12301     an arm of an if-expression whose if-part is not a constant
12302     expression */
12303  const char *g = "string";
12304  pcpcc = &g + (g ? g-g : 0);
12305  /* HPUX 7.0 cc rejects these. */
12306  ++pcpcc;
12307  ppc = (char**) pcpcc;
12308  pcpcc = (char const *const *) ppc;
12309  { /* SCO 3.2v4 cc rejects this.  */
12310    char *t;
12311    char const *s = 0 ? (char *) 0 : (char const *) 0;
12312
12313    *t++ = 0;
12314    if (s) return 0;
12315  }
12316  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
12317    int x[] = {25, 17};
12318    const int *foo = &x[0];
12319    ++foo;
12320  }
12321  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12322    typedef const int *iptr;
12323    iptr p = 0;
12324    ++p;
12325  }
12326  { /* AIX XL C 1.02.0.0 rejects this saying
12327       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12328    struct s { int j; const int *ap[3]; };
12329    struct s *b; b->j = 5;
12330  }
12331  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12332    const int foo = 10;
12333    if (!foo) return 0;
12334  }
12335  return !cs[0] && !zero.x;
12336 #endif
12337
12338  ;
12339  return 0;
12340 }
12341 _ACEOF
12342 if ac_fn_c_try_compile "$LINENO"; then :
12343  ac_cv_c_const=yes
12344 else
12345  ac_cv_c_const=no
12346 fi
12347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12348 fi
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12350 $as_echo "$ac_cv_c_const" >&6; }
12351 if test $ac_cv_c_const = no; then
12352
12353 $as_echo "#define const /**/" >>confdefs.h
12354
12355 fi
12356
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12358 $as_echo_n "checking for inline... " >&6; }
12359 if test "${ac_cv_c_inline+set}" = set; then :
12360  $as_echo_n "(cached) " >&6
12361 else
12362  ac_cv_c_inline=no
12363 for ac_kw in inline __inline__ __inline; do
12364  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12365 /* end confdefs.h.  */
12366 #ifndef __cplusplus
12367 typedef int foo_t;
12368 static $ac_kw foo_t static_foo () {return 0; }
12369 $ac_kw foo_t foo () {return 0; }
12370 #endif
12371
12372 _ACEOF
12373 if ac_fn_c_try_compile "$LINENO"; then :
12374  ac_cv_c_inline=$ac_kw
12375 fi
12376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12377  test "$ac_cv_c_inline" != no && break
12378 done
12379
12380 fi
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12382 $as_echo "$ac_cv_c_inline" >&6; }
12383
12384 case $ac_cv_c_inline in
12385  inline | yes) ;;
12386  *)
12387    case $ac_cv_c_inline in
12388      no) ac_val=;;
12389      *) ac_val=$ac_cv_c_inline;;
12390    esac
12391    cat >>confdefs.h <<_ACEOF
12392 #ifndef __cplusplus
12393 #define inline $ac_val
12394 #endif
12395 _ACEOF
12396    ;;
12397 esac
12398
12310   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12311   $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12312   if test "${ac_cv_c_bigendian+set}" = set; then :
# Line 12621 | Line 12532 | $as_echo "#define AC_APPLE_UNIVERSAL_BUI
12532   esac
12533  
12534  
12624 # The cast to long int works around a bug in the HP C Compiler
12625 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12626 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12627 # This bug is HP SR number 8606223364.
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int64_t" >&5
12629 $as_echo_n "checking size of int64_t... " >&6; }
12630 if test "${ac_cv_sizeof_int64_t+set}" = set; then :
12631  $as_echo_n "(cached) " >&6
12632 else
12633  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int64_t))" "ac_cv_sizeof_int64_t"        "$ac_includes_default"; then :
12634
12635 else
12636  if test "$ac_cv_type_int64_t" = yes; then
12637     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12638 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12639 { as_fn_set_status 77
12640 as_fn_error "cannot compute sizeof (int64_t)
12641 See \`config.log' for more details." "$LINENO" 5; }; }
12642   else
12643     ac_cv_sizeof_int64_t=0
12644   fi
12645 fi
12646
12647 fi
12648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int64_t" >&5
12649 $as_echo "$ac_cv_sizeof_int64_t" >&6; }
12650
12651
12652
12653 cat >>confdefs.h <<_ACEOF
12654 #define SIZEOF_INT64_T $ac_cv_sizeof_int64_t
12655 _ACEOF
12656
12657
12658 # The cast to long int works around a bug in the HP C Compiler
12659 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12660 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12661 # This bug is HP SR number 8606223364.
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12663 $as_echo_n "checking size of long long... " >&6; }
12664 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12665  $as_echo_n "(cached) " >&6
12666 else
12667  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
12668
12669 else
12670  if test "$ac_cv_type_long_long" = yes; then
12671     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12672 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12673 { as_fn_set_status 77
12674 as_fn_error "cannot compute sizeof (long long)
12675 See \`config.log' for more details." "$LINENO" 5; }; }
12676   else
12677     ac_cv_sizeof_long_long=0
12678   fi
12679 fi
12680
12681 fi
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12683 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12684
12685
12686
12687 cat >>confdefs.h <<_ACEOF
12688 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12689 _ACEOF
12690
12691
12692
12693 if test "$ac_cv_sizeof_int64_t" = 8; then
12694  ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "$ac_includes_default"
12695 if test "x$ac_cv_type_uint64_t" = x""yes; then :
12696
12697 fi
12698
12699  ac_fn_c_check_type "$LINENO" "int64_t" "ac_cv_type_int64_t" "$ac_includes_default"
12700 if test "x$ac_cv_type_int64_t" = x""yes; then :
12701
12702 fi
12703
12704 elif test "$ac_cv_sizeof_long_long" = 8; then
12705  ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "$ac_includes_default"
12706 if test "x$ac_cv_type_uint64_t" = x""yes; then :
12707
12708 else
12709
12710 cat >>confdefs.h <<_ACEOF
12711 #define uint64_t unsigned long long
12712 _ACEOF
12713
12714 fi
12715
12716  ac_fn_c_check_type "$LINENO" "int64_t" "ac_cv_type_int64_t" "$ac_includes_default"
12717 if test "x$ac_cv_type_int64_t" = x""yes; then :
12718
12719 else
12720
12721 cat >>confdefs.h <<_ACEOF
12722 #define int64_t long long
12723 _ACEOF
12724
12725 fi
12726
12727 else
12728  as_fn_error "Your system doesn't appear to have 64 bit integers.  Aborting." "$LINENO" 5
12729 fi
12730
12731
12535   # Checks for library functions.
12536  
12537  
# Line 12758 | Line 12561 | done
12561  
12562  
12563  
12761
12762
12763
12764
12765
12766
12767
12768
12769
12770
12564   # Checks for header files.
12565  
12566  
# Line 12813 | Line 12606 | done
12606  
12607  
12608  
12609 <
12817 <
12818 <
12819 <
12609 > # check for /dev/null so we can use it to hold evil fd's
12610   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
12611   $as_echo_n "checking for /dev/null... " >&6; }
12612 < if test -c /dev/null ; then
12612 > if test -c /dev/null; then :
12613 >
12614  
12615   $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
12616  
# Line 12827 | Line 12618 | $as_echo "#define PATH_DEVNULL \"/dev/nu
12618   $as_echo "yes" >&6; }
12619   else
12620  
12621 +
12622   $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
12623  
12624    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
# Line 12907 | Line 12699 | else
12699   fi
12700  
12701  
12702 < if test "$zlib" = yes; then
12702 > if test "$zlib" = "yes"; then :
12703 >
12704    ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
12705   if test "x$ac_cv_header_zlib_h" = x""yes; then :
12706    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
# Line 12963 | Line 12756 | else
12756   fi
12757  
12758  
12759 +
12760 + fi
12761 +
12762 +
12763 + # Check whether --with-libpcre-path was given.
12764 + if test "${with_libpcre_path+set}" = set; then :
12765 +  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
12766 + fi
12767 +
12768 +
12769 + # Check whether --enable-libpcre was given.
12770 + if test "${enable_libpcre+set}" = set; then :
12771 +  enableval=$enable_libpcre; libpcre=$enableval
12772 + else
12773 +  libpcre=yes
12774 + fi
12775 +
12776 +
12777 + if test "$libpcre" = "yes"; then :
12778 +
12779 +  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
12780 + if test "x$ac_cv_header_pcre_h" = x""yes; then :
12781 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
12782 + $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
12783 + if test "${ac_cv_lib_pcre_pcre_study+set}" = set; then :
12784 +  $as_echo_n "(cached) " >&6
12785 + else
12786 +  ac_check_lib_save_LIBS=$LIBS
12787 + LIBS="-lpcre  $LIBS"
12788 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12789 + /* end confdefs.h.  */
12790 +
12791 + /* Override any GCC internal prototype to avoid an error.
12792 +   Use char because int might match the return type of a GCC
12793 +   builtin and then its argument prototype would still apply.  */
12794 + #ifdef __cplusplus
12795 + extern "C"
12796 + #endif
12797 + char pcre_study ();
12798 + int
12799 + main ()
12800 + {
12801 + return pcre_study ();
12802 +  ;
12803 +  return 0;
12804 + }
12805 + _ACEOF
12806 + if ac_fn_c_try_link "$LINENO"; then :
12807 +  ac_cv_lib_pcre_pcre_study=yes
12808 + else
12809 +  ac_cv_lib_pcre_pcre_study=no
12810 + fi
12811 + rm -f core conftest.err conftest.$ac_objext \
12812 +    conftest$ac_exeext conftest.$ac_ext
12813 + LIBS=$ac_check_lib_save_LIBS
12814 + fi
12815 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
12816 + $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
12817 + if test "x$ac_cv_lib_pcre_pcre_study" = x""yes; then :
12818 +
12819 +      LIBS="-lpcre $LIBS"
12820 +
12821 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
12822 +
12823 +
12824 + else
12825 +  libpcre=no
12826 + fi
12827 +
12828 +
12829 + else
12830 +  libpcre=no
12831   fi
12832  
12833  
12834 +
12835 + fi
12836 + if test "$libpcre" = yes; then
12837 +  ENABLE_PCRE_TRUE=
12838 +  ENABLE_PCRE_FALSE='#'
12839 + else
12840 +  ENABLE_PCRE_TRUE='#'
12841 +  ENABLE_PCRE_FALSE=
12842 + fi
12843 +
12844 +
12845 +
12846   # Check whether --enable-openssl was given.
12847   if test "${enable_openssl+set}" = set; then :
12848    enableval=$enable_openssl;  cf_enable_openssl=$enableval
# Line 13013 | Line 12890 | $as_echo "$cf_openssl_basedir" >&6; }
12890   $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
12891  
12892    else
12893 <    { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found.  Please check your path." >&5
12894 < $as_echo "not found.  Please check your path." >&6; }
12893 >    { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
12894 > $as_echo "not found. Please check your path." >&6; }
12895      cf_enable_openssl="no"
12896    fi
12897    unset cf_openssl_basedir
# Line 13022 | Line 12899 | else
12899      { $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5
12900   $as_echo "disabled" >&6; }
12901   fi
12902 +
12903 + if test "$cf_enable_openssl" != "no"; then :
12904 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
12905 + $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
12906 +  if test "$cross_compiling" = yes; then :
12907 +  cf_openssl_version_ok=no
12908 + else
12909 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12910 + /* end confdefs.h.  */
12911 +
12912 +    #include <openssl/opensslv.h>
12913 +    #include <stdlib.h>
12914 + int
12915 + main ()
12916 + {
12917 + exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
12918 +  ;
12919 +  return 0;
12920 + }
12921 + _ACEOF
12922 + if ac_fn_c_try_run "$LINENO"; then :
12923 +  cf_openssl_version_ok=yes
12924 + else
12925 +  cf_openssl_version_ok=no
12926 + fi
12927 + rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12928 +  conftest.$ac_objext conftest.beam conftest.$ac_ext
12929 + fi
12930 +
12931 +
12932 +  if test "$cf_openssl_version_ok" = "yes"; then :
12933 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
12934 + $as_echo "found" >&6; }
12935 +
12936 +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
12937 + $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
12938 + if test "${ac_cv_lib_crypto_RSA_free+set}" = set; then :
12939 +  $as_echo_n "(cached) " >&6
12940 + else
12941 +  ac_check_lib_save_LIBS=$LIBS
12942 + LIBS="-lcrypto  $LIBS"
12943 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12944 + /* end confdefs.h.  */
12945 +
12946 + /* Override any GCC internal prototype to avoid an error.
12947 +   Use char because int might match the return type of a GCC
12948 +   builtin and then its argument prototype would still apply.  */
12949 + #ifdef __cplusplus
12950 + extern "C"
12951 + #endif
12952 + char RSA_free ();
12953 + int
12954 + main ()
12955 + {
12956 + return RSA_free ();
12957 +  ;
12958 +  return 0;
12959 + }
12960 + _ACEOF
12961 + if ac_fn_c_try_link "$LINENO"; then :
12962 +  ac_cv_lib_crypto_RSA_free=yes
12963 + else
12964 +  ac_cv_lib_crypto_RSA_free=no
12965 + fi
12966 + rm -f core conftest.err conftest.$ac_objext \
12967 +    conftest$ac_exeext conftest.$ac_ext
12968 + LIBS=$ac_check_lib_save_LIBS
12969 + fi
12970 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
12971 + $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
12972 + if test "x$ac_cv_lib_crypto_RSA_free" = x""yes; then :
12973 +  cat >>confdefs.h <<_ACEOF
12974 + #define HAVE_LIBCRYPTO 1
12975 + _ACEOF
12976 +
12977 +  LIBS="-lcrypto $LIBS"
12978 +
12979 + fi
12980 +
12981 +    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
12982 +  for ac_func in EVP_bf_cfb           \
12983 +                      EVP_cast5_cfb        \
12984 +                      EVP_idea_cfb         \
12985 +                      EVP_rc5_32_12_16_cfb \
12986 +                      EVP_des_ede3_cfb     \
12987 +                      EVP_des_cfb
12988 + do :
12989 +  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12990 + ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12991 + eval as_val=\$$as_ac_var
12992 +   if test "x$as_val" = x""yes; then :
12993 +  cat >>confdefs.h <<_ACEOF
12994 + #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12995 + _ACEOF
12996 +
12997 + fi
12998 + done
12999 +
13000 + fi
13001 +
13002 + else
13003 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - OpenSSL support disabled" >&5
13004 + $as_echo "no - OpenSSL support disabled" >&6; }
13005 +    cf_enable_openssl="no"
13006 + fi
13007 + fi
13008 +
13009   if test "$cf_enable_openssl" = yes; then
13010    ENABLE_SSL_TRUE=
13011    ENABLE_SSL_FALSE='#'
# Line 13039 | Line 13023 | else
13023    assert=no
13024   fi
13025  
13026 < if test "$assert" = no; then
13026 >
13027 > if test "$assert" = "no"; then :
13028  
13029   $as_echo "#define NDEBUG 1" >>confdefs.h
13030  
# Line 13054 | Line 13039 | else
13039   fi
13040  
13041  
13042 < if test "$small_net" = yes; then
13042 > if test "$small_net" = "yes"; then :
13043 >
13044  
13045   $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13046  
# Line 13079 | Line 13065 | $as_echo "#define TOPIC_HEAP_SIZE 256" >
13065  
13066   $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13067  
13068 +
13069 + $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13070 +
13071 +
13072 + $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13073 +
13074   else
13075  
13076 +
13077 +
13078   $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13079  
13080  
# Line 13104 | Line 13098 | $as_echo "#define TOPIC_HEAP_SIZE 1024"
13098  
13099   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13100  
13101 +
13102 + $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13103 +
13104 +
13105 + $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13106 +
13107   fi
13108  
13109  
# Line 13517 | Line 13517 | fi
13517  
13518  
13519   cat >>confdefs.h <<_ACEOF
13520 < #define TOPICLEN ($topiclen+1)
13520 > #define TOPICLEN ($topiclen)
13521   _ACEOF
13522  
13523  
# Line 13553 | Line 13553 | $as_echo "#define EFNET 1" >>confdefs.h
13553   $as_echo "#define TS5_ONLY 1" >>confdefs.h
13554  
13555          else
13556
13557 $as_echo "#define INVARIANTS 1" >>confdefs.h
13558
13556                  use_efnet="no"
13557    fi
13558     if test "$use_efnet" = "yes"; then
# Line 13593 | Line 13590 | fi
13590  
13591   $as_echo "#define DEBUG 1" >>confdefs.h
13592  
13593 <    CFLAGS="$CFLAGS -Wall -Werror -g -O0"
13593 >    CFLAGS="-Wall -g -O0"
13594    else
13595  
13596   $as_echo "#define NDEBUG 1" >>confdefs.h
# Line 13609 | Line 13606 | else
13606   fi
13607  
13608    if test "$warnings" = "yes" ; then
13609 <    CFLAGS="-Wall -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wno-unused"
13609 >    CFLAGS="-Wall -Wextra -Wno-unused -Wcast-qual -Wcast-align -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wundef"
13610    fi
13611  
13612  
# Line 13739 | Line 13736 | _ACEOF
13736    test "$exec_prefix_NONE" && exec_prefix=NONE
13737  
13738  
13739 < ac_config_files="$ac_config_files Makefile etc/Makefile etc/example.conf etc/example.conf.quick etc/example.efnet.conf servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile lib/Makefile lib/pcre/Makefile tools/Makefile"
13739 > ac_config_files="$ac_config_files Makefile etc/Makefile servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
13740  
13741  
13742   cat >confcache <<\_ACEOF
# Line 13885 | Line 13882 | LT_CONFIG_H=config.h
13882  
13883  
13884  
13885 + if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
13886 +  as_fn_error "conditional \"ENABLE_PCRE\" was never defined.
13887 + Usually this means the macro was only invoked conditionally." "$LINENO" 5
13888 + fi
13889   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
13890    as_fn_error "conditional \"ENABLE_SSL\" was never defined.
13891   Usually this means the macro was only invoked conditionally." "$LINENO" 5
# Line 14301 | Line 14302 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
14302   # report actual input values of CONFIG_FILES etc. instead of their
14303   # values after options handling.
14304   ac_log="
14305 < This file was extended by ircd-hybrid $as_me 7.2.4, which was
14306 < generated by GNU Autoconf 2.64.  Invocation command line was
14305 > This file was extended by ircd-hybrid $as_me 7.3-rc1, which was
14306 > generated by GNU Autoconf 2.65.  Invocation command line was
14307  
14308    CONFIG_FILES    = $CONFIG_FILES
14309    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 14342 | Line 14343 | Usage: $0 [OPTION]... [TAG]...
14343  
14344    -h, --help       print this help, then exit
14345    -V, --version    print version number and configuration settings, then exit
14346 +      --config     print configuration, then exit
14347    -q, --quiet, --silent
14348                     do not print progress messages
14349    -d, --debug      don't remove temporary files
# Line 14360 | Line 14362 | $config_headers
14362   Configuration commands:
14363   $config_commands
14364  
14365 < Report bugs to the package provider."
14365 > Report bugs to <bugs@ircd-hybrid.org>."
14366  
14367   _ACEOF
14368   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14369 + ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14370   ac_cs_version="\\
14371 < ircd-hybrid config.status 7.2.4
14372 < configured by $0, generated by GNU Autoconf 2.64,
14373 <  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14371 > ircd-hybrid config.status 7.3-rc1
14372 > configured by $0, generated by GNU Autoconf 2.65,
14373 >  with options \\"\$ac_cs_config\\"
14374  
14375   Copyright (C) 2009 Free Software Foundation, Inc.
14376   This config.status script is free software; the Free Software Foundation
# Line 14405 | Line 14408 | do
14408      ac_cs_recheck=: ;;
14409    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14410      $as_echo "$ac_cs_version"; exit ;;
14411 +  --config | --confi | --conf | --con | --co | --c )
14412 +    $as_echo "$ac_cs_config"; exit ;;
14413    --debug | --debu | --deb | --de | --d | -d )
14414      debug=: ;;
14415    --file | --fil | --fi | --f )
# Line 14746 | Line 14751 | do
14751      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14752      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14753      "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
14749    "etc/example.conf") CONFIG_FILES="$CONFIG_FILES etc/example.conf" ;;
14750    "etc/example.conf.quick") CONFIG_FILES="$CONFIG_FILES etc/example.conf.quick" ;;
14751    "etc/example.efnet.conf") CONFIG_FILES="$CONFIG_FILES etc/example.efnet.conf" ;;
14754      "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
14755      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
14756      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
# Line 14760 | Line 14762 | do
14762      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
14763      "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
14764      "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
14763    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
14764    "lib/pcre/Makefile") CONFIG_FILES="$CONFIG_FILES lib/pcre/Makefile" ;;
14765      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
14766  
14767    *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 14866 | Line 14866 | s/'"$ac_delim"'$//
14866   t delim
14867   :nl
14868   h
14869 < s/\(.\{148\}\).*/\1/
14869 > s/\(.\{148\}\)..*/\1/
14870   t more1
14871   s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14872   p
# Line 14880 | Line 14880 | s/.\{148\}//
14880   t nl
14881   :delim
14882   h
14883 < s/\(.\{148\}\).*/\1/
14883 > s/\(.\{148\}\)..*/\1/
14884   t more2
14885   s/["\\]/\\&/g; s/^/"/; s/$/"/
14886   p

Diff Legend

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