Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(40)

Side by Side Diff: configure

Issue 203001: Added libdisasm to the repository. This library is no longer under developmen... (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: '' Created 14 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for breakpad 0.1. 3 # Generated by GNU Autoconf 2.67 for breakpad 0.1.
4 # 4 #
5 # Report bugs to <opensource@google.com>. 5 # Report bugs to <opensource@google.com>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Inc. 10 # Foundation, Inc.
11 # 11 #
12 # 12 #
13 # This configure script is free software; the Free Software Foundation 13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it. 14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ## 15 ## -------------------- ##
16 ## M4sh Initialization. ## 16 ## M4sh Initialization. ##
17 ## -------------------- ## 17 ## -------------------- ##
18 18
19 # Be more Bourne compatible 19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh 20 DUALCASE=1; export DUALCASE # for MKS sh
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 q 312 q
313 } 313 }
314 /^X\(\/\).*/{ 314 /^X\(\/\).*/{
315 s//\1/ 315 s//\1/
316 q 316 q
317 } 317 }
318 s/.*/./; q'` 318 s/.*/./; q'`
319 test -d "$as_dir" && break 319 test -d "$as_dir" && break
320 done 320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs" 321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
323 323
324 324
325 } # as_fn_mkdir_p 325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE 326 # as_fn_append VAR VALUE
327 # ---------------------- 327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take 328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over 329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive 330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations. 331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
(...skipping 19 matching lines...) Expand all
352 as_val=$(( $* )) 352 as_val=$(( $* ))
353 }' 353 }'
354 else 354 else
355 as_fn_arith () 355 as_fn_arith ()
356 { 356 {
357 as_val=`expr "$@" || test $? -eq 1` 357 as_val=`expr "$@" || test $? -eq 1`
358 } 358 }
359 fi # as_fn_arith 359 fi # as_fn_arith
360 360
361 361
362 # as_fn_error ERROR [LINENO LOG_FD] 362 # as_fn_error STATUS ERROR [LINENO LOG_FD]
363 # --------------------------------- 363 # ----------------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0. 366 # script with STATUS, using 1 if that was 0.
367 as_fn_error () 367 as_fn_error ()
368 { 368 {
369 as_status=$?; test $as_status -eq 0 && as_status=1 369 as_status=$1; test $as_status -eq 0 && as_status=1
370 if test "$3"; then 370 if test "$4"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
373 fi 373 fi
374 $as_echo "$as_me: error: $1" >&2 374 $as_echo "$as_me: error: $2" >&2
375 as_fn_exit $as_status 375 as_fn_exit $as_status
376 } # as_fn_error 376 } # as_fn_error
377 377
378 if expr a : '\(a\)' >/dev/null 2>&1 && 378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then 379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr 380 as_expr=expr
381 else 381 else
382 as_expr=false 382 as_expr=false
383 fi 383 fi
384 384
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 675 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676 fi 676 fi
677 677
678 678
679 679
680 680
681 test -n "$DJDIR" || exec 7<&0 </dev/null 681 test -n "$DJDIR" || exec 7<&0 </dev/null
682 exec 6>&1 682 exec 6>&1
683 683
684 # Name of the host. 684 # Name of the host.
685 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 685 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
686 # so uname gets run too. 686 # so uname gets run too.
687 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 687 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
688 688
689 # 689 #
690 # Initializations. 690 # Initializations.
691 # 691 #
692 ac_default_prefix=/usr/local 692 ac_default_prefix=/usr/local
693 ac_clean_files= 693 ac_clean_files=
694 ac_config_libobj_dir=. 694 ac_config_libobj_dir=.
695 LIBOBJS= 695 LIBOBJS=
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 for ac_option 949 for ac_option
950 do 950 do
951 # If the previous option needs an argument, assign it. 951 # If the previous option needs an argument, assign it.
952 if test -n "$ac_prev"; then 952 if test -n "$ac_prev"; then
953 eval $ac_prev=\$ac_option 953 eval $ac_prev=\$ac_option
954 ac_prev= 954 ac_prev=
955 continue 955 continue
956 fi 956 fi
957 957
958 case $ac_option in 958 case $ac_option in
959 *=*)» ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 959 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
960 *)» ac_optarg=yes ;; 960 *=) ac_optarg= ;;
961 *) ac_optarg=yes ;;
961 esac 962 esac
962 963
963 # Accept the important Cygnus configure options, so we can diagnose typos. 964 # Accept the important Cygnus configure options, so we can diagnose typos.
964 965
965 case $ac_dashdash$ac_option in 966 case $ac_dashdash$ac_option in
966 --) 967 --)
967 ac_dashdash=yes ;; 968 ac_dashdash=yes ;;
968 969
969 -bindir | --bindir | --bindi | --bind | --bin | --bi) 970 -bindir | --bindir | --bindi | --bind | --bin | --bi)
970 ac_prev=bindir ;; 971 ac_prev=bindir ;;
(...skipping 24 matching lines...) Expand all
995 | --dataroo | --dataro | --datar) 996 | --dataroo | --dataro | --datar)
996 ac_prev=datarootdir ;; 997 ac_prev=datarootdir ;;
997 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 998 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
998 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 999 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
999 datarootdir=$ac_optarg ;; 1000 datarootdir=$ac_optarg ;;
1000 1001
1001 -disable-* | --disable-*) 1002 -disable-* | --disable-*)
1002 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1003 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1003 # Reject names that are not valid shell variable names. 1004 # Reject names that are not valid shell variable names.
1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 as_fn_error "invalid feature name: $ac_useropt" 1006 as_fn_error $? "invalid feature name: $ac_useropt"
1006 ac_useropt_orig=$ac_useropt 1007 ac_useropt_orig=$ac_useropt
1007 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1008 case $ac_user_opts in 1009 case $ac_user_opts in
1009 *" 1010 *"
1010 "enable_$ac_useropt" 1011 "enable_$ac_useropt"
1011 "*) ;; 1012 "*) ;;
1012 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disabl e-$ac_useropt_orig" 1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disabl e-$ac_useropt_orig"
1013 ac_unrecognized_sep=', ';; 1014 ac_unrecognized_sep=', ';;
1014 esac 1015 esac
1015 eval enable_$ac_useropt=no ;; 1016 eval enable_$ac_useropt=no ;;
1016 1017
1017 -docdir | --docdir | --docdi | --doc | --do) 1018 -docdir | --docdir | --docdi | --doc | --do)
1018 ac_prev=docdir ;; 1019 ac_prev=docdir ;;
1019 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 1020 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1020 docdir=$ac_optarg ;; 1021 docdir=$ac_optarg ;;
1021 1022
1022 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 1023 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1023 ac_prev=dvidir ;; 1024 ac_prev=dvidir ;;
1024 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 1025 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1025 dvidir=$ac_optarg ;; 1026 dvidir=$ac_optarg ;;
1026 1027
1027 -enable-* | --enable-*) 1028 -enable-* | --enable-*)
1028 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1029 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1029 # Reject names that are not valid shell variable names. 1030 # Reject names that are not valid shell variable names.
1030 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1031 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1031 as_fn_error "invalid feature name: $ac_useropt" 1032 as_fn_error $? "invalid feature name: $ac_useropt"
1032 ac_useropt_orig=$ac_useropt 1033 ac_useropt_orig=$ac_useropt
1033 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1034 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1034 case $ac_user_opts in 1035 case $ac_user_opts in
1035 *" 1036 *"
1036 "enable_$ac_useropt" 1037 "enable_$ac_useropt"
1037 "*) ;; 1038 "*) ;;
1038 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable -$ac_useropt_orig" 1039 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable -$ac_useropt_orig"
1039 ac_unrecognized_sep=', ';; 1040 ac_unrecognized_sep=', ';;
1040 esac 1041 esac
1041 eval enable_$ac_useropt=\$ac_optarg ;; 1042 eval enable_$ac_useropt=\$ac_optarg ;;
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 -v | -verbose | --verbose | --verbos | --verbo | --verb) 1226 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1226 verbose=yes ;; 1227 verbose=yes ;;
1227 1228
1228 -version | --version | --versio | --versi | --vers | -V) 1229 -version | --version | --versio | --versi | --vers | -V)
1229 ac_init_version=: ;; 1230 ac_init_version=: ;;
1230 1231
1231 -with-* | --with-*) 1232 -with-* | --with-*)
1232 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1233 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1233 # Reject names that are not valid shell variable names. 1234 # Reject names that are not valid shell variable names.
1234 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1235 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1235 as_fn_error "invalid package name: $ac_useropt" 1236 as_fn_error $? "invalid package name: $ac_useropt"
1236 ac_useropt_orig=$ac_useropt 1237 ac_useropt_orig=$ac_useropt
1237 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1238 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1238 case $ac_user_opts in 1239 case $ac_user_opts in
1239 *" 1240 *"
1240 "with_$ac_useropt" 1241 "with_$ac_useropt"
1241 "*) ;; 1242 "*) ;;
1242 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ ac_useropt_orig" 1243 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ ac_useropt_orig"
1243 ac_unrecognized_sep=', ';; 1244 ac_unrecognized_sep=', ';;
1244 esac 1245 esac
1245 eval with_$ac_useropt=\$ac_optarg ;; 1246 eval with_$ac_useropt=\$ac_optarg ;;
1246 1247
1247 -without-* | --without-*) 1248 -without-* | --without-*)
1248 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1249 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1249 # Reject names that are not valid shell variable names. 1250 # Reject names that are not valid shell variable names.
1250 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1251 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1251 as_fn_error "invalid package name: $ac_useropt" 1252 as_fn_error $? "invalid package name: $ac_useropt"
1252 ac_useropt_orig=$ac_useropt 1253 ac_useropt_orig=$ac_useropt
1253 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1254 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1254 case $ac_user_opts in 1255 case $ac_user_opts in
1255 *" 1256 *"
1256 "with_$ac_useropt" 1257 "with_$ac_useropt"
1257 "*) ;; 1258 "*) ;;
1258 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--withou t-$ac_useropt_orig" 1259 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--withou t-$ac_useropt_orig"
1259 ac_unrecognized_sep=', ';; 1260 ac_unrecognized_sep=', ';;
1260 esac 1261 esac
1261 eval with_$ac_useropt=no ;; 1262 eval with_$ac_useropt=no ;;
1262 1263
1263 --x) 1264 --x)
1264 # Obsolete; use --with-x. 1265 # Obsolete; use --with-x.
1265 with_x=yes ;; 1266 with_x=yes ;;
1266 1267
1267 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1268 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1268 | --x-incl | --x-inc | --x-in | --x-i) 1269 | --x-incl | --x-inc | --x-in | --x-i)
1269 ac_prev=x_includes ;; 1270 ac_prev=x_includes ;;
1270 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1271 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1271 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1272 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1272 x_includes=$ac_optarg ;; 1273 x_includes=$ac_optarg ;;
1273 1274
1274 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1275 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1275 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1276 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1276 ac_prev=x_libraries ;; 1277 ac_prev=x_libraries ;;
1277 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1278 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1278 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1279 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1279 x_libraries=$ac_optarg ;; 1280 x_libraries=$ac_optarg ;;
1280 1281
1281 -*) as_fn_error "unrecognized option: \`$ac_option' 1282 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1282 Try \`$0 --help' for more information." 1283 Try \`$0 --help' for more information"
1283 ;; 1284 ;;
1284 1285
1285 *=*) 1286 *=*)
1286 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1287 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1287 # Reject names that are not valid shell variable names. 1288 # Reject names that are not valid shell variable names.
1288 case $ac_envvar in #( 1289 case $ac_envvar in #(
1289 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1290 '' | [0-9]* | *[!_$as_cr_alnum]* )
1290 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1291 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1291 esac 1292 esac
1292 eval $ac_envvar=\$ac_optarg 1293 eval $ac_envvar=\$ac_optarg
1293 export $ac_envvar ;; 1294 export $ac_envvar ;;
1294 1295
1295 *) 1296 *)
1296 # FIXME: should be removed in autoconf 3.0. 1297 # FIXME: should be removed in autoconf 3.0.
1297 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1298 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1298 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1299 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1299 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1300 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1300 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_opti on} 1301 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_opti on}
1301 ;; 1302 ;;
1302 1303
1303 esac 1304 esac
1304 done 1305 done
1305 1306
1306 if test -n "$ac_prev"; then 1307 if test -n "$ac_prev"; then
1307 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1308 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1308 as_fn_error "missing argument to $ac_option" 1309 as_fn_error $? "missing argument to $ac_option"
1309 fi 1310 fi
1310 1311
1311 if test -n "$ac_unrecognized_opts"; then 1312 if test -n "$ac_unrecognized_opts"; then
1312 case $enable_option_checking in 1313 case $enable_option_checking in
1313 no) ;; 1314 no) ;;
1314 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1315 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1315 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opt s" >&2 ;; 1316 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opt s" >&2 ;;
1316 esac 1317 esac
1317 fi 1318 fi
1318 1319
1319 # Check all directory arguments for consistency. 1320 # Check all directory arguments for consistency.
1320 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1321 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1321 datadir sysconfdir sharedstatedir localstatedir includedir \ 1322 datadir sysconfdir sharedstatedir localstatedir includedir \
1322 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1323 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1323 libdir localedir mandir 1324 libdir localedir mandir
1324 do 1325 do
1325 eval ac_val=\$$ac_var 1326 eval ac_val=\$$ac_var
1326 # Remove trailing slashes. 1327 # Remove trailing slashes.
1327 case $ac_val in 1328 case $ac_val in
1328 */ ) 1329 */ )
1329 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1330 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1330 eval $ac_var=\$ac_val;; 1331 eval $ac_var=\$ac_val;;
1331 esac 1332 esac
1332 # Be sure to have absolute directory names. 1333 # Be sure to have absolute directory names.
1333 case $ac_val in 1334 case $ac_val in
1334 [\\/$]* | ?:[\\/]* ) continue;; 1335 [\\/$]* | ?:[\\/]* ) continue;;
1335 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1336 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1336 esac 1337 esac
1337 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1338 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1338 done 1339 done
1339 1340
1340 # There might be people who depend on the old broken behavior: `$host' 1341 # There might be people who depend on the old broken behavior: `$host'
1341 # used to hold the argument of --host etc. 1342 # used to hold the argument of --host etc.
1342 # FIXME: To remove some day. 1343 # FIXME: To remove some day.
1343 build=$build_alias 1344 build=$build_alias
1344 host=$host_alias 1345 host=$host_alias
1345 target=$target_alias 1346 target=$target_alias
1346 1347
1347 # FIXME: To remove some day. 1348 # FIXME: To remove some day.
1348 if test "x$host_alias" != x; then 1349 if test "x$host_alias" != x; then
1349 if test "x$build_alias" = x; then 1350 if test "x$build_alias" = x; then
1350 cross_compiling=maybe 1351 cross_compiling=maybe
1351 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1352 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1352 If a cross compiler is detected then cross compile mode will be used." >&2 1353 If a cross compiler is detected then cross compile mode will be used" >&2
1353 elif test "x$build_alias" != "x$host_alias"; then 1354 elif test "x$build_alias" != "x$host_alias"; then
1354 cross_compiling=yes 1355 cross_compiling=yes
1355 fi 1356 fi
1356 fi 1357 fi
1357 1358
1358 ac_tool_prefix= 1359 ac_tool_prefix=
1359 test -n "$host_alias" && ac_tool_prefix=$host_alias- 1360 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1360 1361
1361 test "$silent" = yes && exec 6>/dev/null 1362 test "$silent" = yes && exec 6>/dev/null
1362 1363
1363 1364
1364 ac_pwd=`pwd` && test -n "$ac_pwd" && 1365 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1365 ac_ls_di=`ls -di .` && 1366 ac_ls_di=`ls -di .` &&
1366 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1367 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1367 as_fn_error "working directory cannot be determined" 1368 as_fn_error $? "working directory cannot be determined"
1368 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1369 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1369 as_fn_error "pwd does not report name of working directory" 1370 as_fn_error $? "pwd does not report name of working directory"
1370 1371
1371 1372
1372 # Find the source files, if location was not specified. 1373 # Find the source files, if location was not specified.
1373 if test -z "$srcdir"; then 1374 if test -z "$srcdir"; then
1374 ac_srcdir_defaulted=yes 1375 ac_srcdir_defaulted=yes
1375 # Try the directory containing this script, then the parent directory. 1376 # Try the directory containing this script, then the parent directory.
1376 ac_confdir=`$as_dirname -- "$as_myself" || 1377 ac_confdir=`$as_dirname -- "$as_myself" ||
1377 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1378 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1378 X"$as_myself" : 'X\(//\)[^/]' \| \ 1379 X"$as_myself" : 'X\(//\)[^/]' \| \
1379 X"$as_myself" : 'X\(//\)$' \| \ 1380 X"$as_myself" : 'X\(//\)$' \| \
(...skipping 18 matching lines...) Expand all
1398 s/.*/./; q'` 1399 s/.*/./; q'`
1399 srcdir=$ac_confdir 1400 srcdir=$ac_confdir
1400 if test ! -r "$srcdir/$ac_unique_file"; then 1401 if test ! -r "$srcdir/$ac_unique_file"; then
1401 srcdir=.. 1402 srcdir=..
1402 fi 1403 fi
1403 else 1404 else
1404 ac_srcdir_defaulted=no 1405 ac_srcdir_defaulted=no
1405 fi 1406 fi
1406 if test ! -r "$srcdir/$ac_unique_file"; then 1407 if test ! -r "$srcdir/$ac_unique_file"; then
1407 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1408 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1408 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1409 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1409 fi 1410 fi
1410 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1411 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1411 ac_abs_confdir=`( 1412 ac_abs_confdir=`(
1412 » cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1413 » cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1413 pwd)` 1414 pwd)`
1414 # When building in place, set srcdir=. 1415 # When building in place, set srcdir=.
1415 if test "$ac_abs_confdir" = "$ac_pwd"; then 1416 if test "$ac_abs_confdir" = "$ac_pwd"; then
1416 srcdir=. 1417 srcdir=.
1417 fi 1418 fi
1418 # Remove unnecessary trailing slashes from srcdir. 1419 # Remove unnecessary trailing slashes from srcdir.
1419 # Double slashes in file names in object file debugging info 1420 # Double slashes in file names in object file debugging info
1420 # mess up M-x gdb in Emacs. 1421 # mess up M-x gdb in Emacs.
1421 case $srcdir in 1422 case $srcdir in
1422 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1423 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
(...skipping 19 matching lines...) Expand all
1442 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1443 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1443 VAR=VALUE. See below for descriptions of some of the useful variables. 1444 VAR=VALUE. See below for descriptions of some of the useful variables.
1444 1445
1445 Defaults for the options are specified in brackets. 1446 Defaults for the options are specified in brackets.
1446 1447
1447 Configuration: 1448 Configuration:
1448 -h, --help display this help and exit 1449 -h, --help display this help and exit
1449 --help=short display options specific to this package 1450 --help=short display options specific to this package
1450 --help=recursive display the short help of all the included packages 1451 --help=recursive display the short help of all the included packages
1451 -V, --version display version information and exit 1452 -V, --version display version information and exit
1452 -q, --quiet, --silent do not print \`checking...' messages 1453 -q, --quiet, --silent do not print \`checking ...' messages
1453 --cache-file=FILE cache test results in FILE [disabled] 1454 --cache-file=FILE cache test results in FILE [disabled]
1454 -C, --config-cache alias for \`--cache-file=config.cache' 1455 -C, --config-cache alias for \`--cache-file=config.cache'
1455 -n, --no-create do not create output files 1456 -n, --no-create do not create output files
1456 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1457 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1457 1458
1458 Installation directories: 1459 Installation directories:
1459 --prefix=PREFIX install architecture-independent files in PREFIX 1460 --prefix=PREFIX install architecture-independent files in PREFIX
1460 [$ac_default_prefix] 1461 [$ac_default_prefix]
1461 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1462 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1462 [PREFIX] 1463 [PREFIX]
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1605 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1605 fi || ac_status=$? 1606 fi || ac_status=$?
1606 cd "$ac_pwd" || { ac_status=$?; break; } 1607 cd "$ac_pwd" || { ac_status=$?; break; }
1607 done 1608 done
1608 fi 1609 fi
1609 1610
1610 test -n "$ac_init_help" && exit $ac_status 1611 test -n "$ac_init_help" && exit $ac_status
1611 if $ac_init_version; then 1612 if $ac_init_version; then
1612 cat <<\_ACEOF 1613 cat <<\_ACEOF
1613 breakpad configure 0.1 1614 breakpad configure 0.1
1614 generated by GNU Autoconf 2.65 1615 generated by GNU Autoconf 2.67
1615 1616
1616 Copyright (C) 2009 Free Software Foundation, Inc. 1617 Copyright (C) 2010 Free Software Foundation, Inc.
1617 This configure script is free software; the Free Software Foundation 1618 This configure script is free software; the Free Software Foundation
1618 gives unlimited permission to copy, distribute and modify it. 1619 gives unlimited permission to copy, distribute and modify it.
1619 _ACEOF 1620 _ACEOF
1620 exit 1621 exit
1621 fi 1622 fi
1622 1623
1623 ## ------------------------ ## 1624 ## ------------------------ ##
1624 ## Autoconf initialization. ## 1625 ## Autoconf initialization. ##
1625 ## ------------------------ ## 1626 ## ------------------------ ##
1626 1627
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1677 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1677 $as_echo "$ac_try_echo"; } >&5 1678 $as_echo "$ac_try_echo"; } >&5
1678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1679 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1679 ac_status=$? 1680 ac_status=$?
1680 if test -s conftest.err; then 1681 if test -s conftest.err; then
1681 grep -v '^ *+' conftest.err >conftest.er1 1682 grep -v '^ *+' conftest.err >conftest.er1
1682 cat conftest.er1 >&5 1683 cat conftest.er1 >&5
1683 mv -f conftest.er1 conftest.err 1684 mv -f conftest.er1 conftest.err
1684 fi 1685 fi
1685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1686 test $ac_status = 0; } >/dev/null && { 1687 test $ac_status = 0; } > conftest.i && {
1687 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1688 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1688 test ! -s conftest.err 1689 test ! -s conftest.err
1689 }; then : 1690 }; then :
1690 ac_retval=0 1691 ac_retval=0
1691 else 1692 else
1692 $as_echo "$as_me: failed program was:" >&5 1693 $as_echo "$as_me: failed program was:" >&5
1693 sed 's/^/| /' conftest.$ac_ext >&5 1694 sed 's/^/| /' conftest.$ac_ext >&5
1694 1695
1695 ac_retval=1 1696 ac_retval=1
1696 fi 1697 fi
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 1786
1786 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1787 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1787 # ------------------------------------------------------- 1788 # -------------------------------------------------------
1788 # Tests whether HEADER exists and can be compiled using the include files in 1789 # Tests whether HEADER exists and can be compiled using the include files in
1789 # INCLUDES, setting the cache variable VAR accordingly. 1790 # INCLUDES, setting the cache variable VAR accordingly.
1790 ac_fn_c_check_header_compile () 1791 ac_fn_c_check_header_compile ()
1791 { 1792 {
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1794 $as_echo_n "checking for $2... " >&6; } 1795 $as_echo_n "checking for $2... " >&6; }
1795 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1796 if eval "test \"\${$3+set}\"" = set; then :
1796 $as_echo_n "(cached) " >&6 1797 $as_echo_n "(cached) " >&6
1797 else 1798 else
1798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1799 /* end confdefs.h. */ 1800 /* end confdefs.h. */
1800 $4 1801 $4
1801 #include <$2> 1802 #include <$2>
1802 _ACEOF 1803 _ACEOF
1803 if ac_fn_c_try_compile "$LINENO"; then : 1804 if ac_fn_c_try_compile "$LINENO"; then :
1804 eval "$3=yes" 1805 eval "$3=yes"
1805 else 1806 else
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 } # ac_fn_c_try_run 1858 } # ac_fn_c_try_run
1858 1859
1859 # ac_fn_c_check_func LINENO FUNC VAR 1860 # ac_fn_c_check_func LINENO FUNC VAR
1860 # ---------------------------------- 1861 # ----------------------------------
1861 # Tests whether FUNC exists, setting the cache variable VAR accordingly 1862 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1862 ac_fn_c_check_func () 1863 ac_fn_c_check_func ()
1863 { 1864 {
1864 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1866 $as_echo_n "checking for $2... " >&6; } 1867 $as_echo_n "checking for $2... " >&6; }
1867 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1868 if eval "test \"\${$3+set}\"" = set; then :
1868 $as_echo_n "(cached) " >&6 1869 $as_echo_n "(cached) " >&6
1869 else 1870 else
1870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1871 /* end confdefs.h. */ 1872 /* end confdefs.h. */
1872 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 1873 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1873 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1874 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1874 #define $2 innocuous_$2 1875 #define $2 innocuous_$2
1875 1876
1876 /* System header to define __stub macros and hopefully few prototypes, 1877 /* System header to define __stub macros and hopefully few prototypes,
1877 which can conflict with char $2 (); below. 1878 which can conflict with char $2 (); below.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1938 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1938 $as_echo "$ac_try_echo"; } >&5 1939 $as_echo "$ac_try_echo"; } >&5
1939 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1940 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1940 ac_status=$? 1941 ac_status=$?
1941 if test -s conftest.err; then 1942 if test -s conftest.err; then
1942 grep -v '^ *+' conftest.err >conftest.er1 1943 grep -v '^ *+' conftest.err >conftest.er1
1943 cat conftest.er1 >&5 1944 cat conftest.er1 >&5
1944 mv -f conftest.er1 conftest.err 1945 mv -f conftest.er1 conftest.err
1945 fi 1946 fi
1946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1947 test $ac_status = 0; } >/dev/null && { 1948 test $ac_status = 0; } > conftest.i && {
1948 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 1949 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1949 test ! -s conftest.err 1950 test ! -s conftest.err
1950 }; then : 1951 }; then :
1951 ac_retval=0 1952 ac_retval=0
1952 else 1953 else
1953 $as_echo "$as_me: failed program was:" >&5 1954 $as_echo "$as_me: failed program was:" >&5
1954 sed 's/^/| /' conftest.$ac_ext >&5 1955 sed 's/^/| /' conftest.$ac_ext >&5
1955 1956
1956 ac_retval=1 1957 ac_retval=1
1957 fi 1958 fi
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 2009
2009 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES 2010 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2010 # ---------------------------------------------------- 2011 # ----------------------------------------------------
2011 # Tries to find if the field MEMBER exists in type AGGR, after including 2012 # Tries to find if the field MEMBER exists in type AGGR, after including
2012 # INCLUDES, setting cache variable VAR accordingly. 2013 # INCLUDES, setting cache variable VAR accordingly.
2013 ac_fn_c_check_member () 2014 ac_fn_c_check_member ()
2014 { 2015 {
2015 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2016 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2017 $as_echo_n "checking for $2.$3... " >&6; } 2018 $as_echo_n "checking for $2.$3... " >&6; }
2018 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : 2019 if eval "test \"\${$4+set}\"" = set; then :
2019 $as_echo_n "(cached) " >&6 2020 $as_echo_n "(cached) " >&6
2020 else 2021 else
2021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2022 /* end confdefs.h. */ 2023 /* end confdefs.h. */
2023 $5 2024 $5
2024 int 2025 int
2025 main () 2026 main ()
2026 { 2027 {
2027 static $2 ac_aggr; 2028 static $2 ac_aggr;
2028 if (ac_aggr.$3) 2029 if (ac_aggr.$3)
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2061 $as_echo "$ac_res" >&6; } 2062 $as_echo "$ac_res" >&6; }
2062 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_ lineno;} 2063 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_ lineno;}
2063 2064
2064 } # ac_fn_c_check_member 2065 } # ac_fn_c_check_member
2065 cat >config.log <<_ACEOF 2066 cat >config.log <<_ACEOF
2066 This file contains any messages produced by compilers while 2067 This file contains any messages produced by compilers while
2067 running configure, to aid debugging if configure makes a mistake. 2068 running configure, to aid debugging if configure makes a mistake.
2068 2069
2069 It was created by breakpad $as_me 0.1, which was 2070 It was created by breakpad $as_me 0.1, which was
2070 generated by GNU Autoconf 2.65. Invocation command line was 2071 generated by GNU Autoconf 2.67. Invocation command line was
2071 2072
2072 $ $0 $@ 2073 $ $0 $@
2073 2074
2074 _ACEOF 2075 _ACEOF
2075 exec 5>>config.log 2076 exec 5>>config.log
2076 { 2077 {
2077 cat <<_ASUNAME 2078 cat <<_ASUNAME
2078 ## --------- ## 2079 ## --------- ##
2079 ## Platform. ## 2080 ## Platform. ##
2080 ## --------- ## 2081 ## --------- ##
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 # When interrupted or exit'd, cleanup temporary files, and complete 2171 # When interrupted or exit'd, cleanup temporary files, and complete
2171 # config.log. We remove comments because anyway the quotes in there 2172 # config.log. We remove comments because anyway the quotes in there
2172 # would cause problems or look ugly. 2173 # would cause problems or look ugly.
2173 # WARNING: Use '\'' to represent an apostrophe within the trap. 2174 # WARNING: Use '\'' to represent an apostrophe within the trap.
2174 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 2175 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2175 trap 'exit_status=$? 2176 trap 'exit_status=$?
2176 # Save into config.log some information that might help in debugging. 2177 # Save into config.log some information that might help in debugging.
2177 { 2178 {
2178 echo 2179 echo
2179 2180
2180 cat <<\_ASBOX 2181 $as_echo "## ---------------- ##
2181 ## ---------------- ##
2182 ## Cache variables. ## 2182 ## Cache variables. ##
2183 ## ---------------- ## 2183 ## ---------------- ##"
2184 _ASBOX
2185 echo 2184 echo
2186 # The following way of writing the cache mishandles newlines in values, 2185 # The following way of writing the cache mishandles newlines in values,
2187 ( 2186 (
2188 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\ ''`; do 2187 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\ ''`; do
2189 eval ac_val=\$$ac_var 2188 eval ac_val=\$$ac_var
2190 case $ac_val in #( 2189 case $ac_val in #(
2191 *${as_nl}*) 2190 *${as_nl}*)
2192 case $ac_var in #( 2191 case $ac_var in #(
2193 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ ac_var contains a newline" >&5 2192 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ ac_var contains a newline" >&5
2194 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2193 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
(...skipping 13 matching lines...) Expand all
2208 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\'' /p" 2207 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\'' /p"
2209 ;; #( 2208 ;; #(
2210 *) 2209 *)
2211 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 2210 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2212 ;; 2211 ;;
2213 esac | 2212 esac |
2214 sort 2213 sort
2215 ) 2214 )
2216 echo 2215 echo
2217 2216
2218 cat <<\_ASBOX 2217 $as_echo "## ----------------- ##
2219 ## ----------------- ##
2220 ## Output variables. ## 2218 ## Output variables. ##
2221 ## ----------------- ## 2219 ## ----------------- ##"
2222 _ASBOX
2223 echo 2220 echo
2224 for ac_var in $ac_subst_vars 2221 for ac_var in $ac_subst_vars
2225 do 2222 do
2226 eval ac_val=\$$ac_var 2223 eval ac_val=\$$ac_var
2227 case $ac_val in 2224 case $ac_val in
2228 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"` ;; 2225 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"` ;;
2229 esac 2226 esac
2230 $as_echo "$ac_var='\''$ac_val'\''" 2227 $as_echo "$ac_var='\''$ac_val'\''"
2231 done | sort 2228 done | sort
2232 echo 2229 echo
2233 2230
2234 if test -n "$ac_subst_files"; then 2231 if test -n "$ac_subst_files"; then
2235 cat <<\_ASBOX 2232 $as_echo "## ------------------- ##
2236 ## ------------------- ##
2237 ## File substitutions. ## 2233 ## File substitutions. ##
2238 ## ------------------- ## 2234 ## ------------------- ##"
2239 _ASBOX
2240 echo 2235 echo
2241 for ac_var in $ac_subst_files 2236 for ac_var in $ac_subst_files
2242 do 2237 do
2243 eval ac_val=\$$ac_var 2238 eval ac_val=\$$ac_var
2244 case $ac_val in 2239 case $ac_val in
2245 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g "`;; 2240 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g "`;;
2246 esac 2241 esac
2247 $as_echo "$ac_var='\''$ac_val'\''" 2242 $as_echo "$ac_var='\''$ac_val'\''"
2248 done | sort 2243 done | sort
2249 echo 2244 echo
2250 fi 2245 fi
2251 2246
2252 if test -s confdefs.h; then 2247 if test -s confdefs.h; then
2253 cat <<\_ASBOX 2248 $as_echo "## ----------- ##
2254 ## ----------- ##
2255 ## confdefs.h. ## 2249 ## confdefs.h. ##
2256 ## ----------- ## 2250 ## ----------- ##"
2257 _ASBOX
2258 echo 2251 echo
2259 cat confdefs.h 2252 cat confdefs.h
2260 echo 2253 echo
2261 fi 2254 fi
2262 test "$ac_signal" != 0 && 2255 test "$ac_signal" != 0 &&
2263 $as_echo "$as_me: caught signal $ac_signal" 2256 $as_echo "$as_me: caught signal $ac_signal"
2264 $as_echo "$as_me: exit $exit_status" 2257 $as_echo "$as_me: exit $exit_status"
2265 } >&5 2258 } >&5
2266 rm -f core *.core core.conftest.* && 2259 rm -f core *.core core.conftest.* &&
2267 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 2260 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 cat >>confdefs.h <<_ACEOF 2295 cat >>confdefs.h <<_ACEOF
2303 #define PACKAGE_URL "$PACKAGE_URL" 2296 #define PACKAGE_URL "$PACKAGE_URL"
2304 _ACEOF 2297 _ACEOF
2305 2298
2306 2299
2307 # Let the site file select an alternate cache file if it wants to. 2300 # Let the site file select an alternate cache file if it wants to.
2308 # Prefer an explicitly selected file to automatically selected ones. 2301 # Prefer an explicitly selected file to automatically selected ones.
2309 ac_site_file1=NONE 2302 ac_site_file1=NONE
2310 ac_site_file2=NONE 2303 ac_site_file2=NONE
2311 if test -n "$CONFIG_SITE"; then 2304 if test -n "$CONFIG_SITE"; then
2312 ac_site_file1=$CONFIG_SITE 2305 # We do not want a PATH search for config.site.
2306 case $CONFIG_SITE in #((
2307 -*) ac_site_file1=./$CONFIG_SITE;;
2308 */*) ac_site_file1=$CONFIG_SITE;;
2309 *) ac_site_file1=./$CONFIG_SITE;;
2310 esac
2313 elif test "x$prefix" != xNONE; then 2311 elif test "x$prefix" != xNONE; then
2314 ac_site_file1=$prefix/share/config.site 2312 ac_site_file1=$prefix/share/config.site
2315 ac_site_file2=$prefix/etc/config.site 2313 ac_site_file2=$prefix/etc/config.site
2316 else 2314 else
2317 ac_site_file1=$ac_default_prefix/share/config.site 2315 ac_site_file1=$ac_default_prefix/share/config.site
2318 ac_site_file2=$ac_default_prefix/etc/config.site 2316 ac_site_file2=$ac_default_prefix/etc/config.site
2319 fi 2317 fi
2320 for ac_site_file in "$ac_site_file1" "$ac_site_file2" 2318 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2321 do 2319 do
2322 test "x$ac_site_file" = xNONE && continue 2320 test "x$ac_site_file" = xNONE && continue
2323 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2321 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2322 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2325 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2323 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2326 sed 's/^/| /' "$ac_site_file" >&5 2324 sed 's/^/| /' "$ac_site_file" >&5
2327 . "$ac_site_file" 2325 . "$ac_site_file" \
2326 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2328 as_fn_error $? "failed to load site script $ac_site_file
2329 See \`config.log' for more details" "$LINENO" 5; }
2328 fi 2330 fi
2329 done 2331 done
2330 2332
2331 if test -r "$cache_file"; then 2333 if test -r "$cache_file"; then
2332 # Some versions of bash will fail to source /dev/null (special files 2334 # Some versions of bash will fail to source /dev/null (special files
2333 # actually), so we avoid doing that. DJGPP emulates it as a regular file. 2335 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2334 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2336 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2337 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2336 $as_echo "$as_me: loading cache $cache_file" >&6;} 2338 $as_echo "$as_me: loading cache $cache_file" >&6;}
2337 case $cache_file in 2339 case $cache_file in
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2395 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2394 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 2396 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2395 esac 2397 esac
2396 fi 2398 fi
2397 done 2399 done
2398 if $ac_cache_corrupted; then 2400 if $ac_cache_corrupted; then
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2400 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2402 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2403 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2402 $as_echo "$as_me: error: changes in the environment can compromise the build" >& 2;} 2404 $as_echo "$as_me: error: changes in the environment can compromise the build" >& 2;}
2403 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$ LINENO" 5 2405 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2404 fi 2406 fi
2405 ## -------------------- ## 2407 ## -------------------- ##
2406 ## Main body of script. ## 2408 ## Main body of script. ##
2407 ## -------------------- ## 2409 ## -------------------- ##
2408 2410
2409 ac_ext=c 2411 ac_ext=c
2410 ac_cpp='$CPP $CPPFLAGS' 2412 ac_cpp='$CPP $CPPFLAGS'
2411 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2413 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2412 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 2414 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
2413 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2415 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2414 2416
2415 2417
2416 2418
2417 ac_aux_dir= 2419 ac_aux_dir=
2418 for ac_dir in autotools "$srcdir"/autotools; do 2420 for ac_dir in autotools "$srcdir"/autotools; do
2419 for ac_t in install-sh install.sh shtool; do 2421 if test -f "$ac_dir/install-sh"; then
2420 if test -f "$ac_dir/$ac_t"; then 2422 ac_aux_dir=$ac_dir
2421 ac_aux_dir=$ac_dir 2423 ac_install_sh="$ac_aux_dir/install-sh -c"
2422 ac_install_sh="$ac_aux_dir/$ac_t -c" 2424 break
2423 break 2 2425 elif test -f "$ac_dir/install.sh"; then
2424 fi 2426 ac_aux_dir=$ac_dir
2425 done 2427 ac_install_sh="$ac_aux_dir/install.sh -c"
2428 break
2429 elif test -f "$ac_dir/shtool"; then
2430 ac_aux_dir=$ac_dir
2431 ac_install_sh="$ac_aux_dir/shtool install -c"
2432 break
2433 fi
2426 done 2434 done
2427 if test -z "$ac_aux_dir"; then 2435 if test -z "$ac_aux_dir"; then
2428 as_fn_error "cannot find install-sh, install.sh, or shtool in autotools \"$src dir\"/autotools" "$LINENO" 5 2436 as_fn_error $? "cannot find install-sh, install.sh, or shtool in autotools \"$ srcdir\"/autotools" "$LINENO" 5
2429 fi 2437 fi
2430 2438
2431 # These three variables are undocumented and unsupported, 2439 # These three variables are undocumented and unsupported,
2432 # and are intended to be withdrawn in a future Autoconf release. 2440 # and are intended to be withdrawn in a future Autoconf release.
2433 # They can cause serious problems if a builder's source tree is in a directory 2441 # They can cause serious problems if a builder's source tree is in a directory
2434 # whose full name contains unusual characters. 2442 # whose full name contains unusual characters.
2435 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 2443 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2436 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 2444 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2437 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 2445 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2438 2446
2439 2447
2440 2448
2441 # Make sure we can run config.sub. 2449 # Make sure we can run config.sub.
2442 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2450 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2443 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2451 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2444 2452
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2446 $as_echo_n "checking build system type... " >&6; } 2454 $as_echo_n "checking build system type... " >&6; }
2447 if test "${ac_cv_build+set}" = set; then : 2455 if test "${ac_cv_build+set}" = set; then :
2448 $as_echo_n "(cached) " >&6 2456 $as_echo_n "(cached) " >&6
2449 else 2457 else
2450 ac_build_alias=$build_alias 2458 ac_build_alias=$build_alias
2451 test "x$ac_build_alias" = x && 2459 test "x$ac_build_alias" = x &&
2452 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2460 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2453 test "x$ac_build_alias" = x && 2461 test "x$ac_build_alias" = x &&
2454 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2462 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2455 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2463 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2456 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2464 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO " 5
2457 2465
2458 fi 2466 fi
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2460 $as_echo "$ac_cv_build" >&6; } 2468 $as_echo "$ac_cv_build" >&6; }
2461 case $ac_cv_build in 2469 case $ac_cv_build in
2462 *-*-*) ;; 2470 *-*-*) ;;
2463 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2471 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2464 esac 2472 esac
2465 build=$ac_cv_build 2473 build=$ac_cv_build
2466 ac_save_IFS=$IFS; IFS='-' 2474 ac_save_IFS=$IFS; IFS='-'
2467 set x $ac_cv_build 2475 set x $ac_cv_build
2468 shift 2476 shift
2469 build_cpu=$1 2477 build_cpu=$1
2470 build_vendor=$2 2478 build_vendor=$2
2471 shift; shift 2479 shift; shift
2472 # Remember, the first character of IFS is used to create $*, 2480 # Remember, the first character of IFS is used to create $*,
2473 # except with old shells: 2481 # except with old shells:
2474 build_os=$* 2482 build_os=$*
2475 IFS=$ac_save_IFS 2483 IFS=$ac_save_IFS
2476 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac 2484 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2477 2485
2478 2486
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2480 $as_echo_n "checking host system type... " >&6; } 2488 $as_echo_n "checking host system type... " >&6; }
2481 if test "${ac_cv_host+set}" = set; then : 2489 if test "${ac_cv_host+set}" = set; then :
2482 $as_echo_n "(cached) " >&6 2490 $as_echo_n "(cached) " >&6
2483 else 2491 else
2484 if test "x$host_alias" = x; then 2492 if test "x$host_alias" = x; then
2485 ac_cv_host=$ac_cv_build 2493 ac_cv_host=$ac_cv_build
2486 else 2494 else
2487 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2495 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2488 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2496 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2489 fi 2497 fi
2490 2498
2491 fi 2499 fi
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2493 $as_echo "$ac_cv_host" >&6; } 2501 $as_echo "$ac_cv_host" >&6; }
2494 case $ac_cv_host in 2502 case $ac_cv_host in
2495 *-*-*) ;; 2503 *-*-*) ;;
2496 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2504 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2497 esac 2505 esac
2498 host=$ac_cv_host 2506 host=$ac_cv_host
2499 ac_save_IFS=$IFS; IFS='-' 2507 ac_save_IFS=$IFS; IFS='-'
2500 set x $ac_cv_host 2508 set x $ac_cv_host
2501 shift 2509 shift
2502 host_cpu=$1 2510 host_cpu=$1
2503 host_vendor=$2 2511 host_vendor=$2
2504 shift; shift 2512 shift; shift
2505 # Remember, the first character of IFS is used to create $*, 2513 # Remember, the first character of IFS is used to create $*,
2506 # except with old shells: 2514 # except with old shells:
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 $as_echo_n "checking whether build environment is sane... " >&6; } 2617 $as_echo_n "checking whether build environment is sane... " >&6; }
2610 # Just in case 2618 # Just in case
2611 sleep 1 2619 sleep 1
2612 echo timestamp > conftest.file 2620 echo timestamp > conftest.file
2613 # Reject unsafe characters in $srcdir or the absolute working directory 2621 # Reject unsafe characters in $srcdir or the absolute working directory
2614 # name. Accept space and tab only in the latter. 2622 # name. Accept space and tab only in the latter.
2615 am_lf=' 2623 am_lf='
2616 ' 2624 '
2617 case `pwd` in 2625 case `pwd` in
2618 *[\\\"\#\$\&\'\`$am_lf]*) 2626 *[\\\"\#\$\&\'\`$am_lf]*)
2619 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2627 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2620 esac 2628 esac
2621 case $srcdir in 2629 case $srcdir in
2622 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2630 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2623 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2631 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2624 esac 2632 esac
2625 2633
2626 # Do `set' in a subshell so we don't clobber the current shell's 2634 # Do `set' in a subshell so we don't clobber the current shell's
2627 # arguments. Must try -L first in case configure is actually a 2635 # arguments. Must try -L first in case configure is actually a
2628 # symlink; some systems play weird games with the mod time of symlinks 2636 # symlink; some systems play weird games with the mod time of symlinks
2629 # (eg FreeBSD returns the mod time of the symlink's containing 2637 # (eg FreeBSD returns the mod time of the symlink's containing
2630 # directory). 2638 # directory).
2631 if ( 2639 if (
2632 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2640 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2633 if test "$*" = "X"; then 2641 if test "$*" = "X"; then
2634 # -L didn't work. 2642 # -L didn't work.
2635 set X `ls -t "$srcdir/configure" conftest.file` 2643 set X `ls -t "$srcdir/configure" conftest.file`
2636 fi 2644 fi
2637 rm -f conftest.file 2645 rm -f conftest.file
2638 if test "$*" != "X $srcdir/configure conftest.file" \ 2646 if test "$*" != "X $srcdir/configure conftest.file" \
2639 && test "$*" != "X conftest.file $srcdir/configure"; then 2647 && test "$*" != "X conftest.file $srcdir/configure"; then
2640 2648
2641 # If neither matched, then we have a broken ls. This can happen 2649 # If neither matched, then we have a broken ls. This can happen
2642 # if, for instance, CONFIG_SHELL is bash and it inherits a 2650 # if, for instance, CONFIG_SHELL is bash and it inherits a
2643 # broken ls alias from the environment. This has actually 2651 # broken ls alias from the environment. This has actually
2644 # happened. Such a system could not be considered "sane". 2652 # happened. Such a system could not be considered "sane".
2645 as_fn_error "ls -t appears to fail. Make sure there is not a broken 2653 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2646 alias in your environment" "$LINENO" 5 2654 alias in your environment" "$LINENO" 5
2647 fi 2655 fi
2648 2656
2649 test "$2" = conftest.file 2657 test "$2" = conftest.file
2650 ) 2658 )
2651 then 2659 then
2652 # Ok. 2660 # Ok.
2653 : 2661 :
2654 else 2662 else
2655 as_fn_error "newly created file is older than distributed files! 2663 as_fn_error $? "newly created file is older than distributed files!
2656 Check your system clock" "$LINENO" 5 2664 Check your system clock" "$LINENO" 5
2657 fi 2665 fi
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2659 $as_echo "yes" >&6; } 2667 $as_echo "yes" >&6; }
2660 test "$program_prefix" != NONE && 2668 test "$program_prefix" != NONE &&
2661 program_transform_name="s&^&$program_prefix&;$program_transform_name" 2669 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2662 # Use a double $ so make ignores it. 2670 # Use a double $ so make ignores it.
2663 test "$program_suffix" != NONE && 2671 test "$program_suffix" != NONE &&
2664 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 2672 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2665 # Double any \ or $. 2673 # Double any \ or $.
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 fi 2891 fi
2884 2892
2885 2893
2886 test -n "$AWK" && break 2894 test -n "$AWK" && break
2887 done 2895 done
2888 2896
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(M AKE)" >&5 2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(M AKE)" >&5
2890 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2898 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2891 set x ${MAKE-make} 2899 set x ${MAKE-make}
2892 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2900 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2893 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set "; }; then : 2901 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2894 $as_echo_n "(cached) " >&6 2902 $as_echo_n "(cached) " >&6
2895 else 2903 else
2896 cat >conftest.make <<\_ACEOF 2904 cat >conftest.make <<\_ACEOF
2897 SHELL = /bin/sh 2905 SHELL = /bin/sh
2898 all: 2906 all:
2899 @echo '@@@%%%=$(MAKE)=@@@%%%' 2907 @echo '@@@%%%=$(MAKE)=@@@%%%'
2900 _ACEOF 2908 _ACEOF
2901 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 2909 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2902 case `${MAKE-make} -f conftest.make 2>/dev/null` in 2910 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2903 *@@@%%%=?*=@@@%%%*) 2911 *@@@%%%=?*=@@@%%%*)
2904 eval ac_cv_prog_make_${ac_make}_set=yes;; 2912 eval ac_cv_prog_make_${ac_make}_set=yes;;
2905 *) 2913 *)
2906 eval ac_cv_prog_make_${ac_make}_set=no;; 2914 eval ac_cv_prog_make_${ac_make}_set=no;;
2907 esac 2915 esac
2908 rm -f conftest.make 2916 rm -f conftest.make
2909 fi 2917 fi
2910 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2918 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
(...skipping 13 matching lines...) Expand all
2925 am__leading_dot=_ 2933 am__leading_dot=_
2926 fi 2934 fi
2927 rmdir .tst 2>/dev/null 2935 rmdir .tst 2>/dev/null
2928 2936
2929 if test "`cd $srcdir && pwd`" != "`pwd`"; then 2937 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2930 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2938 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2931 # is not polluted with repeated "-I." 2939 # is not polluted with repeated "-I."
2932 am__isrc=' -I$(srcdir)' 2940 am__isrc=' -I$(srcdir)'
2933 # test to see if srcdir already configured 2941 # test to see if srcdir already configured
2934 if test -f $srcdir/config.status; then 2942 if test -f $srcdir/config.status; then
2935 as_fn_error "source directory already configured; run \"make distclean\" the re first" "$LINENO" 5 2943 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2936 fi 2944 fi
2937 fi 2945 fi
2938 2946
2939 # test whether we have cygpath 2947 # test whether we have cygpath
2940 if test -z "$CYGPATH_W"; then 2948 if test -z "$CYGPATH_W"; then
2941 if (cygpath --version) >/dev/null 2>/dev/null; then 2949 if (cygpath --version) >/dev/null 2>/dev/null; then
2942 CYGPATH_W='cygpath -w' 2950 CYGPATH_W='cygpath -w'
2943 else 2951 else
2944 CYGPATH_W=echo 2952 CYGPATH_W=echo
2945 fi 2953 fi
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 esac 3373 esac
3366 CC=$ac_ct_CC 3374 CC=$ac_ct_CC
3367 fi 3375 fi
3368 fi 3376 fi
3369 3377
3370 fi 3378 fi
3371 3379
3372 3380
3373 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd' :" >&5 3381 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd' :" >&5
3374 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3375 as_fn_error "no acceptable C compiler found in \$PATH 3383 as_fn_error $? "no acceptable C compiler found in \$PATH
3376 See \`config.log' for more details." "$LINENO" 5; } 3384 See \`config.log' for more details" "$LINENO" 5; }
3377 3385
3378 # Provide some information about the compiler. 3386 # Provide some information about the compiler.
3379 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3387 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3380 set X $ac_compile 3388 set X $ac_compile
3381 ac_compiler=$2 3389 ac_compiler=$2
3382 for ac_option in --version -v -V -qversion; do 3390 for ac_option in --version -v -V -qversion; do
3383 { { ac_try="$ac_compiler $ac_option >&5" 3391 { { ac_try="$ac_compiler $ac_option >&5"
3384 case "(($ac_try" in 3392 case "(($ac_try" in
3385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3386 *) ac_try_echo=$ac_try;; 3394 *) ac_try_echo=$ac_try;;
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
3480 ac_file='' 3488 ac_file=''
3481 fi 3489 fi
3482 if test -z "$ac_file"; then : 3490 if test -z "$ac_file"; then :
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3484 $as_echo "no" >&6; } 3492 $as_echo "no" >&6; }
3485 $as_echo "$as_me: failed program was:" >&5 3493 $as_echo "$as_me: failed program was:" >&5
3486 sed 's/^/| /' conftest.$ac_ext >&5 3494 sed 's/^/| /' conftest.$ac_ext >&5
3487 3495
3488 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3489 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3490 { as_fn_set_status 77 3498 as_fn_error 77 "C compiler cannot create executables
3491 as_fn_error "C compiler cannot create executables 3499 See \`config.log' for more details" "$LINENO" 5; }
3492 See \`config.log' for more details." "$LINENO" 5; }; }
3493 else 3500 else
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3495 $as_echo "yes" >&6; } 3502 $as_echo "yes" >&6; }
3496 fi 3503 fi
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3498 $as_echo_n "checking for C compiler default output file name... " >&6; } 3505 $as_echo_n "checking for C compiler default output file name... " >&6; }
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3500 $as_echo "$ac_file" >&6; } 3507 $as_echo "$ac_file" >&6; }
3501 ac_exeext=$ac_cv_exeext 3508 ac_exeext=$ac_cv_exeext
3502 3509
(...skipping 21 matching lines...) Expand all
3524 case $ac_file in 3531 case $ac_file in
3525 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 3532 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3526 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3533 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3527 break;; 3534 break;;
3528 * ) break;; 3535 * ) break;;
3529 esac 3536 esac
3530 done 3537 done
3531 else 3538 else
3532 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3533 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3534 as_fn_error "cannot compute suffix of executables: cannot compile and link 3541 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3535 See \`config.log' for more details." "$LINENO" 5; } 3542 See \`config.log' for more details" "$LINENO" 5; }
3536 fi 3543 fi
3537 rm -f conftest conftest$ac_cv_exeext 3544 rm -f conftest conftest$ac_cv_exeext
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3539 $as_echo "$ac_cv_exeext" >&6; } 3546 $as_echo "$ac_cv_exeext" >&6; }
3540 3547
3541 rm -f conftest.$ac_ext 3548 rm -f conftest.$ac_ext
3542 EXEEXT=$ac_cv_exeext 3549 EXEEXT=$ac_cv_exeext
3543 ac_exeext=$EXEEXT 3550 ac_exeext=$EXEEXT
3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3545 /* end confdefs.h. */ 3552 /* end confdefs.h. */
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
3582 ac_status=$? 3589 ac_status=$?
3583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3584 test $ac_status = 0; }; }; then 3591 test $ac_status = 0; }; }; then
3585 cross_compiling=no 3592 cross_compiling=no
3586 else 3593 else
3587 if test "$cross_compiling" = maybe; then 3594 if test "$cross_compiling" = maybe; then
3588 cross_compiling=yes 3595 cross_compiling=yes
3589 else 3596 else
3590 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3597 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3591 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3598 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3592 as_fn_error "cannot run C compiled programs. 3599 as_fn_error $? "cannot run C compiled programs.
3593 If you meant to cross compile, use \`--host'. 3600 If you meant to cross compile, use \`--host'.
3594 See \`config.log' for more details." "$LINENO" 5; } 3601 See \`config.log' for more details" "$LINENO" 5; }
3595 fi 3602 fi
3596 fi 3603 fi
3597 fi 3604 fi
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3599 $as_echo "$cross_compiling" >&6; } 3606 $as_echo "$cross_compiling" >&6; }
3600 3607
3601 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 3608 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3602 ac_clean_files=$ac_clean_files_save 3609 ac_clean_files=$ac_clean_files_save
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >& 5 3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >& 5
3604 $as_echo_n "checking for suffix of object files... " >&6; } 3611 $as_echo_n "checking for suffix of object files... " >&6; }
(...skipping 30 matching lines...) Expand all
3635 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 3642 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3636 break;; 3643 break;;
3637 esac 3644 esac
3638 done 3645 done
3639 else 3646 else
3640 $as_echo "$as_me: failed program was:" >&5 3647 $as_echo "$as_me: failed program was:" >&5
3641 sed 's/^/| /' conftest.$ac_ext >&5 3648 sed 's/^/| /' conftest.$ac_ext >&5
3642 3649
3643 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3650 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3644 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3651 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3645 as_fn_error "cannot compute suffix of object files: cannot compile 3652 as_fn_error $? "cannot compute suffix of object files: cannot compile
3646 See \`config.log' for more details." "$LINENO" 5; } 3653 See \`config.log' for more details" "$LINENO" 5; }
3647 fi 3654 fi
3648 rm -f conftest.$ac_cv_objext conftest.$ac_ext 3655 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3649 fi 3656 fi
3650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3651 $as_echo "$ac_cv_objext" >&6; } 3658 $as_echo "$ac_cv_objext" >&6; }
3652 OBJEXT=$ac_cv_objext 3659 OBJEXT=$ac_cv_objext
3653 ac_objext=$OBJEXT 3660 ac_objext=$OBJEXT
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3655 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 3662 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3656 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 3663 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
4087 # include <assert.h> 4094 # include <assert.h>
4088 #endif 4095 #endif
4089 Syntax error 4096 Syntax error
4090 _ACEOF 4097 _ACEOF
4091 if ac_fn_c_try_cpp "$LINENO"; then : 4098 if ac_fn_c_try_cpp "$LINENO"; then :
4092 4099
4093 else 4100 else
4094 # Broken: fails on valid input. 4101 # Broken: fails on valid input.
4095 continue 4102 continue
4096 fi 4103 fi
4097 rm -f conftest.err conftest.$ac_ext 4104 rm -f conftest.err conftest.i conftest.$ac_ext
4098 4105
4099 # OK, works on sane cases. Now check whether nonexistent headers 4106 # OK, works on sane cases. Now check whether nonexistent headers
4100 # can be detected and how. 4107 # can be detected and how.
4101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4102 /* end confdefs.h. */ 4109 /* end confdefs.h. */
4103 #include <ac_nonexistent.h> 4110 #include <ac_nonexistent.h>
4104 _ACEOF 4111 _ACEOF
4105 if ac_fn_c_try_cpp "$LINENO"; then : 4112 if ac_fn_c_try_cpp "$LINENO"; then :
4106 # Broken: success on invalid input. 4113 # Broken: success on invalid input.
4107 continue 4114 continue
4108 else 4115 else
4109 # Passes both tests. 4116 # Passes both tests.
4110 ac_preproc_ok=: 4117 ac_preproc_ok=:
4111 break 4118 break
4112 fi 4119 fi
4113 rm -f conftest.err conftest.$ac_ext 4120 rm -f conftest.err conftest.i conftest.$ac_ext
4114 4121
4115 done 4122 done
4116 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4123 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4117 rm -f conftest.err conftest.$ac_ext 4124 rm -f conftest.i conftest.err conftest.$ac_ext
4118 if $ac_preproc_ok; then : 4125 if $ac_preproc_ok; then :
4119 break 4126 break
4120 fi 4127 fi
4121 4128
4122 done 4129 done
4123 ac_cv_prog_CPP=$CPP 4130 ac_cv_prog_CPP=$CPP
4124 4131
4125 fi 4132 fi
4126 CPP=$ac_cv_prog_CPP 4133 CPP=$ac_cv_prog_CPP
4127 else 4134 else
(...skipping 18 matching lines...) Expand all
4146 # include <assert.h> 4153 # include <assert.h>
4147 #endif 4154 #endif
4148 Syntax error 4155 Syntax error
4149 _ACEOF 4156 _ACEOF
4150 if ac_fn_c_try_cpp "$LINENO"; then : 4157 if ac_fn_c_try_cpp "$LINENO"; then :
4151 4158
4152 else 4159 else
4153 # Broken: fails on valid input. 4160 # Broken: fails on valid input.
4154 continue 4161 continue
4155 fi 4162 fi
4156 rm -f conftest.err conftest.$ac_ext 4163 rm -f conftest.err conftest.i conftest.$ac_ext
4157 4164
4158 # OK, works on sane cases. Now check whether nonexistent headers 4165 # OK, works on sane cases. Now check whether nonexistent headers
4159 # can be detected and how. 4166 # can be detected and how.
4160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4161 /* end confdefs.h. */ 4168 /* end confdefs.h. */
4162 #include <ac_nonexistent.h> 4169 #include <ac_nonexistent.h>
4163 _ACEOF 4170 _ACEOF
4164 if ac_fn_c_try_cpp "$LINENO"; then : 4171 if ac_fn_c_try_cpp "$LINENO"; then :
4165 # Broken: success on invalid input. 4172 # Broken: success on invalid input.
4166 continue 4173 continue
4167 else 4174 else
4168 # Passes both tests. 4175 # Passes both tests.
4169 ac_preproc_ok=: 4176 ac_preproc_ok=:
4170 break 4177 break
4171 fi 4178 fi
4172 rm -f conftest.err conftest.$ac_ext 4179 rm -f conftest.err conftest.i conftest.$ac_ext
4173 4180
4174 done 4181 done
4175 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4182 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4176 rm -f conftest.err conftest.$ac_ext 4183 rm -f conftest.i conftest.err conftest.$ac_ext
4177 if $ac_preproc_ok; then : 4184 if $ac_preproc_ok; then :
4178 4185
4179 else 4186 else
4180 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4187 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4188 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4182 as_fn_error "C preprocessor \"$CPP\" fails sanity check 4189 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4183 See \`config.log' for more details." "$LINENO" 5; } 4190 See \`config.log' for more details" "$LINENO" 5; }
4184 fi 4191 fi
4185 4192
4186 ac_ext=c 4193 ac_ext=c
4187 ac_cpp='$CPP $CPPFLAGS' 4194 ac_cpp='$CPP $CPPFLAGS'
4188 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4195 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4189 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 4196 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
4190 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4197 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4191 4198
4192 ac_ext=cpp 4199 ac_ext=cpp
4193 ac_cpp='$CXXCPP $CPPFLAGS' 4200 ac_cpp='$CXXCPP $CPPFLAGS'
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
4649 done 4656 done
4650 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4657 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4651 esac 4658 esac
4652 4659
4653 $ac_path_SED_found && break 3 4660 $ac_path_SED_found && break 3
4654 done 4661 done
4655 done 4662 done
4656 done 4663 done
4657 IFS=$as_save_IFS 4664 IFS=$as_save_IFS
4658 if test -z "$ac_cv_path_SED"; then 4665 if test -z "$ac_cv_path_SED"; then
4659 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 4666 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4660 fi 4667 fi
4661 else 4668 else
4662 ac_cv_path_SED=$SED 4669 ac_cv_path_SED=$SED
4663 fi 4670 fi
4664 4671
4665 fi 4672 fi
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4667 $as_echo "$ac_cv_path_SED" >&6; } 4674 $as_echo "$ac_cv_path_SED" >&6; }
4668 SED="$ac_cv_path_SED" 4675 SED="$ac_cv_path_SED"
4669 rm -f conftest.sed 4676 rm -f conftest.sed
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
4725 done 4732 done
4726 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4733 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4727 esac 4734 esac
4728 4735
4729 $ac_path_GREP_found && break 3 4736 $ac_path_GREP_found && break 3
4730 done 4737 done
4731 done 4738 done
4732 done 4739 done
4733 IFS=$as_save_IFS 4740 IFS=$as_save_IFS
4734 if test -z "$ac_cv_path_GREP"; then 4741 if test -z "$ac_cv_path_GREP"; then
4735 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/x pg4/bin" "$LINENO" 5 4742 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/us r/xpg4/bin" "$LINENO" 5
4736 fi 4743 fi
4737 else 4744 else
4738 ac_cv_path_GREP=$GREP 4745 ac_cv_path_GREP=$GREP
4739 fi 4746 fi
4740 4747
4741 fi 4748 fi
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4743 $as_echo "$ac_cv_path_GREP" >&6; } 4750 $as_echo "$ac_cv_path_GREP" >&6; }
4744 GREP="$ac_cv_path_GREP" 4751 GREP="$ac_cv_path_GREP"
4745 4752
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
4791 done 4798 done
4792 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4799 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4793 esac 4800 esac
4794 4801
4795 $ac_path_EGREP_found && break 3 4802 $ac_path_EGREP_found && break 3
4796 done 4803 done
4797 done 4804 done
4798 done 4805 done
4799 IFS=$as_save_IFS 4806 IFS=$as_save_IFS
4800 if test -z "$ac_cv_path_EGREP"; then 4807 if test -z "$ac_cv_path_EGREP"; then
4801 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/ xpg4/bin" "$LINENO" 5 4808 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/u sr/xpg4/bin" "$LINENO" 5
4802 fi 4809 fi
4803 else 4810 else
4804 ac_cv_path_EGREP=$EGREP 4811 ac_cv_path_EGREP=$EGREP
4805 fi 4812 fi
4806 4813
4807 fi 4814 fi
4808 fi 4815 fi
4809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4810 $as_echo "$ac_cv_path_EGREP" >&6; } 4817 $as_echo "$ac_cv_path_EGREP" >&6; }
4811 EGREP="$ac_cv_path_EGREP" 4818 EGREP="$ac_cv_path_EGREP"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
4858 done 4865 done
4859 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 4866 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4860 esac 4867 esac
4861 4868
4862 $ac_path_FGREP_found && break 3 4869 $ac_path_FGREP_found && break 3
4863 done 4870 done
4864 done 4871 done
4865 done 4872 done
4866 IFS=$as_save_IFS 4873 IFS=$as_save_IFS
4867 if test -z "$ac_cv_path_FGREP"; then 4874 if test -z "$ac_cv_path_FGREP"; then
4868 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/ xpg4/bin" "$LINENO" 5 4875 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/u sr/xpg4/bin" "$LINENO" 5
4869 fi 4876 fi
4870 else 4877 else
4871 ac_cv_path_FGREP=$FGREP 4878 ac_cv_path_FGREP=$FGREP
4872 fi 4879 fi
4873 4880
4874 fi 4881 fi
4875 fi 4882 fi
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4877 $as_echo "$ac_cv_path_FGREP" >&6; } 4884 $as_echo "$ac_cv_path_FGREP" >&6; }
4878 FGREP="$ac_cv_path_FGREP" 4885 FGREP="$ac_cv_path_FGREP"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
4974 fi 4981 fi
4975 4982
4976 LD="$lt_cv_path_LD" 4983 LD="$lt_cv_path_LD"
4977 if test -n "$LD"; then 4984 if test -n "$LD"; then
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 4985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4979 $as_echo "$LD" >&6; } 4986 $as_echo "$LD" >&6; }
4980 else 4987 else
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4982 $as_echo "no" >&6; } 4989 $as_echo "no" >&6; }
4983 fi 4990 fi
4984 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 4991 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 4992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4986 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 4993 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4987 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 4994 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4988 $as_echo_n "(cached) " >&6 4995 $as_echo_n "(cached) " >&6
4989 else 4996 else
4990 # I'd rather use --version here, but apparently some GNU lds only accept -v. 4997 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4991 case `$LD -v 2>&1 </dev/null` in 4998 case `$LD -v 2>&1 </dev/null` in
4992 *GNU* | *'with BFD'*) 4999 *GNU* | *'with BFD'*)
4993 lt_cv_prog_gnu_ld=yes 5000 lt_cv_prog_gnu_ld=yes
4994 ;; 5001 ;;
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
5176 5183
5177 5184
5178 5185
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interfac e" >&5 5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interfac e" >&5
5180 $as_echo_n "checking the name lister ($NM) interface... " >&6; } 5187 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5181 if test "${lt_cv_nm_interface+set}" = set; then : 5188 if test "${lt_cv_nm_interface+set}" = set; then :
5182 $as_echo_n "(cached) " >&6 5189 $as_echo_n "(cached) " >&6
5183 else 5190 else
5184 lt_cv_nm_interface="BSD nm" 5191 lt_cv_nm_interface="BSD nm"
5185 echo "int some_variable = 0;" > conftest.$ac_ext 5192 echo "int some_variable = 0;" > conftest.$ac_ext
5186 (eval echo "\"\$as_me:5186: $ac_compile\"" >&5) 5193 (eval echo "\"\$as_me:5193: $ac_compile\"" >&5)
5187 (eval "$ac_compile" 2>conftest.err) 5194 (eval "$ac_compile" 2>conftest.err)
5188 cat conftest.err >&5 5195 cat conftest.err >&5
5189 (eval echo "\"\$as_me:5189: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 5196 (eval echo "\"\$as_me:5196: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5190 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 5197 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5191 cat conftest.err >&5 5198 cat conftest.err >&5
5192 (eval echo "\"\$as_me:5192: output\"" >&5) 5199 (eval echo "\"\$as_me:5199: output\"" >&5)
5193 cat conftest.out >&5 5200 cat conftest.out >&5
5194 if $GREP 'External.*some_variable' conftest.out > /dev/null; then 5201 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5195 lt_cv_nm_interface="MS dumpbin" 5202 lt_cv_nm_interface="MS dumpbin"
5196 fi 5203 fi
5197 rm -f conftest* 5204 rm -f conftest*
5198 fi 5205 fi
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 5206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5200 $as_echo "$lt_cv_nm_interface" >&6; } 5207 $as_echo "$lt_cv_nm_interface" >&6; }
5201 5208
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
6388 ;; 6395 ;;
6389 *ELF-64*) 6396 *ELF-64*)
6390 HPUX_IA64_MODE="64" 6397 HPUX_IA64_MODE="64"
6391 ;; 6398 ;;
6392 esac 6399 esac
6393 fi 6400 fi
6394 rm -rf conftest* 6401 rm -rf conftest*
6395 ;; 6402 ;;
6396 *-*-irix6*) 6403 *-*-irix6*)
6397 # Find out which ABI we are using. 6404 # Find out which ABI we are using.
6398 echo '#line 6398 "configure"' > conftest.$ac_ext 6405 echo '#line 6405 "configure"' > conftest.$ac_ext
6399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 6406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6400 (eval $ac_compile) 2>&5 6407 (eval $ac_compile) 2>&5
6401 ac_status=$? 6408 ac_status=$?
6402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6403 test $ac_status = 0; }; then 6410 test $ac_status = 0; }; then
6404 if test "$lt_cv_prog_gnu_ld" = yes; then 6411 if test "$lt_cv_prog_gnu_ld" = yes; then
6405 case `/usr/bin/file conftest.$ac_objext` in 6412 case `/usr/bin/file conftest.$ac_objext` in
6406 *32-bit*) 6413 *32-bit*)
6407 LD="${LD-ld} -melf32bsmip" 6414 LD="${LD-ld} -melf32bsmip"
6408 ;; 6415 ;;
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
7255 7262
7256 fi 7263 fi
7257 7264
7258 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 7265 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7259 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 7266 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7260 inttypes.h stdint.h unistd.h 7267 inttypes.h stdint.h unistd.h
7261 do : 7268 do :
7262 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7269 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7263 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_include s_default 7270 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_include s_default
7264 " 7271 "
7265 eval as_val=\$$as_ac_Header 7272 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7266 if test "x$as_val" = x""yes; then :
7267 cat >>confdefs.h <<_ACEOF 7273 cat >>confdefs.h <<_ACEOF
7268 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7269 _ACEOF 7275 _ACEOF
7270 7276
7271 fi 7277 fi
7272 7278
7273 done 7279 done
7274 7280
7275 7281
7276 for ac_header in dlfcn.h 7282 for ac_header in dlfcn.h
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
7706 # include <assert.h> 7712 # include <assert.h>
7707 #endif 7713 #endif
7708 Syntax error 7714 Syntax error
7709 _ACEOF 7715 _ACEOF
7710 if ac_fn_cxx_try_cpp "$LINENO"; then : 7716 if ac_fn_cxx_try_cpp "$LINENO"; then :
7711 7717
7712 else 7718 else
7713 # Broken: fails on valid input. 7719 # Broken: fails on valid input.
7714 continue 7720 continue
7715 fi 7721 fi
7716 rm -f conftest.err conftest.$ac_ext 7722 rm -f conftest.err conftest.i conftest.$ac_ext
7717 7723
7718 # OK, works on sane cases. Now check whether nonexistent headers 7724 # OK, works on sane cases. Now check whether nonexistent headers
7719 # can be detected and how. 7725 # can be detected and how.
7720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7721 /* end confdefs.h. */ 7727 /* end confdefs.h. */
7722 #include <ac_nonexistent.h> 7728 #include <ac_nonexistent.h>
7723 _ACEOF 7729 _ACEOF
7724 if ac_fn_cxx_try_cpp "$LINENO"; then : 7730 if ac_fn_cxx_try_cpp "$LINENO"; then :
7725 # Broken: success on invalid input. 7731 # Broken: success on invalid input.
7726 continue 7732 continue
7727 else 7733 else
7728 # Passes both tests. 7734 # Passes both tests.
7729 ac_preproc_ok=: 7735 ac_preproc_ok=:
7730 break 7736 break
7731 fi 7737 fi
7732 rm -f conftest.err conftest.$ac_ext 7738 rm -f conftest.err conftest.i conftest.$ac_ext
7733 7739
7734 done 7740 done
7735 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7741 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7736 rm -f conftest.err conftest.$ac_ext 7742 rm -f conftest.i conftest.err conftest.$ac_ext
7737 if $ac_preproc_ok; then : 7743 if $ac_preproc_ok; then :
7738 break 7744 break
7739 fi 7745 fi
7740 7746
7741 done 7747 done
7742 ac_cv_prog_CXXCPP=$CXXCPP 7748 ac_cv_prog_CXXCPP=$CXXCPP
7743 7749
7744 fi 7750 fi
7745 CXXCPP=$ac_cv_prog_CXXCPP 7751 CXXCPP=$ac_cv_prog_CXXCPP
7746 else 7752 else
(...skipping 18 matching lines...) Expand all
7765 # include <assert.h> 7771 # include <assert.h>
7766 #endif 7772 #endif
7767 Syntax error 7773 Syntax error
7768 _ACEOF 7774 _ACEOF
7769 if ac_fn_cxx_try_cpp "$LINENO"; then : 7775 if ac_fn_cxx_try_cpp "$LINENO"; then :
7770 7776
7771 else 7777 else
7772 # Broken: fails on valid input. 7778 # Broken: fails on valid input.
7773 continue 7779 continue
7774 fi 7780 fi
7775 rm -f conftest.err conftest.$ac_ext 7781 rm -f conftest.err conftest.i conftest.$ac_ext
7776 7782
7777 # OK, works on sane cases. Now check whether nonexistent headers 7783 # OK, works on sane cases. Now check whether nonexistent headers
7778 # can be detected and how. 7784 # can be detected and how.
7779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7780 /* end confdefs.h. */ 7786 /* end confdefs.h. */
7781 #include <ac_nonexistent.h> 7787 #include <ac_nonexistent.h>
7782 _ACEOF 7788 _ACEOF
7783 if ac_fn_cxx_try_cpp "$LINENO"; then : 7789 if ac_fn_cxx_try_cpp "$LINENO"; then :
7784 # Broken: success on invalid input. 7790 # Broken: success on invalid input.
7785 continue 7791 continue
7786 else 7792 else
7787 # Passes both tests. 7793 # Passes both tests.
7788 ac_preproc_ok=: 7794 ac_preproc_ok=:
7789 break 7795 break
7790 fi 7796 fi
7791 rm -f conftest.err conftest.$ac_ext 7797 rm -f conftest.err conftest.i conftest.$ac_ext
7792 7798
7793 done 7799 done
7794 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7800 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7795 rm -f conftest.err conftest.$ac_ext 7801 rm -f conftest.i conftest.err conftest.$ac_ext
7796 if $ac_preproc_ok; then : 7802 if $ac_preproc_ok; then :
7797 7803
7798 else 7804 else
7799 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 7805 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7800 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7806 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7801 _lt_caught_CXX_error=yes; } 7807 _lt_caught_CXX_error=yes; }
7802 fi 7808 fi
7803 7809
7804 ac_ext=c 7810 ac_ext=c
7805 ac_cpp='$CPP $CPPFLAGS' 7811 ac_cpp='$CPP $CPPFLAGS'
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
8308 lt_compiler_flag="-fno-rtti -fno-exceptions" 8314 lt_compiler_flag="-fno-rtti -fno-exceptions"
8309 # Insert the option either (1) after the last *FLAGS variable, or 8315 # Insert the option either (1) after the last *FLAGS variable, or
8310 # (2) before a word containing "conftest.", or (3) at the end. 8316 # (2) before a word containing "conftest.", or (3) at the end.
8311 # Note that $ac_compile itself does not contain backslashes and begins 8317 # Note that $ac_compile itself does not contain backslashes and begins
8312 # with a dollar sign (not a hyphen), so the echo should work correctly. 8318 # with a dollar sign (not a hyphen), so the echo should work correctly.
8313 # The option is referenced via a variable to avoid confusing sed. 8319 # The option is referenced via a variable to avoid confusing sed.
8314 lt_compile=`echo "$ac_compile" | $SED \ 8320 lt_compile=`echo "$ac_compile" | $SED \
8315 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8321 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8316 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8322 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8317 -e 's:$: $lt_compiler_flag:'` 8323 -e 's:$: $lt_compiler_flag:'`
8318 (eval echo "\"\$as_me:8318: $lt_compile\"" >&5) 8324 (eval echo "\"\$as_me:8324: $lt_compile\"" >&5)
8319 (eval "$lt_compile" 2>conftest.err) 8325 (eval "$lt_compile" 2>conftest.err)
8320 ac_status=$? 8326 ac_status=$?
8321 cat conftest.err >&5 8327 cat conftest.err >&5
8322 echo "$as_me:8322: \$? = $ac_status" >&5 8328 echo "$as_me:8328: \$? = $ac_status" >&5
8323 if (exit $ac_status) && test -s "$ac_outfile"; then 8329 if (exit $ac_status) && test -s "$ac_outfile"; then
8324 # The compiler can only warn and ignore the option if not recognized 8330 # The compiler can only warn and ignore the option if not recognized
8325 # So say no if there are warnings other than the usual output. 8331 # So say no if there are warnings other than the usual output.
8326 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 8332 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8327 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 8333 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8328 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 8334 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
8329 lt_cv_prog_compiler_rtti_exceptions=yes 8335 lt_cv_prog_compiler_rtti_exceptions=yes
8330 fi 8336 fi
8331 fi 8337 fi
8332 $RM conftest* 8338 $RM conftest*
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
8647 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" 8653 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8648 # Insert the option either (1) after the last *FLAGS variable, or 8654 # Insert the option either (1) after the last *FLAGS variable, or
8649 # (2) before a word containing "conftest.", or (3) at the end. 8655 # (2) before a word containing "conftest.", or (3) at the end.
8650 # Note that $ac_compile itself does not contain backslashes and begins 8656 # Note that $ac_compile itself does not contain backslashes and begins
8651 # with a dollar sign (not a hyphen), so the echo should work correctly. 8657 # with a dollar sign (not a hyphen), so the echo should work correctly.
8652 # The option is referenced via a variable to avoid confusing sed. 8658 # The option is referenced via a variable to avoid confusing sed.
8653 lt_compile=`echo "$ac_compile" | $SED \ 8659 lt_compile=`echo "$ac_compile" | $SED \
8654 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8660 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8655 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8661 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8656 -e 's:$: $lt_compiler_flag:'` 8662 -e 's:$: $lt_compiler_flag:'`
8657 (eval echo "\"\$as_me:8657: $lt_compile\"" >&5) 8663 (eval echo "\"\$as_me:8663: $lt_compile\"" >&5)
8658 (eval "$lt_compile" 2>conftest.err) 8664 (eval "$lt_compile" 2>conftest.err)
8659 ac_status=$? 8665 ac_status=$?
8660 cat conftest.err >&5 8666 cat conftest.err >&5
8661 echo "$as_me:8661: \$? = $ac_status" >&5 8667 echo "$as_me:8667: \$? = $ac_status" >&5
8662 if (exit $ac_status) && test -s "$ac_outfile"; then 8668 if (exit $ac_status) && test -s "$ac_outfile"; then
8663 # The compiler can only warn and ignore the option if not recognized 8669 # The compiler can only warn and ignore the option if not recognized
8664 # So say no if there are warnings other than the usual output. 8670 # So say no if there are warnings other than the usual output.
8665 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 8671 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8666 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 8672 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8667 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 8673 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
8668 lt_cv_prog_compiler_pic_works=yes 8674 lt_cv_prog_compiler_pic_works=yes
8669 fi 8675 fi
8670 fi 8676 fi
8671 $RM conftest* 8677 $RM conftest*
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
8752 8758
8753 lt_compiler_flag="-o out/conftest2.$ac_objext" 8759 lt_compiler_flag="-o out/conftest2.$ac_objext"
8754 # Insert the option either (1) after the last *FLAGS variable, or 8760 # Insert the option either (1) after the last *FLAGS variable, or
8755 # (2) before a word containing "conftest.", or (3) at the end. 8761 # (2) before a word containing "conftest.", or (3) at the end.
8756 # Note that $ac_compile itself does not contain backslashes and begins 8762 # Note that $ac_compile itself does not contain backslashes and begins
8757 # with a dollar sign (not a hyphen), so the echo should work correctly. 8763 # with a dollar sign (not a hyphen), so the echo should work correctly.
8758 lt_compile=`echo "$ac_compile" | $SED \ 8764 lt_compile=`echo "$ac_compile" | $SED \
8759 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8765 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8760 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8766 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8761 -e 's:$: $lt_compiler_flag:'` 8767 -e 's:$: $lt_compiler_flag:'`
8762 (eval echo "\"\$as_me:8762: $lt_compile\"" >&5) 8768 (eval echo "\"\$as_me:8768: $lt_compile\"" >&5)
8763 (eval "$lt_compile" 2>out/conftest.err) 8769 (eval "$lt_compile" 2>out/conftest.err)
8764 ac_status=$? 8770 ac_status=$?
8765 cat out/conftest.err >&5 8771 cat out/conftest.err >&5
8766 echo "$as_me:8766: \$? = $ac_status" >&5 8772 echo "$as_me:8772: \$? = $ac_status" >&5
8767 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8773 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8768 then 8774 then
8769 # The compiler can only warn and ignore the option if not recognized 8775 # The compiler can only warn and ignore the option if not recognized
8770 # So say no if there are warnings 8776 # So say no if there are warnings
8771 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 8777 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8772 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 8778 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8773 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 8779 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
8774 lt_cv_prog_compiler_c_o=yes 8780 lt_cv_prog_compiler_c_o=yes
8775 fi 8781 fi
8776 fi 8782 fi
(...skipping 30 matching lines...) Expand all
8807 8813
8808 lt_compiler_flag="-o out/conftest2.$ac_objext" 8814 lt_compiler_flag="-o out/conftest2.$ac_objext"
8809 # Insert the option either (1) after the last *FLAGS variable, or 8815 # Insert the option either (1) after the last *FLAGS variable, or
8810 # (2) before a word containing "conftest.", or (3) at the end. 8816 # (2) before a word containing "conftest.", or (3) at the end.
8811 # Note that $ac_compile itself does not contain backslashes and begins 8817 # Note that $ac_compile itself does not contain backslashes and begins
8812 # with a dollar sign (not a hyphen), so the echo should work correctly. 8818 # with a dollar sign (not a hyphen), so the echo should work correctly.
8813 lt_compile=`echo "$ac_compile" | $SED \ 8819 lt_compile=`echo "$ac_compile" | $SED \
8814 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 8820 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8815 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8821 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8816 -e 's:$: $lt_compiler_flag:'` 8822 -e 's:$: $lt_compiler_flag:'`
8817 (eval echo "\"\$as_me:8817: $lt_compile\"" >&5) 8823 (eval echo "\"\$as_me:8823: $lt_compile\"" >&5)
8818 (eval "$lt_compile" 2>out/conftest.err) 8824 (eval "$lt_compile" 2>out/conftest.err)
8819 ac_status=$? 8825 ac_status=$?
8820 cat out/conftest.err >&5 8826 cat out/conftest.err >&5
8821 echo "$as_me:8821: \$? = $ac_status" >&5 8827 echo "$as_me:8827: \$? = $ac_status" >&5
8822 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8828 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8823 then 8829 then
8824 # The compiler can only warn and ignore the option if not recognized 8830 # The compiler can only warn and ignore the option if not recognized
8825 # So say no if there are warnings 8831 # So say no if there are warnings
8826 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 8832 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8827 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 8833 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8828 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 8834 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
8829 lt_cv_prog_compiler_c_o=yes 8835 lt_cv_prog_compiler_c_o=yes
8830 fi 8836 fi
8831 fi 8837 fi
(...skipping 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after
11191 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 11197 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11192 if test "${lt_cv_dlopen_self+set}" = set; then : 11198 if test "${lt_cv_dlopen_self+set}" = set; then :
11193 $as_echo_n "(cached) " >&6 11199 $as_echo_n "(cached) " >&6
11194 else 11200 else
11195 if test "$cross_compiling" = yes; then : 11201 if test "$cross_compiling" = yes; then :
11196 lt_cv_dlopen_self=cross 11202 lt_cv_dlopen_self=cross
11197 else 11203 else
11198 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11204 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11199 lt_status=$lt_dlunknown 11205 lt_status=$lt_dlunknown
11200 cat > conftest.$ac_ext <<_LT_EOF 11206 cat > conftest.$ac_ext <<_LT_EOF
11201 #line 11201 "configure" 11207 #line 11207 "configure"
11202 #include "confdefs.h" 11208 #include "confdefs.h"
11203 11209
11204 #if HAVE_DLFCN_H 11210 #if HAVE_DLFCN_H
11205 #include <dlfcn.h> 11211 #include <dlfcn.h>
11206 #endif 11212 #endif
11207 11213
11208 #include <stdio.h> 11214 #include <stdio.h>
11209 11215
11210 #ifdef RTLD_GLOBAL 11216 #ifdef RTLD_GLOBAL
11211 # define LT_DLGLOBAL RTLD_GLOBAL 11217 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
11287 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11293 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11288 if test "${lt_cv_dlopen_self_static+set}" = set; then : 11294 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11289 $as_echo_n "(cached) " >&6 11295 $as_echo_n "(cached) " >&6
11290 else 11296 else
11291 if test "$cross_compiling" = yes; then : 11297 if test "$cross_compiling" = yes; then :
11292 lt_cv_dlopen_self_static=cross 11298 lt_cv_dlopen_self_static=cross
11293 else 11299 else
11294 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11300 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11295 lt_status=$lt_dlunknown 11301 lt_status=$lt_dlunknown
11296 cat > conftest.$ac_ext <<_LT_EOF 11302 cat > conftest.$ac_ext <<_LT_EOF
11297 #line 11297 "configure" 11303 #line 11303 "configure"
11298 #include "confdefs.h" 11304 #include "confdefs.h"
11299 11305
11300 #if HAVE_DLFCN_H 11306 #if HAVE_DLFCN_H
11301 #include <dlfcn.h> 11307 #include <dlfcn.h>
11302 #endif 11308 #endif
11303 11309
11304 #include <stdio.h> 11310 #include <stdio.h>
11305 11311
11306 #ifdef RTLD_GLOBAL 11312 #ifdef RTLD_GLOBAL
11307 # define LT_DLGLOBAL RTLD_GLOBAL 11313 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
11702 fi 11708 fi
11703 11709
11704 LD="$lt_cv_path_LD" 11710 LD="$lt_cv_path_LD"
11705 if test -n "$LD"; then 11711 if test -n "$LD"; then
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11707 $as_echo "$LD" >&6; } 11713 $as_echo "$LD" >&6; }
11708 else 11714 else
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11710 $as_echo "no" >&6; } 11716 $as_echo "no" >&6; }
11711 fi 11717 fi
11712 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 11718 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 11719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11714 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } 11720 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11715 if test "${lt_cv_prog_gnu_ld+set}" = set; then : 11721 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
11716 $as_echo_n "(cached) " >&6 11722 $as_echo_n "(cached) " >&6
11717 else 11723 else
11718 # I'd rather use --version here, but apparently some GNU lds only accept -v. 11724 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11719 case `$LD -v 2>&1 </dev/null` in 11725 case `$LD -v 2>&1 </dev/null` in
11720 *GNU* | *'with BFD'*) 11726 *GNU* | *'with BFD'*)
11721 lt_cv_prog_gnu_ld=yes 11727 lt_cv_prog_gnu_ld=yes
11722 ;; 11728 ;;
(...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
13243 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" 13249 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13244 # Insert the option either (1) after the last *FLAGS variable, or 13250 # Insert the option either (1) after the last *FLAGS variable, or
13245 # (2) before a word containing "conftest.", or (3) at the end. 13251 # (2) before a word containing "conftest.", or (3) at the end.
13246 # Note that $ac_compile itself does not contain backslashes and begins 13252 # Note that $ac_compile itself does not contain backslashes and begins
13247 # with a dollar sign (not a hyphen), so the echo should work correctly. 13253 # with a dollar sign (not a hyphen), so the echo should work correctly.
13248 # The option is referenced via a variable to avoid confusing sed. 13254 # The option is referenced via a variable to avoid confusing sed.
13249 lt_compile=`echo "$ac_compile" | $SED \ 13255 lt_compile=`echo "$ac_compile" | $SED \
13250 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13256 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13251 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13257 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13252 -e 's:$: $lt_compiler_flag:'` 13258 -e 's:$: $lt_compiler_flag:'`
13253 (eval echo "\"\$as_me:13253: $lt_compile\"" >&5) 13259 (eval echo "\"\$as_me:13259: $lt_compile\"" >&5)
13254 (eval "$lt_compile" 2>conftest.err) 13260 (eval "$lt_compile" 2>conftest.err)
13255 ac_status=$? 13261 ac_status=$?
13256 cat conftest.err >&5 13262 cat conftest.err >&5
13257 echo "$as_me:13257: \$? = $ac_status" >&5 13263 echo "$as_me:13263: \$? = $ac_status" >&5
13258 if (exit $ac_status) && test -s "$ac_outfile"; then 13264 if (exit $ac_status) && test -s "$ac_outfile"; then
13259 # The compiler can only warn and ignore the option if not recognized 13265 # The compiler can only warn and ignore the option if not recognized
13260 # So say no if there are warnings other than the usual output. 13266 # So say no if there are warnings other than the usual output.
13261 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 13267 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
13262 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 13268 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13263 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n 13269 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; the n
13264 lt_cv_prog_compiler_pic_works_CXX=yes 13270 lt_cv_prog_compiler_pic_works_CXX=yes
13265 fi 13271 fi
13266 fi 13272 fi
13267 $RM conftest* 13273 $RM conftest*
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
13342 13348
13343 lt_compiler_flag="-o out/conftest2.$ac_objext" 13349 lt_compiler_flag="-o out/conftest2.$ac_objext"
13344 # Insert the option either (1) after the last *FLAGS variable, or 13350 # Insert the option either (1) after the last *FLAGS variable, or
13345 # (2) before a word containing "conftest.", or (3) at the end. 13351 # (2) before a word containing "conftest.", or (3) at the end.
13346 # Note that $ac_compile itself does not contain backslashes and begins 13352 # Note that $ac_compile itself does not contain backslashes and begins
13347 # with a dollar sign (not a hyphen), so the echo should work correctly. 13353 # with a dollar sign (not a hyphen), so the echo should work correctly.
13348 lt_compile=`echo "$ac_compile" | $SED \ 13354 lt_compile=`echo "$ac_compile" | $SED \
13349 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13355 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13350 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13356 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13351 -e 's:$: $lt_compiler_flag:'` 13357 -e 's:$: $lt_compiler_flag:'`
13352 (eval echo "\"\$as_me:13352: $lt_compile\"" >&5) 13358 (eval echo "\"\$as_me:13358: $lt_compile\"" >&5)
13353 (eval "$lt_compile" 2>out/conftest.err) 13359 (eval "$lt_compile" 2>out/conftest.err)
13354 ac_status=$? 13360 ac_status=$?
13355 cat out/conftest.err >&5 13361 cat out/conftest.err >&5
13356 echo "$as_me:13356: \$? = $ac_status" >&5 13362 echo "$as_me:13362: \$? = $ac_status" >&5
13357 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13363 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13358 then 13364 then
13359 # The compiler can only warn and ignore the option if not recognized 13365 # The compiler can only warn and ignore the option if not recognized
13360 # So say no if there are warnings 13366 # So say no if there are warnings
13361 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 13367 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
13362 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 13368 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13363 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 13369 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
13364 lt_cv_prog_compiler_c_o_CXX=yes 13370 lt_cv_prog_compiler_c_o_CXX=yes
13365 fi 13371 fi
13366 fi 13372 fi
(...skipping 27 matching lines...) Expand all
13394 13400
13395 lt_compiler_flag="-o out/conftest2.$ac_objext" 13401 lt_compiler_flag="-o out/conftest2.$ac_objext"
13396 # Insert the option either (1) after the last *FLAGS variable, or 13402 # Insert the option either (1) after the last *FLAGS variable, or
13397 # (2) before a word containing "conftest.", or (3) at the end. 13403 # (2) before a word containing "conftest.", or (3) at the end.
13398 # Note that $ac_compile itself does not contain backslashes and begins 13404 # Note that $ac_compile itself does not contain backslashes and begins
13399 # with a dollar sign (not a hyphen), so the echo should work correctly. 13405 # with a dollar sign (not a hyphen), so the echo should work correctly.
13400 lt_compile=`echo "$ac_compile" | $SED \ 13406 lt_compile=`echo "$ac_compile" | $SED \
13401 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13407 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13402 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13408 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13403 -e 's:$: $lt_compiler_flag:'` 13409 -e 's:$: $lt_compiler_flag:'`
13404 (eval echo "\"\$as_me:13404: $lt_compile\"" >&5) 13410 (eval echo "\"\$as_me:13410: $lt_compile\"" >&5)
13405 (eval "$lt_compile" 2>out/conftest.err) 13411 (eval "$lt_compile" 2>out/conftest.err)
13406 ac_status=$? 13412 ac_status=$?
13407 cat out/conftest.err >&5 13413 cat out/conftest.err >&5
13408 echo "$as_me:13408: \$? = $ac_status" >&5 13414 echo "$as_me:13414: \$? = $ac_status" >&5
13409 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13415 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13410 then 13416 then
13411 # The compiler can only warn and ignore the option if not recognized 13417 # The compiler can only warn and ignore the option if not recognized
13412 # So say no if there are warnings 13418 # So say no if there are warnings
13413 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 13419 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
13414 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 13420 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13415 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then 13421 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/d ev/null; then
13416 lt_cv_prog_compiler_c_o_CXX=yes 13422 lt_cv_prog_compiler_c_o_CXX=yes
13417 fi 13423 fi
13418 fi 13424 fi
(...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after
14956 enableval=$enable_m32; case "${enableval}" in 14962 enableval=$enable_m32; case "${enableval}" in
14957 yes) 14963 yes)
14958 CFLAGS="${CFLAGS} -m32" 14964 CFLAGS="${CFLAGS} -m32"
14959 CXXFLAGS="${CXXFLAGS} -m32" 14965 CXXFLAGS="${CXXFLAGS} -m32"
14960 usem32=true 14966 usem32=true
14961 ;; 14967 ;;
14962 no) 14968 no)
14963 usem32=false 14969 usem32=false
14964 ;; 14970 ;;
14965 *) 14971 *)
14966 as_fn_error "bad value ${enableval} for --enable-m32" "$LINEN O" 5 14972 as_fn_error $? "bad value ${enableval} for --enable-m32" "$LI NENO" 5
14967 ;; 14973 ;;
14968 esac 14974 esac
14969 else 14975 else
14970 usem32=false 14976 usem32=false
14971 fi 14977 fi
14972 14978
14973 14979
14974 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_s ockaddr_sa_len" "#include <sys/socket.h> 14980 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_s ockaddr_sa_len" "#include <sys/socket.h>
14975 " 14981 "
14976 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then : 14982 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
(...skipping 11 matching lines...) Expand all
14988 # Check whether --enable-selftest was given. 14994 # Check whether --enable-selftest was given.
14989 if test "${enable_selftest+set}" = set; then : 14995 if test "${enable_selftest+set}" = set; then :
14990 enableval=$enable_selftest; case "${enableval}" in 14996 enableval=$enable_selftest; case "${enableval}" in
14991 yes) 14997 yes)
14992 selftest=true 14998 selftest=true
14993 ;; 14999 ;;
14994 no) 15000 no)
14995 selftest=false 15001 selftest=false
14996 ;; 15002 ;;
14997 *) 15003 *)
14998 as_fn_error "bad value ${enableval} for --enable-selftest" "$ LINENO" 5 15004 as_fn_error $? "bad value ${enableval} for --enable-selftest" "$LINENO" 5
14999 ;; 15005 ;;
15000 esac 15006 esac
15001 else 15007 else
15002 selftest=false 15008 selftest=false
15003 fi 15009 fi
15004 15010
15005 if test x$selftest = xtrue; then 15011 if test x$selftest = xtrue; then
15006 SELFTEST_TRUE= 15012 SELFTEST_TRUE=
15007 SELFTEST_FALSE='#' 15013 SELFTEST_FALSE='#'
15008 else 15014 else
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
15089 rm -f confcache 15095 rm -f confcache
15090 15096
15091 test "x$prefix" = xNONE && prefix=$ac_default_prefix 15097 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15092 # Let make expand exec_prefix. 15098 # Let make expand exec_prefix.
15093 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 15099 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15094 15100
15095 DEFS=-DHAVE_CONFIG_H 15101 DEFS=-DHAVE_CONFIG_H
15096 15102
15097 ac_libobjs= 15103 ac_libobjs=
15098 ac_ltlibobjs= 15104 ac_ltlibobjs=
15105 U=
15099 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 15106 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15100 # 1. Remove the extension, and $U if already installed. 15107 # 1. Remove the extension, and $U if already installed.
15101 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 15108 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15102 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 15109 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15103 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 15110 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15104 # will be set to the directory where LIBOBJS objects are built. 15111 # will be set to the directory where LIBOBJS objects are built.
15105 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 15112 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15106 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 15113 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15107 done 15114 done
15108 LIBOBJS=$ac_libobjs 15115 LIBOBJS=$ac_libobjs
15109 15116
15110 LTLIBOBJS=$ac_ltlibobjs 15117 LTLIBOBJS=$ac_ltlibobjs
15111 15118
15112 15119
15113 if test -n "$EXEEXT"; then 15120 if test -n "$EXEEXT"; then
15114 am__EXEEXT_TRUE= 15121 am__EXEEXT_TRUE=
15115 am__EXEEXT_FALSE='#' 15122 am__EXEEXT_FALSE='#'
15116 else 15123 else
15117 am__EXEEXT_TRUE='#' 15124 am__EXEEXT_TRUE='#'
15118 am__EXEEXT_FALSE= 15125 am__EXEEXT_FALSE=
15119 fi 15126 fi
15120 15127
15121 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 15128 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15122 as_fn_error "conditional \"AMDEP\" was never defined. 15129 as_fn_error $? "conditional \"AMDEP\" was never defined.
15123 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15130 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15124 fi 15131 fi
15125 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 15132 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15126 as_fn_error "conditional \"am__fastdepCC\" was never defined. 15133 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15127 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15134 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15128 fi 15135 fi
15129 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 15136 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
15130 as_fn_error "conditional \"am__fastdepCXX\" was never defined. 15137 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
15131 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15138 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15132 fi 15139 fi
15133 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 15140 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
15134 as_fn_error "conditional \"am__fastdepCXX\" was never defined. 15141 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
15135 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15142 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15136 fi 15143 fi
15137 if test -z "${LINUX_HOST_TRUE}" && test -z "${LINUX_HOST_FALSE}"; then 15144 if test -z "${LINUX_HOST_TRUE}" && test -z "${LINUX_HOST_FALSE}"; then
15138 as_fn_error "conditional \"LINUX_HOST\" was never defined. 15145 as_fn_error $? "conditional \"LINUX_HOST\" was never defined.
15139 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15146 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15140 fi 15147 fi
15141 if test -z "${SELFTEST_TRUE}" && test -z "${SELFTEST_FALSE}"; then 15148 if test -z "${SELFTEST_TRUE}" && test -z "${SELFTEST_FALSE}"; then
15142 as_fn_error "conditional \"SELFTEST\" was never defined. 15149 as_fn_error $? "conditional \"SELFTEST\" was never defined.
15143 Usually this means the macro was only invoked conditionally." "$LINENO" 5 15150 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15144 fi 15151 fi
15145 15152
15146 : ${CONFIG_STATUS=./config.status} 15153 : ${CONFIG_STATUS=./config.status}
15147 ac_write_fail=0 15154 ac_write_fail=0
15148 ac_clean_files_save=$ac_clean_files 15155 ac_clean_files_save=$ac_clean_files
15149 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 15156 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 15157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15151 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 15158 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15152 as_write_fail=0 15159 as_write_fail=0
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
15282 # NLS nuisances. 15289 # NLS nuisances.
15283 LC_ALL=C 15290 LC_ALL=C
15284 export LC_ALL 15291 export LC_ALL
15285 LANGUAGE=C 15292 LANGUAGE=C
15286 export LANGUAGE 15293 export LANGUAGE
15287 15294
15288 # CDPATH. 15295 # CDPATH.
15289 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 15296 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15290 15297
15291 15298
15292 # as_fn_error ERROR [LINENO LOG_FD] 15299 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15293 # --------------------------------- 15300 # ----------------------------------------
15294 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 15301 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15295 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 15302 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15296 # script with status $?, using 1 if that was 0. 15303 # script with STATUS, using 1 if that was 0.
15297 as_fn_error () 15304 as_fn_error ()
15298 { 15305 {
15299 as_status=$?; test $as_status -eq 0 && as_status=1 15306 as_status=$1; test $as_status -eq 0 && as_status=1
15300 if test "$3"; then 15307 if test "$4"; then
15301 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 15308 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15302 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 15309 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15303 fi 15310 fi
15304 $as_echo "$as_me: error: $1" >&2 15311 $as_echo "$as_me: error: $2" >&2
15305 as_fn_exit $as_status 15312 as_fn_exit $as_status
15306 } # as_fn_error 15313 } # as_fn_error
15307 15314
15308 15315
15309 # as_fn_set_status STATUS 15316 # as_fn_set_status STATUS
15310 # ----------------------- 15317 # -----------------------
15311 # Set $? to STATUS, without forking. 15318 # Set $? to STATUS, without forking.
15312 as_fn_set_status () 15319 as_fn_set_status ()
15313 { 15320 {
15314 return $1 15321 return $1
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
15490 q 15497 q
15491 } 15498 }
15492 /^X\(\/\).*/{ 15499 /^X\(\/\).*/{
15493 s//\1/ 15500 s//\1/
15494 q 15501 q
15495 } 15502 }
15496 s/.*/./; q'` 15503 s/.*/./; q'`
15497 test -d "$as_dir" && break 15504 test -d "$as_dir" && break
15498 done 15505 done
15499 test -z "$as_dirs" || eval "mkdir $as_dirs" 15506 test -z "$as_dirs" || eval "mkdir $as_dirs"
15500 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 15507 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15501 15508
15502 15509
15503 } # as_fn_mkdir_p 15510 } # as_fn_mkdir_p
15504 if mkdir -p . 2>/dev/null; then 15511 if mkdir -p . 2>/dev/null; then
15505 as_mkdir_p='mkdir -p "$as_dir"' 15512 as_mkdir_p='mkdir -p "$as_dir"'
15506 else 15513 else
15507 test -d ./-p && rmdir ./-p 15514 test -d ./-p && rmdir ./-p
15508 as_mkdir_p=false 15515 as_mkdir_p=false
15509 fi 15516 fi
15510 15517
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
15544 ## ----------------------------------- ## 15551 ## ----------------------------------- ##
15545 _ASEOF 15552 _ASEOF
15546 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 15553 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15547 15554
15548 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 15555 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15549 # Save the log message, to keep $0 and so on meaningful, and to 15556 # Save the log message, to keep $0 and so on meaningful, and to
15550 # report actual input values of CONFIG_FILES etc. instead of their 15557 # report actual input values of CONFIG_FILES etc. instead of their
15551 # values after options handling. 15558 # values after options handling.
15552 ac_log=" 15559 ac_log="
15553 This file was extended by breakpad $as_me 0.1, which was 15560 This file was extended by breakpad $as_me 0.1, which was
15554 generated by GNU Autoconf 2.65. Invocation command line was 15561 generated by GNU Autoconf 2.67. Invocation command line was
15555 15562
15556 CONFIG_FILES = $CONFIG_FILES 15563 CONFIG_FILES = $CONFIG_FILES
15557 CONFIG_HEADERS = $CONFIG_HEADERS 15564 CONFIG_HEADERS = $CONFIG_HEADERS
15558 CONFIG_LINKS = $CONFIG_LINKS 15565 CONFIG_LINKS = $CONFIG_LINKS
15559 CONFIG_COMMANDS = $CONFIG_COMMANDS 15566 CONFIG_COMMANDS = $CONFIG_COMMANDS
15560 $ $0 $@ 15567 $ $0 $@
15561 15568
15562 on `(hostname || uname -n) 2>/dev/null | sed 1q` 15569 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15563 " 15570 "
15564 15571
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
15610 Configuration commands: 15617 Configuration commands:
15611 $config_commands 15618 $config_commands
15612 15619
15613 Report bugs to <opensource@google.com>." 15620 Report bugs to <opensource@google.com>."
15614 15621
15615 _ACEOF 15622 _ACEOF
15616 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 15623 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15617 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`" 15624 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g '`"
15618 ac_cs_version="\\ 15625 ac_cs_version="\\
15619 breakpad config.status 0.1 15626 breakpad config.status 0.1
15620 configured by $0, generated by GNU Autoconf 2.65, 15627 configured by $0, generated by GNU Autoconf 2.67,
15621 with options \\"\$ac_cs_config\\" 15628 with options \\"\$ac_cs_config\\"
15622 15629
15623 Copyright (C) 2009 Free Software Foundation, Inc. 15630 Copyright (C) 2010 Free Software Foundation, Inc.
15624 This config.status script is free software; the Free Software Foundation 15631 This config.status script is free software; the Free Software Foundation
15625 gives unlimited permission to copy, distribute and modify it." 15632 gives unlimited permission to copy, distribute and modify it."
15626 15633
15627 ac_pwd='$ac_pwd' 15634 ac_pwd='$ac_pwd'
15628 srcdir='$srcdir' 15635 srcdir='$srcdir'
15629 INSTALL='$INSTALL' 15636 INSTALL='$INSTALL'
15630 MKDIR_P='$MKDIR_P' 15637 MKDIR_P='$MKDIR_P'
15631 AWK='$AWK' 15638 AWK='$AWK'
15632 test -n "\$AWK" || AWK=awk 15639 test -n "\$AWK" || AWK=awk
15633 _ACEOF 15640 _ACEOF
15634 15641
15635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 15642 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15636 # The default lists apply if the user does not specify any file. 15643 # The default lists apply if the user does not specify any file.
15637 ac_need_defaults=: 15644 ac_need_defaults=:
15638 while test $# != 0 15645 while test $# != 0
15639 do 15646 do
15640 case $1 in 15647 case $1 in
15641 --*=*) 15648 --*=?*)
15642 ac_option=`expr "X$1" : 'X\([^=]*\)='` 15649 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15643 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 15650 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15644 ac_shift=: 15651 ac_shift=:
15645 ;; 15652 ;;
15653 --*=)
15654 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15655 ac_optarg=
15656 ac_shift=:
15657 ;;
15646 *) 15658 *)
15647 ac_option=$1 15659 ac_option=$1
15648 ac_optarg=$2 15660 ac_optarg=$2
15649 ac_shift=shift 15661 ac_shift=shift
15650 ;; 15662 ;;
15651 esac 15663 esac
15652 15664
15653 case $ac_option in 15665 case $ac_option in
15654 # Handling of the options. 15666 # Handling of the options.
15655 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 15667 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15656 ac_cs_recheck=: ;; 15668 ac_cs_recheck=: ;;
15657 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 15669 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15658 $as_echo "$ac_cs_version"; exit ;; 15670 $as_echo "$ac_cs_version"; exit ;;
15659 --config | --confi | --conf | --con | --co | --c ) 15671 --config | --confi | --conf | --con | --co | --c )
15660 $as_echo "$ac_cs_config"; exit ;; 15672 $as_echo "$ac_cs_config"; exit ;;
15661 --debug | --debu | --deb | --de | --d | -d ) 15673 --debug | --debu | --deb | --de | --d | -d )
15662 debug=: ;; 15674 debug=: ;;
15663 --file | --fil | --fi | --f ) 15675 --file | --fil | --fi | --f )
15664 $ac_shift 15676 $ac_shift
15665 case $ac_optarg in 15677 case $ac_optarg in
15666 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 15678 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15679 '') as_fn_error $? "missing file argument" ;;
15667 esac 15680 esac
15668 as_fn_append CONFIG_FILES " '$ac_optarg'" 15681 as_fn_append CONFIG_FILES " '$ac_optarg'"
15669 ac_need_defaults=false;; 15682 ac_need_defaults=false;;
15670 --header | --heade | --head | --hea ) 15683 --header | --heade | --head | --hea )
15671 $ac_shift 15684 $ac_shift
15672 case $ac_optarg in 15685 case $ac_optarg in
15673 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 15686 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15674 esac 15687 esac
15675 as_fn_append CONFIG_HEADERS " '$ac_optarg'" 15688 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15676 ac_need_defaults=false;; 15689 ac_need_defaults=false;;
15677 --he | --h) 15690 --he | --h)
15678 # Conflict between --help and --header 15691 # Conflict between --help and --header
15679 as_fn_error "ambiguous option: \`$1' 15692 as_fn_error $? "ambiguous option: \`$1'
15680 Try \`$0 --help' for more information.";; 15693 Try \`$0 --help' for more information.";;
15681 --help | --hel | -h ) 15694 --help | --hel | -h )
15682 $as_echo "$ac_cs_usage"; exit ;; 15695 $as_echo "$ac_cs_usage"; exit ;;
15683 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 15696 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15684 | -silent | --silent | --silen | --sile | --sil | --si | --s) 15697 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15685 ac_cs_silent=: ;; 15698 ac_cs_silent=: ;;
15686 15699
15687 # This is an error. 15700 # This is an error.
15688 -*) as_fn_error "unrecognized option: \`$1' 15701 -*) as_fn_error $? "unrecognized option: \`$1'
15689 Try \`$0 --help' for more information." ;; 15702 Try \`$0 --help' for more information." ;;
15690 15703
15691 *) as_fn_append ac_config_targets " $1" 15704 *) as_fn_append ac_config_targets " $1"
15692 ac_need_defaults=false ;; 15705 ac_need_defaults=false ;;
15693 15706
15694 esac 15707 esac
15695 shift 15708 shift
15696 done 15709 done
15697 15710
15698 ac_configure_extra_args= 15711 ac_configure_extra_args=
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
16088 16101
16089 # Handling of arguments. 16102 # Handling of arguments.
16090 for ac_config_target in $ac_config_targets 16103 for ac_config_target in $ac_config_targets
16091 do 16104 do
16092 case $ac_config_target in 16105 case $ac_config_target in
16093 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; 16106 "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
16094 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 16107 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16095 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; 16108 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16096 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 16109 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16097 16110
16098 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 16111 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16099 esac 16112 esac
16100 done 16113 done
16101 16114
16102 16115
16103 # If the user did not use the arguments to specify the items to instantiate, 16116 # If the user did not use the arguments to specify the items to instantiate,
16104 # then the envvar interface is used. Set only those that are not. 16117 # then the envvar interface is used. Set only those that are not.
16105 # We use the long form for the default assignment because of an extremely 16118 # We use the long form for the default assignment because of an extremely
16106 # bizarre bug on SunOS 4.1.3. 16119 # bizarre bug on SunOS 4.1.3.
16107 if $ac_need_defaults; then 16120 if $ac_need_defaults; then
16108 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 16121 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
(...skipping 17 matching lines...) Expand all
16126 } 16139 }
16127 # Create a (secure) tmp directory for tmp files. 16140 # Create a (secure) tmp directory for tmp files.
16128 16141
16129 { 16142 {
16130 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 16143 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16131 test -n "$tmp" && test -d "$tmp" 16144 test -n "$tmp" && test -d "$tmp"
16132 } || 16145 } ||
16133 { 16146 {
16134 tmp=./conf$$-$RANDOM 16147 tmp=./conf$$-$RANDOM
16135 (umask 077 && mkdir "$tmp") 16148 (umask 077 && mkdir "$tmp")
16136 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 16149 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16137 16150
16138 # Set up the scripts for CONFIG_FILES section. 16151 # Set up the scripts for CONFIG_FILES section.
16139 # No need to generate them if there are no CONFIG_FILES. 16152 # No need to generate them if there are no CONFIG_FILES.
16140 # This happens for instance with `./config.status config.h'. 16153 # This happens for instance with `./config.status config.h'.
16141 if test -n "$CONFIG_FILES"; then 16154 if test -n "$CONFIG_FILES"; then
16142 16155
16143 16156
16144 ac_cr=`echo X | tr X '\015'` 16157 ac_cr=`echo X | tr X '\015'`
16145 # On cygwin, bash can eat \r inside `` if the user requested igncr. 16158 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16146 # But we know of no other shell where ac_cr would be empty at this 16159 # But we know of no other shell where ac_cr would be empty at this
16147 # point, so we can use a bashism as a fallback. 16160 # point, so we can use a bashism as a fallback.
16148 if test "x$ac_cr" = x; then 16161 if test "x$ac_cr" = x; then
16149 eval ac_cr=\$\'\\r\' 16162 eval ac_cr=\$\'\\r\'
16150 fi 16163 fi
16151 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 16164 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16152 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 16165 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16153 ac_cs_awk_cr='\r' 16166 ac_cs_awk_cr='\\r'
16154 else 16167 else
16155 ac_cs_awk_cr=$ac_cr 16168 ac_cs_awk_cr=$ac_cr
16156 fi 16169 fi
16157 16170
16158 echo 'BEGIN {' >"$tmp/subs1.awk" && 16171 echo 'BEGIN {' >"$tmp/subs1.awk" &&
16159 _ACEOF 16172 _ACEOF
16160 16173
16161 16174
16162 { 16175 {
16163 echo "cat >conf$$subs.awk <<_ACEOF" && 16176 echo "cat >conf$$subs.awk <<_ACEOF" &&
16164 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 16177 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16165 echo "_ACEOF" 16178 echo "_ACEOF"
16166 } >conf$$subs.sh || 16179 } >conf$$subs.sh ||
16167 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16180 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16168 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 16181 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16169 ac_delim='%!_!# ' 16182 ac_delim='%!_!# '
16170 for ac_last_try in false false false false false :; do 16183 for ac_last_try in false false false false false :; do
16171 . ./conf$$subs.sh || 16184 . ./conf$$subs.sh ||
16172 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16185 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16173 16186
16174 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 16187 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16175 if test $ac_delim_n = $ac_delim_num; then 16188 if test $ac_delim_n = $ac_delim_num; then
16176 break 16189 break
16177 elif $ac_last_try; then 16190 elif $ac_last_try; then
16178 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 16191 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16179 else 16192 else
16180 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 16193 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16181 fi 16194 fi
16182 done 16195 done
16183 rm -f conf$$subs.sh 16196 rm -f conf$$subs.sh
16184 16197
16185 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 16198 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16186 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 16199 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16187 _ACEOF 16200 _ACEOF
16188 sed -n ' 16201 sed -n '
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
16257 } 16270 }
16258 16271
16259 _ACAWK 16272 _ACAWK
16260 _ACEOF 16273 _ACEOF
16261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16274 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16262 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 16275 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16263 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 16276 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16264 else 16277 else
16265 cat 16278 cat
16266 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 16279 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16267 || as_fn_error "could not setup config files machinery" "$LINENO" 5 16280 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16268 _ACEOF 16281 _ACEOF
16269 16282
16270 # VPATH may cause trouble with some makes, so we remove $(srcdir), 16283 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16271 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 16284 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16272 # trailing colons and then remove the whole line if VPATH becomes empty 16285 # trailing colons and then remove the whole line if VPATH becomes empty
16273 # (actually we leave an empty line to preserve line numbers). 16286 # (actually we leave an empty line to preserve line numbers).
16274 if test "x$srcdir" = x.; then 16287 if test "x$srcdir" = x.; then
16275 ac_vpsub='/^[» ]*VPATH[» ]*=/{ 16288 ac_vpsub='/^[» ]*VPATH[» ]*=[» ]*/{
16276 s/:*\$(srcdir):*/:/ 16289 h
16277 s/:*\${srcdir}:*/:/ 16290 s///
16278 s/:*@srcdir@:*/:/ 16291 s/^/:/
16279 s/^\([^=]*=[» ]*\):*/\1/ 16292 s/[» ]*$/:/
16293 s/:\$(srcdir):/:/g
16294 s/:\${srcdir}:/:/g
16295 s/:@srcdir@:/:/g
16296 s/^:*//
16280 s/:*$// 16297 s/:*$//
16298 x
16299 s/\(=[ ]*\).*/\1/
16300 G
16301 s/\n//
16281 s/^[^=]*=[ ]*$// 16302 s/^[^=]*=[ ]*$//
16282 }' 16303 }'
16283 fi 16304 fi
16284 16305
16285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16306 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16286 fi # test -n "$CONFIG_FILES" 16307 fi # test -n "$CONFIG_FILES"
16287 16308
16288 # Set up the scripts for CONFIG_HEADERS section. 16309 # Set up the scripts for CONFIG_HEADERS section.
16289 # No need to generate them if there are no CONFIG_HEADERS. 16310 # No need to generate them if there are no CONFIG_HEADERS.
16290 # This happens for instance with `./config.status Makefile'. 16311 # This happens for instance with `./config.status Makefile'.
16291 if test -n "$CONFIG_HEADERS"; then 16312 if test -n "$CONFIG_HEADERS"; then
16292 cat >"$tmp/defines.awk" <<\_ACAWK || 16313 cat >"$tmp/defines.awk" <<\_ACAWK ||
16293 BEGIN { 16314 BEGIN {
16294 _ACEOF 16315 _ACEOF
16295 16316
16296 # Transform confdefs.h into an awk script `defines.awk', embedded as 16317 # Transform confdefs.h into an awk script `defines.awk', embedded as
16297 # here-document in config.status, that substitutes the proper values into 16318 # here-document in config.status, that substitutes the proper values into
16298 # config.h.in to produce config.h. 16319 # config.h.in to produce config.h.
16299 16320
16300 # Create a delimiter string that does not exist in confdefs.h, to ease 16321 # Create a delimiter string that does not exist in confdefs.h, to ease
16301 # handling of long lines. 16322 # handling of long lines.
16302 ac_delim='%!_!# ' 16323 ac_delim='%!_!# '
16303 for ac_last_try in false false :; do 16324 for ac_last_try in false false :; do
16304 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 16325 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16305 if test -z "$ac_t"; then 16326 if test -z "$ac_t"; then
16306 break 16327 break
16307 elif $ac_last_try; then 16328 elif $ac_last_try; then
16308 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 16329 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16309 else 16330 else
16310 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 16331 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16311 fi 16332 fi
16312 done 16333 done
16313 16334
16314 # For the awk script, D is an array of macro values keyed by name, 16335 # For the awk script, D is an array of macro values keyed by name,
16315 # likewise P contains macro parameters if any. Preserve backslash 16336 # likewise P contains macro parameters if any. Preserve backslash
16316 # newline sequences. 16337 # newline sequences.
16317 16338
16318 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 16339 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
16383 if (defundef == "undef") { 16404 if (defundef == "undef") {
16384 print "/*", prefix defundef, macro, "*/" 16405 print "/*", prefix defundef, macro, "*/"
16385 next 16406 next
16386 } 16407 }
16387 } 16408 }
16388 } 16409 }
16389 { print } 16410 { print }
16390 _ACAWK 16411 _ACAWK
16391 _ACEOF 16412 _ACEOF
16392 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 16413 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16393 as_fn_error "could not setup config headers machinery" "$LINENO" 5 16414 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16394 fi # test -n "$CONFIG_HEADERS" 16415 fi # test -n "$CONFIG_HEADERS"
16395 16416
16396 16417
16397 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 16418 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16398 shift 16419 shift
16399 for ac_tag 16420 for ac_tag
16400 do 16421 do
16401 case $ac_tag in 16422 case $ac_tag in
16402 :[FHLC]) ac_mode=$ac_tag; continue;; 16423 :[FHLC]) ac_mode=$ac_tag; continue;;
16403 esac 16424 esac
16404 case $ac_mode$ac_tag in 16425 case $ac_mode$ac_tag in
16405 :[FHL]*:*);; 16426 :[FHL]*:*);;
16406 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 16427 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16407 :[FH]-) ac_tag=-:-;; 16428 :[FH]-) ac_tag=-:-;;
16408 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 16429 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16409 esac 16430 esac
16410 ac_save_IFS=$IFS 16431 ac_save_IFS=$IFS
16411 IFS=: 16432 IFS=:
16412 set x $ac_tag 16433 set x $ac_tag
16413 IFS=$ac_save_IFS 16434 IFS=$ac_save_IFS
16414 shift 16435 shift
16415 ac_file=$1 16436 ac_file=$1
16416 shift 16437 shift
16417 16438
16418 case $ac_mode in 16439 case $ac_mode in
16419 :L) ac_source=$1;; 16440 :L) ac_source=$1;;
16420 :[FH]) 16441 :[FH])
16421 ac_file_inputs= 16442 ac_file_inputs=
16422 for ac_f 16443 for ac_f
16423 do 16444 do
16424 case $ac_f in 16445 case $ac_f in
16425 -) ac_f="$tmp/stdin";; 16446 -) ac_f="$tmp/stdin";;
16426 *) # Look for the file first in the build tree, then in the source tree 16447 *) # Look for the file first in the build tree, then in the source tree
16427 # (if the path is not absolute). The absolute path cannot be DOS-style , 16448 # (if the path is not absolute). The absolute path cannot be DOS-style ,
16428 # because $ac_f cannot contain `:'. 16449 # because $ac_f cannot contain `:'.
16429 test -f "$ac_f" || 16450 test -f "$ac_f" ||
16430 case $ac_f in 16451 case $ac_f in
16431 [\\/$]*) false;; 16452 [\\/$]*) false;;
16432 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 16453 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16433 esac || 16454 esac ||
16434 » as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 16455 » as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16435 esac 16456 esac
16436 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; es ac 16457 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; es ac
16437 as_fn_append ac_file_inputs " '$ac_f'" 16458 as_fn_append ac_file_inputs " '$ac_f'"
16438 done 16459 done
16439 16460
16440 # Let's still pretend it is `configure' which instantiates (i.e., don't 16461 # Let's still pretend it is `configure' which instantiates (i.e., don't
16441 # use $as_me), people would be surprised to read: 16462 # use $as_me), people would be surprised to read:
16442 # /* config.h. Generated by config.status. */ 16463 # /* config.h. Generated by config.status. */
16443 configure_input='Generated from '` 16464 configure_input='Generated from '`
16444 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 16465 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16445 `' by configure.' 16466 `' by configure.'
16446 if test x"$ac_file" != x-; then 16467 if test x"$ac_file" != x-; then
16447 configure_input="$ac_file. $configure_input" 16468 configure_input="$ac_file. $configure_input"
16448 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 16469 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16449 $as_echo "$as_me: creating $ac_file" >&6;} 16470 $as_echo "$as_me: creating $ac_file" >&6;}
16450 fi 16471 fi
16451 # Neutralize special characters interpreted by sed in replacement strings. 16472 # Neutralize special characters interpreted by sed in replacement strings.
16452 case $configure_input in #( 16473 case $configure_input in #(
16453 *\&* | *\|* | *\\* ) 16474 *\&* | *\|* | *\\* )
16454 ac_sed_conf_input=`$as_echo "$configure_input" | 16475 ac_sed_conf_input=`$as_echo "$configure_input" |
16455 sed 's/[\\\\&|]/\\\\&/g'`;; #( 16476 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16456 *) ac_sed_conf_input=$configure_input;; 16477 *) ac_sed_conf_input=$configure_input;;
16457 esac 16478 esac
16458 16479
16459 case $ac_tag in 16480 case $ac_tag in
16460 *:-:* | *:-) cat >"$tmp/stdin" \ 16481 *:-:* | *:-) cat >"$tmp/stdin" \
16461 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 16482 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16462 esac 16483 esac
16463 ;; 16484 ;;
16464 esac 16485 esac
16465 16486
16466 ac_dir=`$as_dirname -- "$ac_file" || 16487 ac_dir=`$as_dirname -- "$ac_file" ||
16467 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 16488 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16468 X"$ac_file" : 'X\(//\)[^/]' \| \ 16489 X"$ac_file" : 'X\(//\)[^/]' \| \
16469 X"$ac_file" : 'X\(//\)$' \| \ 16490 X"$ac_file" : 'X\(//\)$' \| \
16470 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 16491 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16471 $as_echo X"$ac_file" | 16492 $as_echo X"$ac_file" |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
16588 s&@top_srcdir@&$ac_top_srcdir&;t t 16609 s&@top_srcdir@&$ac_top_srcdir&;t t
16589 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 16610 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16590 s&@builddir@&$ac_builddir&;t t 16611 s&@builddir@&$ac_builddir&;t t
16591 s&@abs_builddir@&$ac_abs_builddir&;t t 16612 s&@abs_builddir@&$ac_abs_builddir&;t t
16592 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 16613 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16593 s&@INSTALL@&$ac_INSTALL&;t t 16614 s&@INSTALL@&$ac_INSTALL&;t t
16594 s&@MKDIR_P@&$ac_MKDIR_P&;t t 16615 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16595 $ac_datarootdir_hack 16616 $ac_datarootdir_hack
16596 " 16617 "
16597 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/ou t \ 16618 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/ou t \
16598 || as_fn_error "could not create $ac_file" "$LINENO" 5 16619 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16599 16620
16600 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 16621 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16601 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 16622 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16602 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out" ; } && 16623 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out" ; } &&
16603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a referenc e to the variable \`datarootdir' 16624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a referenc e to the variable \`datarootdir'
16604 which seems to be undefined. Please make sure it is defined." >&5 16625 which seems to be undefined. Please make sure it is defined" >&5
16605 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar ootdir' 16626 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar ootdir'
16606 which seems to be undefined. Please make sure it is defined." >&2;} 16627 which seems to be undefined. Please make sure it is defined" >&2;}
16607 16628
16608 rm -f "$tmp/stdin" 16629 rm -f "$tmp/stdin"
16609 case $ac_file in 16630 case $ac_file in
16610 -) cat "$tmp/out" && rm -f "$tmp/out";; 16631 -) cat "$tmp/out" && rm -f "$tmp/out";;
16611 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 16632 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16612 esac \ 16633 esac \
16613 || as_fn_error "could not create $ac_file" "$LINENO" 5 16634 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16614 ;; 16635 ;;
16615 :H) 16636 :H)
16616 # 16637 #
16617 # CONFIG_HEADER 16638 # CONFIG_HEADER
16618 # 16639 #
16619 if test x"$ac_file" != x-; then 16640 if test x"$ac_file" != x-; then
16620 { 16641 {
16621 $as_echo "/* $configure_input */" \ 16642 $as_echo "/* $configure_input */" \
16622 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 16643 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16623 } >"$tmp/config.h" \ 16644 } >"$tmp/config.h" \
16624 || as_fn_error "could not create $ac_file" "$LINENO" 5 16645 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16625 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 16646 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16626 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 16647 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16627 $as_echo "$as_me: $ac_file is unchanged" >&6;} 16648 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16628 else 16649 else
16629 rm -f "$ac_file" 16650 rm -f "$ac_file"
16630 mv "$tmp/config.h" "$ac_file" \ 16651 mv "$tmp/config.h" "$ac_file" \
16631 » || as_fn_error "could not create $ac_file" "$LINENO" 5 16652 » || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16632 fi 16653 fi
16633 else 16654 else
16634 $as_echo "/* $configure_input */" \ 16655 $as_echo "/* $configure_input */" \
16635 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 16656 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16636 || as_fn_error "could not create -" "$LINENO" 5 16657 || as_fn_error $? "could not create -" "$LINENO" 5
16637 fi 16658 fi
16638 # Compute "$ac_file"'s index in $config_headers. 16659 # Compute "$ac_file"'s index in $config_headers.
16639 _am_arg="$ac_file" 16660 _am_arg="$ac_file"
16640 _am_stamp_count=1 16661 _am_stamp_count=1
16641 for _am_header in $config_headers :; do 16662 for _am_header in $config_headers :; do
16642 case $_am_header in 16663 case $_am_header in
16643 $_am_arg | $_am_arg:* ) 16664 $_am_arg | $_am_arg:* )
16644 break ;; 16665 break ;;
16645 * ) 16666 * )
16646 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 16667 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
17578 17599
17579 esac 17600 esac
17580 done # for ac_tag 17601 done # for ac_tag
17581 17602
17582 17603
17583 as_fn_exit 0 17604 as_fn_exit 0
17584 _ACEOF 17605 _ACEOF
17585 ac_clean_files=$ac_clean_files_save 17606 ac_clean_files=$ac_clean_files_save
17586 17607
17587 test $ac_write_fail = 0 || 17608 test $ac_write_fail = 0 ||
17588 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 17609 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17589 17610
17590 17611
17591 # configure is writing to config.log, and then calls config.status. 17612 # configure is writing to config.log, and then calls config.status.
17592 # config.status does its own redirection, appending to config.log. 17613 # config.status does its own redirection, appending to config.log.
17593 # Unfortunately, on DOS this fails, as config.log is still kept open 17614 # Unfortunately, on DOS this fails, as config.log is still kept open
17594 # by configure, so config.status won't be able to write to it; its 17615 # by configure, so config.status won't be able to write to it; its
17595 # output is simply discarded. So we exec the FD to /dev/null, 17616 # output is simply discarded. So we exec the FD to /dev/null,
17596 # effectively closing config.log, so it can be properly (re)opened and 17617 # effectively closing config.log, so it can be properly (re)opened and
17597 # appended to by config.status. When coming back to configure, we 17618 # appended to by config.status. When coming back to configure, we
17598 # need to make the FD available again. 17619 # need to make the FD available again.
17599 if test "$no_create" != yes; then 17620 if test "$no_create" != yes; then
17600 ac_cs_success=: 17621 ac_cs_success=:
17601 ac_config_status_args= 17622 ac_config_status_args=
17602 test "$silent" = yes && 17623 test "$silent" = yes &&
17603 ac_config_status_args="$ac_config_status_args --quiet" 17624 ac_config_status_args="$ac_config_status_args --quiet"
17604 exec 5>/dev/null 17625 exec 5>/dev/null
17605 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 17626 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17606 exec 5>>config.log 17627 exec 5>>config.log
17607 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 17628 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17608 # would make configure fail if this is the last instruction. 17629 # would make configure fail if this is the last instruction.
17609 $ac_cs_success || as_fn_exit $? 17630 $ac_cs_success || as_fn_exit 1
17610 fi 17631 fi
17611 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 17632 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 17633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
17613 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 17634 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17614 fi 17635 fi
17615 17636
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted