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/trunk/configure (file contents), Revision 2491 by michael, Fri Oct 25 16:55:01 2013 UTC vs.
ircd-hybrid/branches/8.2.x/configure (file contents), Revision 4246 by michael, Thu Jul 17 19:41:33 2014 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 2481 2013-10-23 16:38:58Z michael .
2 > # From configure.ac Id: configure.ac 4181 2014-07-06 13:11:44Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.0beta4.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 593 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='TRUNK'
597 < PACKAGE_STRING='ircd-hybrid TRUNK'
596 > PACKAGE_VERSION='8.2.0beta4'
597 > PACKAGE_STRING='ircd-hybrid 8.2.0beta4'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 813 | Line 813 | enable_epoll
813   enable_devpoll
814   enable_poll
815   enable_select
816 enable_halfops
816   enable_debugging
817   enable_warnings
818   '
# Line 1368 | Line 1367 | if test "$ac_init_help" = "long"; then
1367    # Omit some internal or obsolete options to make the list less imposing.
1368    # This message is too long to be a string in the A/UX 3.1 sh.
1369    cat <<_ACEOF
1370 < \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1370 > \`configure' configures ircd-hybrid 8.2.0beta4 to adapt to many kinds of systems.
1371  
1372   Usage: $0 [OPTION]... [VAR=VALUE]...
1373  
# Line 1438 | Line 1437 | fi
1437  
1438   if test -n "$ac_init_help"; then
1439    case $ac_init_help in
1440 <     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1440 >     short | recursive ) echo "Configuration of ircd-hybrid 8.2.0beta4:";;
1441     esac
1442    cat <<\_ACEOF
1443  
# Line 1470 | Line 1469 | Optional Features:
1469    --enable-devpoll        Force devpoll usage.
1470    --enable-poll           Force poll usage.
1471    --enable-select         Force select usage.
1473  --enable-halfops        Enable halfops support.
1472    --enable-debugging      Enable debugging.
1473    --enable-warnings       Enable compiler warnings.
1474  
# Line 1568 | Line 1566 | fi
1566   test -n "$ac_init_help" && exit $ac_status
1567   if $ac_init_version; then
1568    cat <<\_ACEOF
1569 < ircd-hybrid configure TRUNK
1569 > ircd-hybrid configure 8.2.0beta4
1570   generated by GNU Autoconf 2.69
1571  
1572   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2094 | Line 2092 | cat >config.log <<_ACEOF
2092   This file contains any messages produced by compilers while
2093   running configure, to aid debugging if configure makes a mistake.
2094  
2095 < It was created by ircd-hybrid $as_me TRUNK, which was
2095 > It was created by ircd-hybrid $as_me 8.2.0beta4, which was
2096   generated by GNU Autoconf 2.69.  Invocation command line was
2097  
2098    $ $0 $@
# Line 2968 | Line 2966 | fi
2966  
2967   # Define the identity of the package.
2968   PACKAGE='ircd-hybrid'
2969 < VERSION='TRUNK'
2969 > VERSION='8.2.0beta4'
2970  
2971  
2972   cat >>confdefs.h <<_ACEOF
# Line 13218 | Line 13216 | $as_echo "#define ENABLE_SSP_CC 1" >>con
13216  
13217  
13218  
13219 +
13220 +
13221 +
13222 + for flag in -fno-strict-aliasing; do
13223 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13224 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13225 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
13226 + if eval \${$as_CACHEVAR+:} false; then :
13227 +  $as_echo_n "(cached) " >&6
13228 + else
13229 +
13230 +  ax_check_save_flags=$CFLAGS
13231 +  CFLAGS="$CFLAGS  $flag"
13232 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13233 + /* end confdefs.h.  */
13234 +
13235 + int
13236 + main ()
13237 + {
13238 +
13239 +  ;
13240 +  return 0;
13241 + }
13242 + _ACEOF
13243 + if ac_fn_c_try_compile "$LINENO"; then :
13244 +  eval "$as_CACHEVAR=yes"
13245 + else
13246 +  eval "$as_CACHEVAR=no"
13247 + fi
13248 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13249 +  CFLAGS=$ax_check_save_flags
13250 + fi
13251 + eval ac_res=\$$as_CACHEVAR
13252 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13253 + $as_echo "$ac_res" >&6; }
13254 + if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
13255 +  if ${CFLAGS+:} false; then :
13256 +  case " $CFLAGS " in
13257 +    *" $flag "*)
13258 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
13259 +  (: CFLAGS already contains $flag) 2>&5
13260 +  ac_status=$?
13261 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13262 +  test $ac_status = 0; }
13263 +      ;;
13264 +    *)
13265 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
13266 +  (: CFLAGS="$CFLAGS $flag") 2>&5
13267 +  ac_status=$?
13268 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13269 +  test $ac_status = 0; }
13270 +      CFLAGS="$CFLAGS $flag"
13271 +      ;;
13272 +   esac
13273 + else
13274 +  CFLAGS="$flag"
13275 + fi
13276 +
13277 + else
13278 +  :
13279 + fi
13280 +
13281 + done
13282 +
13283 +
13284 +
13285    ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13286   if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13287  
# Line 13932 | Line 13996 | $as_echo "disabled" >&6; }
13996   fi
13997  
13998   if test "$cf_enable_openssl" != "no"; then :
13999 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
14000 < $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13999 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8m or above" >&5
14000 > $as_echo_n "checking for OpenSSL 0.9.8m or above... " >&6; }
14001    if test "$cross_compiling" = yes; then :
14002    cf_openssl_version_ok=no
14003   else
# Line 13946 | Line 14010 | else
14010   int
14011   main ()
14012   {
14013 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
14013 > exit(!(OPENSSL_VERSION_NUMBER >= 0x009080dfL));
14014    ;
14015    return 0;
14016   }
# Line 14479 | Line 14543 | _ACEOF
14543  
14544  
14545  
14482  # Check whether --enable-halfops was given.
14483 if test "${enable_halfops+set}" = set; then :
14484  enableval=$enable_halfops; halfops="$enableval"
14485 else
14486  halfops="no"
14487 fi
14488
14489  if test "$halfops" = "yes" ; then
14490
14491 $as_echo "#define HALFOPS 1" >>confdefs.h
14492
14493  fi
14494
14495
14546    # Check whether --enable-debugging was given.
14547   if test "${enable_debugging+set}" = set; then :
14548    enableval=$enable_debugging; debugging="$enableval"
# Line 14504 | Line 14554 | fi
14554      CFLAGS="-Wall -g -O0"
14555    fi
14556  
14557 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts " >&5
14558 < $as_echo_n "checking whether C compiler accepts ... " >&6; }
14559 < if ${ax_cv_check_cflags__+:} false; then :
14557 >
14558 >  # Check whether --enable-warnings was given.
14559 > if test "${enable_warnings+set}" = set; then :
14560 >  enableval=$enable_warnings; warnings="$enableval"
14561 > else
14562 >  warnings="no"
14563 > fi
14564 >
14565 >  if test "$warnings" = "yes" ; then
14566 >
14567 >
14568 >
14569 >
14570 > for flag in -Wall; do
14571 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14572 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14573 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14574 > if eval \${$as_CACHEVAR+:} false; then :
14575    $as_echo_n "(cached) " >&6
14576   else
14577  
14578    ax_check_save_flags=$CFLAGS
14579 <  CFLAGS="$CFLAGS  "
14579 >  CFLAGS="$CFLAGS  $flag"
14580    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14581   /* end confdefs.h.  */
14582  
# Line 14524 | Line 14589 | main ()
14589   }
14590   _ACEOF
14591   if ac_fn_c_try_compile "$LINENO"; then :
14592 <  ax_cv_check_cflags__=yes
14592 >  eval "$as_CACHEVAR=yes"
14593   else
14594 <  ax_cv_check_cflags__=no
14594 >  eval "$as_CACHEVAR=no"
14595   fi
14596   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14597    CFLAGS=$ax_check_save_flags
14598   fi
14599 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags__" >&5
14600 < $as_echo "$ax_cv_check_cflags__" >&6; }
14601 < if test x"$ax_cv_check_cflags__" = xyes; then :
14602 <  :
14599 > eval ac_res=\$$as_CACHEVAR
14600 >               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14601 > $as_echo "$ac_res" >&6; }
14602 > if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
14603 >  if ${CFLAGS+:} false; then :
14604 >  case " $CFLAGS " in
14605 >    *" $flag "*)
14606 >      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14607 >  (: CFLAGS already contains $flag) 2>&5
14608 >  ac_status=$?
14609 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14610 >  test $ac_status = 0; }
14611 >      ;;
14612 >    *)
14613 >      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
14614 >  (: CFLAGS="$CFLAGS $flag") 2>&5
14615 >  ac_status=$?
14616 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14617 >  test $ac_status = 0; }
14618 >      CFLAGS="$CFLAGS $flag"
14619 >      ;;
14620 >   esac
14621 > else
14622 >  CFLAGS="$flag"
14623 > fi
14624 >
14625   else
14626    :
14627   fi
14628  
14629 < if ${CFLAGS+:} false; then :
14629 > done
14630 >
14631 >
14632 >
14633 >
14634 >
14635 > for flag in -Wextra; do
14636 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14637 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14638 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14639 > if eval \${$as_CACHEVAR+:} false; then :
14640 >  $as_echo_n "(cached) " >&6
14641 > else
14642 >
14643 >  ax_check_save_flags=$CFLAGS
14644 >  CFLAGS="$CFLAGS  $flag"
14645 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14646 > /* end confdefs.h.  */
14647 >
14648 > int
14649 > main ()
14650 > {
14651 >
14652 >  ;
14653 >  return 0;
14654 > }
14655 > _ACEOF
14656 > if ac_fn_c_try_compile "$LINENO"; then :
14657 >  eval "$as_CACHEVAR=yes"
14658 > else
14659 >  eval "$as_CACHEVAR=no"
14660 > fi
14661 > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14662 >  CFLAGS=$ax_check_save_flags
14663 > fi
14664 > eval ac_res=\$$as_CACHEVAR
14665 >               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14666 > $as_echo "$ac_res" >&6; }
14667 > if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
14668 >  if ${CFLAGS+:} false; then :
14669    case " $CFLAGS " in
14670 <    *"  "*)
14671 <      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains "; } >&5
14672 <  (: CFLAGS already contains ) 2>&5
14670 >    *" $flag "*)
14671 >      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14672 >  (: CFLAGS already contains $flag) 2>&5
14673    ac_status=$?
14674    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14675    test $ac_status = 0; }
14676        ;;
14677      *)
14678 <      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \""; } >&5
14679 <  (: CFLAGS="$CFLAGS ") 2>&5
14678 >      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
14679 >  (: CFLAGS="$CFLAGS $flag") 2>&5
14680    ac_status=$?
14681    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14682    test $ac_status = 0; }
14683 <      CFLAGS="$CFLAGS "
14683 >      CFLAGS="$CFLAGS $flag"
14684        ;;
14685     esac
14686   else
14687 <  CFLAGS=""
14687 >  CFLAGS="$flag"
14688   fi
14689  
14564
14565  # Check whether --enable-warnings was given.
14566 if test "${enable_warnings+set}" = set; then :
14567  enableval=$enable_warnings; warnings="$enableval"
14690   else
14691 <  warnings="no"
14691 >  :
14692   fi
14693  
14694 <  if test "$warnings" = "yes" ; then
14694 > done
14695  
14696  
14697 < for flag in -Wall; do
14697 >
14698 >
14699 >
14700 > for flag in -Wno-unused; do
14701    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14702   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14703   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14635 | Line 14760 | done
14760  
14761  
14762  
14763 < for flag in -Wextra; do
14763 >
14764 >
14765 > for flag in -Wcast-qual; do
14766    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14767   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14768   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14698 | Line 14825 | done
14825  
14826  
14827  
14828 < for flag in -Wno-unused; do
14828 >
14829 >
14830 > for flag in -Wcast-align; do
14831    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14832   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14833   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14761 | Line 14890 | done
14890  
14891  
14892  
14893 < for flag in -Wcast-qual; do
14893 >
14894 >
14895 > for flag in -Wbad-function-cast; do
14896    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14897   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14898   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14824 | Line 14955 | done
14955  
14956  
14957  
14958 < for flag in -Wcast-align; do
14958 >
14959 >
14960 > for flag in -Wlogical-op; do
14961    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14962   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14963   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14887 | Line 15020 | done
15020  
15021  
15022  
15023 < for flag in -Wbad-function-cast; do
15023 >
15024 >
15025 > for flag in -Wmissing-declarations; do
15026    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15027   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15028   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 14950 | Line 15085 | done
15085  
15086  
15087  
15088 < for flag in -Wmissing-declarations; do
15088 >
15089 >
15090 > for flag in -Wmissing-include-dirs; do
15091    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15092   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15093   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
# Line 15013 | Line 15150 | done
15150  
15151  
15152  
15153 +
15154 +
15155   for flag in -Wmissing-prototypes; do
15156    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15157   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15076 | Line 15215 | done
15215  
15216  
15217  
15218 +
15219 +
15220   for flag in -Wnested-externs; do
15221    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15222   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15139 | Line 15280 | done
15280  
15281  
15282  
15283 +
15284 +
15285 + for flag in -Wpointer-arith; do
15286 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15287 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15288 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
15289 + if eval \${$as_CACHEVAR+:} false; then :
15290 +  $as_echo_n "(cached) " >&6
15291 + else
15292 +
15293 +  ax_check_save_flags=$CFLAGS
15294 +  CFLAGS="$CFLAGS  $flag"
15295 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15296 + /* end confdefs.h.  */
15297 +
15298 + int
15299 + main ()
15300 + {
15301 +
15302 +  ;
15303 +  return 0;
15304 + }
15305 + _ACEOF
15306 + if ac_fn_c_try_compile "$LINENO"; then :
15307 +  eval "$as_CACHEVAR=yes"
15308 + else
15309 +  eval "$as_CACHEVAR=no"
15310 + fi
15311 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15312 +  CFLAGS=$ax_check_save_flags
15313 + fi
15314 + eval ac_res=\$$as_CACHEVAR
15315 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15316 + $as_echo "$ac_res" >&6; }
15317 + if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
15318 +  if ${CFLAGS+:} false; then :
15319 +  case " $CFLAGS " in
15320 +    *" $flag "*)
15321 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
15322 +  (: CFLAGS already contains $flag) 2>&5
15323 +  ac_status=$?
15324 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15325 +  test $ac_status = 0; }
15326 +      ;;
15327 +    *)
15328 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
15329 +  (: CFLAGS="$CFLAGS $flag") 2>&5
15330 +  ac_status=$?
15331 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15332 +  test $ac_status = 0; }
15333 +      CFLAGS="$CFLAGS $flag"
15334 +      ;;
15335 +   esac
15336 + else
15337 +  CFLAGS="$flag"
15338 + fi
15339 +
15340 + else
15341 +  :
15342 + fi
15343 +
15344 + done
15345 +
15346 +
15347 +
15348 +
15349 +
15350   for flag in -Wredundant-decls; do
15351    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15352   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15202 | Line 15410 | done
15410  
15411  
15412  
15413 +
15414 +
15415   for flag in -Wshadow; do
15416    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15417   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15265 | Line 15475 | done
15475  
15476  
15477  
15478 +
15479 +
15480   for flag in -Wwrite-strings; do
15481    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15482   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15328 | Line 15540 | done
15540  
15541  
15542  
15543 +
15544 +
15545   for flag in -Wundef; do
15546    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15547   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 16045 | Line 16259 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
16259   # report actual input values of CONFIG_FILES etc. instead of their
16260   # values after options handling.
16261   ac_log="
16262 < This file was extended by ircd-hybrid $as_me TRUNK, which was
16262 > This file was extended by ircd-hybrid $as_me 8.2.0beta4, which was
16263   generated by GNU Autoconf 2.69.  Invocation command line was
16264  
16265    CONFIG_FILES    = $CONFIG_FILES
# Line 16111 | Line 16325 | _ACEOF
16325   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16326   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16327   ac_cs_version="\\
16328 < ircd-hybrid config.status TRUNK
16328 > ircd-hybrid config.status 8.2.0beta4
16329   configured by $0, generated by GNU Autoconf 2.69,
16330    with options \\"\$ac_cs_config\\"
16331  

Diff Legend

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