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

Comparing hopm/trunk/configure (file contents):
Revision 8204 by michael, Sat Apr 15 20:32:31 2017 UTC vs.
Revision 8551 by michael, Sat Sep 22 20:56:15 2018 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 8103 2017-04-02 10:14:44Z michael .
2 > # From configure.ac Id: configure.ac 8550 2018-09-22 20:55:46Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for hopm TRUNK.
5   #
# 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 14162 | Line 14237 | for flag in -Wshadow; do
14237    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14238   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14239   $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14240 + if eval \${$as_CACHEVAR+:} false; then :
14241 +  $as_echo_n "(cached) " >&6
14242 + else
14243 +
14244 +  ax_check_save_flags=$CFLAGS
14245 +  CFLAGS="$CFLAGS  $flag"
14246 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14247 + /* end confdefs.h.  */
14248 +
14249 + int
14250 + main ()
14251 + {
14252 +
14253 +  ;
14254 +  return 0;
14255 + }
14256 + _ACEOF
14257 + if ac_fn_c_try_compile "$LINENO"; then :
14258 +  eval "$as_CACHEVAR=yes"
14259 + else
14260 +  eval "$as_CACHEVAR=no"
14261 + fi
14262 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14263 +  CFLAGS=$ax_check_save_flags
14264 + fi
14265 + eval ac_res=\$$as_CACHEVAR
14266 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14267 + $as_echo "$ac_res" >&6; }
14268 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14269 +
14270 + if ${CFLAGS+:} false; then :
14271 +
14272 +  case " $CFLAGS " in #(
14273 +  *" $flag "*) :
14274 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14275 +  (: CFLAGS already contains $flag) 2>&5
14276 +  ac_status=$?
14277 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14278 +  test $ac_status = 0; } ;; #(
14279 +  *) :
14280 +
14281 +     as_fn_append CFLAGS " $flag"
14282 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14283 +  (: CFLAGS="$CFLAGS") 2>&5
14284 +  ac_status=$?
14285 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14286 +  test $ac_status = 0; }
14287 +     ;;
14288 + esac
14289 +
14290 + else
14291 +
14292 +  CFLAGS=$flag
14293 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14294 +  (: CFLAGS="$CFLAGS") 2>&5
14295 +  ac_status=$?
14296 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14297 +  test $ac_status = 0; }
14298 +
14299 + fi
14300 +
14301 + else
14302 +  :
14303 + fi
14304 +
14305 + done
14306 +
14307 +
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

Diff Legend

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