~ubuntu-branches/ubuntu/quantal/cacao-source/quantal

« back to all changes in this revision

Viewing changes to src/mm/boehm-gc/configure

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-08-24 07:54:07 UTC
  • mfrom: (1.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100824075407-seloc539zqa1bwl8
Tags: 1.1.0~pre0.1-1
New upstream snapshot, fixing build failures on armel and s390.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# From configure.ac Revision: 1.35 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.65 for gc 7.1.
 
4
# Generated by GNU Autoconf 2.67 for gc 7.1.
5
5
#
6
6
# Report bugs to <Hans.Boehm@hp.com>.
7
7
#
8
8
#
9
9
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
11
 
# Inc.
 
10
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 
11
# Foundation, Inc.
12
12
#
13
13
#
14
14
# This configure script is free software; the Free Software Foundation
320
320
      test -d "$as_dir" && break
321
321
    done
322
322
    test -z "$as_dirs" || eval "mkdir $as_dirs"
323
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
323
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
324
324
 
325
325
 
326
326
} # as_fn_mkdir_p
360
360
fi # as_fn_arith
361
361
 
362
362
 
363
 
# as_fn_error ERROR [LINENO LOG_FD]
364
 
# ---------------------------------
 
363
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
364
# ----------------------------------------
365
365
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366
366
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
367
 
# script with status $?, using 1 if that was 0.
 
367
# script with STATUS, using 1 if that was 0.
368
368
as_fn_error ()
369
369
{
370
 
  as_status=$?; test $as_status -eq 0 && as_status=1
371
 
  if test "$3"; then
372
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
373
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
370
  as_status=$1; test $as_status -eq 0 && as_status=1
 
371
  if test "$4"; then
 
372
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
373
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374
374
  fi
375
 
  $as_echo "$as_me: error: $1" >&2
 
375
  $as_echo "$as_me: error: $2" >&2
376
376
  as_fn_exit $as_status
377
377
} # as_fn_error
378
378
 
683
683
exec 6>&1
684
684
 
685
685
# Name of the host.
686
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
686
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
687
687
# so uname gets run too.
688
688
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
689
689
 
1011
1011
  fi
1012
1012
 
1013
1013
  case $ac_option in
1014
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1015
 
  *)    ac_optarg=yes ;;
 
1014
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
1015
  *=)   ac_optarg= ;;
 
1016
  *)    ac_optarg=yes ;;
1016
1017
  esac
1017
1018
 
1018
1019
  # Accept the important Cygnus configure options, so we can diagnose typos.
1057
1058
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1058
1059
    # Reject names that are not valid shell variable names.
1059
1060
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1060
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1061
      as_fn_error $? "invalid feature name: $ac_useropt"
1061
1062
    ac_useropt_orig=$ac_useropt
1062
1063
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1063
1064
    case $ac_user_opts in
1083
1084
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1084
1085
    # Reject names that are not valid shell variable names.
1085
1086
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1086
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1087
      as_fn_error $? "invalid feature name: $ac_useropt"
1087
1088
    ac_useropt_orig=$ac_useropt
1088
1089
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1089
1090
    case $ac_user_opts in
1287
1288
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1288
1289
    # Reject names that are not valid shell variable names.
1289
1290
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1290
 
      as_fn_error "invalid package name: $ac_useropt"
 
1291
      as_fn_error $? "invalid package name: $ac_useropt"
1291
1292
    ac_useropt_orig=$ac_useropt
1292
1293
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1293
1294
    case $ac_user_opts in
1303
1304
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1304
1305
    # Reject names that are not valid shell variable names.
1305
1306
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1306
 
      as_fn_error "invalid package name: $ac_useropt"
 
1307
      as_fn_error $? "invalid package name: $ac_useropt"
1307
1308
    ac_useropt_orig=$ac_useropt
1308
1309
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1309
1310
    case $ac_user_opts in
1333
1334
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1334
1335
    x_libraries=$ac_optarg ;;
1335
1336
 
1336
 
  -*) as_fn_error "unrecognized option: \`$ac_option'
1337
 
Try \`$0 --help' for more information."
 
1337
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
1338
Try \`$0 --help' for more information"
1338
1339
    ;;
1339
1340
 
1340
1341
  *=*)
1342
1343
    # Reject names that are not valid shell variable names.
1343
1344
    case $ac_envvar in #(
1344
1345
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1345
 
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
 
1346
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1346
1347
    esac
1347
1348
    eval $ac_envvar=\$ac_optarg
1348
1349
    export $ac_envvar ;;
1360
1361
 
1361
1362
if test -n "$ac_prev"; then
1362
1363
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1363
 
  as_fn_error "missing argument to $ac_option"
 
1364
  as_fn_error $? "missing argument to $ac_option"
1364
1365
fi
1365
1366
 
1366
1367
if test -n "$ac_unrecognized_opts"; then
1367
1368
  case $enable_option_checking in
1368
1369
    no) ;;
1369
 
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
 
1370
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1370
1371
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1371
1372
  esac
1372
1373
fi
1389
1390
    [\\/$]* | ?:[\\/]* )  continue;;
1390
1391
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1391
1392
  esac
1392
 
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
 
1393
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1393
1394
done
1394
1395
 
1395
1396
# There might be people who depend on the old broken behavior: `$host'
1403
1404
if test "x$host_alias" != x; then
1404
1405
  if test "x$build_alias" = x; then
1405
1406
    cross_compiling=maybe
1406
 
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1407
 
    If a cross compiler is detected then cross compile mode will be used." >&2
 
1407
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
1408
    If a cross compiler is detected then cross compile mode will be used" >&2
1408
1409
  elif test "x$build_alias" != "x$host_alias"; then
1409
1410
    cross_compiling=yes
1410
1411
  fi
1419
1420
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1420
1421
ac_ls_di=`ls -di .` &&
1421
1422
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1422
 
  as_fn_error "working directory cannot be determined"
 
1423
  as_fn_error $? "working directory cannot be determined"
1423
1424
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1424
 
  as_fn_error "pwd does not report name of working directory"
 
1425
  as_fn_error $? "pwd does not report name of working directory"
1425
1426
 
1426
1427
 
1427
1428
# Find the source files, if location was not specified.
1460
1461
fi
1461
1462
if test ! -r "$srcdir/$ac_unique_file"; then
1462
1463
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1463
 
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
 
1464
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1464
1465
fi
1465
1466
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1466
1467
ac_abs_confdir=`(
1467
 
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
 
1468
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1468
1469
        pwd)`
1469
1470
# When building in place, set srcdir=.
1470
1471
if test "$ac_abs_confdir" = "$ac_pwd"; then
1504
1505
      --help=short        display options specific to this package
1505
1506
      --help=recursive    display the short help of all the included packages
1506
1507
  -V, --version           display version information and exit
1507
 
  -q, --quiet, --silent   do not print \`checking...' messages
 
1508
  -q, --quiet, --silent   do not print \`checking ...' messages
1508
1509
      --cache-file=FILE   cache test results in FILE [disabled]
1509
1510
  -C, --config-cache      alias for \`--cache-file=config.cache'
1510
1511
  -n, --no-create         do not create output files
1687
1688
if $ac_init_version; then
1688
1689
  cat <<\_ACEOF
1689
1690
gc configure 7.1
1690
 
generated by GNU Autoconf 2.65
 
1691
generated by GNU Autoconf 2.67
1691
1692
 
1692
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
1693
Copyright (C) 2010 Free Software Foundation, Inc.
1693
1694
This configure script is free software; the Free Software Foundation
1694
1695
gives unlimited permission to copy, distribute and modify it.
1695
1696
_ACEOF
1831
1832
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832
1833
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833
1834
$as_echo_n "checking for $2... " >&6; }
1834
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1835
if eval "test \"\${$3+set}\"" = set; then :
1835
1836
  $as_echo_n "(cached) " >&6
1836
1837
else
1837
1838
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1874
1875
    mv -f conftest.er1 conftest.err
1875
1876
  fi
1876
1877
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1877
 
  test $ac_status = 0; } >/dev/null && {
 
1878
  test $ac_status = 0; } > conftest.i && {
1878
1879
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1879
1880
         test ! -s conftest.err
1880
1881
       }; then :
1940
1941
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1941
1942
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1942
1943
$as_echo_n "checking for $2... " >&6; }
1943
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1944
if eval "test \"\${$3+set}\"" = set; then :
1944
1945
  $as_echo_n "(cached) " >&6
1945
1946
else
1946
1947
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020
2021
    mv -f conftest.er1 conftest.err
2021
2022
  fi
2022
2023
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2023
 
  test $ac_status = 0; } >/dev/null && {
 
2024
  test $ac_status = 0; } > conftest.i && {
2024
2025
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2025
2026
         test ! -s conftest.err
2026
2027
       }; then :
2091
2092
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2092
2093
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2093
2094
$as_echo_n "checking for $2.$3... " >&6; }
2094
 
if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2095
if eval "test \"\${$4+set}\"" = set; then :
2095
2096
  $as_echo_n "(cached) " >&6
2096
2097
else
2097
2098
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2147
2148
ac_fn_c_check_header_mongrel ()
2148
2149
{
2149
2150
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2150
 
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2151
  if eval "test \"\${$3+set}\"" = set; then :
2151
2152
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2152
2153
$as_echo_n "checking for $2... " >&6; }
2153
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2154
if eval "test \"\${$3+set}\"" = set; then :
2154
2155
  $as_echo_n "(cached) " >&6
2155
2156
fi
2156
2157
eval ac_res=\$$3
2186
2187
else
2187
2188
  ac_header_preproc=no
2188
2189
fi
2189
 
rm -f conftest.err conftest.$ac_ext
 
2190
rm -f conftest.err conftest.i conftest.$ac_ext
2190
2191
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2191
2192
$as_echo "$ac_header_preproc" >&6; }
2192
2193
 
2209
2210
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2210
2211
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2211
2212
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2212
 
( cat <<\_ASBOX
2213
 
## -------------------------------- ##
 
2213
( $as_echo "## -------------------------------- ##
2214
2214
## Report this to Hans.Boehm@hp.com ##
2215
 
## -------------------------------- ##
2216
 
_ASBOX
 
2215
## -------------------------------- ##"
2217
2216
     ) | sed "s/^/$as_me: WARNING:     /" >&2
2218
2217
    ;;
2219
2218
esac
2220
2219
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2221
2220
$as_echo_n "checking for $2... " >&6; }
2222
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2221
if eval "test \"\${$3+set}\"" = set; then :
2223
2222
  $as_echo_n "(cached) " >&6
2224
2223
else
2225
2224
  eval "$3=\$ac_header_compiler"
2236
2235
running configure, to aid debugging if configure makes a mistake.
2237
2236
 
2238
2237
It was created by gc $as_me 7.1, which was
2239
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
2238
generated by GNU Autoconf 2.67.  Invocation command line was
2240
2239
 
2241
2240
  $ $0 $@
2242
2241
 
2346
2345
  {
2347
2346
    echo
2348
2347
 
2349
 
    cat <<\_ASBOX
2350
 
## ---------------- ##
 
2348
    $as_echo "## ---------------- ##
2351
2349
## Cache variables. ##
2352
 
## ---------------- ##
2353
 
_ASBOX
 
2350
## ---------------- ##"
2354
2351
    echo
2355
2352
    # The following way of writing the cache mishandles newlines in values,
2356
2353
(
2384
2381
)
2385
2382
    echo
2386
2383
 
2387
 
    cat <<\_ASBOX
2388
 
## ----------------- ##
 
2384
    $as_echo "## ----------------- ##
2389
2385
## Output variables. ##
2390
 
## ----------------- ##
2391
 
_ASBOX
 
2386
## ----------------- ##"
2392
2387
    echo
2393
2388
    for ac_var in $ac_subst_vars
2394
2389
    do
2401
2396
    echo
2402
2397
 
2403
2398
    if test -n "$ac_subst_files"; then
2404
 
      cat <<\_ASBOX
2405
 
## ------------------- ##
 
2399
      $as_echo "## ------------------- ##
2406
2400
## File substitutions. ##
2407
 
## ------------------- ##
2408
 
_ASBOX
 
2401
## ------------------- ##"
2409
2402
      echo
2410
2403
      for ac_var in $ac_subst_files
2411
2404
      do
2419
2412
    fi
2420
2413
 
2421
2414
    if test -s confdefs.h; then
2422
 
      cat <<\_ASBOX
2423
 
## ----------- ##
 
2415
      $as_echo "## ----------- ##
2424
2416
## confdefs.h. ##
2425
 
## ----------- ##
2426
 
_ASBOX
 
2417
## ----------- ##"
2427
2418
      echo
2428
2419
      cat confdefs.h
2429
2420
      echo
2478
2469
ac_site_file1=NONE
2479
2470
ac_site_file2=NONE
2480
2471
if test -n "$CONFIG_SITE"; then
2481
 
  ac_site_file1=$CONFIG_SITE
 
2472
  # We do not want a PATH search for config.site.
 
2473
  case $CONFIG_SITE in #((
 
2474
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
2475
    */*) ac_site_file1=$CONFIG_SITE;;
 
2476
    *)   ac_site_file1=./$CONFIG_SITE;;
 
2477
  esac
2482
2478
elif test "x$prefix" != xNONE; then
2483
2479
  ac_site_file1=$prefix/share/config.site
2484
2480
  ac_site_file2=$prefix/etc/config.site
2493
2489
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2494
2490
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2495
2491
    sed 's/^/| /' "$ac_site_file" >&5
2496
 
    . "$ac_site_file"
 
2492
    . "$ac_site_file" \
 
2493
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
2494
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2495
as_fn_error $? "failed to load site script $ac_site_file
 
2496
See \`config.log' for more details" "$LINENO" 5 ; }
2497
2497
  fi
2498
2498
done
2499
2499
 
2569
2569
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2570
2570
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2571
2571
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2572
 
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
2572
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2573
2573
fi
2574
2574
## -------------------- ##
2575
2575
## Main body of script. ##
2586
2586
 
2587
2587
ac_aux_dir=
2588
2588
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2589
 
  for ac_t in install-sh install.sh shtool; do
2590
 
    if test -f "$ac_dir/$ac_t"; then
2591
 
      ac_aux_dir=$ac_dir
2592
 
      ac_install_sh="$ac_aux_dir/$ac_t -c"
2593
 
      break 2
2594
 
    fi
2595
 
  done
 
2589
  if test -f "$ac_dir/install-sh"; then
 
2590
    ac_aux_dir=$ac_dir
 
2591
    ac_install_sh="$ac_aux_dir/install-sh -c"
 
2592
    break
 
2593
  elif test -f "$ac_dir/install.sh"; then
 
2594
    ac_aux_dir=$ac_dir
 
2595
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
2596
    break
 
2597
  elif test -f "$ac_dir/shtool"; then
 
2598
    ac_aux_dir=$ac_dir
 
2599
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
2600
    break
 
2601
  fi
2596
2602
done
2597
2603
if test -z "$ac_aux_dir"; then
2598
 
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
2604
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2599
2605
fi
2600
2606
 
2601
2607
# These three variables are undocumented and unsupported,
2609
2615
 
2610
2616
# Make sure we can run config.sub.
2611
2617
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2612
 
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
2618
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2613
2619
 
2614
2620
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2615
2621
$as_echo_n "checking build system type... " >&6; }
2620
2626
test "x$ac_build_alias" = x &&
2621
2627
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2622
2628
test "x$ac_build_alias" = x &&
2623
 
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
2629
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2624
2630
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2625
 
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
2631
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2626
2632
 
2627
2633
fi
2628
2634
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2629
2635
$as_echo "$ac_cv_build" >&6; }
2630
2636
case $ac_cv_build in
2631
2637
*-*-*) ;;
2632
 
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
2638
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2633
2639
esac
2634
2640
build=$ac_cv_build
2635
2641
ac_save_IFS=$IFS; IFS='-'
2654
2660
  ac_cv_host=$ac_cv_build
2655
2661
else
2656
2662
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2657
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
2663
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2658
2664
fi
2659
2665
 
2660
2666
fi
2662
2668
$as_echo "$ac_cv_host" >&6; }
2663
2669
case $ac_cv_host in
2664
2670
*-*-*) ;;
2665
 
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
2671
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2666
2672
esac
2667
2673
host=$ac_cv_host
2668
2674
ac_save_IFS=$IFS; IFS='-'
2687
2693
  ac_cv_target=$ac_cv_host
2688
2694
else
2689
2695
  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2690
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
 
2696
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2691
2697
fi
2692
2698
 
2693
2699
fi
2695
2701
$as_echo "$ac_cv_target" >&6; }
2696
2702
case $ac_cv_target in
2697
2703
*-*-*) ;;
2698
 
*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
 
2704
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
2699
2705
esac
2700
2706
target=$ac_cv_target
2701
2707
ac_save_IFS=$IFS; IFS='-'
2738
2744
  then
2739
2745
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: invalid" >&5
2740
2746
$as_echo "invalid" >&6; }
2741
 
    as_fn_error "nonconforming PACKAGE_VERSION='$PACKAGE_VERSION'" "$LINENO" 5
 
2747
    as_fn_error $? "nonconforming PACKAGE_VERSION='$PACKAGE_VERSION'" "$LINENO" 5
2742
2748
  fi
2743
2749
 
2744
2750
 
2869
2875
'
2870
2876
case `pwd` in
2871
2877
  *[\\\"\#\$\&\'\`$am_lf]*)
2872
 
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
 
2878
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2873
2879
esac
2874
2880
case $srcdir in
2875
2881
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2876
 
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2882
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2877
2883
esac
2878
2884
 
2879
2885
# Do `set' in a subshell so we don't clobber the current shell's
2895
2901
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2896
2902
      # broken ls alias from the environment.  This has actually
2897
2903
      # happened.  Such a system could not be considered "sane".
2898
 
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
 
2904
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2899
2905
alias in your environment" "$LINENO" 5
2900
2906
   fi
2901
2907
 
2905
2911
   # Ok.
2906
2912
   :
2907
2913
else
2908
 
   as_fn_error "newly created file is older than distributed files!
 
2914
   as_fn_error $? "newly created file is older than distributed files!
2909
2915
Check your system clock" "$LINENO" 5
2910
2916
fi
2911
2917
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3143
3149
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3144
3150
set x ${MAKE-make}
3145
3151
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3146
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
 
3152
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3147
3153
  $as_echo_n "(cached) " >&6
3148
3154
else
3149
3155
  cat >conftest.make <<\_ACEOF
3151
3157
all:
3152
3158
        @echo '@@@%%%=$(MAKE)=@@@%%%'
3153
3159
_ACEOF
3154
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
3160
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3155
3161
case `${MAKE-make} -f conftest.make 2>/dev/null` in
3156
3162
  *@@@%%%=?*=@@@%%%*)
3157
3163
    eval ac_cv_prog_make_${ac_make}_set=yes;;
3185
3191
  am__isrc=' -I$(srcdir)'
3186
3192
  # test to see if srcdir already configured
3187
3193
  if test -f $srcdir/config.status; then
3188
 
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
3194
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3189
3195
  fi
3190
3196
fi
3191
3197
 
3633
3639
 
3634
3640
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3635
3641
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3636
 
as_fn_error "no acceptable C compiler found in \$PATH
3637
 
See \`config.log' for more details." "$LINENO" 5; }
 
3642
as_fn_error $? "no acceptable C compiler found in \$PATH
 
3643
See \`config.log' for more details" "$LINENO" 5 ; }
3638
3644
 
3639
3645
# Provide some information about the compiler.
3640
3646
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3748
3754
 
3749
3755
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3750
3756
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3751
 
{ as_fn_set_status 77
3752
 
as_fn_error "C compiler cannot create executables
3753
 
See \`config.log' for more details." "$LINENO" 5; }; }
 
3757
as_fn_error 77 "C compiler cannot create executables
 
3758
See \`config.log' for more details" "$LINENO" 5 ; }
3754
3759
else
3755
3760
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3756
3761
$as_echo "yes" >&6; }
3792
3797
else
3793
3798
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3794
3799
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3795
 
as_fn_error "cannot compute suffix of executables: cannot compile and link
3796
 
See \`config.log' for more details." "$LINENO" 5; }
 
3800
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 
3801
See \`config.log' for more details" "$LINENO" 5 ; }
3797
3802
fi
3798
3803
rm -f conftest conftest$ac_cv_exeext
3799
3804
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3850
3855
    else
3851
3856
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3852
3857
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3853
 
as_fn_error "cannot run C compiled programs.
 
3858
as_fn_error $? "cannot run C compiled programs.
3854
3859
If you meant to cross compile, use \`--host'.
3855
 
See \`config.log' for more details." "$LINENO" 5; }
 
3860
See \`config.log' for more details" "$LINENO" 5 ; }
3856
3861
    fi
3857
3862
  fi
3858
3863
fi
3903
3908
 
3904
3909
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3905
3910
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3906
 
as_fn_error "cannot compute suffix of object files: cannot compile
3907
 
See \`config.log' for more details." "$LINENO" 5; }
 
3911
as_fn_error $? "cannot compute suffix of object files: cannot compile
 
3912
See \`config.log' for more details" "$LINENO" 5 ; }
3908
3913
fi
3909
3914
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3910
3915
fi
4260
4265
fi
4261
4266
set dummy $CC; ac_cc=`$as_echo "$2" |
4262
4267
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4263
 
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
 
4268
if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\"" = set; then :
4264
4269
  $as_echo_n "(cached) " >&6
4265
4270
else
4266
4271
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5162
5167
  done
5163
5168
IFS=$as_save_IFS
5164
5169
  if test -z "$ac_cv_path_SED"; then
5165
 
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
5170
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5166
5171
  fi
5167
5172
else
5168
5173
  ac_cv_path_SED=$SED
5238
5243
  done
5239
5244
IFS=$as_save_IFS
5240
5245
  if test -z "$ac_cv_path_GREP"; then
5241
 
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5246
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5242
5247
  fi
5243
5248
else
5244
5249
  ac_cv_path_GREP=$GREP
5304
5309
  done
5305
5310
IFS=$as_save_IFS
5306
5311
  if test -z "$ac_cv_path_EGREP"; then
5307
 
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5312
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5308
5313
  fi
5309
5314
else
5310
5315
  ac_cv_path_EGREP=$EGREP
5371
5376
  done
5372
5377
IFS=$as_save_IFS
5373
5378
  if test -z "$ac_cv_path_FGREP"; then
5374
 
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5379
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5375
5380
  fi
5376
5381
else
5377
5382
  ac_cv_path_FGREP=$FGREP
5487
5492
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5488
5493
$as_echo "no" >&6; }
5489
5494
fi
5490
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
5495
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5491
5496
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5492
5497
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5493
5498
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5689
5694
else
5690
5695
  lt_cv_nm_interface="BSD nm"
5691
5696
  echo "int some_variable = 0;" > conftest.$ac_ext
5692
 
  (eval echo "\"\$as_me:5692: $ac_compile\"" >&5)
 
5697
  (eval echo "\"\$as_me:5697: $ac_compile\"" >&5)
5693
5698
  (eval "$ac_compile" 2>conftest.err)
5694
5699
  cat conftest.err >&5
5695
 
  (eval echo "\"\$as_me:5695: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5700
  (eval echo "\"\$as_me:5700: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5696
5701
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5697
5702
  cat conftest.err >&5
5698
 
  (eval echo "\"\$as_me:5698: output\"" >&5)
 
5703
  (eval echo "\"\$as_me:5703: output\"" >&5)
5699
5704
  cat conftest.out >&5
5700
5705
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5701
5706
    lt_cv_nm_interface="MS dumpbin"
6901
6906
  ;;
6902
6907
*-*-irix6*)
6903
6908
  # Find out which ABI we are using.
6904
 
  echo '#line 6904 "configure"' > conftest.$ac_ext
 
6909
  echo '#line 6909 "configure"' > conftest.$ac_ext
6905
6910
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6906
6911
  (eval $ac_compile) 2>&5
6907
6912
  ac_status=$?
7690
7695
  # Broken: fails on valid input.
7691
7696
continue
7692
7697
fi
7693
 
rm -f conftest.err conftest.$ac_ext
 
7698
rm -f conftest.err conftest.i conftest.$ac_ext
7694
7699
 
7695
7700
  # OK, works on sane cases.  Now check whether nonexistent headers
7696
7701
  # can be detected and how.
7706
7711
ac_preproc_ok=:
7707
7712
break
7708
7713
fi
7709
 
rm -f conftest.err conftest.$ac_ext
 
7714
rm -f conftest.err conftest.i conftest.$ac_ext
7710
7715
 
7711
7716
done
7712
7717
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7713
 
rm -f conftest.err conftest.$ac_ext
 
7718
rm -f conftest.i conftest.err conftest.$ac_ext
7714
7719
if $ac_preproc_ok; then :
7715
7720
  break
7716
7721
fi
7749
7754
  # Broken: fails on valid input.
7750
7755
continue
7751
7756
fi
7752
 
rm -f conftest.err conftest.$ac_ext
 
7757
rm -f conftest.err conftest.i conftest.$ac_ext
7753
7758
 
7754
7759
  # OK, works on sane cases.  Now check whether nonexistent headers
7755
7760
  # can be detected and how.
7765
7770
ac_preproc_ok=:
7766
7771
break
7767
7772
fi
7768
 
rm -f conftest.err conftest.$ac_ext
 
7773
rm -f conftest.err conftest.i conftest.$ac_ext
7769
7774
 
7770
7775
done
7771
7776
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7772
 
rm -f conftest.err conftest.$ac_ext
 
7777
rm -f conftest.i conftest.err conftest.$ac_ext
7773
7778
if $ac_preproc_ok; then :
7774
7779
 
7775
7780
else
7776
7781
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7777
7782
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7778
 
as_fn_error "C preprocessor \"$CPP\" fails sanity check
7779
 
See \`config.log' for more details." "$LINENO" 5; }
 
7783
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 
7784
See \`config.log' for more details" "$LINENO" 5 ; }
7780
7785
fi
7781
7786
 
7782
7787
ac_ext=c
7905
7910
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7906
7911
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7907
7912
"
7908
 
eval as_val=\$$as_ac_Header
7909
 
   if test "x$as_val" = x""yes; then :
 
7913
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7910
7914
  cat >>confdefs.h <<_ACEOF
7911
7915
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7912
7916
_ACEOF
8356
8360
  # Broken: fails on valid input.
8357
8361
continue
8358
8362
fi
8359
 
rm -f conftest.err conftest.$ac_ext
 
8363
rm -f conftest.err conftest.i conftest.$ac_ext
8360
8364
 
8361
8365
  # OK, works on sane cases.  Now check whether nonexistent headers
8362
8366
  # can be detected and how.
8372
8376
ac_preproc_ok=:
8373
8377
break
8374
8378
fi
8375
 
rm -f conftest.err conftest.$ac_ext
 
8379
rm -f conftest.err conftest.i conftest.$ac_ext
8376
8380
 
8377
8381
done
8378
8382
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8379
 
rm -f conftest.err conftest.$ac_ext
 
8383
rm -f conftest.i conftest.err conftest.$ac_ext
8380
8384
if $ac_preproc_ok; then :
8381
8385
  break
8382
8386
fi
8415
8419
  # Broken: fails on valid input.
8416
8420
continue
8417
8421
fi
8418
 
rm -f conftest.err conftest.$ac_ext
 
8422
rm -f conftest.err conftest.i conftest.$ac_ext
8419
8423
 
8420
8424
  # OK, works on sane cases.  Now check whether nonexistent headers
8421
8425
  # can be detected and how.
8431
8435
ac_preproc_ok=:
8432
8436
break
8433
8437
fi
8434
 
rm -f conftest.err conftest.$ac_ext
 
8438
rm -f conftest.err conftest.i conftest.$ac_ext
8435
8439
 
8436
8440
done
8437
8441
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8438
 
rm -f conftest.err conftest.$ac_ext
 
8442
rm -f conftest.i conftest.err conftest.$ac_ext
8439
8443
if $ac_preproc_ok; then :
8440
8444
 
8441
8445
else
8958
8962
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8959
8963
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8960
8964
   -e 's:$: $lt_compiler_flag:'`
8961
 
   (eval echo "\"\$as_me:8961: $lt_compile\"" >&5)
 
8965
   (eval echo "\"\$as_me:8965: $lt_compile\"" >&5)
8962
8966
   (eval "$lt_compile" 2>conftest.err)
8963
8967
   ac_status=$?
8964
8968
   cat conftest.err >&5
8965
 
   echo "$as_me:8965: \$? = $ac_status" >&5
 
8969
   echo "$as_me:8969: \$? = $ac_status" >&5
8966
8970
   if (exit $ac_status) && test -s "$ac_outfile"; then
8967
8971
     # The compiler can only warn and ignore the option if not recognized
8968
8972
     # So say no if there are warnings other than the usual output.
9297
9301
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9298
9302
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9299
9303
   -e 's:$: $lt_compiler_flag:'`
9300
 
   (eval echo "\"\$as_me:9300: $lt_compile\"" >&5)
 
9304
   (eval echo "\"\$as_me:9304: $lt_compile\"" >&5)
9301
9305
   (eval "$lt_compile" 2>conftest.err)
9302
9306
   ac_status=$?
9303
9307
   cat conftest.err >&5
9304
 
   echo "$as_me:9304: \$? = $ac_status" >&5
 
9308
   echo "$as_me:9308: \$? = $ac_status" >&5
9305
9309
   if (exit $ac_status) && test -s "$ac_outfile"; then
9306
9310
     # The compiler can only warn and ignore the option if not recognized
9307
9311
     # So say no if there are warnings other than the usual output.
9402
9406
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9403
9407
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9404
9408
   -e 's:$: $lt_compiler_flag:'`
9405
 
   (eval echo "\"\$as_me:9405: $lt_compile\"" >&5)
 
9409
   (eval echo "\"\$as_me:9409: $lt_compile\"" >&5)
9406
9410
   (eval "$lt_compile" 2>out/conftest.err)
9407
9411
   ac_status=$?
9408
9412
   cat out/conftest.err >&5
9409
 
   echo "$as_me:9409: \$? = $ac_status" >&5
 
9413
   echo "$as_me:9413: \$? = $ac_status" >&5
9410
9414
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9411
9415
   then
9412
9416
     # The compiler can only warn and ignore the option if not recognized
9457
9461
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9458
9462
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9459
9463
   -e 's:$: $lt_compiler_flag:'`
9460
 
   (eval echo "\"\$as_me:9460: $lt_compile\"" >&5)
 
9464
   (eval echo "\"\$as_me:9464: $lt_compile\"" >&5)
9461
9465
   (eval "$lt_compile" 2>out/conftest.err)
9462
9466
   ac_status=$?
9463
9467
   cat out/conftest.err >&5
9464
 
   echo "$as_me:9464: \$? = $ac_status" >&5
 
9468
   echo "$as_me:9468: \$? = $ac_status" >&5
9465
9469
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9466
9470
   then
9467
9471
     # The compiler can only warn and ignore the option if not recognized
11841
11845
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11842
11846
  lt_status=$lt_dlunknown
11843
11847
  cat > conftest.$ac_ext <<_LT_EOF
11844
 
#line 11844 "configure"
 
11848
#line 11848 "configure"
11845
11849
#include "confdefs.h"
11846
11850
 
11847
11851
#if HAVE_DLFCN_H
11937
11941
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11938
11942
  lt_status=$lt_dlunknown
11939
11943
  cat > conftest.$ac_ext <<_LT_EOF
11940
 
#line 11940 "configure"
 
11944
#line 11944 "configure"
11941
11945
#include "confdefs.h"
11942
11946
 
11943
11947
#if HAVE_DLFCN_H
12352
12356
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12353
12357
$as_echo "no" >&6; }
12354
12358
fi
12355
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
12359
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
12356
12360
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12357
12361
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12358
12362
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
13893
13897
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13894
13898
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13895
13899
   -e 's:$: $lt_compiler_flag:'`
13896
 
   (eval echo "\"\$as_me:13896: $lt_compile\"" >&5)
 
13900
   (eval echo "\"\$as_me:13900: $lt_compile\"" >&5)
13897
13901
   (eval "$lt_compile" 2>conftest.err)
13898
13902
   ac_status=$?
13899
13903
   cat conftest.err >&5
13900
 
   echo "$as_me:13900: \$? = $ac_status" >&5
 
13904
   echo "$as_me:13904: \$? = $ac_status" >&5
13901
13905
   if (exit $ac_status) && test -s "$ac_outfile"; then
13902
13906
     # The compiler can only warn and ignore the option if not recognized
13903
13907
     # So say no if there are warnings other than the usual output.
13992
13996
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13993
13997
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13994
13998
   -e 's:$: $lt_compiler_flag:'`
13995
 
   (eval echo "\"\$as_me:13995: $lt_compile\"" >&5)
 
13999
   (eval echo "\"\$as_me:13999: $lt_compile\"" >&5)
13996
14000
   (eval "$lt_compile" 2>out/conftest.err)
13997
14001
   ac_status=$?
13998
14002
   cat out/conftest.err >&5
13999
 
   echo "$as_me:13999: \$? = $ac_status" >&5
 
14003
   echo "$as_me:14003: \$? = $ac_status" >&5
14000
14004
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14001
14005
   then
14002
14006
     # The compiler can only warn and ignore the option if not recognized
14044
14048
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14045
14049
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14046
14050
   -e 's:$: $lt_compiler_flag:'`
14047
 
   (eval echo "\"\$as_me:14047: $lt_compile\"" >&5)
 
14051
   (eval echo "\"\$as_me:14051: $lt_compile\"" >&5)
14048
14052
   (eval "$lt_compile" 2>out/conftest.err)
14049
14053
   ac_status=$?
14050
14054
   cat out/conftest.err >&5
14051
 
   echo "$as_me:14051: \$? = $ac_status" >&5
 
14055
   echo "$as_me:14055: \$? = $ac_status" >&5
14052
14056
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14053
14057
   then
14054
14058
     # The compiler can only warn and ignore the option if not recognized
15037
15041
if test "${enable_parallel_mark+set}" = set; then :
15038
15042
  enableval=$enable_parallel_mark; case "$THREADS" in
15039
15043
      no | none | single)
15040
 
        as_fn_error "Parallel mark requires --enable-threads=x spec" "$LINENO" 5
 
15044
        as_fn_error $? "Parallel mark requires --enable-threads=x spec" "$LINENO" 5
15041
15045
        ;;
15042
15046
    esac
15043
15047
 
15239
15243
        THREADDLLIBS="-lpthread -lrt"
15240
15244
        ;;
15241
15245
      *)
15242
 
        as_fn_error "\"Pthreads not supported by the GC on this platform.\"" "$LINENO" 5
 
15246
        as_fn_error $? "\"Pthreads not supported by the GC on this platform.\"" "$LINENO" 5
15243
15247
        ;;
15244
15248
    esac
15245
15249
    ;;
15287
15291
 
15288
15292
    ;;
15289
15293
 decosf1 | irix | mach | os2 | solaris | dce | vxworks)
15290
 
    as_fn_error "thread package $THREADS not yet supported" "$LINENO" 5
 
15294
    as_fn_error $? "thread package $THREADS not yet supported" "$LINENO" 5
15291
15295
    ;;
15292
15296
 *)
15293
 
    as_fn_error "$THREADS is an unknown thread package" "$LINENO" 5
 
15297
    as_fn_error $? "$THREADS is an unknown thread package" "$LINENO" 5
15294
15298
    ;;
15295
15299
esac
15296
15300
 
15967
15971
  enableval=$enable_munmap; MUNMAP_THRESHOLD=$enableval;
15968
15972
   case "$MMAP" in
15969
15973
      no)
15970
 
        as_fn_error "--enable-munmap requires --enable-mmap" "$LINENO" 5
 
15974
        as_fn_error $? "--enable-munmap requires --enable-mmap" "$LINENO" 5
15971
15975
        ;;
15972
15976
    esac
15973
15977
 
16024
16028
        esac
16025
16029
    done
16026
16030
    if test -z "$ao_dir"; then
16027
 
        as_fn_error "Missig libatomic_ops." "$LINENO" 5
 
16031
        as_fn_error $? "Missig libatomic_ops." "$LINENO" 5
16028
16032
    fi
16029
16033
    ao_version="${ao_dir#*libatomic_ops-}"
16030
16034
    { $as_echo "$as_me:${as_lineno-$LINENO}: Using internal version of libatomic_ops" >&5
16158
16162
 
16159
16163
ac_libobjs=
16160
16164
ac_ltlibobjs=
 
16165
U=
16161
16166
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16162
16167
  # 1. Remove the extension, and $U if already installed.
16163
16168
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16181
16186
fi
16182
16187
 
16183
16188
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16184
 
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
16189
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
16185
16190
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16186
16191
fi
16187
16192
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16188
 
  as_fn_error "conditional \"AMDEP\" was never defined.
 
16193
  as_fn_error $? "conditional \"AMDEP\" was never defined.
16189
16194
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16190
16195
fi
16191
16196
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16192
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
16197
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
16193
16198
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16194
16199
fi
16195
16200
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
16196
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
 
16201
  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
16197
16202
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16198
16203
fi
16199
16204
if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
16200
 
  as_fn_error "conditional \"am__fastdepCCAS\" was never defined.
 
16205
  as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
16201
16206
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16202
16207
fi
16203
16208
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
16204
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
 
16209
  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
16205
16210
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16206
16211
fi
16207
16212
if test -z "${THREADS_TRUE}" && test -z "${THREADS_FALSE}"; then
16208
 
  as_fn_error "conditional \"THREADS\" was never defined.
 
16213
  as_fn_error $? "conditional \"THREADS\" was never defined.
16209
16214
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16210
16215
fi
16211
16216
if test -z "${PTHREADS_TRUE}" && test -z "${PTHREADS_FALSE}"; then
16212
 
  as_fn_error "conditional \"PTHREADS\" was never defined.
 
16217
  as_fn_error $? "conditional \"PTHREADS\" was never defined.
16213
16218
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16214
16219
fi
16215
16220
if test -z "${DARWIN_THREADS_TRUE}" && test -z "${DARWIN_THREADS_FALSE}"; then
16216
 
  as_fn_error "conditional \"DARWIN_THREADS\" was never defined.
 
16221
  as_fn_error $? "conditional \"DARWIN_THREADS\" was never defined.
16217
16222
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16218
16223
fi
16219
16224
if test -z "${WIN32_THREADS_TRUE}" && test -z "${WIN32_THREADS_FALSE}"; then
16220
 
  as_fn_error "conditional \"WIN32_THREADS\" was never defined.
 
16225
  as_fn_error $? "conditional \"WIN32_THREADS\" was never defined.
16221
16226
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16222
16227
fi
16223
16228
if test -z "${COMPILER_XLC_TRUE}" && test -z "${COMPILER_XLC_FALSE}"; then
16224
 
  as_fn_error "conditional \"COMPILER_XLC\" was never defined.
 
16229
  as_fn_error $? "conditional \"COMPILER_XLC\" was never defined.
16225
16230
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16226
16231
fi
16227
16232
if test -z "${AVOID_CPP_LIB_TRUE}" && test -z "${AVOID_CPP_LIB_FALSE}"; then
16228
 
  as_fn_error "conditional \"AVOID_CPP_LIB\" was never defined.
 
16233
  as_fn_error $? "conditional \"AVOID_CPP_LIB\" was never defined.
16229
16234
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16230
16235
fi
16231
16236
if test -z "${CPLUSPLUS_TRUE}" && test -z "${CPLUSPLUS_FALSE}"; then
16232
 
  as_fn_error "conditional \"CPLUSPLUS\" was never defined.
 
16237
  as_fn_error $? "conditional \"CPLUSPLUS\" was never defined.
16233
16238
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16234
16239
fi
16235
16240
if test -z "${ENABLE_GCJ_SUPPORT_TRUE}" && test -z "${ENABLE_GCJ_SUPPORT_FALSE}"; then
16236
 
  as_fn_error "conditional \"ENABLE_GCJ_SUPPORT\" was never defined.
 
16241
  as_fn_error $? "conditional \"ENABLE_GCJ_SUPPORT\" was never defined.
16237
16242
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16238
16243
fi
16239
16244
if test -z "${USE_LIBDIR_TRUE}" && test -z "${USE_LIBDIR_FALSE}"; then
16240
 
  as_fn_error "conditional \"USE_LIBDIR\" was never defined.
 
16245
  as_fn_error $? "conditional \"USE_LIBDIR\" was never defined.
16241
16246
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16242
16247
fi
16243
16248
if test -z "${USE_INTERNAL_LIBATOMIC_OPS_TRUE}" && test -z "${USE_INTERNAL_LIBATOMIC_OPS_FALSE}"; then
16244
 
  as_fn_error "conditional \"USE_INTERNAL_LIBATOMIC_OPS\" was never defined.
 
16249
  as_fn_error $? "conditional \"USE_INTERNAL_LIBATOMIC_OPS\" was never defined.
16245
16250
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16246
16251
fi
16247
16252
if test -z "${NEED_ATOMIC_OPS_ASM_TRUE}" && test -z "${NEED_ATOMIC_OPS_ASM_FALSE}"; then
16248
 
  as_fn_error "conditional \"NEED_ATOMIC_OPS_ASM\" was never defined.
 
16253
  as_fn_error $? "conditional \"NEED_ATOMIC_OPS_ASM\" was never defined.
16249
16254
Usually this means the macro was only invoked conditionally." "$LINENO" 5
16250
16255
fi
16251
16256
 
16395
16400
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16396
16401
 
16397
16402
 
16398
 
# as_fn_error ERROR [LINENO LOG_FD]
16399
 
# ---------------------------------
 
16403
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
16404
# ----------------------------------------
16400
16405
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16401
16406
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16402
 
# script with status $?, using 1 if that was 0.
 
16407
# script with STATUS, using 1 if that was 0.
16403
16408
as_fn_error ()
16404
16409
{
16405
 
  as_status=$?; test $as_status -eq 0 && as_status=1
16406
 
  if test "$3"; then
16407
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16408
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
16410
  as_status=$1; test $as_status -eq 0 && as_status=1
 
16411
  if test "$4"; then
 
16412
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
16413
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16409
16414
  fi
16410
 
  $as_echo "$as_me: error: $1" >&2
 
16415
  $as_echo "$as_me: error: $2" >&2
16411
16416
  as_fn_exit $as_status
16412
16417
} # as_fn_error
16413
16418
 
16603
16608
      test -d "$as_dir" && break
16604
16609
    done
16605
16610
    test -z "$as_dirs" || eval "mkdir $as_dirs"
16606
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
16611
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16607
16612
 
16608
16613
 
16609
16614
} # as_fn_mkdir_p
16657
16662
# values after options handling.
16658
16663
ac_log="
16659
16664
This file was extended by gc $as_me 7.1, which was
16660
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
16665
generated by GNU Autoconf 2.67.  Invocation command line was
16661
16666
 
16662
16667
  CONFIG_FILES    = $CONFIG_FILES
16663
16668
  CONFIG_HEADERS  = $CONFIG_HEADERS
16723
16728
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16724
16729
ac_cs_version="\\
16725
16730
gc config.status 7.1
16726
 
configured by $0, generated by GNU Autoconf 2.65,
 
16731
configured by $0, generated by GNU Autoconf 2.67,
16727
16732
  with options \\"\$ac_cs_config\\"
16728
16733
 
16729
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
16734
Copyright (C) 2010 Free Software Foundation, Inc.
16730
16735
This config.status script is free software; the Free Software Foundation
16731
16736
gives unlimited permission to copy, distribute and modify it."
16732
16737
 
16744
16749
while test $# != 0
16745
16750
do
16746
16751
  case $1 in
16747
 
  --*=*)
 
16752
  --*=?*)
16748
16753
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
16749
16754
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16750
16755
    ac_shift=:
16751
16756
    ;;
 
16757
  --*=)
 
16758
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
16759
    ac_optarg=
 
16760
    ac_shift=:
 
16761
    ;;
16752
16762
  *)
16753
16763
    ac_option=$1
16754
16764
    ac_optarg=$2
16770
16780
    $ac_shift
16771
16781
    case $ac_optarg in
16772
16782
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
16783
    '') as_fn_error $? "missing file argument" ;;
16773
16784
    esac
16774
16785
    as_fn_append CONFIG_FILES " '$ac_optarg'"
16775
16786
    ac_need_defaults=false;;
16782
16793
    ac_need_defaults=false;;
16783
16794
  --he | --h)
16784
16795
    # Conflict between --help and --header
16785
 
    as_fn_error "ambiguous option: \`$1'
 
16796
    as_fn_error $? "ambiguous option: \`$1'
16786
16797
Try \`$0 --help' for more information.";;
16787
16798
  --help | --hel | -h )
16788
16799
    $as_echo "$ac_cs_usage"; exit ;;
16791
16802
    ac_cs_silent=: ;;
16792
16803
 
16793
16804
  # This is an error.
16794
 
  -*) as_fn_error "unrecognized option: \`$1'
 
16805
  -*) as_fn_error $? "unrecognized option: \`$1'
16795
16806
Try \`$0 --help' for more information." ;;
16796
16807
 
16797
16808
  *) as_fn_append ac_config_targets " $1"
17208
17219
    "bdw-gc.pc") CONFIG_FILES="$CONFIG_FILES bdw-gc.pc" ;;
17209
17220
    "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17210
17221
 
17211
 
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
17222
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
17212
17223
  esac
17213
17224
done
17214
17225
 
17246
17257
{
17247
17258
  tmp=./conf$$-$RANDOM
17248
17259
  (umask 077 && mkdir "$tmp")
17249
 
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
17260
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17250
17261
 
17251
17262
# Set up the scripts for CONFIG_FILES section.
17252
17263
# No need to generate them if there are no CONFIG_FILES.
17263
17274
fi
17264
17275
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17265
17276
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17266
 
  ac_cs_awk_cr='\r'
 
17277
  ac_cs_awk_cr='\\r'
17267
17278
else
17268
17279
  ac_cs_awk_cr=$ac_cr
17269
17280
fi
17277
17288
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17278
17289
  echo "_ACEOF"
17279
17290
} >conf$$subs.sh ||
17280
 
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17281
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
17291
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
17292
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
17282
17293
ac_delim='%!_!# '
17283
17294
for ac_last_try in false false false false false :; do
17284
17295
  . ./conf$$subs.sh ||
17285
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
17296
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17286
17297
 
17287
17298
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17288
17299
  if test $ac_delim_n = $ac_delim_num; then
17289
17300
    break
17290
17301
  elif $ac_last_try; then
17291
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
17302
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17292
17303
  else
17293
17304
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17294
17305
  fi
17377
17388
else
17378
17389
  cat
17379
17390
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17380
 
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
17391
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
17381
17392
_ACEOF
17382
17393
 
17383
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
17384
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
17394
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
17395
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
17385
17396
# trailing colons and then remove the whole line if VPATH becomes empty
17386
17397
# (actually we leave an empty line to preserve line numbers).
17387
17398
if test "x$srcdir" = x.; then
17388
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
17389
 
s/:*\$(srcdir):*/:/
17390
 
s/:*\${srcdir}:*/:/
17391
 
s/:*@srcdir@:*/:/
17392
 
s/^\([^=]*=[     ]*\):*/\1/
 
17399
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 
17400
h
 
17401
s///
 
17402
s/^/:/
 
17403
s/[      ]*$/:/
 
17404
s/:\$(srcdir):/:/g
 
17405
s/:\${srcdir}:/:/g
 
17406
s/:@srcdir@:/:/g
 
17407
s/^:*//
17393
17408
s/:*$//
 
17409
x
 
17410
s/\(=[   ]*\).*/\1/
 
17411
G
 
17412
s/\n//
17394
17413
s/^[^=]*=[       ]*$//
17395
17414
}'
17396
17415
fi
17418
17437
  if test -z "$ac_t"; then
17419
17438
    break
17420
17439
  elif $ac_last_try; then
17421
 
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
17440
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17422
17441
  else
17423
17442
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17424
17443
  fi
17503
17522
_ACAWK
17504
17523
_ACEOF
17505
17524
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17506
 
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
17525
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17507
17526
fi # test -n "$CONFIG_HEADERS"
17508
17527
 
17509
17528
 
17516
17535
  esac
17517
17536
  case $ac_mode$ac_tag in
17518
17537
  :[FHL]*:*);;
17519
 
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
17538
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
17520
17539
  :[FH]-) ac_tag=-:-;;
17521
17540
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17522
17541
  esac
17544
17563
           [\\/$]*) false;;
17545
17564
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17546
17565
           esac ||
17547
 
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
17566
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
17548
17567
      esac
17549
17568
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17550
17569
      as_fn_append ac_file_inputs " '$ac_f'"
17571
17590
 
17572
17591
    case $ac_tag in
17573
17592
    *:-:* | *:-) cat >"$tmp/stdin" \
17574
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
17593
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
17575
17594
    esac
17576
17595
    ;;
17577
17596
  esac
17708
17727
$ac_datarootdir_hack
17709
17728
"
17710
17729
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17711
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
17730
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17712
17731
 
17713
17732
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17714
17733
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17715
17734
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17716
17735
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17717
 
which seems to be undefined.  Please make sure it is defined." >&5
 
17736
which seems to be undefined.  Please make sure it is defined" >&5
17718
17737
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17719
 
which seems to be undefined.  Please make sure it is defined." >&2;}
 
17738
which seems to be undefined.  Please make sure it is defined" >&2;}
17720
17739
 
17721
17740
  rm -f "$tmp/stdin"
17722
17741
  case $ac_file in
17723
17742
  -) cat "$tmp/out" && rm -f "$tmp/out";;
17724
17743
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17725
17744
  esac \
17726
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
17745
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17727
17746
 ;;
17728
17747
  :H)
17729
17748
  #
17734
17753
      $as_echo "/* $configure_input  */" \
17735
17754
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17736
17755
    } >"$tmp/config.h" \
17737
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
17756
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17738
17757
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17739
17758
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17740
17759
$as_echo "$as_me: $ac_file is unchanged" >&6;}
17741
17760
    else
17742
17761
      rm -f "$ac_file"
17743
17762
      mv "$tmp/config.h" "$ac_file" \
17744
 
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
17763
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17745
17764
    fi
17746
17765
  else
17747
17766
    $as_echo "/* $configure_input  */" \
17748
17767
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17749
 
      || as_fn_error "could not create -" "$LINENO" 5
 
17768
      || as_fn_error $? "could not create -" "$LINENO" 5
17750
17769
  fi
17751
17770
# Compute "$ac_file"'s index in $config_headers.
17752
17771
_am_arg="$ac_file"
18698
18717
ac_clean_files=$ac_clean_files_save
18699
18718
 
18700
18719
test $ac_write_fail = 0 ||
18701
 
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
18720
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18702
18721
 
18703
18722
 
18704
18723
# configure is writing to config.log, and then calls config.status.
18719
18738
  exec 5>>config.log
18720
18739
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18721
18740
  # would make configure fail if this is the last instruction.
18722
 
  $ac_cs_success || as_fn_exit $?
 
18741
  $ac_cs_success || as_fn_exit 1
18723
18742
fi
18724
18743
 
18725
18744
#
18860
18879
      # The eval makes quoting arguments work.
18861
18880
      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
18862
18881
           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
18863
 
        as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
 
18882
        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
18864
18883
    fi
18865
18884
 
18866
18885
    cd "$ac_popdir"