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 2594 by michael, Thu Nov 21 17:20:41 2013 UTC vs.
ircd-hybrid/branches/8.2.x/configure (file contents), Revision 3815 by michael, Tue Jun 3 20:13:48 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 3725 2014-05-31 16:29:38Z 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.0beta3.
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.0beta3'
597 > PACKAGE_STRING='ircd-hybrid 8.2.0beta3'
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.0beta3 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.0beta3:";;
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.0beta3
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.0beta3, 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.0beta3'
2970  
2971  
2972   cat >>confdefs.h <<_ACEOF
# Line 14600 | Line 14598 | _ACEOF
14598  
14599  
14600  
14603  # Check whether --enable-halfops was given.
14604 if test "${enable_halfops+set}" = set; then :
14605  enableval=$enable_halfops; halfops="$enableval"
14606 else
14607  halfops="no"
14608 fi
14609
14610  if test "$halfops" = "yes" ; then
14611
14612 $as_echo "#define HALFOPS 1" >>confdefs.h
14613
14614  fi
14615
14616
14601    # Check whether --enable-debugging was given.
14602   if test "${enable_debugging+set}" = set; then :
14603    enableval=$enable_debugging; debugging="$enableval"
# Line 15014 | Line 14998 | done
14998  
14999  
15000  
15001 + for flag in -Wlogical-op; do
15002 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15003 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15004 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
15005 + if eval \${$as_CACHEVAR+:} false; then :
15006 +  $as_echo_n "(cached) " >&6
15007 + else
15008 +
15009 +  ax_check_save_flags=$CFLAGS
15010 +  CFLAGS="$CFLAGS  $flag"
15011 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15012 + /* end confdefs.h.  */
15013 +
15014 + int
15015 + main ()
15016 + {
15017 +
15018 +  ;
15019 +  return 0;
15020 + }
15021 + _ACEOF
15022 + if ac_fn_c_try_compile "$LINENO"; then :
15023 +  eval "$as_CACHEVAR=yes"
15024 + else
15025 +  eval "$as_CACHEVAR=no"
15026 + fi
15027 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15028 +  CFLAGS=$ax_check_save_flags
15029 + fi
15030 + eval ac_res=\$$as_CACHEVAR
15031 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15032 + $as_echo "$ac_res" >&6; }
15033 + if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
15034 +  if ${CFLAGS+:} false; then :
15035 +  case " $CFLAGS " in
15036 +    *" $flag "*)
15037 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
15038 +  (: CFLAGS already contains $flag) 2>&5
15039 +  ac_status=$?
15040 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15041 +  test $ac_status = 0; }
15042 +      ;;
15043 +    *)
15044 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
15045 +  (: CFLAGS="$CFLAGS $flag") 2>&5
15046 +  ac_status=$?
15047 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15048 +  test $ac_status = 0; }
15049 +      CFLAGS="$CFLAGS $flag"
15050 +      ;;
15051 +   esac
15052 + else
15053 +  CFLAGS="$flag"
15054 + fi
15055 +
15056 + else
15057 +  :
15058 + fi
15059 +
15060 + done
15061 +
15062 +
15063 +
15064   for flag in -Wmissing-declarations; do
15065    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15066   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15077 | Line 15124 | done
15124  
15125  
15126  
15127 + for flag in -Wmissing-include-dirs; do
15128 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15129 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15130 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
15131 + if eval \${$as_CACHEVAR+:} false; then :
15132 +  $as_echo_n "(cached) " >&6
15133 + else
15134 +
15135 +  ax_check_save_flags=$CFLAGS
15136 +  CFLAGS="$CFLAGS  $flag"
15137 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15138 + /* end confdefs.h.  */
15139 +
15140 + int
15141 + main ()
15142 + {
15143 +
15144 +  ;
15145 +  return 0;
15146 + }
15147 + _ACEOF
15148 + if ac_fn_c_try_compile "$LINENO"; then :
15149 +  eval "$as_CACHEVAR=yes"
15150 + else
15151 +  eval "$as_CACHEVAR=no"
15152 + fi
15153 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15154 +  CFLAGS=$ax_check_save_flags
15155 + fi
15156 + eval ac_res=\$$as_CACHEVAR
15157 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15158 + $as_echo "$ac_res" >&6; }
15159 + if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
15160 +  if ${CFLAGS+:} false; then :
15161 +  case " $CFLAGS " in
15162 +    *" $flag "*)
15163 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
15164 +  (: CFLAGS already contains $flag) 2>&5
15165 +  ac_status=$?
15166 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15167 +  test $ac_status = 0; }
15168 +      ;;
15169 +    *)
15170 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
15171 +  (: CFLAGS="$CFLAGS $flag") 2>&5
15172 +  ac_status=$?
15173 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15174 +  test $ac_status = 0; }
15175 +      CFLAGS="$CFLAGS $flag"
15176 +      ;;
15177 +   esac
15178 + else
15179 +  CFLAGS="$flag"
15180 + fi
15181 +
15182 + else
15183 +  :
15184 + fi
15185 +
15186 + done
15187 +
15188 +
15189 +
15190   for flag in -Wmissing-prototypes; do
15191    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15192   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15203 | Line 15313 | done
15313  
15314  
15315  
15316 + for flag in -Wpointer-arith; do
15317 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15318 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15319 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
15320 + if eval \${$as_CACHEVAR+:} false; then :
15321 +  $as_echo_n "(cached) " >&6
15322 + else
15323 +
15324 +  ax_check_save_flags=$CFLAGS
15325 +  CFLAGS="$CFLAGS  $flag"
15326 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15327 + /* end confdefs.h.  */
15328 +
15329 + int
15330 + main ()
15331 + {
15332 +
15333 +  ;
15334 +  return 0;
15335 + }
15336 + _ACEOF
15337 + if ac_fn_c_try_compile "$LINENO"; then :
15338 +  eval "$as_CACHEVAR=yes"
15339 + else
15340 +  eval "$as_CACHEVAR=no"
15341 + fi
15342 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15343 +  CFLAGS=$ax_check_save_flags
15344 + fi
15345 + eval ac_res=\$$as_CACHEVAR
15346 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15347 + $as_echo "$ac_res" >&6; }
15348 + if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then :
15349 +  if ${CFLAGS+:} false; then :
15350 +  case " $CFLAGS " in
15351 +    *" $flag "*)
15352 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
15353 +  (: CFLAGS already contains $flag) 2>&5
15354 +  ac_status=$?
15355 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15356 +  test $ac_status = 0; }
15357 +      ;;
15358 +    *)
15359 +      { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$flag\""; } >&5
15360 +  (: CFLAGS="$CFLAGS $flag") 2>&5
15361 +  ac_status=$?
15362 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15363 +  test $ac_status = 0; }
15364 +      CFLAGS="$CFLAGS $flag"
15365 +      ;;
15366 +   esac
15367 + else
15368 +  CFLAGS="$flag"
15369 + fi
15370 +
15371 + else
15372 +  :
15373 + fi
15374 +
15375 + done
15376 +
15377 +
15378 +
15379   for flag in -Wredundant-decls; do
15380    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15381   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 16109 | Line 16282 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
16282   # report actual input values of CONFIG_FILES etc. instead of their
16283   # values after options handling.
16284   ac_log="
16285 < This file was extended by ircd-hybrid $as_me TRUNK, which was
16285 > This file was extended by ircd-hybrid $as_me 8.2.0beta3, which was
16286   generated by GNU Autoconf 2.69.  Invocation command line was
16287  
16288    CONFIG_FILES    = $CONFIG_FILES
# Line 16175 | Line 16348 | _ACEOF
16348   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16349   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16350   ac_cs_version="\\
16351 < ircd-hybrid config.status TRUNK
16351 > ircd-hybrid config.status 8.2.0beta3
16352   configured by $0, generated by GNU Autoconf 2.69,
16353    with options \\"\$ac_cs_config\\"
16354  

Diff Legend

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