ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/configure
(Generate patch)

Comparing hopm/branches/1.1.x/configure (file contents):
Revision 8147 by michael, Wed Apr 5 12:37:06 2017 UTC vs.
Revision 8552 by michael, Sat Sep 22 20:56:36 2018 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 8102 2017-04-02 10:14:31Z michael .
2 > # From configure.ac Id: configure.ac 8549 2018-09-22 20:55:30Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for hopm 1.1.4.
4 > # Generated by GNU Autoconf 2.69 for hopm 1.1.5.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 591 | Line 591 | MAKEFLAGS=
591   # Identity of this package.
592   PACKAGE_NAME='hopm'
593   PACKAGE_TARNAME='hopm'
594 < PACKAGE_VERSION='1.1.4'
595 < PACKAGE_STRING='hopm 1.1.4'
594 > PACKAGE_VERSION='1.1.5'
595 > PACKAGE_STRING='hopm 1.1.5'
596   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
597   PACKAGE_URL=''
598  
# Line 1331 | Line 1331 | if test "$ac_init_help" = "long"; then
1331    # Omit some internal or obsolete options to make the list less imposing.
1332    # This message is too long to be a string in the A/UX 3.1 sh.
1333    cat <<_ACEOF
1334 < \`configure' configures hopm 1.1.4 to adapt to many kinds of systems.
1334 > \`configure' configures hopm 1.1.5 to adapt to many kinds of systems.
1335  
1336   Usage: $0 [OPTION]... [VAR=VALUE]...
1337  
# Line 1401 | Line 1401 | fi
1401  
1402   if test -n "$ac_init_help"; then
1403    case $ac_init_help in
1404 <     short | recursive ) echo "Configuration of hopm 1.1.4:";;
1404 >     short | recursive ) echo "Configuration of hopm 1.1.5:";;
1405     esac
1406    cat <<\_ACEOF
1407  
# Line 1524 | Line 1524 | fi
1524   test -n "$ac_init_help" && exit $ac_status
1525   if $ac_init_version; then
1526    cat <<\_ACEOF
1527 < hopm configure 1.1.4
1527 > hopm configure 1.1.5
1528   generated by GNU Autoconf 2.69
1529  
1530   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1802 | Line 1802 | cat >config.log <<_ACEOF
1802   This file contains any messages produced by compilers while
1803   running configure, to aid debugging if configure makes a mistake.
1804  
1805 < It was created by hopm $as_me 1.1.4, which was
1805 > It was created by hopm $as_me 1.1.5, which was
1806   generated by GNU Autoconf 2.69.  Invocation command line was
1807  
1808    $ $0 $@
# Line 2665 | Line 2665 | fi
2665  
2666   # Define the identity of the package.
2667   PACKAGE='hopm'
2668 < VERSION='1.1.4'
2668 > VERSION='1.1.5'
2669  
2670  
2671   cat >>confdefs.h <<_ACEOF
# Line 13183 | Line 13183 | done
13183  
13184  
13185  
13186 + for flag in -Wduplicated-cond; do
13187 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13188 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13189 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
13190 + if eval \${$as_CACHEVAR+:} false; then :
13191 +  $as_echo_n "(cached) " >&6
13192 + else
13193 +
13194 +  ax_check_save_flags=$CFLAGS
13195 +  CFLAGS="$CFLAGS  $flag"
13196 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13197 + /* end confdefs.h.  */
13198 +
13199 + int
13200 + main ()
13201 + {
13202 +
13203 +  ;
13204 +  return 0;
13205 + }
13206 + _ACEOF
13207 + if ac_fn_c_try_compile "$LINENO"; then :
13208 +  eval "$as_CACHEVAR=yes"
13209 + else
13210 +  eval "$as_CACHEVAR=no"
13211 + fi
13212 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13213 +  CFLAGS=$ax_check_save_flags
13214 + fi
13215 + eval ac_res=\$$as_CACHEVAR
13216 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13217 + $as_echo "$ac_res" >&6; }
13218 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
13219 +
13220 + if ${CFLAGS+:} false; then :
13221 +
13222 +  case " $CFLAGS " in #(
13223 +  *" $flag "*) :
13224 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
13225 +  (: CFLAGS already contains $flag) 2>&5
13226 +  ac_status=$?
13227 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13228 +  test $ac_status = 0; } ;; #(
13229 +  *) :
13230 +
13231 +     as_fn_append CFLAGS " $flag"
13232 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
13233 +  (: CFLAGS="$CFLAGS") 2>&5
13234 +  ac_status=$?
13235 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13236 +  test $ac_status = 0; }
13237 +     ;;
13238 + esac
13239 +
13240 + else
13241 +
13242 +  CFLAGS=$flag
13243 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
13244 +  (: CFLAGS="$CFLAGS") 2>&5
13245 +  ac_status=$?
13246 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13247 +  test $ac_status = 0; }
13248 +
13249 + fi
13250 +
13251 + else
13252 +  :
13253 + fi
13254 +
13255 + done
13256 +
13257 +
13258 +
13259 +
13260 +
13261   for flag in -Wempty-body; do
13262    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13263   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 14233 | Line 14308 | done
14308  
14309  
14310  
14311 + for flag in -Wshift-negative-value; do
14312 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14313 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14314 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14315 + if eval \${$as_CACHEVAR+:} false; then :
14316 +  $as_echo_n "(cached) " >&6
14317 + else
14318 +
14319 +  ax_check_save_flags=$CFLAGS
14320 +  CFLAGS="$CFLAGS  $flag"
14321 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14322 + /* end confdefs.h.  */
14323 +
14324 + int
14325 + main ()
14326 + {
14327 +
14328 +  ;
14329 +  return 0;
14330 + }
14331 + _ACEOF
14332 + if ac_fn_c_try_compile "$LINENO"; then :
14333 +  eval "$as_CACHEVAR=yes"
14334 + else
14335 +  eval "$as_CACHEVAR=no"
14336 + fi
14337 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14338 +  CFLAGS=$ax_check_save_flags
14339 + fi
14340 + eval ac_res=\$$as_CACHEVAR
14341 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14342 + $as_echo "$ac_res" >&6; }
14343 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14344 +
14345 + if ${CFLAGS+:} false; then :
14346 +
14347 +  case " $CFLAGS " in #(
14348 +  *" $flag "*) :
14349 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14350 +  (: CFLAGS already contains $flag) 2>&5
14351 +  ac_status=$?
14352 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14353 +  test $ac_status = 0; } ;; #(
14354 +  *) :
14355 +
14356 +     as_fn_append CFLAGS " $flag"
14357 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14358 +  (: CFLAGS="$CFLAGS") 2>&5
14359 +  ac_status=$?
14360 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14361 +  test $ac_status = 0; }
14362 +     ;;
14363 + esac
14364 +
14365 + else
14366 +
14367 +  CFLAGS=$flag
14368 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14369 +  (: CFLAGS="$CFLAGS") 2>&5
14370 +  ac_status=$?
14371 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14372 +  test $ac_status = 0; }
14373 +
14374 + fi
14375 +
14376 + else
14377 +  :
14378 + fi
14379 +
14380 + done
14381 +
14382 +
14383 +
14384 +
14385 +
14386   for flag in -Wsign-compare; do
14387    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14388   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15161 | Line 15311 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15311   # report actual input values of CONFIG_FILES etc. instead of their
15312   # values after options handling.
15313   ac_log="
15314 < This file was extended by hopm $as_me 1.1.4, which was
15314 > This file was extended by hopm $as_me 1.1.5, which was
15315   generated by GNU Autoconf 2.69.  Invocation command line was
15316  
15317    CONFIG_FILES    = $CONFIG_FILES
# Line 15227 | Line 15377 | _ACEOF
15377   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15378   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15379   ac_cs_version="\\
15380 < hopm config.status 1.1.4
15380 > hopm config.status 1.1.5
15381   configured by $0, generated by GNU Autoconf 2.69,
15382    with options \\"\$ac_cs_config\\"
15383  

Diff Legend

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