Mercurial > urweb
comparison configure @ 1315:855c5adafc2d
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 02 Nov 2010 09:13:00 -0400 |
parents | be2ef50780ed |
children | e12cef71aa1a |
comparison
equal
deleted
inserted
replaced
1314:6c2e565adca6 | 1315:855c5adafc2d |
---|---|
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 urweb 1.0. | 3 # Generated by GNU Autoconf 2.67 for urweb 1.0. |
4 # | 4 # |
5 # | 5 # |
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
8 # Inc. | 8 # Foundation, Inc. |
9 # | 9 # |
10 # | 10 # |
11 # This configure script is free software; the Free Software Foundation | 11 # This configure script is free software; the Free Software Foundation |
12 # gives unlimited permission to copy, distribute and modify it. | 12 # gives unlimited permission to copy, distribute and modify it. |
13 ## -------------------- ## | 13 ## -------------------- ## |
314 } | 314 } |
315 s/.*/./; q'` | 315 s/.*/./; q'` |
316 test -d "$as_dir" && break | 316 test -d "$as_dir" && break |
317 done | 317 done |
318 test -z "$as_dirs" || eval "mkdir $as_dirs" | 318 test -z "$as_dirs" || eval "mkdir $as_dirs" |
319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 319 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
320 | 320 |
321 | 321 |
322 } # as_fn_mkdir_p | 322 } # as_fn_mkdir_p |
323 # as_fn_append VAR VALUE | 323 # as_fn_append VAR VALUE |
324 # ---------------------- | 324 # ---------------------- |
354 as_val=`expr "$@" || test $? -eq 1` | 354 as_val=`expr "$@" || test $? -eq 1` |
355 } | 355 } |
356 fi # as_fn_arith | 356 fi # as_fn_arith |
357 | 357 |
358 | 358 |
359 # as_fn_error ERROR [LINENO LOG_FD] | 359 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
360 # --------------------------------- | 360 # ---------------------------------------- |
361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
363 # script with status $?, using 1 if that was 0. | 363 # script with STATUS, using 1 if that was 0. |
364 as_fn_error () | 364 as_fn_error () |
365 { | 365 { |
366 as_status=$?; test $as_status -eq 0 && as_status=1 | 366 as_status=$1; test $as_status -eq 0 && as_status=1 |
367 if test "$3"; then | 367 if test "$4"; then |
368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 368 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
370 fi | 370 fi |
371 $as_echo "$as_me: error: $1" >&2 | 371 $as_echo "$as_me: error: $2" >&2 |
372 as_fn_exit $as_status | 372 as_fn_exit $as_status |
373 } # as_fn_error | 373 } # as_fn_error |
374 | 374 |
375 if expr a : '\(a\)' >/dev/null 2>&1 && | 375 if expr a : '\(a\)' >/dev/null 2>&1 && |
376 test "X`expr 00001 : '.*\(...\)'`" = X001; then | 376 test "X`expr 00001 : '.*\(...\)'`" = X001; then |
677 | 677 |
678 test -n "$DJDIR" || exec 7<&0 </dev/null | 678 test -n "$DJDIR" || exec 7<&0 </dev/null |
679 exec 6>&1 | 679 exec 6>&1 |
680 | 680 |
681 # Name of the host. | 681 # Name of the host. |
682 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 682 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
683 # so uname gets run too. | 683 # so uname gets run too. |
684 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 684 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
685 | 685 |
686 # | 686 # |
687 # Initializations. | 687 # Initializations. |
936 ac_prev= | 936 ac_prev= |
937 continue | 937 continue |
938 fi | 938 fi |
939 | 939 |
940 case $ac_option in | 940 case $ac_option in |
941 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 941 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
942 *) ac_optarg=yes ;; | 942 *=) ac_optarg= ;; |
943 *) ac_optarg=yes ;; | |
943 esac | 944 esac |
944 | 945 |
945 # Accept the important Cygnus configure options, so we can diagnose typos. | 946 # Accept the important Cygnus configure options, so we can diagnose typos. |
946 | 947 |
947 case $ac_dashdash$ac_option in | 948 case $ac_dashdash$ac_option in |
982 | 983 |
983 -disable-* | --disable-*) | 984 -disable-* | --disable-*) |
984 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 985 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
985 # Reject names that are not valid shell variable names. | 986 # Reject names that are not valid shell variable names. |
986 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
987 as_fn_error "invalid feature name: $ac_useropt" | 988 as_fn_error $? "invalid feature name: $ac_useropt" |
988 ac_useropt_orig=$ac_useropt | 989 ac_useropt_orig=$ac_useropt |
989 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
990 case $ac_user_opts in | 991 case $ac_user_opts in |
991 *" | 992 *" |
992 "enable_$ac_useropt" | 993 "enable_$ac_useropt" |
1008 | 1009 |
1009 -enable-* | --enable-*) | 1010 -enable-* | --enable-*) |
1010 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1011 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
1011 # Reject names that are not valid shell variable names. | 1012 # Reject names that are not valid shell variable names. |
1012 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1013 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1013 as_fn_error "invalid feature name: $ac_useropt" | 1014 as_fn_error $? "invalid feature name: $ac_useropt" |
1014 ac_useropt_orig=$ac_useropt | 1015 ac_useropt_orig=$ac_useropt |
1015 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1016 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1016 case $ac_user_opts in | 1017 case $ac_user_opts in |
1017 *" | 1018 *" |
1018 "enable_$ac_useropt" | 1019 "enable_$ac_useropt" |
1212 | 1213 |
1213 -with-* | --with-*) | 1214 -with-* | --with-*) |
1214 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1215 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1215 # Reject names that are not valid shell variable names. | 1216 # Reject names that are not valid shell variable names. |
1216 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1217 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1217 as_fn_error "invalid package name: $ac_useropt" | 1218 as_fn_error $? "invalid package name: $ac_useropt" |
1218 ac_useropt_orig=$ac_useropt | 1219 ac_useropt_orig=$ac_useropt |
1219 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1220 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1220 case $ac_user_opts in | 1221 case $ac_user_opts in |
1221 *" | 1222 *" |
1222 "with_$ac_useropt" | 1223 "with_$ac_useropt" |
1228 | 1229 |
1229 -without-* | --without-*) | 1230 -without-* | --without-*) |
1230 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1231 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1231 # Reject names that are not valid shell variable names. | 1232 # Reject names that are not valid shell variable names. |
1232 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1233 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1233 as_fn_error "invalid package name: $ac_useropt" | 1234 as_fn_error $? "invalid package name: $ac_useropt" |
1234 ac_useropt_orig=$ac_useropt | 1235 ac_useropt_orig=$ac_useropt |
1235 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1236 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1236 case $ac_user_opts in | 1237 case $ac_user_opts in |
1237 *" | 1238 *" |
1238 "with_$ac_useropt" | 1239 "with_$ac_useropt" |
1258 ac_prev=x_libraries ;; | 1259 ac_prev=x_libraries ;; |
1259 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | 1260 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
1260 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1261 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1261 x_libraries=$ac_optarg ;; | 1262 x_libraries=$ac_optarg ;; |
1262 | 1263 |
1263 -*) as_fn_error "unrecognized option: \`$ac_option' | 1264 -*) as_fn_error $? "unrecognized option: \`$ac_option' |
1264 Try \`$0 --help' for more information." | 1265 Try \`$0 --help' for more information" |
1265 ;; | 1266 ;; |
1266 | 1267 |
1267 *=*) | 1268 *=*) |
1268 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | 1269 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
1269 # Reject names that are not valid shell variable names. | 1270 # Reject names that are not valid shell variable names. |
1270 case $ac_envvar in #( | 1271 case $ac_envvar in #( |
1271 '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1272 '' | [0-9]* | *[!_$as_cr_alnum]* ) |
1272 as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 1273 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
1273 esac | 1274 esac |
1274 eval $ac_envvar=\$ac_optarg | 1275 eval $ac_envvar=\$ac_optarg |
1275 export $ac_envvar ;; | 1276 export $ac_envvar ;; |
1276 | 1277 |
1277 *) | 1278 *) |
1285 esac | 1286 esac |
1286 done | 1287 done |
1287 | 1288 |
1288 if test -n "$ac_prev"; then | 1289 if test -n "$ac_prev"; then |
1289 ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1290 ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1290 as_fn_error "missing argument to $ac_option" | 1291 as_fn_error $? "missing argument to $ac_option" |
1291 fi | 1292 fi |
1292 | 1293 |
1293 if test -n "$ac_unrecognized_opts"; then | 1294 if test -n "$ac_unrecognized_opts"; then |
1294 case $enable_option_checking in | 1295 case $enable_option_checking in |
1295 no) ;; | 1296 no) ;; |
1296 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1297 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
1297 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1298 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1298 esac | 1299 esac |
1299 fi | 1300 fi |
1300 | 1301 |
1301 # Check all directory arguments for consistency. | 1302 # Check all directory arguments for consistency. |
1314 # Be sure to have absolute directory names. | 1315 # Be sure to have absolute directory names. |
1315 case $ac_val in | 1316 case $ac_val in |
1316 [\\/$]* | ?:[\\/]* ) continue;; | 1317 [\\/$]* | ?:[\\/]* ) continue;; |
1317 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1318 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1318 esac | 1319 esac |
1319 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1320 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
1320 done | 1321 done |
1321 | 1322 |
1322 # There might be people who depend on the old broken behavior: `$host' | 1323 # There might be people who depend on the old broken behavior: `$host' |
1323 # used to hold the argument of --host etc. | 1324 # used to hold the argument of --host etc. |
1324 # FIXME: To remove some day. | 1325 # FIXME: To remove some day. |
1328 | 1329 |
1329 # FIXME: To remove some day. | 1330 # FIXME: To remove some day. |
1330 if test "x$host_alias" != x; then | 1331 if test "x$host_alias" != x; then |
1331 if test "x$build_alias" = x; then | 1332 if test "x$build_alias" = x; then |
1332 cross_compiling=maybe | 1333 cross_compiling=maybe |
1333 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1334 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
1334 If a cross compiler is detected then cross compile mode will be used." >&2 | 1335 If a cross compiler is detected then cross compile mode will be used" >&2 |
1335 elif test "x$build_alias" != "x$host_alias"; then | 1336 elif test "x$build_alias" != "x$host_alias"; then |
1336 cross_compiling=yes | 1337 cross_compiling=yes |
1337 fi | 1338 fi |
1338 fi | 1339 fi |
1339 | 1340 |
1344 | 1345 |
1345 | 1346 |
1346 ac_pwd=`pwd` && test -n "$ac_pwd" && | 1347 ac_pwd=`pwd` && test -n "$ac_pwd" && |
1347 ac_ls_di=`ls -di .` && | 1348 ac_ls_di=`ls -di .` && |
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1349 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1349 as_fn_error "working directory cannot be determined" | 1350 as_fn_error $? "working directory cannot be determined" |
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1351 as_fn_error "pwd does not report name of working directory" | 1352 as_fn_error $? "pwd does not report name of working directory" |
1352 | 1353 |
1353 | 1354 |
1354 # Find the source files, if location was not specified. | 1355 # Find the source files, if location was not specified. |
1355 if test -z "$srcdir"; then | 1356 if test -z "$srcdir"; then |
1356 ac_srcdir_defaulted=yes | 1357 ac_srcdir_defaulted=yes |
1385 else | 1386 else |
1386 ac_srcdir_defaulted=no | 1387 ac_srcdir_defaulted=no |
1387 fi | 1388 fi |
1388 if test ! -r "$srcdir/$ac_unique_file"; then | 1389 if test ! -r "$srcdir/$ac_unique_file"; then |
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1390 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1391 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
1391 fi | 1392 fi |
1392 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1393 ac_abs_confdir=`( | 1394 ac_abs_confdir=`( |
1394 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1395 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
1395 pwd)` | 1396 pwd)` |
1396 # When building in place, set srcdir=. | 1397 # When building in place, set srcdir=. |
1397 if test "$ac_abs_confdir" = "$ac_pwd"; then | 1398 if test "$ac_abs_confdir" = "$ac_pwd"; then |
1398 srcdir=. | 1399 srcdir=. |
1399 fi | 1400 fi |
1429 Configuration: | 1430 Configuration: |
1430 -h, --help display this help and exit | 1431 -h, --help display this help and exit |
1431 --help=short display options specific to this package | 1432 --help=short display options specific to this package |
1432 --help=recursive display the short help of all the included packages | 1433 --help=recursive display the short help of all the included packages |
1433 -V, --version display version information and exit | 1434 -V, --version display version information and exit |
1434 -q, --quiet, --silent do not print \`checking...' messages | 1435 -q, --quiet, --silent do not print \`checking ...' messages |
1435 --cache-file=FILE cache test results in FILE [disabled] | 1436 --cache-file=FILE cache test results in FILE [disabled] |
1436 -C, --config-cache alias for \`--cache-file=config.cache' | 1437 -C, --config-cache alias for \`--cache-file=config.cache' |
1437 -n, --no-create do not create output files | 1438 -n, --no-create do not create output files |
1438 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | 1439 --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
1439 | 1440 |
1585 | 1586 |
1586 test -n "$ac_init_help" && exit $ac_status | 1587 test -n "$ac_init_help" && exit $ac_status |
1587 if $ac_init_version; then | 1588 if $ac_init_version; then |
1588 cat <<\_ACEOF | 1589 cat <<\_ACEOF |
1589 urweb configure 1.0 | 1590 urweb configure 1.0 |
1590 generated by GNU Autoconf 2.65 | 1591 generated by GNU Autoconf 2.67 |
1591 | 1592 |
1592 Copyright (C) 2009 Free Software Foundation, Inc. | 1593 Copyright (C) 2010 Free Software Foundation, Inc. |
1593 This configure script is free software; the Free Software Foundation | 1594 This configure script is free software; the Free Software Foundation |
1594 gives unlimited permission to copy, distribute and modify it. | 1595 gives unlimited permission to copy, distribute and modify it. |
1595 _ACEOF | 1596 _ACEOF |
1596 exit | 1597 exit |
1597 fi | 1598 fi |
1657 grep -v '^ *+' conftest.err >conftest.er1 | 1658 grep -v '^ *+' conftest.err >conftest.er1 |
1658 cat conftest.er1 >&5 | 1659 cat conftest.er1 >&5 |
1659 mv -f conftest.er1 conftest.err | 1660 mv -f conftest.er1 conftest.err |
1660 fi | 1661 fi |
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1662 test $ac_status = 0; } >/dev/null && { | 1663 test $ac_status = 0; } > conftest.i && { |
1663 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1664 test ! -s conftest.err | 1665 test ! -s conftest.err |
1665 }; then : | 1666 }; then : |
1666 ac_retval=0 | 1667 ac_retval=0 |
1667 else | 1668 else |
1681 # the include files in INCLUDES and setting the cache variable VAR | 1682 # the include files in INCLUDES and setting the cache variable VAR |
1682 # accordingly. | 1683 # accordingly. |
1683 ac_fn_c_check_header_mongrel () | 1684 ac_fn_c_check_header_mongrel () |
1684 { | 1685 { |
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1686 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1687 if eval "test \"\${$3+set}\"" = set; then : |
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1688 $as_echo_n "checking for $2... " >&6; } | 1689 $as_echo_n "checking for $2... " >&6; } |
1689 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1690 if eval "test \"\${$3+set}\"" = set; then : |
1690 $as_echo_n "(cached) " >&6 | 1691 $as_echo_n "(cached) " >&6 |
1691 fi | 1692 fi |
1692 eval ac_res=\$$3 | 1693 eval ac_res=\$$3 |
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1694 $as_echo "$ac_res" >&6; } | 1695 $as_echo "$ac_res" >&6; } |
1720 if ac_fn_c_try_cpp "$LINENO"; then : | 1721 if ac_fn_c_try_cpp "$LINENO"; then : |
1721 ac_header_preproc=yes | 1722 ac_header_preproc=yes |
1722 else | 1723 else |
1723 ac_header_preproc=no | 1724 ac_header_preproc=no |
1724 fi | 1725 fi |
1725 rm -f conftest.err conftest.$ac_ext | 1726 rm -f conftest.err conftest.i conftest.$ac_ext |
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1727 $as_echo "$ac_header_preproc" >&6; } | 1728 $as_echo "$ac_header_preproc" >&6; } |
1728 | 1729 |
1729 # So? What about this header? | 1730 # So? What about this header? |
1730 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( | 1731 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( |
1747 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | 1748 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1748 ;; | 1749 ;; |
1749 esac | 1750 esac |
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1751 $as_echo_n "checking for $2... " >&6; } | 1752 $as_echo_n "checking for $2... " >&6; } |
1752 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1753 if eval "test \"\${$3+set}\"" = set; then : |
1753 $as_echo_n "(cached) " >&6 | 1754 $as_echo_n "(cached) " >&6 |
1754 else | 1755 else |
1755 eval "$3=\$ac_header_compiler" | 1756 eval "$3=\$ac_header_compiler" |
1756 fi | 1757 fi |
1757 eval ac_res=\$$3 | 1758 eval ac_res=\$$3 |
1811 ac_fn_c_check_header_compile () | 1812 ac_fn_c_check_header_compile () |
1812 { | 1813 { |
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1815 $as_echo_n "checking for $2... " >&6; } | 1816 $as_echo_n "checking for $2... " >&6; } |
1816 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1817 if eval "test \"\${$3+set}\"" = set; then : |
1817 $as_echo_n "(cached) " >&6 | 1818 $as_echo_n "(cached) " >&6 |
1818 else | 1819 else |
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1820 /* end confdefs.h. */ | 1821 /* end confdefs.h. */ |
1821 $4 | 1822 $4 |
1887 ac_fn_c_check_func () | 1888 ac_fn_c_check_func () |
1888 { | 1889 { |
1889 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1890 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1891 $as_echo_n "checking for $2... " >&6; } | 1892 $as_echo_n "checking for $2... " >&6; } |
1892 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1893 if eval "test \"\${$3+set}\"" = set; then : |
1893 $as_echo_n "(cached) " >&6 | 1894 $as_echo_n "(cached) " >&6 |
1894 else | 1895 else |
1895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1896 /* end confdefs.h. */ | 1897 /* end confdefs.h. */ |
1897 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. | 1898 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. |
1950 cat >config.log <<_ACEOF | 1951 cat >config.log <<_ACEOF |
1951 This file contains any messages produced by compilers while | 1952 This file contains any messages produced by compilers while |
1952 running configure, to aid debugging if configure makes a mistake. | 1953 running configure, to aid debugging if configure makes a mistake. |
1953 | 1954 |
1954 It was created by urweb $as_me 1.0, which was | 1955 It was created by urweb $as_me 1.0, which was |
1955 generated by GNU Autoconf 2.65. Invocation command line was | 1956 generated by GNU Autoconf 2.67. Invocation command line was |
1956 | 1957 |
1957 $ $0 $@ | 1958 $ $0 $@ |
1958 | 1959 |
1959 _ACEOF | 1960 _ACEOF |
1960 exec 5>>config.log | 1961 exec 5>>config.log |
2060 trap 'exit_status=$? | 2061 trap 'exit_status=$? |
2061 # Save into config.log some information that might help in debugging. | 2062 # Save into config.log some information that might help in debugging. |
2062 { | 2063 { |
2063 echo | 2064 echo |
2064 | 2065 |
2065 cat <<\_ASBOX | 2066 $as_echo "## ---------------- ## |
2066 ## ---------------- ## | |
2067 ## Cache variables. ## | 2067 ## Cache variables. ## |
2068 ## ---------------- ## | 2068 ## ---------------- ##" |
2069 _ASBOX | |
2070 echo | 2069 echo |
2071 # The following way of writing the cache mishandles newlines in values, | 2070 # The following way of writing the cache mishandles newlines in values, |
2072 ( | 2071 ( |
2073 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | 2072 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
2074 eval ac_val=\$$ac_var | 2073 eval ac_val=\$$ac_var |
2098 esac | | 2097 esac | |
2099 sort | 2098 sort |
2100 ) | 2099 ) |
2101 echo | 2100 echo |
2102 | 2101 |
2103 cat <<\_ASBOX | 2102 $as_echo "## ----------------- ## |
2104 ## ----------------- ## | |
2105 ## Output variables. ## | 2103 ## Output variables. ## |
2106 ## ----------------- ## | 2104 ## ----------------- ##" |
2107 _ASBOX | |
2108 echo | 2105 echo |
2109 for ac_var in $ac_subst_vars | 2106 for ac_var in $ac_subst_vars |
2110 do | 2107 do |
2111 eval ac_val=\$$ac_var | 2108 eval ac_val=\$$ac_var |
2112 case $ac_val in | 2109 case $ac_val in |
2115 $as_echo "$ac_var='\''$ac_val'\''" | 2112 $as_echo "$ac_var='\''$ac_val'\''" |
2116 done | sort | 2113 done | sort |
2117 echo | 2114 echo |
2118 | 2115 |
2119 if test -n "$ac_subst_files"; then | 2116 if test -n "$ac_subst_files"; then |
2120 cat <<\_ASBOX | 2117 $as_echo "## ------------------- ## |
2121 ## ------------------- ## | |
2122 ## File substitutions. ## | 2118 ## File substitutions. ## |
2123 ## ------------------- ## | 2119 ## ------------------- ##" |
2124 _ASBOX | |
2125 echo | 2120 echo |
2126 for ac_var in $ac_subst_files | 2121 for ac_var in $ac_subst_files |
2127 do | 2122 do |
2128 eval ac_val=\$$ac_var | 2123 eval ac_val=\$$ac_var |
2129 case $ac_val in | 2124 case $ac_val in |
2133 done | sort | 2128 done | sort |
2134 echo | 2129 echo |
2135 fi | 2130 fi |
2136 | 2131 |
2137 if test -s confdefs.h; then | 2132 if test -s confdefs.h; then |
2138 cat <<\_ASBOX | 2133 $as_echo "## ----------- ## |
2139 ## ----------- ## | |
2140 ## confdefs.h. ## | 2134 ## confdefs.h. ## |
2141 ## ----------- ## | 2135 ## ----------- ##" |
2142 _ASBOX | |
2143 echo | 2136 echo |
2144 cat confdefs.h | 2137 cat confdefs.h |
2145 echo | 2138 echo |
2146 fi | 2139 fi |
2147 test "$ac_signal" != 0 && | 2140 test "$ac_signal" != 0 && |
2192 # Let the site file select an alternate cache file if it wants to. | 2185 # Let the site file select an alternate cache file if it wants to. |
2193 # Prefer an explicitly selected file to automatically selected ones. | 2186 # Prefer an explicitly selected file to automatically selected ones. |
2194 ac_site_file1=NONE | 2187 ac_site_file1=NONE |
2195 ac_site_file2=NONE | 2188 ac_site_file2=NONE |
2196 if test -n "$CONFIG_SITE"; then | 2189 if test -n "$CONFIG_SITE"; then |
2197 ac_site_file1=$CONFIG_SITE | 2190 # We do not want a PATH search for config.site. |
2191 case $CONFIG_SITE in #(( | |
2192 -*) ac_site_file1=./$CONFIG_SITE;; | |
2193 */*) ac_site_file1=$CONFIG_SITE;; | |
2194 *) ac_site_file1=./$CONFIG_SITE;; | |
2195 esac | |
2198 elif test "x$prefix" != xNONE; then | 2196 elif test "x$prefix" != xNONE; then |
2199 ac_site_file1=$prefix/share/config.site | 2197 ac_site_file1=$prefix/share/config.site |
2200 ac_site_file2=$prefix/etc/config.site | 2198 ac_site_file2=$prefix/etc/config.site |
2201 else | 2199 else |
2202 ac_site_file1=$ac_default_prefix/share/config.site | 2200 ac_site_file1=$ac_default_prefix/share/config.site |
2207 test "x$ac_site_file" = xNONE && continue | 2205 test "x$ac_site_file" = xNONE && continue |
2208 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then | 2206 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2207 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2210 $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2208 $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2211 sed 's/^/| /' "$ac_site_file" >&5 | 2209 sed 's/^/| /' "$ac_site_file" >&5 |
2212 . "$ac_site_file" | 2210 . "$ac_site_file" \ |
2211 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | |
2212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | |
2213 as_fn_error $? "failed to load site script $ac_site_file | |
2214 See \`config.log' for more details" "$LINENO" 5 ; } | |
2213 fi | 2215 fi |
2214 done | 2216 done |
2215 | 2217 |
2216 if test -r "$cache_file"; then | 2218 if test -r "$cache_file"; then |
2217 # Some versions of bash will fail to source /dev/null (special files | 2219 # Some versions of bash will fail to source /dev/null (special files |
2283 if $ac_cache_corrupted; then | 2285 if $ac_cache_corrupted; then |
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2286 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2285 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2288 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2287 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2289 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2288 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2290 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2289 fi | 2291 fi |
2290 ## -------------------- ## | 2292 ## -------------------- ## |
2291 ## Main body of script. ## | 2293 ## Main body of script. ## |
2292 ## -------------------- ## | 2294 ## -------------------- ## |
2293 | 2295 |
2596 fi | 2598 fi |
2597 | 2599 |
2598 | 2600 |
2599 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2601 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2600 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2602 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2601 as_fn_error "no acceptable C compiler found in \$PATH | 2603 as_fn_error $? "no acceptable C compiler found in \$PATH |
2602 See \`config.log' for more details." "$LINENO" 5; } | 2604 See \`config.log' for more details" "$LINENO" 5 ; } |
2603 | 2605 |
2604 # Provide some information about the compiler. | 2606 # Provide some information about the compiler. |
2605 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 2607 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
2606 set X $ac_compile | 2608 set X $ac_compile |
2607 ac_compiler=$2 | 2609 ac_compiler=$2 |
2711 $as_echo "$as_me: failed program was:" >&5 | 2713 $as_echo "$as_me: failed program was:" >&5 |
2712 sed 's/^/| /' conftest.$ac_ext >&5 | 2714 sed 's/^/| /' conftest.$ac_ext >&5 |
2713 | 2715 |
2714 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2716 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2715 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2717 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2716 { as_fn_set_status 77 | 2718 as_fn_error 77 "C compiler cannot create executables |
2717 as_fn_error "C compiler cannot create executables | 2719 See \`config.log' for more details" "$LINENO" 5 ; } |
2718 See \`config.log' for more details." "$LINENO" 5; }; } | |
2719 else | 2720 else |
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 2721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
2721 $as_echo "yes" >&6; } | 2722 $as_echo "yes" >&6; } |
2722 fi | 2723 fi |
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 | 2724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
2755 esac | 2756 esac |
2756 done | 2757 done |
2757 else | 2758 else |
2758 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2759 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2759 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2760 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2760 as_fn_error "cannot compute suffix of executables: cannot compile and link | 2761 as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
2761 See \`config.log' for more details." "$LINENO" 5; } | 2762 See \`config.log' for more details" "$LINENO" 5 ; } |
2762 fi | 2763 fi |
2763 rm -f conftest conftest$ac_cv_exeext | 2764 rm -f conftest conftest$ac_cv_exeext |
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
2765 $as_echo "$ac_cv_exeext" >&6; } | 2766 $as_echo "$ac_cv_exeext" >&6; } |
2766 | 2767 |
2813 if test "$cross_compiling" = maybe; then | 2814 if test "$cross_compiling" = maybe; then |
2814 cross_compiling=yes | 2815 cross_compiling=yes |
2815 else | 2816 else |
2816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2818 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2818 as_fn_error "cannot run C compiled programs. | 2819 as_fn_error $? "cannot run C compiled programs. |
2819 If you meant to cross compile, use \`--host'. | 2820 If you meant to cross compile, use \`--host'. |
2820 See \`config.log' for more details." "$LINENO" 5; } | 2821 See \`config.log' for more details" "$LINENO" 5 ; } |
2821 fi | 2822 fi |
2822 fi | 2823 fi |
2823 fi | 2824 fi |
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 | 2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
2825 $as_echo "$cross_compiling" >&6; } | 2826 $as_echo "$cross_compiling" >&6; } |
2866 $as_echo "$as_me: failed program was:" >&5 | 2867 $as_echo "$as_me: failed program was:" >&5 |
2867 sed 's/^/| /' conftest.$ac_ext >&5 | 2868 sed 's/^/| /' conftest.$ac_ext >&5 |
2868 | 2869 |
2869 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 2870 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2871 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2871 as_fn_error "cannot compute suffix of object files: cannot compile | 2872 as_fn_error $? "cannot compute suffix of object files: cannot compile |
2872 See \`config.log' for more details." "$LINENO" 5; } | 2873 See \`config.log' for more details" "$LINENO" 5 ; } |
2873 fi | 2874 fi |
2874 rm -f conftest.$ac_cv_objext conftest.$ac_ext | 2875 rm -f conftest.$ac_cv_objext conftest.$ac_ext |
2875 fi | 2876 fi |
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 | 2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 |
2877 $as_echo "$ac_cv_objext" >&6; } | 2878 $as_echo "$ac_cv_objext" >&6; } |
3130 | 3131 |
3131 else | 3132 else |
3132 # Broken: fails on valid input. | 3133 # Broken: fails on valid input. |
3133 continue | 3134 continue |
3134 fi | 3135 fi |
3135 rm -f conftest.err conftest.$ac_ext | 3136 rm -f conftest.err conftest.i conftest.$ac_ext |
3136 | 3137 |
3137 # OK, works on sane cases. Now check whether nonexistent headers | 3138 # OK, works on sane cases. Now check whether nonexistent headers |
3138 # can be detected and how. | 3139 # can be detected and how. |
3139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3140 /* end confdefs.h. */ | 3141 /* end confdefs.h. */ |
3146 else | 3147 else |
3147 # Passes both tests. | 3148 # Passes both tests. |
3148 ac_preproc_ok=: | 3149 ac_preproc_ok=: |
3149 break | 3150 break |
3150 fi | 3151 fi |
3151 rm -f conftest.err conftest.$ac_ext | 3152 rm -f conftest.err conftest.i conftest.$ac_ext |
3152 | 3153 |
3153 done | 3154 done |
3154 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3155 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
3155 rm -f conftest.err conftest.$ac_ext | 3156 rm -f conftest.i conftest.err conftest.$ac_ext |
3156 if $ac_preproc_ok; then : | 3157 if $ac_preproc_ok; then : |
3157 break | 3158 break |
3158 fi | 3159 fi |
3159 | 3160 |
3160 done | 3161 done |
3189 | 3190 |
3190 else | 3191 else |
3191 # Broken: fails on valid input. | 3192 # Broken: fails on valid input. |
3192 continue | 3193 continue |
3193 fi | 3194 fi |
3194 rm -f conftest.err conftest.$ac_ext | 3195 rm -f conftest.err conftest.i conftest.$ac_ext |
3195 | 3196 |
3196 # OK, works on sane cases. Now check whether nonexistent headers | 3197 # OK, works on sane cases. Now check whether nonexistent headers |
3197 # can be detected and how. | 3198 # can be detected and how. |
3198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 3199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3199 /* end confdefs.h. */ | 3200 /* end confdefs.h. */ |
3205 else | 3206 else |
3206 # Passes both tests. | 3207 # Passes both tests. |
3207 ac_preproc_ok=: | 3208 ac_preproc_ok=: |
3208 break | 3209 break |
3209 fi | 3210 fi |
3210 rm -f conftest.err conftest.$ac_ext | 3211 rm -f conftest.err conftest.i conftest.$ac_ext |
3211 | 3212 |
3212 done | 3213 done |
3213 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 3214 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
3214 rm -f conftest.err conftest.$ac_ext | 3215 rm -f conftest.i conftest.err conftest.$ac_ext |
3215 if $ac_preproc_ok; then : | 3216 if $ac_preproc_ok; then : |
3216 | 3217 |
3217 else | 3218 else |
3218 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3219 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3220 as_fn_error "C preprocessor \"$CPP\" fails sanity check | 3221 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
3221 See \`config.log' for more details." "$LINENO" 5; } | 3222 See \`config.log' for more details" "$LINENO" 5 ; } |
3222 fi | 3223 fi |
3223 | 3224 |
3224 ac_ext=c | 3225 ac_ext=c |
3225 ac_cpp='$CPP $CPPFLAGS' | 3226 ac_cpp='$CPP $CPPFLAGS' |
3226 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3277 done | 3278 done |
3278 done | 3279 done |
3279 done | 3280 done |
3280 IFS=$as_save_IFS | 3281 IFS=$as_save_IFS |
3281 if test -z "$ac_cv_path_GREP"; then | 3282 if test -z "$ac_cv_path_GREP"; then |
3282 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3283 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
3283 fi | 3284 fi |
3284 else | 3285 else |
3285 ac_cv_path_GREP=$GREP | 3286 ac_cv_path_GREP=$GREP |
3286 fi | 3287 fi |
3287 | 3288 |
3343 done | 3344 done |
3344 done | 3345 done |
3345 done | 3346 done |
3346 IFS=$as_save_IFS | 3347 IFS=$as_save_IFS |
3347 if test -z "$ac_cv_path_EGREP"; then | 3348 if test -z "$ac_cv_path_EGREP"; then |
3348 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 3349 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
3349 fi | 3350 fi |
3350 else | 3351 else |
3351 ac_cv_path_EGREP=$EGREP | 3352 ac_cv_path_EGREP=$EGREP |
3352 fi | 3353 fi |
3353 | 3354 |
3475 inttypes.h stdint.h unistd.h | 3476 inttypes.h stdint.h unistd.h |
3476 do : | 3477 do : |
3477 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 3478 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
3478 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 3479 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
3479 " | 3480 " |
3480 eval as_val=\$$as_ac_Header | 3481 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
3481 if test "x$as_val" = x""yes; then : | |
3482 cat >>confdefs.h <<_ACEOF | 3482 cat >>confdefs.h <<_ACEOF |
3483 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 3483 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
3484 _ACEOF | 3484 _ACEOF |
3485 | 3485 |
3486 fi | 3486 fi |
3551 | 3551 |
3552 am__api_version='1.11' | 3552 am__api_version='1.11' |
3553 | 3553 |
3554 ac_aux_dir= | 3554 ac_aux_dir= |
3555 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3555 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
3556 for ac_t in install-sh install.sh shtool; do | 3556 if test -f "$ac_dir/install-sh"; then |
3557 if test -f "$ac_dir/$ac_t"; then | 3557 ac_aux_dir=$ac_dir |
3558 ac_aux_dir=$ac_dir | 3558 ac_install_sh="$ac_aux_dir/install-sh -c" |
3559 ac_install_sh="$ac_aux_dir/$ac_t -c" | 3559 break |
3560 break 2 | 3560 elif test -f "$ac_dir/install.sh"; then |
3561 fi | 3561 ac_aux_dir=$ac_dir |
3562 done | 3562 ac_install_sh="$ac_aux_dir/install.sh -c" |
3563 break | |
3564 elif test -f "$ac_dir/shtool"; then | |
3565 ac_aux_dir=$ac_dir | |
3566 ac_install_sh="$ac_aux_dir/shtool install -c" | |
3567 break | |
3568 fi | |
3563 done | 3569 done |
3564 if test -z "$ac_aux_dir"; then | 3570 if test -z "$ac_aux_dir"; then |
3565 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3571 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
3566 fi | 3572 fi |
3567 | 3573 |
3568 # These three variables are undocumented and unsupported, | 3574 # These three variables are undocumented and unsupported, |
3569 # and are intended to be withdrawn in a future Autoconf release. | 3575 # and are intended to be withdrawn in a future Autoconf release. |
3570 # They can cause serious problems if a builder's source tree is in a directory | 3576 # They can cause serious problems if a builder's source tree is in a directory |
3676 # name. Accept space and tab only in the latter. | 3682 # name. Accept space and tab only in the latter. |
3677 am_lf=' | 3683 am_lf=' |
3678 ' | 3684 ' |
3679 case `pwd` in | 3685 case `pwd` in |
3680 *[\\\"\#\$\&\'\`$am_lf]*) | 3686 *[\\\"\#\$\&\'\`$am_lf]*) |
3681 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | 3687 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;; |
3682 esac | 3688 esac |
3683 case $srcdir in | 3689 case $srcdir in |
3684 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 3690 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
3685 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | 3691 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;; |
3686 esac | 3692 esac |
3687 | 3693 |
3688 # Do `set' in a subshell so we don't clobber the current shell's | 3694 # Do `set' in a subshell so we don't clobber the current shell's |
3689 # arguments. Must try -L first in case configure is actually a | 3695 # arguments. Must try -L first in case configure is actually a |
3690 # symlink; some systems play weird games with the mod time of symlinks | 3696 # symlink; some systems play weird games with the mod time of symlinks |
3702 | 3708 |
3703 # If neither matched, then we have a broken ls. This can happen | 3709 # If neither matched, then we have a broken ls. This can happen |
3704 # if, for instance, CONFIG_SHELL is bash and it inherits a | 3710 # if, for instance, CONFIG_SHELL is bash and it inherits a |
3705 # broken ls alias from the environment. This has actually | 3711 # broken ls alias from the environment. This has actually |
3706 # happened. Such a system could not be considered "sane". | 3712 # happened. Such a system could not be considered "sane". |
3707 as_fn_error "ls -t appears to fail. Make sure there is not a broken | 3713 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
3708 alias in your environment" "$LINENO" 5 | 3714 alias in your environment" "$LINENO" 5 |
3709 fi | 3715 fi |
3710 | 3716 |
3711 test "$2" = conftest.file | 3717 test "$2" = conftest.file |
3712 ) | 3718 ) |
3713 then | 3719 then |
3714 # Ok. | 3720 # Ok. |
3715 : | 3721 : |
3716 else | 3722 else |
3717 as_fn_error "newly created file is older than distributed files! | 3723 as_fn_error $? "newly created file is older than distributed files! |
3718 Check your system clock" "$LINENO" 5 | 3724 Check your system clock" "$LINENO" 5 |
3719 fi | 3725 fi |
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3721 $as_echo "yes" >&6; } | 3727 $as_echo "yes" >&6; } |
3722 test "$program_prefix" != NONE && | 3728 test "$program_prefix" != NONE && |
3950 | 3956 |
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | 3957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
3952 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3958 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
3953 set x ${MAKE-make} | 3959 set x ${MAKE-make} |
3954 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3960 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
3955 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 3961 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
3956 $as_echo_n "(cached) " >&6 | 3962 $as_echo_n "(cached) " >&6 |
3957 else | 3963 else |
3958 cat >conftest.make <<\_ACEOF | 3964 cat >conftest.make <<\_ACEOF |
3959 SHELL = /bin/sh | 3965 SHELL = /bin/sh |
3960 all: | 3966 all: |
3961 @echo '@@@%%%=$(MAKE)=@@@%%%' | 3967 @echo '@@@%%%=$(MAKE)=@@@%%%' |
3962 _ACEOF | 3968 _ACEOF |
3963 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 3969 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
3964 case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3970 case `${MAKE-make} -f conftest.make 2>/dev/null` in |
3965 *@@@%%%=?*=@@@%%%*) | 3971 *@@@%%%=?*=@@@%%%*) |
3966 eval ac_cv_prog_make_${ac_make}_set=yes;; | 3972 eval ac_cv_prog_make_${ac_make}_set=yes;; |
3967 *) | 3973 *) |
3968 eval ac_cv_prog_make_${ac_make}_set=no;; | 3974 eval ac_cv_prog_make_${ac_make}_set=no;; |
4054 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | 4060 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
4055 # is not polluted with repeated "-I." | 4061 # is not polluted with repeated "-I." |
4056 am__isrc=' -I$(srcdir)' | 4062 am__isrc=' -I$(srcdir)' |
4057 # test to see if srcdir already configured | 4063 # test to see if srcdir already configured |
4058 if test -f $srcdir/config.status; then | 4064 if test -f $srcdir/config.status; then |
4059 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 4065 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
4060 fi | 4066 fi |
4061 fi | 4067 fi |
4062 | 4068 |
4063 # test whether we have cygpath | 4069 # test whether we have cygpath |
4064 if test -z "$CYGPATH_W"; then | 4070 if test -z "$CYGPATH_W"; then |
4528 fi | 4534 fi |
4529 | 4535 |
4530 | 4536 |
4531 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4537 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4532 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4538 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4533 as_fn_error "no acceptable C compiler found in \$PATH | 4539 as_fn_error $? "no acceptable C compiler found in \$PATH |
4534 See \`config.log' for more details." "$LINENO" 5; } | 4540 See \`config.log' for more details" "$LINENO" 5 ; } |
4535 | 4541 |
4536 # Provide some information about the compiler. | 4542 # Provide some information about the compiler. |
4537 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 4543 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4538 set X $ac_compile | 4544 set X $ac_compile |
4539 ac_compiler=$2 | 4545 ac_compiler=$2 |
4795 | 4801 |
4796 ltmain="$ac_aux_dir/ltmain.sh" | 4802 ltmain="$ac_aux_dir/ltmain.sh" |
4797 | 4803 |
4798 # Make sure we can run config.sub. | 4804 # Make sure we can run config.sub. |
4799 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 4805 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
4800 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 4806 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
4801 | 4807 |
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 4808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
4803 $as_echo_n "checking build system type... " >&6; } | 4809 $as_echo_n "checking build system type... " >&6; } |
4804 if test "${ac_cv_build+set}" = set; then : | 4810 if test "${ac_cv_build+set}" = set; then : |
4805 $as_echo_n "(cached) " >&6 | 4811 $as_echo_n "(cached) " >&6 |
4806 else | 4812 else |
4807 ac_build_alias=$build_alias | 4813 ac_build_alias=$build_alias |
4808 test "x$ac_build_alias" = x && | 4814 test "x$ac_build_alias" = x && |
4809 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 4815 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
4810 test "x$ac_build_alias" = x && | 4816 test "x$ac_build_alias" = x && |
4811 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | 4817 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
4812 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 4818 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
4813 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 4819 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
4814 | 4820 |
4815 fi | 4821 fi |
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
4817 $as_echo "$ac_cv_build" >&6; } | 4823 $as_echo "$ac_cv_build" >&6; } |
4818 case $ac_cv_build in | 4824 case $ac_cv_build in |
4819 *-*-*) ;; | 4825 *-*-*) ;; |
4820 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | 4826 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; |
4821 esac | 4827 esac |
4822 build=$ac_cv_build | 4828 build=$ac_cv_build |
4823 ac_save_IFS=$IFS; IFS='-' | 4829 ac_save_IFS=$IFS; IFS='-' |
4824 set x $ac_cv_build | 4830 set x $ac_cv_build |
4825 shift | 4831 shift |
4840 else | 4846 else |
4841 if test "x$host_alias" = x; then | 4847 if test "x$host_alias" = x; then |
4842 ac_cv_host=$ac_cv_build | 4848 ac_cv_host=$ac_cv_build |
4843 else | 4849 else |
4844 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 4850 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
4845 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 4851 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
4846 fi | 4852 fi |
4847 | 4853 |
4848 fi | 4854 fi |
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 | 4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 |
4850 $as_echo "$ac_cv_host" >&6; } | 4856 $as_echo "$ac_cv_host" >&6; } |
4851 case $ac_cv_host in | 4857 case $ac_cv_host in |
4852 *-*-*) ;; | 4858 *-*-*) ;; |
4853 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | 4859 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; |
4854 esac | 4860 esac |
4855 host=$ac_cv_host | 4861 host=$ac_cv_host |
4856 ac_save_IFS=$IFS; IFS='-' | 4862 ac_save_IFS=$IFS; IFS='-' |
4857 set x $ac_cv_host | 4863 set x $ac_cv_host |
4858 shift | 4864 shift |
4921 done | 4927 done |
4922 done | 4928 done |
4923 done | 4929 done |
4924 IFS=$as_save_IFS | 4930 IFS=$as_save_IFS |
4925 if test -z "$ac_cv_path_SED"; then | 4931 if test -z "$ac_cv_path_SED"; then |
4926 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5 | 4932 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 |
4927 fi | 4933 fi |
4928 else | 4934 else |
4929 ac_cv_path_SED=$SED | 4935 ac_cv_path_SED=$SED |
4930 fi | 4936 fi |
4931 | 4937 |
5000 done | 5006 done |
5001 done | 5007 done |
5002 done | 5008 done |
5003 IFS=$as_save_IFS | 5009 IFS=$as_save_IFS |
5004 if test -z "$ac_cv_path_FGREP"; then | 5010 if test -z "$ac_cv_path_FGREP"; then |
5005 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5011 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
5006 fi | 5012 fi |
5007 else | 5013 else |
5008 ac_cv_path_FGREP=$FGREP | 5014 ac_cv_path_FGREP=$FGREP |
5009 fi | 5015 fi |
5010 | 5016 |
5116 $as_echo "$LD" >&6; } | 5122 $as_echo "$LD" >&6; } |
5117 else | 5123 else |
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | 5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5119 $as_echo "no" >&6; } | 5125 $as_echo "no" >&6; } |
5120 fi | 5126 fi |
5121 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5 | 5127 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 |
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 | 5128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 |
5123 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } | 5129 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } |
5124 if test "${lt_cv_prog_gnu_ld+set}" = set; then : | 5130 if test "${lt_cv_prog_gnu_ld+set}" = set; then : |
5125 $as_echo_n "(cached) " >&6 | 5131 $as_echo_n "(cached) " >&6 |
5126 else | 5132 else |
5318 if test "${lt_cv_nm_interface+set}" = set; then : | 5324 if test "${lt_cv_nm_interface+set}" = set; then : |
5319 $as_echo_n "(cached) " >&6 | 5325 $as_echo_n "(cached) " >&6 |
5320 else | 5326 else |
5321 lt_cv_nm_interface="BSD nm" | 5327 lt_cv_nm_interface="BSD nm" |
5322 echo "int some_variable = 0;" > conftest.$ac_ext | 5328 echo "int some_variable = 0;" > conftest.$ac_ext |
5323 (eval echo "\"\$as_me:5323: $ac_compile\"" >&5) | 5329 (eval echo "\"\$as_me:5329: $ac_compile\"" >&5) |
5324 (eval "$ac_compile" 2>conftest.err) | 5330 (eval "$ac_compile" 2>conftest.err) |
5325 cat conftest.err >&5 | 5331 cat conftest.err >&5 |
5326 (eval echo "\"\$as_me:5326: $NM \\\"conftest.$ac_objext\\\"\"" >&5) | 5332 (eval echo "\"\$as_me:5332: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
5327 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) | 5333 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
5328 cat conftest.err >&5 | 5334 cat conftest.err >&5 |
5329 (eval echo "\"\$as_me:5329: output\"" >&5) | 5335 (eval echo "\"\$as_me:5335: output\"" >&5) |
5330 cat conftest.out >&5 | 5336 cat conftest.out >&5 |
5331 if $GREP 'External.*some_variable' conftest.out > /dev/null; then | 5337 if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
5332 lt_cv_nm_interface="MS dumpbin" | 5338 lt_cv_nm_interface="MS dumpbin" |
5333 fi | 5339 fi |
5334 rm -f conftest* | 5340 rm -f conftest* |
6529 fi | 6535 fi |
6530 rm -rf conftest* | 6536 rm -rf conftest* |
6531 ;; | 6537 ;; |
6532 *-*-irix6*) | 6538 *-*-irix6*) |
6533 # Find out which ABI we are using. | 6539 # Find out which ABI we are using. |
6534 echo '#line 6534 "configure"' > conftest.$ac_ext | 6540 echo '#line 6540 "configure"' > conftest.$ac_ext |
6535 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 | 6541 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
6536 (eval $ac_compile) 2>&5 | 6542 (eval $ac_compile) 2>&5 |
6537 ac_status=$? | 6543 ac_status=$? |
6538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 6544 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
6539 test $ac_status = 0; }; then | 6545 test $ac_status = 0; }; then |
7791 # The option is referenced via a variable to avoid confusing sed. | 7797 # The option is referenced via a variable to avoid confusing sed. |
7792 lt_compile=`echo "$ac_compile" | $SED \ | 7798 lt_compile=`echo "$ac_compile" | $SED \ |
7793 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 7799 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
7794 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 7800 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
7795 -e 's:$: $lt_compiler_flag:'` | 7801 -e 's:$: $lt_compiler_flag:'` |
7796 (eval echo "\"\$as_me:7796: $lt_compile\"" >&5) | 7802 (eval echo "\"\$as_me:7802: $lt_compile\"" >&5) |
7797 (eval "$lt_compile" 2>conftest.err) | 7803 (eval "$lt_compile" 2>conftest.err) |
7798 ac_status=$? | 7804 ac_status=$? |
7799 cat conftest.err >&5 | 7805 cat conftest.err >&5 |
7800 echo "$as_me:7800: \$? = $ac_status" >&5 | 7806 echo "$as_me:7806: \$? = $ac_status" >&5 |
7801 if (exit $ac_status) && test -s "$ac_outfile"; then | 7807 if (exit $ac_status) && test -s "$ac_outfile"; then |
7802 # The compiler can only warn and ignore the option if not recognized | 7808 # The compiler can only warn and ignore the option if not recognized |
7803 # So say no if there are warnings other than the usual output. | 7809 # So say no if there are warnings other than the usual output. |
7804 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | 7810 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
7805 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | 7811 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8130 # The option is referenced via a variable to avoid confusing sed. | 8136 # The option is referenced via a variable to avoid confusing sed. |
8131 lt_compile=`echo "$ac_compile" | $SED \ | 8137 lt_compile=`echo "$ac_compile" | $SED \ |
8132 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8138 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8133 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8139 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8134 -e 's:$: $lt_compiler_flag:'` | 8140 -e 's:$: $lt_compiler_flag:'` |
8135 (eval echo "\"\$as_me:8135: $lt_compile\"" >&5) | 8141 (eval echo "\"\$as_me:8141: $lt_compile\"" >&5) |
8136 (eval "$lt_compile" 2>conftest.err) | 8142 (eval "$lt_compile" 2>conftest.err) |
8137 ac_status=$? | 8143 ac_status=$? |
8138 cat conftest.err >&5 | 8144 cat conftest.err >&5 |
8139 echo "$as_me:8139: \$? = $ac_status" >&5 | 8145 echo "$as_me:8145: \$? = $ac_status" >&5 |
8140 if (exit $ac_status) && test -s "$ac_outfile"; then | 8146 if (exit $ac_status) && test -s "$ac_outfile"; then |
8141 # The compiler can only warn and ignore the option if not recognized | 8147 # The compiler can only warn and ignore the option if not recognized |
8142 # So say no if there are warnings other than the usual output. | 8148 # So say no if there are warnings other than the usual output. |
8143 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp | 8149 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp |
8144 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 | 8150 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 |
8235 # with a dollar sign (not a hyphen), so the echo should work correctly. | 8241 # with a dollar sign (not a hyphen), so the echo should work correctly. |
8236 lt_compile=`echo "$ac_compile" | $SED \ | 8242 lt_compile=`echo "$ac_compile" | $SED \ |
8237 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8243 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8238 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8244 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8239 -e 's:$: $lt_compiler_flag:'` | 8245 -e 's:$: $lt_compiler_flag:'` |
8240 (eval echo "\"\$as_me:8240: $lt_compile\"" >&5) | 8246 (eval echo "\"\$as_me:8246: $lt_compile\"" >&5) |
8241 (eval "$lt_compile" 2>out/conftest.err) | 8247 (eval "$lt_compile" 2>out/conftest.err) |
8242 ac_status=$? | 8248 ac_status=$? |
8243 cat out/conftest.err >&5 | 8249 cat out/conftest.err >&5 |
8244 echo "$as_me:8244: \$? = $ac_status" >&5 | 8250 echo "$as_me:8250: \$? = $ac_status" >&5 |
8245 if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8251 if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8246 then | 8252 then |
8247 # The compiler can only warn and ignore the option if not recognized | 8253 # The compiler can only warn and ignore the option if not recognized |
8248 # So say no if there are warnings | 8254 # So say no if there are warnings |
8249 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp | 8255 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
8290 # with a dollar sign (not a hyphen), so the echo should work correctly. | 8296 # with a dollar sign (not a hyphen), so the echo should work correctly. |
8291 lt_compile=`echo "$ac_compile" | $SED \ | 8297 lt_compile=`echo "$ac_compile" | $SED \ |
8292 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ | 8298 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
8293 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ | 8299 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
8294 -e 's:$: $lt_compiler_flag:'` | 8300 -e 's:$: $lt_compiler_flag:'` |
8295 (eval echo "\"\$as_me:8295: $lt_compile\"" >&5) | 8301 (eval echo "\"\$as_me:8301: $lt_compile\"" >&5) |
8296 (eval "$lt_compile" 2>out/conftest.err) | 8302 (eval "$lt_compile" 2>out/conftest.err) |
8297 ac_status=$? | 8303 ac_status=$? |
8298 cat out/conftest.err >&5 | 8304 cat out/conftest.err >&5 |
8299 echo "$as_me:8299: \$? = $ac_status" >&5 | 8305 echo "$as_me:8305: \$? = $ac_status" >&5 |
8300 if (exit $ac_status) && test -s out/conftest2.$ac_objext | 8306 if (exit $ac_status) && test -s out/conftest2.$ac_objext |
8301 then | 8307 then |
8302 # The compiler can only warn and ignore the option if not recognized | 8308 # The compiler can only warn and ignore the option if not recognized |
8303 # So say no if there are warnings | 8309 # So say no if there are warnings |
8304 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp | 8310 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp |
10674 lt_cv_dlopen_self=cross | 10680 lt_cv_dlopen_self=cross |
10675 else | 10681 else |
10676 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10682 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10677 lt_status=$lt_dlunknown | 10683 lt_status=$lt_dlunknown |
10678 cat > conftest.$ac_ext <<_LT_EOF | 10684 cat > conftest.$ac_ext <<_LT_EOF |
10679 #line 10679 "configure" | 10685 #line 10685 "configure" |
10680 #include "confdefs.h" | 10686 #include "confdefs.h" |
10681 | 10687 |
10682 #if HAVE_DLFCN_H | 10688 #if HAVE_DLFCN_H |
10683 #include <dlfcn.h> | 10689 #include <dlfcn.h> |
10684 #endif | 10690 #endif |
10770 lt_cv_dlopen_self_static=cross | 10776 lt_cv_dlopen_self_static=cross |
10771 else | 10777 else |
10772 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10778 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10773 lt_status=$lt_dlunknown | 10779 lt_status=$lt_dlunknown |
10774 cat > conftest.$ac_ext <<_LT_EOF | 10780 cat > conftest.$ac_ext <<_LT_EOF |
10775 #line 10775 "configure" | 10781 #line 10781 "configure" |
10776 #include "confdefs.h" | 10782 #include "confdefs.h" |
10777 | 10783 |
10778 #if HAVE_DLFCN_H | 10784 #if HAVE_DLFCN_H |
10779 #include <dlfcn.h> | 10785 #include <dlfcn.h> |
10780 #endif | 10786 #endif |
11298 | 11304 |
11299 DEFS=-DHAVE_CONFIG_H | 11305 DEFS=-DHAVE_CONFIG_H |
11300 | 11306 |
11301 ac_libobjs= | 11307 ac_libobjs= |
11302 ac_ltlibobjs= | 11308 ac_ltlibobjs= |
11309 U= | |
11303 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 11310 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
11304 # 1. Remove the extension, and $U if already installed. | 11311 # 1. Remove the extension, and $U if already installed. |
11305 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 11312 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
11306 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` | 11313 ac_i=`$as_echo "$ac_i" | sed "$ac_script"` |
11307 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 11314 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
11313 | 11320 |
11314 LTLIBOBJS=$ac_ltlibobjs | 11321 LTLIBOBJS=$ac_ltlibobjs |
11315 | 11322 |
11316 | 11323 |
11317 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 11324 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
11318 as_fn_error "conditional \"AMDEP\" was never defined. | 11325 as_fn_error $? "conditional \"AMDEP\" was never defined. |
11319 Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 11326 Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
11320 fi | 11327 fi |
11321 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 11328 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
11322 as_fn_error "conditional \"am__fastdepCC\" was never defined. | 11329 as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
11323 Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 11330 Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
11324 fi | 11331 fi |
11325 if test -n "$EXEEXT"; then | 11332 if test -n "$EXEEXT"; then |
11326 am__EXEEXT_TRUE= | 11333 am__EXEEXT_TRUE= |
11327 am__EXEEXT_FALSE='#' | 11334 am__EXEEXT_FALSE='#' |
11475 | 11482 |
11476 # CDPATH. | 11483 # CDPATH. |
11477 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 11484 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
11478 | 11485 |
11479 | 11486 |
11480 # as_fn_error ERROR [LINENO LOG_FD] | 11487 # as_fn_error STATUS ERROR [LINENO LOG_FD] |
11481 # --------------------------------- | 11488 # ---------------------------------------- |
11482 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 11489 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
11483 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 11490 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
11484 # script with status $?, using 1 if that was 0. | 11491 # script with STATUS, using 1 if that was 0. |
11485 as_fn_error () | 11492 as_fn_error () |
11486 { | 11493 { |
11487 as_status=$?; test $as_status -eq 0 && as_status=1 | 11494 as_status=$1; test $as_status -eq 0 && as_status=1 |
11488 if test "$3"; then | 11495 if test "$4"; then |
11489 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 11496 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
11490 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 11497 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
11491 fi | 11498 fi |
11492 $as_echo "$as_me: error: $1" >&2 | 11499 $as_echo "$as_me: error: $2" >&2 |
11493 as_fn_exit $as_status | 11500 as_fn_exit $as_status |
11494 } # as_fn_error | 11501 } # as_fn_error |
11495 | 11502 |
11496 | 11503 |
11497 # as_fn_set_status STATUS | 11504 # as_fn_set_status STATUS |
11683 } | 11690 } |
11684 s/.*/./; q'` | 11691 s/.*/./; q'` |
11685 test -d "$as_dir" && break | 11692 test -d "$as_dir" && break |
11686 done | 11693 done |
11687 test -z "$as_dirs" || eval "mkdir $as_dirs" | 11694 test -z "$as_dirs" || eval "mkdir $as_dirs" |
11688 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 11695 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
11689 | 11696 |
11690 | 11697 |
11691 } # as_fn_mkdir_p | 11698 } # as_fn_mkdir_p |
11692 if mkdir -p . 2>/dev/null; then | 11699 if mkdir -p . 2>/dev/null; then |
11693 as_mkdir_p='mkdir -p "$as_dir"' | 11700 as_mkdir_p='mkdir -p "$as_dir"' |
11737 # Save the log message, to keep $0 and so on meaningful, and to | 11744 # Save the log message, to keep $0 and so on meaningful, and to |
11738 # report actual input values of CONFIG_FILES etc. instead of their | 11745 # report actual input values of CONFIG_FILES etc. instead of their |
11739 # values after options handling. | 11746 # values after options handling. |
11740 ac_log=" | 11747 ac_log=" |
11741 This file was extended by urweb $as_me 1.0, which was | 11748 This file was extended by urweb $as_me 1.0, which was |
11742 generated by GNU Autoconf 2.65. Invocation command line was | 11749 generated by GNU Autoconf 2.67. Invocation command line was |
11743 | 11750 |
11744 CONFIG_FILES = $CONFIG_FILES | 11751 CONFIG_FILES = $CONFIG_FILES |
11745 CONFIG_HEADERS = $CONFIG_HEADERS | 11752 CONFIG_HEADERS = $CONFIG_HEADERS |
11746 CONFIG_LINKS = $CONFIG_LINKS | 11753 CONFIG_LINKS = $CONFIG_LINKS |
11747 CONFIG_COMMANDS = $CONFIG_COMMANDS | 11754 CONFIG_COMMANDS = $CONFIG_COMMANDS |
11803 _ACEOF | 11810 _ACEOF |
11804 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 11811 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
11805 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 11812 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
11806 ac_cs_version="\\ | 11813 ac_cs_version="\\ |
11807 urweb config.status 1.0 | 11814 urweb config.status 1.0 |
11808 configured by $0, generated by GNU Autoconf 2.65, | 11815 configured by $0, generated by GNU Autoconf 2.67, |
11809 with options \\"\$ac_cs_config\\" | 11816 with options \\"\$ac_cs_config\\" |
11810 | 11817 |
11811 Copyright (C) 2009 Free Software Foundation, Inc. | 11818 Copyright (C) 2010 Free Software Foundation, Inc. |
11812 This config.status script is free software; the Free Software Foundation | 11819 This config.status script is free software; the Free Software Foundation |
11813 gives unlimited permission to copy, distribute and modify it." | 11820 gives unlimited permission to copy, distribute and modify it." |
11814 | 11821 |
11815 ac_pwd='$ac_pwd' | 11822 ac_pwd='$ac_pwd' |
11816 srcdir='$srcdir' | 11823 srcdir='$srcdir' |
11824 # The default lists apply if the user does not specify any file. | 11831 # The default lists apply if the user does not specify any file. |
11825 ac_need_defaults=: | 11832 ac_need_defaults=: |
11826 while test $# != 0 | 11833 while test $# != 0 |
11827 do | 11834 do |
11828 case $1 in | 11835 case $1 in |
11829 --*=*) | 11836 --*=?*) |
11830 ac_option=`expr "X$1" : 'X\([^=]*\)='` | 11837 ac_option=`expr "X$1" : 'X\([^=]*\)='` |
11831 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 11838 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
11839 ac_shift=: | |
11840 ;; | |
11841 --*=) | |
11842 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
11843 ac_optarg= | |
11832 ac_shift=: | 11844 ac_shift=: |
11833 ;; | 11845 ;; |
11834 *) | 11846 *) |
11835 ac_option=$1 | 11847 ac_option=$1 |
11836 ac_optarg=$2 | 11848 ac_optarg=$2 |
11850 debug=: ;; | 11862 debug=: ;; |
11851 --file | --fil | --fi | --f ) | 11863 --file | --fil | --fi | --f ) |
11852 $ac_shift | 11864 $ac_shift |
11853 case $ac_optarg in | 11865 case $ac_optarg in |
11854 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 11866 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
11867 '') as_fn_error $? "missing file argument" ;; | |
11855 esac | 11868 esac |
11856 as_fn_append CONFIG_FILES " '$ac_optarg'" | 11869 as_fn_append CONFIG_FILES " '$ac_optarg'" |
11857 ac_need_defaults=false;; | 11870 ac_need_defaults=false;; |
11858 --header | --heade | --head | --hea ) | 11871 --header | --heade | --head | --hea ) |
11859 $ac_shift | 11872 $ac_shift |
11862 esac | 11875 esac |
11863 as_fn_append CONFIG_HEADERS " '$ac_optarg'" | 11876 as_fn_append CONFIG_HEADERS " '$ac_optarg'" |
11864 ac_need_defaults=false;; | 11877 ac_need_defaults=false;; |
11865 --he | --h) | 11878 --he | --h) |
11866 # Conflict between --help and --header | 11879 # Conflict between --help and --header |
11867 as_fn_error "ambiguous option: \`$1' | 11880 as_fn_error $? "ambiguous option: \`$1' |
11868 Try \`$0 --help' for more information.";; | 11881 Try \`$0 --help' for more information.";; |
11869 --help | --hel | -h ) | 11882 --help | --hel | -h ) |
11870 $as_echo "$ac_cs_usage"; exit ;; | 11883 $as_echo "$ac_cs_usage"; exit ;; |
11871 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | 11884 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
11872 | -silent | --silent | --silen | --sile | --sil | --si | --s) | 11885 | -silent | --silent | --silen | --sile | --sil | --si | --s) |
11873 ac_cs_silent=: ;; | 11886 ac_cs_silent=: ;; |
11874 | 11887 |
11875 # This is an error. | 11888 # This is an error. |
11876 -*) as_fn_error "unrecognized option: \`$1' | 11889 -*) as_fn_error $? "unrecognized option: \`$1' |
11877 Try \`$0 --help' for more information." ;; | 11890 Try \`$0 --help' for more information." ;; |
11878 | 11891 |
11879 *) as_fn_append ac_config_targets " $1" | 11892 *) as_fn_append ac_config_targets " $1" |
11880 ac_need_defaults=false ;; | 11893 ac_need_defaults=false ;; |
11881 | 11894 |
12187 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; | 12200 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; |
12188 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | 12201 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
12189 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;; | 12202 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;; |
12190 "src/config.sml") CONFIG_FILES="$CONFIG_FILES src/config.sml" ;; | 12203 "src/config.sml") CONFIG_FILES="$CONFIG_FILES src/config.sml" ;; |
12191 | 12204 |
12192 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 12205 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; |
12193 esac | 12206 esac |
12194 done | 12207 done |
12195 | 12208 |
12196 | 12209 |
12197 # If the user did not use the arguments to specify the items to instantiate, | 12210 # If the user did not use the arguments to specify the items to instantiate, |
12225 test -n "$tmp" && test -d "$tmp" | 12238 test -n "$tmp" && test -d "$tmp" |
12226 } || | 12239 } || |
12227 { | 12240 { |
12228 tmp=./conf$$-$RANDOM | 12241 tmp=./conf$$-$RANDOM |
12229 (umask 077 && mkdir "$tmp") | 12242 (umask 077 && mkdir "$tmp") |
12230 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 12243 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
12231 | 12244 |
12232 # Set up the scripts for CONFIG_FILES section. | 12245 # Set up the scripts for CONFIG_FILES section. |
12233 # No need to generate them if there are no CONFIG_FILES. | 12246 # No need to generate them if there are no CONFIG_FILES. |
12234 # This happens for instance with `./config.status config.h'. | 12247 # This happens for instance with `./config.status config.h'. |
12235 if test -n "$CONFIG_FILES"; then | 12248 if test -n "$CONFIG_FILES"; then |
12242 if test "x$ac_cr" = x; then | 12255 if test "x$ac_cr" = x; then |
12243 eval ac_cr=\$\'\\r\' | 12256 eval ac_cr=\$\'\\r\' |
12244 fi | 12257 fi |
12245 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 12258 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
12246 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 12259 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
12247 ac_cs_awk_cr='\r' | 12260 ac_cs_awk_cr='\\r' |
12248 else | 12261 else |
12249 ac_cs_awk_cr=$ac_cr | 12262 ac_cs_awk_cr=$ac_cr |
12250 fi | 12263 fi |
12251 | 12264 |
12252 echo 'BEGIN {' >"$tmp/subs1.awk" && | 12265 echo 'BEGIN {' >"$tmp/subs1.awk" && |
12256 { | 12269 { |
12257 echo "cat >conf$$subs.awk <<_ACEOF" && | 12270 echo "cat >conf$$subs.awk <<_ACEOF" && |
12258 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 12271 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
12259 echo "_ACEOF" | 12272 echo "_ACEOF" |
12260 } >conf$$subs.sh || | 12273 } >conf$$subs.sh || |
12261 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 12274 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
12262 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 12275 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
12263 ac_delim='%!_!# ' | 12276 ac_delim='%!_!# ' |
12264 for ac_last_try in false false false false false :; do | 12277 for ac_last_try in false false false false false :; do |
12265 . ./conf$$subs.sh || | 12278 . ./conf$$subs.sh || |
12266 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 12279 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
12267 | 12280 |
12268 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 12281 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
12269 if test $ac_delim_n = $ac_delim_num; then | 12282 if test $ac_delim_n = $ac_delim_num; then |
12270 break | 12283 break |
12271 elif $ac_last_try; then | 12284 elif $ac_last_try; then |
12272 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 12285 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
12273 else | 12286 else |
12274 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 12287 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
12275 fi | 12288 fi |
12276 done | 12289 done |
12277 rm -f conf$$subs.sh | 12290 rm -f conf$$subs.sh |
12356 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | 12369 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then |
12357 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 12370 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
12358 else | 12371 else |
12359 cat | 12372 cat |
12360 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 12373 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
12361 || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 12374 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
12362 _ACEOF | 12375 _ACEOF |
12363 | 12376 |
12364 # VPATH may cause trouble with some makes, so we remove $(srcdir), | 12377 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
12365 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 12378 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
12366 # trailing colons and then remove the whole line if VPATH becomes empty | 12379 # trailing colons and then remove the whole line if VPATH becomes empty |
12367 # (actually we leave an empty line to preserve line numbers). | 12380 # (actually we leave an empty line to preserve line numbers). |
12368 if test "x$srcdir" = x.; then | 12381 if test "x$srcdir" = x.; then |
12369 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 12382 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
12370 s/:*\$(srcdir):*/:/ | 12383 h |
12371 s/:*\${srcdir}:*/:/ | 12384 s/// |
12372 s/:*@srcdir@:*/:/ | 12385 s/^/:/ |
12373 s/^\([^=]*=[ ]*\):*/\1/ | 12386 s/[ ]*$/:/ |
12387 s/:\$(srcdir):/:/g | |
12388 s/:\${srcdir}:/:/g | |
12389 s/:@srcdir@:/:/g | |
12390 s/^:*// | |
12374 s/:*$// | 12391 s/:*$// |
12392 x | |
12393 s/\(=[ ]*\).*/\1/ | |
12394 G | |
12395 s/\n// | |
12375 s/^[^=]*=[ ]*$// | 12396 s/^[^=]*=[ ]*$// |
12376 }' | 12397 }' |
12377 fi | 12398 fi |
12378 | 12399 |
12379 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 12400 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
12397 for ac_last_try in false false :; do | 12418 for ac_last_try in false false :; do |
12398 ac_t=`sed -n "/$ac_delim/p" confdefs.h` | 12419 ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
12399 if test -z "$ac_t"; then | 12420 if test -z "$ac_t"; then |
12400 break | 12421 break |
12401 elif $ac_last_try; then | 12422 elif $ac_last_try; then |
12402 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | 12423 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
12403 else | 12424 else |
12404 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 12425 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
12405 fi | 12426 fi |
12406 done | 12427 done |
12407 | 12428 |
12482 } | 12503 } |
12483 { print } | 12504 { print } |
12484 _ACAWK | 12505 _ACAWK |
12485 _ACEOF | 12506 _ACEOF |
12486 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 12507 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
12487 as_fn_error "could not setup config headers machinery" "$LINENO" 5 | 12508 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
12488 fi # test -n "$CONFIG_HEADERS" | 12509 fi # test -n "$CONFIG_HEADERS" |
12489 | 12510 |
12490 | 12511 |
12491 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" | 12512 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" |
12492 shift | 12513 shift |
12495 case $ac_tag in | 12516 case $ac_tag in |
12496 :[FHLC]) ac_mode=$ac_tag; continue;; | 12517 :[FHLC]) ac_mode=$ac_tag; continue;; |
12497 esac | 12518 esac |
12498 case $ac_mode$ac_tag in | 12519 case $ac_mode$ac_tag in |
12499 :[FHL]*:*);; | 12520 :[FHL]*:*);; |
12500 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 12521 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; |
12501 :[FH]-) ac_tag=-:-;; | 12522 :[FH]-) ac_tag=-:-;; |
12502 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 12523 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
12503 esac | 12524 esac |
12504 ac_save_IFS=$IFS | 12525 ac_save_IFS=$IFS |
12505 IFS=: | 12526 IFS=: |
12523 test -f "$ac_f" || | 12544 test -f "$ac_f" || |
12524 case $ac_f in | 12545 case $ac_f in |
12525 [\\/$]*) false;; | 12546 [\\/$]*) false;; |
12526 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 12547 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
12527 esac || | 12548 esac || |
12528 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 12549 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; |
12529 esac | 12550 esac |
12530 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 12551 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
12531 as_fn_append ac_file_inputs " '$ac_f'" | 12552 as_fn_append ac_file_inputs " '$ac_f'" |
12532 done | 12553 done |
12533 | 12554 |
12550 *) ac_sed_conf_input=$configure_input;; | 12571 *) ac_sed_conf_input=$configure_input;; |
12551 esac | 12572 esac |
12552 | 12573 |
12553 case $ac_tag in | 12574 case $ac_tag in |
12554 *:-:* | *:-) cat >"$tmp/stdin" \ | 12575 *:-:* | *:-) cat >"$tmp/stdin" \ |
12555 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 12576 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
12556 esac | 12577 esac |
12557 ;; | 12578 ;; |
12558 esac | 12579 esac |
12559 | 12580 |
12560 ac_dir=`$as_dirname -- "$ac_file" || | 12581 ac_dir=`$as_dirname -- "$ac_file" || |
12687 s&@INSTALL@&$ac_INSTALL&;t t | 12708 s&@INSTALL@&$ac_INSTALL&;t t |
12688 s&@MKDIR_P@&$ac_MKDIR_P&;t t | 12709 s&@MKDIR_P@&$ac_MKDIR_P&;t t |
12689 $ac_datarootdir_hack | 12710 $ac_datarootdir_hack |
12690 " | 12711 " |
12691 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 12712 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
12692 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 12713 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
12693 | 12714 |
12694 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 12715 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
12695 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 12716 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
12696 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 12717 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 12718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
12698 which seems to be undefined. Please make sure it is defined." >&5 | 12719 which seems to be undefined. Please make sure it is defined" >&5 |
12699 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 12720 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
12700 which seems to be undefined. Please make sure it is defined." >&2;} | 12721 which seems to be undefined. Please make sure it is defined" >&2;} |
12701 | 12722 |
12702 rm -f "$tmp/stdin" | 12723 rm -f "$tmp/stdin" |
12703 case $ac_file in | 12724 case $ac_file in |
12704 -) cat "$tmp/out" && rm -f "$tmp/out";; | 12725 -) cat "$tmp/out" && rm -f "$tmp/out";; |
12705 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 12726 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
12706 esac \ | 12727 esac \ |
12707 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 12728 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
12708 ;; | 12729 ;; |
12709 :H) | 12730 :H) |
12710 # | 12731 # |
12711 # CONFIG_HEADER | 12732 # CONFIG_HEADER |
12712 # | 12733 # |
12713 if test x"$ac_file" != x-; then | 12734 if test x"$ac_file" != x-; then |
12714 { | 12735 { |
12715 $as_echo "/* $configure_input */" \ | 12736 $as_echo "/* $configure_input */" \ |
12716 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 12737 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
12717 } >"$tmp/config.h" \ | 12738 } >"$tmp/config.h" \ |
12718 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 12739 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
12719 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 12740 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 12741 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
12721 $as_echo "$as_me: $ac_file is unchanged" >&6;} | 12742 $as_echo "$as_me: $ac_file is unchanged" >&6;} |
12722 else | 12743 else |
12723 rm -f "$ac_file" | 12744 rm -f "$ac_file" |
12724 mv "$tmp/config.h" "$ac_file" \ | 12745 mv "$tmp/config.h" "$ac_file" \ |
12725 || as_fn_error "could not create $ac_file" "$LINENO" 5 | 12746 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
12726 fi | 12747 fi |
12727 else | 12748 else |
12728 $as_echo "/* $configure_input */" \ | 12749 $as_echo "/* $configure_input */" \ |
12729 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 12750 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
12730 || as_fn_error "could not create -" "$LINENO" 5 | 12751 || as_fn_error $? "could not create -" "$LINENO" 5 |
12731 fi | 12752 fi |
12732 # Compute "$ac_file"'s index in $config_headers. | 12753 # Compute "$ac_file"'s index in $config_headers. |
12733 _am_arg="$ac_file" | 12754 _am_arg="$ac_file" |
12734 _am_stamp_count=1 | 12755 _am_stamp_count=1 |
12735 for _am_header in $config_headers :; do | 12756 for _am_header in $config_headers :; do |
13510 as_fn_exit 0 | 13531 as_fn_exit 0 |
13511 _ACEOF | 13532 _ACEOF |
13512 ac_clean_files=$ac_clean_files_save | 13533 ac_clean_files=$ac_clean_files_save |
13513 | 13534 |
13514 test $ac_write_fail = 0 || | 13535 test $ac_write_fail = 0 || |
13515 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 13536 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
13516 | 13537 |
13517 | 13538 |
13518 # configure is writing to config.log, and then calls config.status. | 13539 # configure is writing to config.log, and then calls config.status. |
13519 # config.status does its own redirection, appending to config.log. | 13540 # config.status does its own redirection, appending to config.log. |
13520 # Unfortunately, on DOS this fails, as config.log is still kept open | 13541 # Unfortunately, on DOS this fails, as config.log is still kept open |
13531 exec 5>/dev/null | 13552 exec 5>/dev/null |
13532 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | 13553 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
13533 exec 5>>config.log | 13554 exec 5>>config.log |
13534 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 13555 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
13535 # would make configure fail if this is the last instruction. | 13556 # would make configure fail if this is the last instruction. |
13536 $ac_cs_success || as_fn_exit $? | 13557 $ac_cs_success || as_fn_exit 1 |
13537 fi | 13558 fi |
13538 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 13559 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 13560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
13540 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 13561 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
13541 fi | 13562 fi |