The R Project SVN R

Rev

Rev 28320 | Rev 28636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28320 Rev 28346
Line 1... Line 1...
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.57 for R 1.9.0.
3
# Generated by GNU Autoconf 2.59 for R 1.9.0.
4
#
4
#
5
# Report bugs to <r-bugs@R-project.org>.
5
# Report bugs to <r-bugs@R-project.org>.
6
#
6
#
7
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
-
 
8
# Free Software Foundation, Inc.
7
# Copyright (C) 2003 Free Software Foundation, Inc.
9
# This configure script is free software; the Free Software Foundation
8
# This configure script is free software; the Free Software Foundation
10
# gives unlimited permission to copy, distribute and modify it.
9
# gives unlimited permission to copy, distribute and modify it.
11
## --------------------- ##
10
## --------------------- ##
12
## M4sh Initialization.  ##
11
## M4sh Initialization.  ##
13
## --------------------- ##
12
## --------------------- ##
Line 20... Line 19...
20
  # is contrary to our usage.  Disable this feature.
19
  # is contrary to our usage.  Disable this feature.
21
  alias -g '${1+"$@"}'='"$@"'
20
  alias -g '${1+"$@"}'='"$@"'
22
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23
  set -o posix
22
  set -o posix
24
fi
23
fi
-
 
24
DUALCASE=1; export DUALCASE # for MKS sh
25
 
25
 
26
# Support unset when possible.
26
# Support unset when possible.
27
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
27
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28
  as_unset=unset
28
  as_unset=unset
29
else
29
else
30
  as_unset=false
30
  as_unset=false
31
fi
31
fi
32
 
32
 
Line 41... Line 41...
41
for as_var in \
41
for as_var in \
42
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
42
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
43
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44
  LC_TELEPHONE LC_TIME
44
  LC_TELEPHONE LC_TIME
45
do
45
do
46
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
46
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47
    eval $as_var=C; export $as_var
47
    eval $as_var=C; export $as_var
48
  else
48
  else
49
    $as_unset $as_var
49
    $as_unset $as_var
50
  fi
50
  fi
51
done
51
done
Line 218... Line 218...
218
rm -f conf$$ conf$$.exe conf$$.file
218
rm -f conf$$ conf$$.exe conf$$.file
219
 
219
 
220
if mkdir -p . 2>/dev/null; then
220
if mkdir -p . 2>/dev/null; then
221
  as_mkdir_p=:
221
  as_mkdir_p=:
222
else
222
else
-
 
223
  test -d ./-p && rmdir ./-p
223
  as_mkdir_p=false
224
  as_mkdir_p=false
224
fi
225
fi
225
 
226
 
226
as_executable_p="test -f"
227
as_executable_p="test -f"
227
 
228
 
228
# Sed expression to map a string onto a valid CPP name.
229
# Sed expression to map a string onto a valid CPP name.
229
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
230
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230
 
231
 
231
# Sed expression to map a string onto a valid variable name.
232
# Sed expression to map a string onto a valid variable name.
232
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
233
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
233
 
234
 
234
 
235
 
235
# IFS
236
# IFS
236
# We need space, tab and new line, in precisely that order.
237
# We need space, tab and new line, in precisely that order.
237
as_nl='
238
as_nl='
Line 821... Line 822...
821
  esac
822
  esac
822
done
823
done
823
 
824
 
824
# Be sure to have absolute paths.
825
# Be sure to have absolute paths.
825
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
826
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
826
              localstatedir libdir includedir oldincludedir infodir mandir
827
	      localstatedir libdir includedir oldincludedir infodir mandir
827
do
828
do
828
  eval ac_val=$`echo $ac_var`
829
  eval ac_val=$`echo $ac_var`
829
  case $ac_val in
830
  case $ac_val in
830
    [\\/$]* | ?:[\\/]* ) ;;
831
    [\\/$]* | ?:[\\/]* ) ;;
831
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
832
    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
Line 861... Line 862...
861
if test -z "$srcdir"; then
862
if test -z "$srcdir"; then
862
  ac_srcdir_defaulted=yes
863
  ac_srcdir_defaulted=yes
863
  # Try the directory containing this script, then its parent.
864
  # Try the directory containing this script, then its parent.
864
  ac_confdir=`(dirname "$0") 2>/dev/null ||
865
  ac_confdir=`(dirname "$0") 2>/dev/null ||
865
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
866
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
866
         X"$0" : 'X\(//\)[^/]' \| \
867
	 X"$0" : 'X\(//\)[^/]' \| \
867
         X"$0" : 'X\(//\)$' \| \
868
	 X"$0" : 'X\(//\)$' \| \
868
         X"$0" : 'X\(/\)' \| \
869
	 X"$0" : 'X\(/\)' \| \
869
         .     : '\(.\)' 2>/dev/null ||
870
	 .     : '\(.\)' 2>/dev/null ||
870
echo X"$0" |
871
echo X"$0" |
871
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
872
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
872
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
873
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
873
  	  /^X\(\/\/\)$/{ s//\1/; q; }
874
  	  /^X\(\/\/\)$/{ s//\1/; q; }
874
  	  /^X\(\/\).*/{ s//\1/; q; }
875
  	  /^X\(\/\).*/{ s//\1/; q; }
Line 1068... Line 1069...
1068
_ACEOF
1069
_ACEOF
1069
 
1070
 
1070
  cat <<_ACEOF
1071
  cat <<_ACEOF
1071
Installation directories:
1072
Installation directories:
1072
  --prefix=PREFIX         install architecture-independent files in PREFIX
1073
  --prefix=PREFIX         install architecture-independent files in PREFIX
1073
                          [$ac_default_prefix]
1074
			  [$ac_default_prefix]
1074
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1075
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1075
                          [PREFIX]
1076
			  [PREFIX]
1076
 
1077
 
1077
By default, \`make install' will install all the files in
1078
By default, \`make install' will install all the files in
1078
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1079
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1079
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1080
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1080
for instance \`--prefix=\$HOME'.
1081
for instance \`--prefix=\$HOME'.
Line 1259... Line 1260...
1259
    ac_top_srcdir=$srcdir ;;
1260
    ac_top_srcdir=$srcdir ;;
1260
  *) # Relative path.
1261
  *) # Relative path.
1261
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1262
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1262
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
1263
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
1263
esac
1264
esac
-
 
1265
 
1264
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1266
# Do not use `cd foo && pwd` to compute absolute paths, because
-
 
1267
# the directories may not exist.
-
 
1268
case `pwd` in
-
 
1269
.) ac_abs_builddir="$ac_dir";;
-
 
1270
*)
-
 
1271
  case "$ac_dir" in
-
 
1272
  .) ac_abs_builddir=`pwd`;;
-
 
1273
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-
 
1274
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
1265
# absolute.
1275
  esac;;
-
 
1276
esac
-
 
1277
case $ac_abs_builddir in
1266
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1278
.) ac_abs_top_builddir=${ac_top_builddir}.;;
-
 
1279
*)
-
 
1280
  case ${ac_top_builddir}. in
-
 
1281
  .) ac_abs_top_builddir=$ac_abs_builddir;;
-
 
1282
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1267
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1283
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-
 
1284
  esac;;
-
 
1285
esac
-
 
1286
case $ac_abs_builddir in
-
 
1287
.) ac_abs_srcdir=$ac_srcdir;;
-
 
1288
*)
-
 
1289
  case $ac_srcdir in
-
 
1290
  .) ac_abs_srcdir=$ac_abs_builddir;;
-
 
1291
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1268
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1292
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-
 
1293
  esac;;
-
 
1294
esac
-
 
1295
case $ac_abs_builddir in
-
 
1296
.) ac_abs_top_srcdir=$ac_top_srcdir;;
-
 
1297
*)
-
 
1298
  case $ac_top_srcdir in
-
 
1299
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-
 
1300
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1269
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1301
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-
 
1302
  esac;;
-
 
1303
esac
1270
 
1304
 
1271
    cd $ac_dir
1305
    cd $ac_dir
1272
    # Check for guested configure; otherwise get Cygnus style configure.
1306
    # Check for guested configure; otherwise get Cygnus style configure.
1273
    if test -f $ac_srcdir/configure.gnu; then
1307
    if test -f $ac_srcdir/configure.gnu; then
1274
      echo
1308
      echo
1275
      $SHELL $ac_srcdir/configure.gnu  --help=recursive
1309
      $SHELL $ac_srcdir/configure.gnu  --help=recursive
1276
    elif test -f $ac_srcdir/configure; then
1310
    elif test -f $ac_srcdir/configure; then
1277
      echo
1311
      echo
1278
      $SHELL $ac_srcdir/configure  --help=recursive
1312
      $SHELL $ac_srcdir/configure  --help=recursive
1279
    elif test -f $ac_srcdir/configure.ac ||
1313
    elif test -f $ac_srcdir/configure.ac ||
1280
           test -f $ac_srcdir/configure.in; then
1314
	   test -f $ac_srcdir/configure.in; then
1281
      echo
1315
      echo
1282
      $ac_configure --help
1316
      $ac_configure --help
1283
    else
1317
    else
1284
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1318
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1285
    fi
1319
    fi
1286
    cd $ac_popdir
1320
    cd "$ac_popdir"
1287
  done
1321
  done
1288
fi
1322
fi
1289
 
1323
 
1290
test -n "$ac_init_help" && exit 0
1324
test -n "$ac_init_help" && exit 0
1291
if $ac_init_version; then
1325
if $ac_init_version; then
1292
  cat <<\_ACEOF
1326
  cat <<\_ACEOF
1293
R configure 1.9.0
1327
R configure 1.9.0
1294
generated by GNU Autoconf 2.57
1328
generated by GNU Autoconf 2.59
1295
 
1329
 
1296
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
-
 
1297
Free Software Foundation, Inc.
1330
Copyright (C) 2003 Free Software Foundation, Inc.
1298
This configure script is free software; the Free Software Foundation
1331
This configure script is free software; the Free Software Foundation
1299
gives unlimited permission to copy, distribute and modify it.
1332
gives unlimited permission to copy, distribute and modify it.
1300
_ACEOF
1333
_ACEOF
1301
  exit 0
1334
  exit 0
1302
fi
1335
fi
Line 1304... Line 1337...
1304
cat >&5 <<_ACEOF
1337
cat >&5 <<_ACEOF
1305
This file contains any messages produced by compilers while
1338
This file contains any messages produced by compilers while
1306
running configure, to aid debugging if configure makes a mistake.
1339
running configure, to aid debugging if configure makes a mistake.
1307
 
1340
 
1308
It was created by R $as_me 1.9.0, which was
1341
It was created by R $as_me 1.9.0, which was
1309
generated by GNU Autoconf 2.57.  Invocation command line was
1342
generated by GNU Autoconf 2.59.  Invocation command line was
1310
 
1343
 
1311
  $ $0 $@
1344
  $ $0 $@
1312
 
1345
 
1313
_ACEOF
1346
_ACEOF
1314
{
1347
{
Line 1381... Line 1414...
1381
    case $ac_pass in
1414
    case $ac_pass in
1382
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1415
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1383
    2)
1416
    2)
1384
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1417
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1385
      if test $ac_must_keep_next = true; then
1418
      if test $ac_must_keep_next = true; then
1386
        ac_must_keep_next=false # Got value, back to normal.
1419
	ac_must_keep_next=false # Got value, back to normal.
1387
      else
1420
      else
1388
        case $ac_arg in
1421
	case $ac_arg in
1389
          *=* | --config-cache | -C | -disable-* | --disable-* \
1422
	  *=* | --config-cache | -C | -disable-* | --disable-* \
1390
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1423
	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1391
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1424
	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1392
          | -with-* | --with-* | -without-* | --without-* | --x)
1425
	  | -with-* | --with-* | -without-* | --without-* | --x)
1393
            case "$ac_configure_args0 " in
1426
	    case "$ac_configure_args0 " in
1394
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1427
	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1395
            esac
1428
	    esac
1396
            ;;
1429
	    ;;
1397
          -* ) ac_must_keep_next=true ;;
1430
	  -* ) ac_must_keep_next=true ;;
1398
        esac
1431
	esac
1399
      fi
1432
      fi
1400
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1433
      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1401
      # Get rid of the leading space.
1434
      # Get rid of the leading space.
1402
      ac_sep=" "
1435
      ac_sep=" "
1403
      ;;
1436
      ;;
Line 1427... Line 1460...
1427
{
1460
{
1428
  (set) 2>&1 |
1461
  (set) 2>&1 |
1429
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1462
    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1430
    *ac_space=\ *)
1463
    *ac_space=\ *)
1431
      sed -n \
1464
      sed -n \
1432
        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1465
	"s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1433
    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1466
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1434
      ;;
1467
      ;;
1435
    *)
1468
    *)
1436
      sed -n \
1469
      sed -n \
1437
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1470
	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1438
      ;;
1471
      ;;
1439
    esac;
1472
    esac;
1440
}
1473
}
1441
    echo
1474
    echo
1442
 
1475
 
Line 1461... Line 1494...
1461
_ASBOX
1494
_ASBOX
1462
      echo
1495
      echo
1463
      for ac_var in $ac_subst_files
1496
      for ac_var in $ac_subst_files
1464
      do
1497
      do
1465
	eval ac_val=$`echo $ac_var`
1498
	eval ac_val=$`echo $ac_var`
1466
        echo "$ac_var='"'"'$ac_val'"'"'"
1499
	echo "$ac_var='"'"'$ac_val'"'"'"
1467
      done | sort
1500
      done | sort
1468
      echo
1501
      echo
1469
    fi
1502
    fi
1470
 
1503
 
1471
    if test -s confdefs.h; then
1504
    if test -s confdefs.h; then
Line 1480... Line 1513...
1480
    fi
1513
    fi
1481
    test "$ac_signal" != 0 &&
1514
    test "$ac_signal" != 0 &&
1482
      echo "$as_me: caught signal $ac_signal"
1515
      echo "$as_me: caught signal $ac_signal"
1483
    echo "$as_me: exit $exit_status"
1516
    echo "$as_me: exit $exit_status"
1484
  } >&5
1517
  } >&5
1485
  rm -f core core.* *.core &&
1518
  rm -f core *.core &&
1486
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1519
  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1487
    exit $exit_status
1520
    exit $exit_status
1488
     ' 0
1521
     ' 0
1489
for ac_signal in 1 2 13 15; do
1522
for ac_signal in 1 2 13 15; do
1490
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1523
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
Line 1560... Line 1593...
1560
 
1593
 
1561
# Check that the precious variables saved in the cache have kept the same
1594
# Check that the precious variables saved in the cache have kept the same
1562
# value.
1595
# value.
1563
ac_cache_corrupted=false
1596
ac_cache_corrupted=false
1564
for ac_var in `(set) 2>&1 |
1597
for ac_var in `(set) 2>&1 |
1565
               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1598
	       sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1566
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1599
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1567
  eval ac_new_set=\$ac_env_${ac_var}_set
1600
  eval ac_new_set=\$ac_env_${ac_var}_set
1568
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1601
  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1569
  eval ac_new_val="\$ac_env_${ac_var}_value"
1602
  eval ac_new_val="\$ac_env_${ac_var}_value"
1570
  case $ac_old_set,$ac_new_set in
1603
  case $ac_old_set,$ac_new_set in
Line 1577... Line 1610...
1577
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1610
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1578
      ac_cache_corrupted=: ;;
1611
      ac_cache_corrupted=: ;;
1579
    ,);;
1612
    ,);;
1580
    *)
1613
    *)
1581
      if test "x$ac_old_val" != "x$ac_new_val"; then
1614
      if test "x$ac_old_val" != "x$ac_new_val"; then
1582
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1615
	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1583
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1616
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1584
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1617
	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1585
echo "$as_me:   former value:  $ac_old_val" >&2;}
1618
echo "$as_me:   former value:  $ac_old_val" >&2;}
1586
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1619
	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1587
echo "$as_me:   current value: $ac_new_val" >&2;}
1620
echo "$as_me:   current value: $ac_new_val" >&2;}
1588
        ac_cache_corrupted=:
1621
	ac_cache_corrupted=:
1589
      fi;;
1622
      fi;;
1590
  esac
1623
  esac
1591
  # Pass precious variables to config.status.
1624
  # Pass precious variables to config.status.
1592
  if test "$ac_new_set" = set; then
1625
  if test "$ac_new_set" = set; then
1593
    case $ac_new_val in
1626
    case $ac_new_val in
Line 1681... Line 1714...
1681
# AIX /bin/install
1714
# AIX /bin/install
1682
# AmigaOS /C/install, which installs bootblocks on floppy discs
1715
# AmigaOS /C/install, which installs bootblocks on floppy discs
1683
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1716
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1684
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1717
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1685
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1718
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-
 
1719
# OS/2's system install, which has a completely different semantic
1686
# ./install, which can be erroneously created by make from ./install.sh.
1720
# ./install, which can be erroneously created by make from ./install.sh.
1687
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1721
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1688
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1722
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1689
if test -z "$INSTALL"; then
1723
if test -z "$INSTALL"; then
1690
if test "${ac_cv_path_install+set}" = set; then
1724
if test "${ac_cv_path_install+set}" = set; then
Line 1697... Line 1731...
1697
  test -z "$as_dir" && as_dir=.
1731
  test -z "$as_dir" && as_dir=.
1698
  # Account for people who put trailing slashes in PATH elements.
1732
  # Account for people who put trailing slashes in PATH elements.
1699
case $as_dir/ in
1733
case $as_dir/ in
1700
  ./ | .// | /cC/* | \
1734
  ./ | .// | /cC/* | \
1701
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1735
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-
 
1736
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1702
  /usr/ucb/* ) ;;
1737
  /usr/ucb/* ) ;;
1703
  *)
1738
  *)
1704
    # OSF1 and SCO ODT 3.0 have their own names for install.
1739
    # OSF1 and SCO ODT 3.0 have their own names for install.
1705
    # Don't use installbsd from OSF since it installs stuff as root
1740
    # Don't use installbsd from OSF since it installs stuff as root
1706
    # by default.
1741
    # by default.
1707
    for ac_prog in ginstall scoinst install; do
1742
    for ac_prog in ginstall scoinst install; do
1708
      for ac_exec_ext in '' $ac_executable_extensions; do
1743
      for ac_exec_ext in '' $ac_executable_extensions; do
1709
        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1744
	if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1710
          if test $ac_prog = install &&
1745
	  if test $ac_prog = install &&
1711
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1746
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1712
            # AIX install.  It has an incompatible calling convention.
1747
	    # AIX install.  It has an incompatible calling convention.
1713
            :
1748
	    :
1714
          elif test $ac_prog = install &&
1749
	  elif test $ac_prog = install &&
1715
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1750
	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1716
            # program-specific install script used by HP pwplus--don't use.
1751
	    # program-specific install script used by HP pwplus--don't use.
1717
            :
1752
	    :
1718
          else
1753
	  else
1719
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1754
	    ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1720
            break 3
1755
	    break 3
1721
          fi
1756
	  fi
1722
        fi
1757
	fi
1723
      done
1758
      done
1724
    done
1759
    done
1725
    ;;
1760
    ;;
1726
esac
1761
esac
1727
done
1762
done
Line 1807... Line 1842...
1807
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1842
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1808
rm conftest.sed
1843
rm conftest.sed
1809
 
1844
 
1810
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1845
echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1811
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1846
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1812
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1847
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1813
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1848
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1814
  echo $ECHO_N "(cached) $ECHO_C" >&6
1849
  echo $ECHO_N "(cached) $ECHO_C" >&6
1815
else
1850
else
1816
  cat >conftest.make <<\_ACEOF
1851
  cat >conftest.make <<\_ACEOF
1817
all:
1852
all:
Line 2155... Line 2190...
2155
  WANT_R_SHLIB_FALSE='#'
2190
  WANT_R_SHLIB_FALSE='#'
2156
else
2191
else
2157
  WANT_R_SHLIB_TRUE='#'
2192
  WANT_R_SHLIB_TRUE='#'
2158
  WANT_R_SHLIB_FALSE=
2193
  WANT_R_SHLIB_FALSE=
2159
fi
2194
fi
-
 
2195
if test "${want_R_framework}" = yes; then
-
 
2196
  LIBR="-framework R"
2160
if test "${want_R_shlib}" = yes; then
2197
elif test "${want_R_shlib}" = yes; then
2161
  LIBR="-L\$(R_HOME)/bin -lR"
2198
  LIBR="-L\$(R_HOME)/bin -lR"
2162
else
2199
else
2163
  LIBR=
2200
  LIBR=
2164
fi
2201
fi
2165
 
2202
 
Line 3879... Line 3916...
3879
  ac_status=$?
3916
  ac_status=$?
3880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3917
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881
  (exit $ac_status); }
3918
  (exit $ac_status); }
3882
 
3919
 
3883
cat >conftest.$ac_ext <<_ACEOF
3920
cat >conftest.$ac_ext <<_ACEOF
3884
#line $LINENO "configure"
-
 
3885
/* confdefs.h.  */
3921
/* confdefs.h.  */
3886
_ACEOF
3922
_ACEOF
3887
cat confdefs.h >>conftest.$ac_ext
3923
cat confdefs.h >>conftest.$ac_ext
3888
cat >>conftest.$ac_ext <<_ACEOF
3924
cat >>conftest.$ac_ext <<_ACEOF
3889
/* end confdefs.h.  */
3925
/* end confdefs.h.  */
Line 3899... Line 3935...
3899
ac_clean_files_save=$ac_clean_files
3935
ac_clean_files_save=$ac_clean_files
3900
ac_clean_files="$ac_clean_files a.out a.exe b.out"
3936
ac_clean_files="$ac_clean_files a.out a.exe b.out"
3901
# Try to create an executable without -o first, disregard a.out.
3937
# Try to create an executable without -o first, disregard a.out.
3902
# It will help us diagnose broken compilers, and finding out an intuition
3938
# It will help us diagnose broken compilers, and finding out an intuition
3903
# of exeext.
3939
# of exeext.
3904
echo "$as_me:$LINENO: checking for C compiler default output" >&5
3940
echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3905
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
3941
echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3906
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3942
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3907
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3943
if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3908
  (eval $ac_link_default) 2>&5
3944
  (eval $ac_link_default) 2>&5
3909
  ac_status=$?
3945
  ac_status=$?
3910
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 3920... Line 3956...
3920
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
3956
for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
3921
do
3957
do
3922
  test -f "$ac_file" || continue
3958
  test -f "$ac_file" || continue
3923
  case $ac_file in
3959
  case $ac_file in
3924
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3960
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3925
        ;;
3961
	;;
3926
    conftest.$ac_ext )
3962
    conftest.$ac_ext )
3927
        # This is the source file.
3963
	# This is the source file.
3928
        ;;
3964
	;;
3929
    [ab].out )
3965
    [ab].out )
3930
        # We found the default executable, but exeext='' is most
3966
	# We found the default executable, but exeext='' is most
3931
        # certainly right.
3967
	# certainly right.
3932
        break;;
3968
	break;;
3933
    *.* )
3969
    *.* )
3934
        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3970
	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3935
        # FIXME: I believe we export ac_cv_exeext for Libtool,
3971
	# FIXME: I believe we export ac_cv_exeext for Libtool,
3936
        # but it would be cool to find out if it's true.  Does anybody
3972
	# but it would be cool to find out if it's true.  Does anybody
3937
        # maintain Libtool? --akim.
3973
	# maintain Libtool? --akim.
3938
        export ac_cv_exeext
3974
	export ac_cv_exeext
3939
        break;;
3975
	break;;
3940
    * )
3976
    * )
3941
        break;;
3977
	break;;
3942
  esac
3978
  esac
3943
done
3979
done
3944
else
3980
else
3945
  echo "$as_me: failed program was:" >&5
3981
  echo "$as_me: failed program was:" >&5
3946
sed 's/^/| /' conftest.$ac_ext >&5
3982
sed 's/^/| /' conftest.$ac_ext >&5
Line 4010... Line 4046...
4010
for ac_file in conftest.exe conftest conftest.*; do
4046
for ac_file in conftest.exe conftest conftest.*; do
4011
  test -f "$ac_file" || continue
4047
  test -f "$ac_file" || continue
4012
  case $ac_file in
4048
  case $ac_file in
4013
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
4049
    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
4014
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4050
    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4015
          export ac_cv_exeext
4051
	  export ac_cv_exeext
4016
          break;;
4052
	  break;;
4017
    * ) break;;
4053
    * ) break;;
4018
  esac
4054
  esac
4019
done
4055
done
4020
else
4056
else
4021
  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
4057
  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
Line 4036... Line 4072...
4036
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
4072
echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
4037
if test "${ac_cv_objext+set}" = set; then
4073
if test "${ac_cv_objext+set}" = set; then
4038
  echo $ECHO_N "(cached) $ECHO_C" >&6
4074
  echo $ECHO_N "(cached) $ECHO_C" >&6
4039
else
4075
else
4040
  cat >conftest.$ac_ext <<_ACEOF
4076
  cat >conftest.$ac_ext <<_ACEOF
4041
#line $LINENO "configure"
-
 
4042
/* confdefs.h.  */
4077
/* confdefs.h.  */
4043
_ACEOF
4078
_ACEOF
4044
cat confdefs.h >>conftest.$ac_ext
4079
cat confdefs.h >>conftest.$ac_ext
4045
cat >>conftest.$ac_ext <<_ACEOF
4080
cat >>conftest.$ac_ext <<_ACEOF
4046
/* end confdefs.h.  */
4081
/* end confdefs.h.  */
Line 4087... Line 4122...
4087
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4122
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
4088
if test "${ac_cv_c_compiler_gnu+set}" = set; then
4123
if test "${ac_cv_c_compiler_gnu+set}" = set; then
4089
  echo $ECHO_N "(cached) $ECHO_C" >&6
4124
  echo $ECHO_N "(cached) $ECHO_C" >&6
4090
else
4125
else
4091
  cat >conftest.$ac_ext <<_ACEOF
4126
  cat >conftest.$ac_ext <<_ACEOF
4092
#line $LINENO "configure"
-
 
4093
/* confdefs.h.  */
4127
/* confdefs.h.  */
4094
_ACEOF
4128
_ACEOF
4095
cat confdefs.h >>conftest.$ac_ext
4129
cat confdefs.h >>conftest.$ac_ext
4096
cat >>conftest.$ac_ext <<_ACEOF
4130
cat >>conftest.$ac_ext <<_ACEOF
4097
/* end confdefs.h.  */
4131
/* end confdefs.h.  */
Line 4107... Line 4141...
4107
  return 0;
4141
  return 0;
4108
}
4142
}
4109
_ACEOF
4143
_ACEOF
4110
rm -f conftest.$ac_objext
4144
rm -f conftest.$ac_objext
4111
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4145
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4112
  (eval $ac_compile) 2>&5
4146
  (eval $ac_compile) 2>conftest.er1
4113
  ac_status=$?
4147
  ac_status=$?
-
 
4148
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4149
  rm -f conftest.er1
-
 
4150
  cat conftest.err >&5
4114
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4151
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4115
  (exit $ac_status); } &&
4152
  (exit $ac_status); } &&
-
 
4153
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
4154
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
4155
  (eval $ac_try) 2>&5
-
 
4156
  ac_status=$?
-
 
4157
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4158
  (exit $ac_status); }; } &&
4116
         { ac_try='test -s conftest.$ac_objext'
4159
	 { ac_try='test -s conftest.$ac_objext'
4117
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4160
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4118
  (eval $ac_try) 2>&5
4161
  (eval $ac_try) 2>&5
4119
  ac_status=$?
4162
  ac_status=$?
4120
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4163
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4121
  (exit $ac_status); }; }; then
4164
  (exit $ac_status); }; }; then
Line 4124... Line 4167...
4124
  echo "$as_me: failed program was:" >&5
4167
  echo "$as_me: failed program was:" >&5
4125
sed 's/^/| /' conftest.$ac_ext >&5
4168
sed 's/^/| /' conftest.$ac_ext >&5
4126
 
4169
 
4127
ac_compiler_gnu=no
4170
ac_compiler_gnu=no
4128
fi
4171
fi
4129
rm -f conftest.$ac_objext conftest.$ac_ext
4172
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4130
ac_cv_c_compiler_gnu=$ac_compiler_gnu
4173
ac_cv_c_compiler_gnu=$ac_compiler_gnu
4131
 
4174
 
4132
fi
4175
fi
4133
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4176
echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4134
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
4177
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
Line 4140... Line 4183...
4140
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4183
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
4141
if test "${ac_cv_prog_cc_g+set}" = set; then
4184
if test "${ac_cv_prog_cc_g+set}" = set; then
4142
  echo $ECHO_N "(cached) $ECHO_C" >&6
4185
  echo $ECHO_N "(cached) $ECHO_C" >&6
4143
else
4186
else
4144
  cat >conftest.$ac_ext <<_ACEOF
4187
  cat >conftest.$ac_ext <<_ACEOF
4145
#line $LINENO "configure"
-
 
4146
/* confdefs.h.  */
4188
/* confdefs.h.  */
4147
_ACEOF
4189
_ACEOF
4148
cat confdefs.h >>conftest.$ac_ext
4190
cat confdefs.h >>conftest.$ac_ext
4149
cat >>conftest.$ac_ext <<_ACEOF
4191
cat >>conftest.$ac_ext <<_ACEOF
4150
/* end confdefs.h.  */
4192
/* end confdefs.h.  */
Line 4157... Line 4199...
4157
  return 0;
4199
  return 0;
4158
}
4200
}
4159
_ACEOF
4201
_ACEOF
4160
rm -f conftest.$ac_objext
4202
rm -f conftest.$ac_objext
4161
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4203
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4162
  (eval $ac_compile) 2>&5
4204
  (eval $ac_compile) 2>conftest.er1
4163
  ac_status=$?
4205
  ac_status=$?
-
 
4206
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4207
  rm -f conftest.er1
-
 
4208
  cat conftest.err >&5
4164
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4209
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4165
  (exit $ac_status); } &&
4210
  (exit $ac_status); } &&
-
 
4211
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
4212
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
4213
  (eval $ac_try) 2>&5
-
 
4214
  ac_status=$?
-
 
4215
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4216
  (exit $ac_status); }; } &&
4166
         { ac_try='test -s conftest.$ac_objext'
4217
	 { ac_try='test -s conftest.$ac_objext'
4167
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4218
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4168
  (eval $ac_try) 2>&5
4219
  (eval $ac_try) 2>&5
4169
  ac_status=$?
4220
  ac_status=$?
4170
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4171
  (exit $ac_status); }; }; then
4222
  (exit $ac_status); }; }; then
Line 4174... Line 4225...
4174
  echo "$as_me: failed program was:" >&5
4225
  echo "$as_me: failed program was:" >&5
4175
sed 's/^/| /' conftest.$ac_ext >&5
4226
sed 's/^/| /' conftest.$ac_ext >&5
4176
 
4227
 
4177
ac_cv_prog_cc_g=no
4228
ac_cv_prog_cc_g=no
4178
fi
4229
fi
4179
rm -f conftest.$ac_objext conftest.$ac_ext
4230
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4180
fi
4231
fi
4181
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4232
echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4182
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4233
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
4183
if test "$ac_test_CFLAGS" = set; then
4234
if test "$ac_test_CFLAGS" = set; then
4184
  CFLAGS=$ac_save_CFLAGS
4235
  CFLAGS=$ac_save_CFLAGS
Line 4201... Line 4252...
4201
  echo $ECHO_N "(cached) $ECHO_C" >&6
4252
  echo $ECHO_N "(cached) $ECHO_C" >&6
4202
else
4253
else
4203
  ac_cv_prog_cc_stdc=no
4254
  ac_cv_prog_cc_stdc=no
4204
ac_save_CC=$CC
4255
ac_save_CC=$CC
4205
cat >conftest.$ac_ext <<_ACEOF
4256
cat >conftest.$ac_ext <<_ACEOF
4206
#line $LINENO "configure"
-
 
4207
/* confdefs.h.  */
4257
/* confdefs.h.  */
4208
_ACEOF
4258
_ACEOF
4209
cat confdefs.h >>conftest.$ac_ext
4259
cat confdefs.h >>conftest.$ac_ext
4210
cat >>conftest.$ac_ext <<_ACEOF
4260
cat >>conftest.$ac_ext <<_ACEOF
4211
/* end confdefs.h.  */
4261
/* end confdefs.h.  */
Line 4229... Line 4279...
4229
  va_start (v,p);
4279
  va_start (v,p);
4230
  s = g (p, va_arg (v,int));
4280
  s = g (p, va_arg (v,int));
4231
  va_end (v);
4281
  va_end (v);
4232
  return s;
4282
  return s;
4233
}
4283
}
-
 
4284
 
-
 
4285
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-
 
4286
   function prototypes and stuff, but not '\xHH' hex character constants.
-
 
4287
   These don't provoke an error unfortunately, instead are silently treated
-
 
4288
   as 'x'.  The following induces an error, until -std1 is added to get
-
 
4289
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-
 
4290
   array size at least.  It's necessary to write '\x00'==0 to get something
-
 
4291
   that's true only with -std1.  */
-
 
4292
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-
 
4293
 
4234
int test (int i, double x);
4294
int test (int i, double x);
4235
struct s1 {int (*f) (int a);};
4295
struct s1 {int (*f) (int a);};
4236
struct s2 {int (*f) (double a);};
4296
struct s2 {int (*f) (double a);};
4237
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4297
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4238
int argc;
4298
int argc;
Line 4255... Line 4315...
4255
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4315
for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4256
do
4316
do
4257
  CC="$ac_save_CC $ac_arg"
4317
  CC="$ac_save_CC $ac_arg"
4258
  rm -f conftest.$ac_objext
4318
  rm -f conftest.$ac_objext
4259
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4319
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4260
  (eval $ac_compile) 2>&5
4320
  (eval $ac_compile) 2>conftest.er1
4261
  ac_status=$?
4321
  ac_status=$?
-
 
4322
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4323
  rm -f conftest.er1
-
 
4324
  cat conftest.err >&5
4262
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4325
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4263
  (exit $ac_status); } &&
4326
  (exit $ac_status); } &&
-
 
4327
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
4328
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
4329
  (eval $ac_try) 2>&5
-
 
4330
  ac_status=$?
-
 
4331
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4332
  (exit $ac_status); }; } &&
4264
         { ac_try='test -s conftest.$ac_objext'
4333
	 { ac_try='test -s conftest.$ac_objext'
4265
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4334
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4266
  (eval $ac_try) 2>&5
4335
  (eval $ac_try) 2>&5
4267
  ac_status=$?
4336
  ac_status=$?
4268
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4337
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4269
  (exit $ac_status); }; }; then
4338
  (exit $ac_status); }; }; then
Line 4272... Line 4341...
4272
else
4341
else
4273
  echo "$as_me: failed program was:" >&5
4342
  echo "$as_me: failed program was:" >&5
4274
sed 's/^/| /' conftest.$ac_ext >&5
4343
sed 's/^/| /' conftest.$ac_ext >&5
4275
 
4344
 
4276
fi
4345
fi
4277
rm -f conftest.$ac_objext
4346
rm -f conftest.err conftest.$ac_objext
4278
done
4347
done
4279
rm -f conftest.$ac_ext conftest.$ac_objext
4348
rm -f conftest.$ac_ext conftest.$ac_objext
4280
CC=$ac_save_CC
4349
CC=$ac_save_CC
4281
 
4350
 
4282
fi
4351
fi
Line 4300... Line 4369...
4300
  choke me
4369
  choke me
4301
#endif
4370
#endif
4302
_ACEOF
4371
_ACEOF
4303
rm -f conftest.$ac_objext
4372
rm -f conftest.$ac_objext
4304
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4373
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4305
  (eval $ac_compile) 2>&5
4374
  (eval $ac_compile) 2>conftest.er1
4306
  ac_status=$?
4375
  ac_status=$?
-
 
4376
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4377
  rm -f conftest.er1
-
 
4378
  cat conftest.err >&5
4307
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4308
  (exit $ac_status); } &&
4380
  (exit $ac_status); } &&
-
 
4381
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
4382
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
4383
  (eval $ac_try) 2>&5
-
 
4384
  ac_status=$?
-
 
4385
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4386
  (exit $ac_status); }; } &&
4309
         { ac_try='test -s conftest.$ac_objext'
4387
	 { ac_try='test -s conftest.$ac_objext'
4310
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4388
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4311
  (eval $ac_try) 2>&5
4389
  (eval $ac_try) 2>&5
4312
  ac_status=$?
4390
  ac_status=$?
4313
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4391
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4314
  (exit $ac_status); }; }; then
4392
  (exit $ac_status); }; }; then
4315
  for ac_declaration in \
4393
  for ac_declaration in \
4316
   ''\
4394
   '' \
4317
   '#include <stdlib.h>' \
-
 
4318
   'extern "C" void std::exit (int) throw (); using std::exit;' \
4395
   'extern "C" void std::exit (int) throw (); using std::exit;' \
4319
   'extern "C" void std::exit (int); using std::exit;' \
4396
   'extern "C" void std::exit (int); using std::exit;' \
4320
   'extern "C" void exit (int) throw ();' \
4397
   'extern "C" void exit (int) throw ();' \
4321
   'extern "C" void exit (int);' \
4398
   'extern "C" void exit (int);' \
4322
   'void exit (int);'
4399
   'void exit (int);'
4323
do
4400
do
4324
  cat >conftest.$ac_ext <<_ACEOF
4401
  cat >conftest.$ac_ext <<_ACEOF
4325
#line $LINENO "configure"
-
 
4326
/* confdefs.h.  */
4402
/* confdefs.h.  */
4327
_ACEOF
4403
_ACEOF
4328
cat confdefs.h >>conftest.$ac_ext
4404
cat confdefs.h >>conftest.$ac_ext
4329
cat >>conftest.$ac_ext <<_ACEOF
4405
cat >>conftest.$ac_ext <<_ACEOF
4330
/* end confdefs.h.  */
4406
/* end confdefs.h.  */
4331
#include <stdlib.h>
-
 
4332
$ac_declaration
4407
$ac_declaration
-
 
4408
#include <stdlib.h>
4333
int
4409
int
4334
main ()
4410
main ()
4335
{
4411
{
4336
exit (42);
4412
exit (42);
4337
  ;
4413
  ;
4338
  return 0;
4414
  return 0;
4339
}
4415
}
4340
_ACEOF
4416
_ACEOF
4341
rm -f conftest.$ac_objext
4417
rm -f conftest.$ac_objext
4342
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4418
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4343
  (eval $ac_compile) 2>&5
4419
  (eval $ac_compile) 2>conftest.er1
4344
  ac_status=$?
4420
  ac_status=$?
-
 
4421
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4422
  rm -f conftest.er1
-
 
4423
  cat conftest.err >&5
4345
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4424
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4346
  (exit $ac_status); } &&
4425
  (exit $ac_status); } &&
-
 
4426
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
4427
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
4428
  (eval $ac_try) 2>&5
-
 
4429
  ac_status=$?
-
 
4430
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4431
  (exit $ac_status); }; } &&
4347
         { ac_try='test -s conftest.$ac_objext'
4432
	 { ac_try='test -s conftest.$ac_objext'
4348
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4433
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4349
  (eval $ac_try) 2>&5
4434
  (eval $ac_try) 2>&5
4350
  ac_status=$?
4435
  ac_status=$?
4351
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4436
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4352
  (exit $ac_status); }; }; then
4437
  (exit $ac_status); }; }; then
Line 4355... Line 4440...
4355
  echo "$as_me: failed program was:" >&5
4440
  echo "$as_me: failed program was:" >&5
4356
sed 's/^/| /' conftest.$ac_ext >&5
4441
sed 's/^/| /' conftest.$ac_ext >&5
4357
 
4442
 
4358
continue
4443
continue
4359
fi
4444
fi
4360
rm -f conftest.$ac_objext conftest.$ac_ext
4445
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4361
  cat >conftest.$ac_ext <<_ACEOF
4446
  cat >conftest.$ac_ext <<_ACEOF
4362
#line $LINENO "configure"
-
 
4363
/* confdefs.h.  */
4447
/* confdefs.h.  */
4364
_ACEOF
4448
_ACEOF
4365
cat confdefs.h >>conftest.$ac_ext
4449
cat confdefs.h >>conftest.$ac_ext
4366
cat >>conftest.$ac_ext <<_ACEOF
4450
cat >>conftest.$ac_ext <<_ACEOF
4367
/* end confdefs.h.  */
4451
/* end confdefs.h.  */
Line 4374... Line 4458...
4374
  return 0;
4458
  return 0;
4375
}
4459
}
4376
_ACEOF
4460
_ACEOF
4377
rm -f conftest.$ac_objext
4461
rm -f conftest.$ac_objext
4378
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4462
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4379
  (eval $ac_compile) 2>&5
4463
  (eval $ac_compile) 2>conftest.er1
4380
  ac_status=$?
4464
  ac_status=$?
-
 
4465
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
4466
  rm -f conftest.er1
-
 
4467
  cat conftest.err >&5
4381
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4382
  (exit $ac_status); } &&
4469
  (exit $ac_status); } &&
-
 
4470
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
4471
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
4472
  (eval $ac_try) 2>&5
-
 
4473
  ac_status=$?
-
 
4474
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
4475
  (exit $ac_status); }; } &&
4383
         { ac_try='test -s conftest.$ac_objext'
4476
	 { ac_try='test -s conftest.$ac_objext'
4384
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4477
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4385
  (eval $ac_try) 2>&5
4478
  (eval $ac_try) 2>&5
4386
  ac_status=$?
4479
  ac_status=$?
4387
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4480
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4388
  (exit $ac_status); }; }; then
4481
  (exit $ac_status); }; }; then
Line 4390... Line 4483...
4390
else
4483
else
4391
  echo "$as_me: failed program was:" >&5
4484
  echo "$as_me: failed program was:" >&5
4392
sed 's/^/| /' conftest.$ac_ext >&5
4485
sed 's/^/| /' conftest.$ac_ext >&5
4393
 
4486
 
4394
fi
4487
fi
4395
rm -f conftest.$ac_objext conftest.$ac_ext
4488
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4396
done
4489
done
4397
rm -f conftest*
4490
rm -f conftest*
4398
if test -n "$ac_declaration"; then
4491
if test -n "$ac_declaration"; then
4399
  echo '#ifdef __cplusplus' >>confdefs.h
4492
  echo '#ifdef __cplusplus' >>confdefs.h
4400
  echo $ac_declaration      >>confdefs.h
4493
  echo $ac_declaration      >>confdefs.h
Line 4404... Line 4497...
4404
else
4497
else
4405
  echo "$as_me: failed program was:" >&5
4498
  echo "$as_me: failed program was:" >&5
4406
sed 's/^/| /' conftest.$ac_ext >&5
4499
sed 's/^/| /' conftest.$ac_ext >&5
4407
 
4500
 
4408
fi
4501
fi
4409
rm -f conftest.$ac_objext conftest.$ac_ext
4502
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4410
ac_ext=c
4503
ac_ext=c
4411
ac_cpp='$CPP $CPPFLAGS'
4504
ac_cpp='$CPP $CPPFLAGS'
4412
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4505
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4413
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4506
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4414
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4507
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Line 4441... Line 4534...
4441
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4534
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4442
  # <limits.h> exists even on freestanding compilers.
4535
  # <limits.h> exists even on freestanding compilers.
4443
  # On the NeXT, cc -E runs the code through the compiler's parser,
4536
  # On the NeXT, cc -E runs the code through the compiler's parser,
4444
  # not just through cpp. "Syntax error" is here to catch this case.
4537
  # not just through cpp. "Syntax error" is here to catch this case.
4445
  cat >conftest.$ac_ext <<_ACEOF
4538
  cat >conftest.$ac_ext <<_ACEOF
4446
#line $LINENO "configure"
-
 
4447
/* confdefs.h.  */
4539
/* confdefs.h.  */
4448
_ACEOF
4540
_ACEOF
4449
cat confdefs.h >>conftest.$ac_ext
4541
cat confdefs.h >>conftest.$ac_ext
4450
cat >>conftest.$ac_ext <<_ACEOF
4542
cat >>conftest.$ac_ext <<_ACEOF
4451
/* end confdefs.h.  */
4543
/* end confdefs.h.  */
4452
#ifdef __STDC__
4544
#ifdef __STDC__
4453
# include <limits.h>
4545
# include <limits.h>
4454
#else
4546
#else
4455
# include <assert.h>
4547
# include <assert.h>
4456
#endif
4548
#endif
4457
                     Syntax error
4549
		     Syntax error
4458
_ACEOF
4550
_ACEOF
4459
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4551
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4460
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4552
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4461
  ac_status=$?
4553
  ac_status=$?
4462
  grep -v '^ *+' conftest.er1 >conftest.err
4554
  grep -v '^ *+' conftest.er1 >conftest.err
Line 4464... Line 4556...
4464
  cat conftest.err >&5
4556
  cat conftest.err >&5
4465
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4557
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4466
  (exit $ac_status); } >/dev/null; then
4558
  (exit $ac_status); } >/dev/null; then
4467
  if test -s conftest.err; then
4559
  if test -s conftest.err; then
4468
    ac_cpp_err=$ac_c_preproc_warn_flag
4560
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4561
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4469
  else
4562
  else
4470
    ac_cpp_err=
4563
    ac_cpp_err=
4471
  fi
4564
  fi
4472
else
4565
else
4473
  ac_cpp_err=yes
4566
  ac_cpp_err=yes
Line 4484... Line 4577...
4484
rm -f conftest.err conftest.$ac_ext
4577
rm -f conftest.err conftest.$ac_ext
4485
 
4578
 
4486
  # OK, works on sane cases.  Now check whether non-existent headers
4579
  # OK, works on sane cases.  Now check whether non-existent headers
4487
  # can be detected and how.
4580
  # can be detected and how.
4488
  cat >conftest.$ac_ext <<_ACEOF
4581
  cat >conftest.$ac_ext <<_ACEOF
4489
#line $LINENO "configure"
-
 
4490
/* confdefs.h.  */
4582
/* confdefs.h.  */
4491
_ACEOF
4583
_ACEOF
4492
cat confdefs.h >>conftest.$ac_ext
4584
cat confdefs.h >>conftest.$ac_ext
4493
cat >>conftest.$ac_ext <<_ACEOF
4585
cat >>conftest.$ac_ext <<_ACEOF
4494
/* end confdefs.h.  */
4586
/* end confdefs.h.  */
Line 4502... Line 4594...
4502
  cat conftest.err >&5
4594
  cat conftest.err >&5
4503
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4595
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4504
  (exit $ac_status); } >/dev/null; then
4596
  (exit $ac_status); } >/dev/null; then
4505
  if test -s conftest.err; then
4597
  if test -s conftest.err; then
4506
    ac_cpp_err=$ac_c_preproc_warn_flag
4598
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4599
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4507
  else
4600
  else
4508
    ac_cpp_err=
4601
    ac_cpp_err=
4509
  fi
4602
  fi
4510
else
4603
else
4511
  ac_cpp_err=yes
4604
  ac_cpp_err=yes
Line 4548... Line 4641...
4548
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4641
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4549
  # <limits.h> exists even on freestanding compilers.
4642
  # <limits.h> exists even on freestanding compilers.
4550
  # On the NeXT, cc -E runs the code through the compiler's parser,
4643
  # On the NeXT, cc -E runs the code through the compiler's parser,
4551
  # not just through cpp. "Syntax error" is here to catch this case.
4644
  # not just through cpp. "Syntax error" is here to catch this case.
4552
  cat >conftest.$ac_ext <<_ACEOF
4645
  cat >conftest.$ac_ext <<_ACEOF
4553
#line $LINENO "configure"
-
 
4554
/* confdefs.h.  */
4646
/* confdefs.h.  */
4555
_ACEOF
4647
_ACEOF
4556
cat confdefs.h >>conftest.$ac_ext
4648
cat confdefs.h >>conftest.$ac_ext
4557
cat >>conftest.$ac_ext <<_ACEOF
4649
cat >>conftest.$ac_ext <<_ACEOF
4558
/* end confdefs.h.  */
4650
/* end confdefs.h.  */
4559
#ifdef __STDC__
4651
#ifdef __STDC__
4560
# include <limits.h>
4652
# include <limits.h>
4561
#else
4653
#else
4562
# include <assert.h>
4654
# include <assert.h>
4563
#endif
4655
#endif
4564
                     Syntax error
4656
		     Syntax error
4565
_ACEOF
4657
_ACEOF
4566
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4658
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4567
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4659
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4568
  ac_status=$?
4660
  ac_status=$?
4569
  grep -v '^ *+' conftest.er1 >conftest.err
4661
  grep -v '^ *+' conftest.er1 >conftest.err
Line 4571... Line 4663...
4571
  cat conftest.err >&5
4663
  cat conftest.err >&5
4572
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4664
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4573
  (exit $ac_status); } >/dev/null; then
4665
  (exit $ac_status); } >/dev/null; then
4574
  if test -s conftest.err; then
4666
  if test -s conftest.err; then
4575
    ac_cpp_err=$ac_c_preproc_warn_flag
4667
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4668
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4576
  else
4669
  else
4577
    ac_cpp_err=
4670
    ac_cpp_err=
4578
  fi
4671
  fi
4579
else
4672
else
4580
  ac_cpp_err=yes
4673
  ac_cpp_err=yes
Line 4591... Line 4684...
4591
rm -f conftest.err conftest.$ac_ext
4684
rm -f conftest.err conftest.$ac_ext
4592
 
4685
 
4593
  # OK, works on sane cases.  Now check whether non-existent headers
4686
  # OK, works on sane cases.  Now check whether non-existent headers
4594
  # can be detected and how.
4687
  # can be detected and how.
4595
  cat >conftest.$ac_ext <<_ACEOF
4688
  cat >conftest.$ac_ext <<_ACEOF
4596
#line $LINENO "configure"
-
 
4597
/* confdefs.h.  */
4689
/* confdefs.h.  */
4598
_ACEOF
4690
_ACEOF
4599
cat confdefs.h >>conftest.$ac_ext
4691
cat confdefs.h >>conftest.$ac_ext
4600
cat >>conftest.$ac_ext <<_ACEOF
4692
cat >>conftest.$ac_ext <<_ACEOF
4601
/* end confdefs.h.  */
4693
/* end confdefs.h.  */
Line 4609... Line 4701...
4609
  cat conftest.err >&5
4701
  cat conftest.err >&5
4610
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4702
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4611
  (exit $ac_status); } >/dev/null; then
4703
  (exit $ac_status); } >/dev/null; then
4612
  if test -s conftest.err; then
4704
  if test -s conftest.err; then
4613
    ac_cpp_err=$ac_c_preproc_warn_flag
4705
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4706
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4614
  else
4707
  else
4615
    ac_cpp_err=
4708
    ac_cpp_err=
4616
  fi
4709
  fi
4617
else
4710
else
4618
  ac_cpp_err=yes
4711
  ac_cpp_err=yes
Line 4656... Line 4749...
4656
if test "${ac_cv_prog_gcc_traditional+set}" = set; then
4749
if test "${ac_cv_prog_gcc_traditional+set}" = set; then
4657
  echo $ECHO_N "(cached) $ECHO_C" >&6
4750
  echo $ECHO_N "(cached) $ECHO_C" >&6
4658
else
4751
else
4659
    ac_pattern="Autoconf.*'x'"
4752
    ac_pattern="Autoconf.*'x'"
4660
  cat >conftest.$ac_ext <<_ACEOF
4753
  cat >conftest.$ac_ext <<_ACEOF
4661
#line $LINENO "configure"
-
 
4662
/* confdefs.h.  */
4754
/* confdefs.h.  */
4663
_ACEOF
4755
_ACEOF
4664
cat confdefs.h >>conftest.$ac_ext
4756
cat confdefs.h >>conftest.$ac_ext
4665
cat >>conftest.$ac_ext <<_ACEOF
4757
cat >>conftest.$ac_ext <<_ACEOF
4666
/* end confdefs.h.  */
4758
/* end confdefs.h.  */
Line 4676... Line 4768...
4676
rm -f conftest*
4768
rm -f conftest*
4677
 
4769
 
4678
 
4770
 
4679
  if test $ac_cv_prog_gcc_traditional = no; then
4771
  if test $ac_cv_prog_gcc_traditional = no; then
4680
    cat >conftest.$ac_ext <<_ACEOF
4772
    cat >conftest.$ac_ext <<_ACEOF
4681
#line $LINENO "configure"
-
 
4682
/* confdefs.h.  */
4773
/* confdefs.h.  */
4683
_ACEOF
4774
_ACEOF
4684
cat confdefs.h >>conftest.$ac_ext
4775
cat confdefs.h >>conftest.$ac_ext
4685
cat >>conftest.$ac_ext <<_ACEOF
4776
cat >>conftest.$ac_ext <<_ACEOF
4686
/* end confdefs.h.  */
4777
/* end confdefs.h.  */
Line 4728... Line 4819...
4728
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4819
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4729
  # <limits.h> exists even on freestanding compilers.
4820
  # <limits.h> exists even on freestanding compilers.
4730
  # On the NeXT, cc -E runs the code through the compiler's parser,
4821
  # On the NeXT, cc -E runs the code through the compiler's parser,
4731
  # not just through cpp. "Syntax error" is here to catch this case.
4822
  # not just through cpp. "Syntax error" is here to catch this case.
4732
  cat >conftest.$ac_ext <<_ACEOF
4823
  cat >conftest.$ac_ext <<_ACEOF
4733
#line $LINENO "configure"
-
 
4734
/* confdefs.h.  */
4824
/* confdefs.h.  */
4735
_ACEOF
4825
_ACEOF
4736
cat confdefs.h >>conftest.$ac_ext
4826
cat confdefs.h >>conftest.$ac_ext
4737
cat >>conftest.$ac_ext <<_ACEOF
4827
cat >>conftest.$ac_ext <<_ACEOF
4738
/* end confdefs.h.  */
4828
/* end confdefs.h.  */
4739
#ifdef __STDC__
4829
#ifdef __STDC__
4740
# include <limits.h>
4830
# include <limits.h>
4741
#else
4831
#else
4742
# include <assert.h>
4832
# include <assert.h>
4743
#endif
4833
#endif
4744
                     Syntax error
4834
		     Syntax error
4745
_ACEOF
4835
_ACEOF
4746
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4836
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4747
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4837
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4748
  ac_status=$?
4838
  ac_status=$?
4749
  grep -v '^ *+' conftest.er1 >conftest.err
4839
  grep -v '^ *+' conftest.er1 >conftest.err
Line 4751... Line 4841...
4751
  cat conftest.err >&5
4841
  cat conftest.err >&5
4752
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4842
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753
  (exit $ac_status); } >/dev/null; then
4843
  (exit $ac_status); } >/dev/null; then
4754
  if test -s conftest.err; then
4844
  if test -s conftest.err; then
4755
    ac_cpp_err=$ac_c_preproc_warn_flag
4845
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4846
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4756
  else
4847
  else
4757
    ac_cpp_err=
4848
    ac_cpp_err=
4758
  fi
4849
  fi
4759
else
4850
else
4760
  ac_cpp_err=yes
4851
  ac_cpp_err=yes
Line 4771... Line 4862...
4771
rm -f conftest.err conftest.$ac_ext
4862
rm -f conftest.err conftest.$ac_ext
4772
 
4863
 
4773
  # OK, works on sane cases.  Now check whether non-existent headers
4864
  # OK, works on sane cases.  Now check whether non-existent headers
4774
  # can be detected and how.
4865
  # can be detected and how.
4775
  cat >conftest.$ac_ext <<_ACEOF
4866
  cat >conftest.$ac_ext <<_ACEOF
4776
#line $LINENO "configure"
-
 
4777
/* confdefs.h.  */
4867
/* confdefs.h.  */
4778
_ACEOF
4868
_ACEOF
4779
cat confdefs.h >>conftest.$ac_ext
4869
cat confdefs.h >>conftest.$ac_ext
4780
cat >>conftest.$ac_ext <<_ACEOF
4870
cat >>conftest.$ac_ext <<_ACEOF
4781
/* end confdefs.h.  */
4871
/* end confdefs.h.  */
Line 4789... Line 4879...
4789
  cat conftest.err >&5
4879
  cat conftest.err >&5
4790
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4791
  (exit $ac_status); } >/dev/null; then
4881
  (exit $ac_status); } >/dev/null; then
4792
  if test -s conftest.err; then
4882
  if test -s conftest.err; then
4793
    ac_cpp_err=$ac_c_preproc_warn_flag
4883
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4884
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4794
  else
4885
  else
4795
    ac_cpp_err=
4886
    ac_cpp_err=
4796
  fi
4887
  fi
4797
else
4888
else
4798
  ac_cpp_err=yes
4889
  ac_cpp_err=yes
Line 4835... Line 4926...
4835
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4926
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4836
  # <limits.h> exists even on freestanding compilers.
4927
  # <limits.h> exists even on freestanding compilers.
4837
  # On the NeXT, cc -E runs the code through the compiler's parser,
4928
  # On the NeXT, cc -E runs the code through the compiler's parser,
4838
  # not just through cpp. "Syntax error" is here to catch this case.
4929
  # not just through cpp. "Syntax error" is here to catch this case.
4839
  cat >conftest.$ac_ext <<_ACEOF
4930
  cat >conftest.$ac_ext <<_ACEOF
4840
#line $LINENO "configure"
-
 
4841
/* confdefs.h.  */
4931
/* confdefs.h.  */
4842
_ACEOF
4932
_ACEOF
4843
cat confdefs.h >>conftest.$ac_ext
4933
cat confdefs.h >>conftest.$ac_ext
4844
cat >>conftest.$ac_ext <<_ACEOF
4934
cat >>conftest.$ac_ext <<_ACEOF
4845
/* end confdefs.h.  */
4935
/* end confdefs.h.  */
4846
#ifdef __STDC__
4936
#ifdef __STDC__
4847
# include <limits.h>
4937
# include <limits.h>
4848
#else
4938
#else
4849
# include <assert.h>
4939
# include <assert.h>
4850
#endif
4940
#endif
4851
                     Syntax error
4941
		     Syntax error
4852
_ACEOF
4942
_ACEOF
4853
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4943
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4854
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4944
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4855
  ac_status=$?
4945
  ac_status=$?
4856
  grep -v '^ *+' conftest.er1 >conftest.err
4946
  grep -v '^ *+' conftest.er1 >conftest.err
Line 4858... Line 4948...
4858
  cat conftest.err >&5
4948
  cat conftest.err >&5
4859
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4949
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4860
  (exit $ac_status); } >/dev/null; then
4950
  (exit $ac_status); } >/dev/null; then
4861
  if test -s conftest.err; then
4951
  if test -s conftest.err; then
4862
    ac_cpp_err=$ac_c_preproc_warn_flag
4952
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4953
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4863
  else
4954
  else
4864
    ac_cpp_err=
4955
    ac_cpp_err=
4865
  fi
4956
  fi
4866
else
4957
else
4867
  ac_cpp_err=yes
4958
  ac_cpp_err=yes
Line 4878... Line 4969...
4878
rm -f conftest.err conftest.$ac_ext
4969
rm -f conftest.err conftest.$ac_ext
4879
 
4970
 
4880
  # OK, works on sane cases.  Now check whether non-existent headers
4971
  # OK, works on sane cases.  Now check whether non-existent headers
4881
  # can be detected and how.
4972
  # can be detected and how.
4882
  cat >conftest.$ac_ext <<_ACEOF
4973
  cat >conftest.$ac_ext <<_ACEOF
4883
#line $LINENO "configure"
-
 
4884
/* confdefs.h.  */
4974
/* confdefs.h.  */
4885
_ACEOF
4975
_ACEOF
4886
cat confdefs.h >>conftest.$ac_ext
4976
cat confdefs.h >>conftest.$ac_ext
4887
cat >>conftest.$ac_ext <<_ACEOF
4977
cat >>conftest.$ac_ext <<_ACEOF
4888
/* end confdefs.h.  */
4978
/* end confdefs.h.  */
Line 4896... Line 4986...
4896
  cat conftest.err >&5
4986
  cat conftest.err >&5
4897
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4898
  (exit $ac_status); } >/dev/null; then
4988
  (exit $ac_status); } >/dev/null; then
4899
  if test -s conftest.err; then
4989
  if test -s conftest.err; then
4900
    ac_cpp_err=$ac_c_preproc_warn_flag
4990
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
4991
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4901
  else
4992
  else
4902
    ac_cpp_err=
4993
    ac_cpp_err=
4903
  fi
4994
  fi
4904
else
4995
else
4905
  ac_cpp_err=yes
4996
  ac_cpp_err=yes
Line 4944... Line 5035...
4944
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5035
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5036
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5037
ac_compiler_gnu=$ac_cv_c_compiler_gnu
4947
 
5038
 
4948
  cat >conftest.$ac_ext <<_ACEOF
5039
  cat >conftest.$ac_ext <<_ACEOF
4949
#line $LINENO "configure"
-
 
4950
/* confdefs.h.  */
5040
/* confdefs.h.  */
4951
_ACEOF
5041
_ACEOF
4952
cat confdefs.h >>conftest.$ac_ext
5042
cat confdefs.h >>conftest.$ac_ext
4953
cat >>conftest.$ac_ext <<_ACEOF
5043
cat >>conftest.$ac_ext <<_ACEOF
4954
/* end confdefs.h.  */
5044
/* end confdefs.h.  */
Line 5122... Line 5212...
5122
  ac_ext=f
5212
  ac_ext=f
5123
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
5213
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
5124
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5214
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5125
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
5215
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
5126
if test -n "$ac_tool_prefix"; then
5216
if test -n "$ac_tool_prefix"; then
5127
  for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95
5217
  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
5128
  do
5218
  do
5129
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5219
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5130
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5220
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5131
echo "$as_me:$LINENO: checking for $ac_word" >&5
5221
echo "$as_me:$LINENO: checking for $ac_word" >&5
5132
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5222
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
Line 5164... Line 5254...
5164
    test -n "$F77" && break
5254
    test -n "$F77" && break
5165
  done
5255
  done
5166
fi
5256
fi
5167
if test -z "$F77"; then
5257
if test -z "$F77"; then
5168
  ac_ct_F77=$F77
5258
  ac_ct_F77=$F77
5169
  for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95
5259
  for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
5170
do
5260
do
5171
  # Extract the first word of "$ac_prog", so it can be a program name with args.
5261
  # Extract the first word of "$ac_prog", so it can be a program name with args.
5172
set dummy $ac_prog; ac_word=$2
5262
set dummy $ac_prog; ac_word=$2
5173
echo "$as_me:$LINENO: checking for $ac_word" >&5
5263
echo "$as_me:$LINENO: checking for $ac_word" >&5
5174
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5264
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
Line 5209... Line 5299...
5209
  F77=$ac_ct_F77
5299
  F77=$ac_ct_F77
5210
fi
5300
fi
5211
 
5301
 
5212
 
5302
 
5213
# Provide some information about the compiler.
5303
# Provide some information about the compiler.
5214
echo "$as_me:5214:" \
5304
echo "$as_me:5304:" \
5215
     "checking for Fortran 77 compiler version" >&5
5305
     "checking for Fortran 77 compiler version" >&5
5216
ac_compiler=`set X $ac_compile; echo $2`
5306
ac_compiler=`set X $ac_compile; echo $2`
5217
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5307
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5218
  (eval $ac_compiler --version </dev/null >&5) 2>&5
5308
  (eval $ac_compiler --version </dev/null >&5) 2>&5
5219
  ac_status=$?
5309
  ac_status=$?
Line 5227... Line 5317...
5227
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5317
{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5228
  (eval $ac_compiler -V </dev/null >&5) 2>&5
5318
  (eval $ac_compiler -V </dev/null >&5) 2>&5
5229
  ac_status=$?
5319
  ac_status=$?
5230
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5320
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5231
  (exit $ac_status); }
5321
  (exit $ac_status); }
-
 
5322
rm -f a.out
5232
 
5323
 
5233
# If we don't use `.F' as extension, the preprocessor is not run on the
5324
# If we don't use `.F' as extension, the preprocessor is not run on the
5234
# input file.
5325
# input file.  (Note that this only needs to work for GNU compilers.)
5235
ac_save_ext=$ac_ext
5326
ac_save_ext=$ac_ext
5236
ac_ext=F
5327
ac_ext=F
5237
echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
5328
echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
5238
echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
5329
echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
5239
if test "${ac_cv_f77_compiler_gnu+set}" = set; then
5330
if test "${ac_cv_f77_compiler_gnu+set}" = set; then
Line 5247... Line 5338...
5247
 
5338
 
5248
      end
5339
      end
5249
_ACEOF
5340
_ACEOF
5250
rm -f conftest.$ac_objext
5341
rm -f conftest.$ac_objext
5251
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5342
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5252
  (eval $ac_compile) 2>&5
5343
  (eval $ac_compile) 2>conftest.er1
5253
  ac_status=$?
5344
  ac_status=$?
-
 
5345
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5346
  rm -f conftest.er1
-
 
5347
  cat conftest.err >&5
5254
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5348
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5255
  (exit $ac_status); } &&
5349
  (exit $ac_status); } &&
-
 
5350
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
5351
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
5352
  (eval $ac_try) 2>&5
-
 
5353
  ac_status=$?
-
 
5354
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5355
  (exit $ac_status); }; } &&
5256
         { ac_try='test -s conftest.$ac_objext'
5356
	 { ac_try='test -s conftest.$ac_objext'
5257
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5357
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5258
  (eval $ac_try) 2>&5
5358
  (eval $ac_try) 2>&5
5259
  ac_status=$?
5359
  ac_status=$?
5260
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5360
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5261
  (exit $ac_status); }; }; then
5361
  (exit $ac_status); }; }; then
Line 5264... Line 5364...
5264
  echo "$as_me: failed program was:" >&5
5364
  echo "$as_me: failed program was:" >&5
5265
sed 's/^/| /' conftest.$ac_ext >&5
5365
sed 's/^/| /' conftest.$ac_ext >&5
5266
 
5366
 
5267
ac_compiler_gnu=no
5367
ac_compiler_gnu=no
5268
fi
5368
fi
5269
rm -f conftest.$ac_objext conftest.$ac_ext
5369
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5270
ac_cv_f77_compiler_gnu=$ac_compiler_gnu
5370
ac_cv_f77_compiler_gnu=$ac_compiler_gnu
5271
 
5371
 
5272
fi
5372
fi
5273
echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
5373
echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
5274
echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
5374
echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
5275
ac_ext=$ac_save_ext
5375
ac_ext=$ac_save_ext
5276
G77=`test $ac_compiler_gnu = yes && echo yes`
-
 
5277
ac_test_FFLAGS=${FFLAGS+set}
5376
ac_test_FFLAGS=${FFLAGS+set}
5278
ac_save_FFLAGS=$FFLAGS
5377
ac_save_FFLAGS=$FFLAGS
5279
FFLAGS=
5378
FFLAGS=
5280
echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
5379
echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
5281
echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
5380
echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
Line 5288... Line 5387...
5288
 
5387
 
5289
      end
5388
      end
5290
_ACEOF
5389
_ACEOF
5291
rm -f conftest.$ac_objext
5390
rm -f conftest.$ac_objext
5292
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5391
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5293
  (eval $ac_compile) 2>&5
5392
  (eval $ac_compile) 2>conftest.er1
5294
  ac_status=$?
5393
  ac_status=$?
-
 
5394
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5395
  rm -f conftest.er1
-
 
5396
  cat conftest.err >&5
5295
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5397
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5296
  (exit $ac_status); } &&
5398
  (exit $ac_status); } &&
-
 
5399
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
5400
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
5401
  (eval $ac_try) 2>&5
-
 
5402
  ac_status=$?
-
 
5403
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5404
  (exit $ac_status); }; } &&
5297
         { ac_try='test -s conftest.$ac_objext'
5405
	 { ac_try='test -s conftest.$ac_objext'
5298
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5406
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5299
  (eval $ac_try) 2>&5
5407
  (eval $ac_try) 2>&5
5300
  ac_status=$?
5408
  ac_status=$?
5301
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5302
  (exit $ac_status); }; }; then
5410
  (exit $ac_status); }; }; then
Line 5305... Line 5413...
5305
  echo "$as_me: failed program was:" >&5
5413
  echo "$as_me: failed program was:" >&5
5306
sed 's/^/| /' conftest.$ac_ext >&5
5414
sed 's/^/| /' conftest.$ac_ext >&5
5307
 
5415
 
5308
ac_cv_prog_f77_g=no
5416
ac_cv_prog_f77_g=no
5309
fi
5417
fi
5310
rm -f conftest.$ac_objext conftest.$ac_ext
5418
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5311
 
5419
 
5312
fi
5420
fi
5313
echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
5421
echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
5314
echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
5422
echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
5315
if test "$ac_test_FFLAGS" = set; then
5423
if test "$ac_test_FFLAGS" = set; then
5316
  FFLAGS=$ac_save_FFLAGS
5424
  FFLAGS=$ac_save_FFLAGS
5317
elif test $ac_cv_prog_f77_g = yes; then
5425
elif test $ac_cv_prog_f77_g = yes; then
5318
  if test "$G77" = yes; then
5426
  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
5319
    FFLAGS="-g -O2"
5427
    FFLAGS="-g -O2"
5320
  else
5428
  else
5321
    FFLAGS="-g"
5429
    FFLAGS="-g"
5322
  fi
5430
  fi
5323
else
5431
else
5324
  if test "$G77" = yes; then
5432
  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
5325
    FFLAGS="-O2"
5433
    FFLAGS="-O2"
5326
  else
5434
  else
5327
    FFLAGS=
5435
    FFLAGS=
5328
  fi
5436
  fi
5329
fi
5437
fi
-
 
5438
 
-
 
5439
G77=`test $ac_compiler_gnu = yes && echo yes`
5330
ac_ext=c
5440
ac_ext=c
5331
ac_cpp='$CPP $CPPFLAGS'
5441
ac_cpp='$CPP $CPPFLAGS'
5332
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5442
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5333
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5443
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5334
ac_compiler_gnu=$ac_cv_c_compiler_gnu
5444
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Line 5456... Line 5566...
5456
echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5566
echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5457
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5567
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5458
  echo $ECHO_N "(cached) $ECHO_C" >&6
5568
  echo $ECHO_N "(cached) $ECHO_C" >&6
5459
else
5569
else
5460
  cat >conftest.$ac_ext <<_ACEOF
5570
  cat >conftest.$ac_ext <<_ACEOF
5461
#line $LINENO "configure"
-
 
5462
/* confdefs.h.  */
5571
/* confdefs.h.  */
5463
_ACEOF
5572
_ACEOF
5464
cat confdefs.h >>conftest.$ac_ext
5573
cat confdefs.h >>conftest.$ac_ext
5465
cat >>conftest.$ac_ext <<_ACEOF
5574
cat >>conftest.$ac_ext <<_ACEOF
5466
/* end confdefs.h.  */
5575
/* end confdefs.h.  */
Line 5476... Line 5585...
5476
  return 0;
5585
  return 0;
5477
}
5586
}
5478
_ACEOF
5587
_ACEOF
5479
rm -f conftest.$ac_objext
5588
rm -f conftest.$ac_objext
5480
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5589
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5481
  (eval $ac_compile) 2>&5
5590
  (eval $ac_compile) 2>conftest.er1
5482
  ac_status=$?
5591
  ac_status=$?
-
 
5592
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5593
  rm -f conftest.er1
-
 
5594
  cat conftest.err >&5
5483
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5484
  (exit $ac_status); } &&
5596
  (exit $ac_status); } &&
-
 
5597
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
5598
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
5599
  (eval $ac_try) 2>&5
-
 
5600
  ac_status=$?
-
 
5601
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5602
  (exit $ac_status); }; } &&
5485
         { ac_try='test -s conftest.$ac_objext'
5603
	 { ac_try='test -s conftest.$ac_objext'
5486
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5604
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5487
  (eval $ac_try) 2>&5
5605
  (eval $ac_try) 2>&5
5488
  ac_status=$?
5606
  ac_status=$?
5489
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5607
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5490
  (exit $ac_status); }; }; then
5608
  (exit $ac_status); }; }; then
Line 5493... Line 5611...
5493
  echo "$as_me: failed program was:" >&5
5611
  echo "$as_me: failed program was:" >&5
5494
sed 's/^/| /' conftest.$ac_ext >&5
5612
sed 's/^/| /' conftest.$ac_ext >&5
5495
 
5613
 
5496
ac_compiler_gnu=no
5614
ac_compiler_gnu=no
5497
fi
5615
fi
5498
rm -f conftest.$ac_objext conftest.$ac_ext
5616
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5499
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5617
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
5500
 
5618
 
5501
fi
5619
fi
5502
echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5620
echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5503
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
5621
echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
Line 5509... Line 5627...
5509
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5627
echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
5510
if test "${ac_cv_prog_cxx_g+set}" = set; then
5628
if test "${ac_cv_prog_cxx_g+set}" = set; then
5511
  echo $ECHO_N "(cached) $ECHO_C" >&6
5629
  echo $ECHO_N "(cached) $ECHO_C" >&6
5512
else
5630
else
5513
  cat >conftest.$ac_ext <<_ACEOF
5631
  cat >conftest.$ac_ext <<_ACEOF
5514
#line $LINENO "configure"
-
 
5515
/* confdefs.h.  */
5632
/* confdefs.h.  */
5516
_ACEOF
5633
_ACEOF
5517
cat confdefs.h >>conftest.$ac_ext
5634
cat confdefs.h >>conftest.$ac_ext
5518
cat >>conftest.$ac_ext <<_ACEOF
5635
cat >>conftest.$ac_ext <<_ACEOF
5519
/* end confdefs.h.  */
5636
/* end confdefs.h.  */
Line 5526... Line 5643...
5526
  return 0;
5643
  return 0;
5527
}
5644
}
5528
_ACEOF
5645
_ACEOF
5529
rm -f conftest.$ac_objext
5646
rm -f conftest.$ac_objext
5530
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5647
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5531
  (eval $ac_compile) 2>&5
5648
  (eval $ac_compile) 2>conftest.er1
5532
  ac_status=$?
5649
  ac_status=$?
-
 
5650
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5651
  rm -f conftest.er1
-
 
5652
  cat conftest.err >&5
5533
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5653
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534
  (exit $ac_status); } &&
5654
  (exit $ac_status); } &&
-
 
5655
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
5656
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
5657
  (eval $ac_try) 2>&5
-
 
5658
  ac_status=$?
-
 
5659
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5660
  (exit $ac_status); }; } &&
5535
         { ac_try='test -s conftest.$ac_objext'
5661
	 { ac_try='test -s conftest.$ac_objext'
5536
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5662
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5537
  (eval $ac_try) 2>&5
5663
  (eval $ac_try) 2>&5
5538
  ac_status=$?
5664
  ac_status=$?
5539
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5665
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5540
  (exit $ac_status); }; }; then
5666
  (exit $ac_status); }; }; then
Line 5543... Line 5669...
5543
  echo "$as_me: failed program was:" >&5
5669
  echo "$as_me: failed program was:" >&5
5544
sed 's/^/| /' conftest.$ac_ext >&5
5670
sed 's/^/| /' conftest.$ac_ext >&5
5545
 
5671
 
5546
ac_cv_prog_cxx_g=no
5672
ac_cv_prog_cxx_g=no
5547
fi
5673
fi
5548
rm -f conftest.$ac_objext conftest.$ac_ext
5674
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5549
fi
5675
fi
5550
echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5676
echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5551
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5677
echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5552
if test "$ac_test_CXXFLAGS" = set; then
5678
if test "$ac_test_CXXFLAGS" = set; then
5553
  CXXFLAGS=$ac_save_CXXFLAGS
5679
  CXXFLAGS=$ac_save_CXXFLAGS
Line 5563... Line 5689...
5563
  else
5689
  else
5564
    CXXFLAGS=
5690
    CXXFLAGS=
5565
  fi
5691
  fi
5566
fi
5692
fi
5567
for ac_declaration in \
5693
for ac_declaration in \
5568
   ''\
5694
   '' \
5569
   '#include <stdlib.h>' \
-
 
5570
   'extern "C" void std::exit (int) throw (); using std::exit;' \
5695
   'extern "C" void std::exit (int) throw (); using std::exit;' \
5571
   'extern "C" void std::exit (int); using std::exit;' \
5696
   'extern "C" void std::exit (int); using std::exit;' \
5572
   'extern "C" void exit (int) throw ();' \
5697
   'extern "C" void exit (int) throw ();' \
5573
   'extern "C" void exit (int);' \
5698
   'extern "C" void exit (int);' \
5574
   'void exit (int);'
5699
   'void exit (int);'
5575
do
5700
do
5576
  cat >conftest.$ac_ext <<_ACEOF
5701
  cat >conftest.$ac_ext <<_ACEOF
5577
#line $LINENO "configure"
-
 
5578
/* confdefs.h.  */
5702
/* confdefs.h.  */
5579
_ACEOF
5703
_ACEOF
5580
cat confdefs.h >>conftest.$ac_ext
5704
cat confdefs.h >>conftest.$ac_ext
5581
cat >>conftest.$ac_ext <<_ACEOF
5705
cat >>conftest.$ac_ext <<_ACEOF
5582
/* end confdefs.h.  */
5706
/* end confdefs.h.  */
5583
#include <stdlib.h>
-
 
5584
$ac_declaration
5707
$ac_declaration
-
 
5708
#include <stdlib.h>
5585
int
5709
int
5586
main ()
5710
main ()
5587
{
5711
{
5588
exit (42);
5712
exit (42);
5589
  ;
5713
  ;
5590
  return 0;
5714
  return 0;
5591
}
5715
}
5592
_ACEOF
5716
_ACEOF
5593
rm -f conftest.$ac_objext
5717
rm -f conftest.$ac_objext
5594
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5718
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5595
  (eval $ac_compile) 2>&5
5719
  (eval $ac_compile) 2>conftest.er1
5596
  ac_status=$?
5720
  ac_status=$?
-
 
5721
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5722
  rm -f conftest.er1
-
 
5723
  cat conftest.err >&5
5597
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5724
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5598
  (exit $ac_status); } &&
5725
  (exit $ac_status); } &&
-
 
5726
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
5727
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
5728
  (eval $ac_try) 2>&5
-
 
5729
  ac_status=$?
-
 
5730
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5731
  (exit $ac_status); }; } &&
5599
         { ac_try='test -s conftest.$ac_objext'
5732
	 { ac_try='test -s conftest.$ac_objext'
5600
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5733
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5601
  (eval $ac_try) 2>&5
5734
  (eval $ac_try) 2>&5
5602
  ac_status=$?
5735
  ac_status=$?
5603
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5736
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5604
  (exit $ac_status); }; }; then
5737
  (exit $ac_status); }; }; then
Line 5607... Line 5740...
5607
  echo "$as_me: failed program was:" >&5
5740
  echo "$as_me: failed program was:" >&5
5608
sed 's/^/| /' conftest.$ac_ext >&5
5741
sed 's/^/| /' conftest.$ac_ext >&5
5609
 
5742
 
5610
continue
5743
continue
5611
fi
5744
fi
5612
rm -f conftest.$ac_objext conftest.$ac_ext
5745
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5613
  cat >conftest.$ac_ext <<_ACEOF
5746
  cat >conftest.$ac_ext <<_ACEOF
5614
#line $LINENO "configure"
-
 
5615
/* confdefs.h.  */
5747
/* confdefs.h.  */
5616
_ACEOF
5748
_ACEOF
5617
cat confdefs.h >>conftest.$ac_ext
5749
cat confdefs.h >>conftest.$ac_ext
5618
cat >>conftest.$ac_ext <<_ACEOF
5750
cat >>conftest.$ac_ext <<_ACEOF
5619
/* end confdefs.h.  */
5751
/* end confdefs.h.  */
Line 5626... Line 5758...
5626
  return 0;
5758
  return 0;
5627
}
5759
}
5628
_ACEOF
5760
_ACEOF
5629
rm -f conftest.$ac_objext
5761
rm -f conftest.$ac_objext
5630
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5762
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5631
  (eval $ac_compile) 2>&5
5763
  (eval $ac_compile) 2>conftest.er1
5632
  ac_status=$?
5764
  ac_status=$?
-
 
5765
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
5766
  rm -f conftest.er1
-
 
5767
  cat conftest.err >&5
5633
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5768
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5634
  (exit $ac_status); } &&
5769
  (exit $ac_status); } &&
-
 
5770
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
5771
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
5772
  (eval $ac_try) 2>&5
-
 
5773
  ac_status=$?
-
 
5774
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
5775
  (exit $ac_status); }; } &&
5635
         { ac_try='test -s conftest.$ac_objext'
5776
	 { ac_try='test -s conftest.$ac_objext'
5636
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5777
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5637
  (eval $ac_try) 2>&5
5778
  (eval $ac_try) 2>&5
5638
  ac_status=$?
5779
  ac_status=$?
5639
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5780
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5640
  (exit $ac_status); }; }; then
5781
  (exit $ac_status); }; }; then
Line 5642... Line 5783...
5642
else
5783
else
5643
  echo "$as_me: failed program was:" >&5
5784
  echo "$as_me: failed program was:" >&5
5644
sed 's/^/| /' conftest.$ac_ext >&5
5785
sed 's/^/| /' conftest.$ac_ext >&5
5645
 
5786
 
5646
fi
5787
fi
5647
rm -f conftest.$ac_objext conftest.$ac_ext
5788
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5648
done
5789
done
5649
rm -f conftest*
5790
rm -f conftest*
5650
if test -n "$ac_declaration"; then
5791
if test -n "$ac_declaration"; then
5651
  echo '#ifdef __cplusplus' >>confdefs.h
5792
  echo '#ifdef __cplusplus' >>confdefs.h
5652
  echo $ac_declaration      >>confdefs.h
5793
  echo $ac_declaration      >>confdefs.h
Line 5681... Line 5822...
5681
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5822
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5682
  # <limits.h> exists even on freestanding compilers.
5823
  # <limits.h> exists even on freestanding compilers.
5683
  # On the NeXT, cc -E runs the code through the compiler's parser,
5824
  # On the NeXT, cc -E runs the code through the compiler's parser,
5684
  # not just through cpp. "Syntax error" is here to catch this case.
5825
  # not just through cpp. "Syntax error" is here to catch this case.
5685
  cat >conftest.$ac_ext <<_ACEOF
5826
  cat >conftest.$ac_ext <<_ACEOF
5686
#line $LINENO "configure"
-
 
5687
/* confdefs.h.  */
5827
/* confdefs.h.  */
5688
_ACEOF
5828
_ACEOF
5689
cat confdefs.h >>conftest.$ac_ext
5829
cat confdefs.h >>conftest.$ac_ext
5690
cat >>conftest.$ac_ext <<_ACEOF
5830
cat >>conftest.$ac_ext <<_ACEOF
5691
/* end confdefs.h.  */
5831
/* end confdefs.h.  */
5692
#ifdef __STDC__
5832
#ifdef __STDC__
5693
# include <limits.h>
5833
# include <limits.h>
5694
#else
5834
#else
5695
# include <assert.h>
5835
# include <assert.h>
5696
#endif
5836
#endif
5697
                     Syntax error
5837
		     Syntax error
5698
_ACEOF
5838
_ACEOF
5699
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5839
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5700
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5840
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5701
  ac_status=$?
5841
  ac_status=$?
5702
  grep -v '^ *+' conftest.er1 >conftest.err
5842
  grep -v '^ *+' conftest.er1 >conftest.err
Line 5704... Line 5844...
5704
  cat conftest.err >&5
5844
  cat conftest.err >&5
5705
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5845
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5706
  (exit $ac_status); } >/dev/null; then
5846
  (exit $ac_status); } >/dev/null; then
5707
  if test -s conftest.err; then
5847
  if test -s conftest.err; then
5708
    ac_cpp_err=$ac_cxx_preproc_warn_flag
5848
    ac_cpp_err=$ac_cxx_preproc_warn_flag
-
 
5849
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5709
  else
5850
  else
5710
    ac_cpp_err=
5851
    ac_cpp_err=
5711
  fi
5852
  fi
5712
else
5853
else
5713
  ac_cpp_err=yes
5854
  ac_cpp_err=yes
Line 5724... Line 5865...
5724
rm -f conftest.err conftest.$ac_ext
5865
rm -f conftest.err conftest.$ac_ext
5725
 
5866
 
5726
  # OK, works on sane cases.  Now check whether non-existent headers
5867
  # OK, works on sane cases.  Now check whether non-existent headers
5727
  # can be detected and how.
5868
  # can be detected and how.
5728
  cat >conftest.$ac_ext <<_ACEOF
5869
  cat >conftest.$ac_ext <<_ACEOF
5729
#line $LINENO "configure"
-
 
5730
/* confdefs.h.  */
5870
/* confdefs.h.  */
5731
_ACEOF
5871
_ACEOF
5732
cat confdefs.h >>conftest.$ac_ext
5872
cat confdefs.h >>conftest.$ac_ext
5733
cat >>conftest.$ac_ext <<_ACEOF
5873
cat >>conftest.$ac_ext <<_ACEOF
5734
/* end confdefs.h.  */
5874
/* end confdefs.h.  */
Line 5742... Line 5882...
5742
  cat conftest.err >&5
5882
  cat conftest.err >&5
5743
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5883
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5744
  (exit $ac_status); } >/dev/null; then
5884
  (exit $ac_status); } >/dev/null; then
5745
  if test -s conftest.err; then
5885
  if test -s conftest.err; then
5746
    ac_cpp_err=$ac_cxx_preproc_warn_flag
5886
    ac_cpp_err=$ac_cxx_preproc_warn_flag
-
 
5887
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5747
  else
5888
  else
5748
    ac_cpp_err=
5889
    ac_cpp_err=
5749
  fi
5890
  fi
5750
else
5891
else
5751
  ac_cpp_err=yes
5892
  ac_cpp_err=yes
Line 5788... Line 5929...
5788
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5929
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5789
  # <limits.h> exists even on freestanding compilers.
5930
  # <limits.h> exists even on freestanding compilers.
5790
  # On the NeXT, cc -E runs the code through the compiler's parser,
5931
  # On the NeXT, cc -E runs the code through the compiler's parser,
5791
  # not just through cpp. "Syntax error" is here to catch this case.
5932
  # not just through cpp. "Syntax error" is here to catch this case.
5792
  cat >conftest.$ac_ext <<_ACEOF
5933
  cat >conftest.$ac_ext <<_ACEOF
5793
#line $LINENO "configure"
-
 
5794
/* confdefs.h.  */
5934
/* confdefs.h.  */
5795
_ACEOF
5935
_ACEOF
5796
cat confdefs.h >>conftest.$ac_ext
5936
cat confdefs.h >>conftest.$ac_ext
5797
cat >>conftest.$ac_ext <<_ACEOF
5937
cat >>conftest.$ac_ext <<_ACEOF
5798
/* end confdefs.h.  */
5938
/* end confdefs.h.  */
5799
#ifdef __STDC__
5939
#ifdef __STDC__
5800
# include <limits.h>
5940
# include <limits.h>
5801
#else
5941
#else
5802
# include <assert.h>
5942
# include <assert.h>
5803
#endif
5943
#endif
5804
                     Syntax error
5944
		     Syntax error
5805
_ACEOF
5945
_ACEOF
5806
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5946
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5807
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5947
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5808
  ac_status=$?
5948
  ac_status=$?
5809
  grep -v '^ *+' conftest.er1 >conftest.err
5949
  grep -v '^ *+' conftest.er1 >conftest.err
Line 5811... Line 5951...
5811
  cat conftest.err >&5
5951
  cat conftest.err >&5
5812
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5952
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813
  (exit $ac_status); } >/dev/null; then
5953
  (exit $ac_status); } >/dev/null; then
5814
  if test -s conftest.err; then
5954
  if test -s conftest.err; then
5815
    ac_cpp_err=$ac_cxx_preproc_warn_flag
5955
    ac_cpp_err=$ac_cxx_preproc_warn_flag
-
 
5956
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5816
  else
5957
  else
5817
    ac_cpp_err=
5958
    ac_cpp_err=
5818
  fi
5959
  fi
5819
else
5960
else
5820
  ac_cpp_err=yes
5961
  ac_cpp_err=yes
Line 5831... Line 5972...
5831
rm -f conftest.err conftest.$ac_ext
5972
rm -f conftest.err conftest.$ac_ext
5832
 
5973
 
5833
  # OK, works on sane cases.  Now check whether non-existent headers
5974
  # OK, works on sane cases.  Now check whether non-existent headers
5834
  # can be detected and how.
5975
  # can be detected and how.
5835
  cat >conftest.$ac_ext <<_ACEOF
5976
  cat >conftest.$ac_ext <<_ACEOF
5836
#line $LINENO "configure"
-
 
5837
/* confdefs.h.  */
5977
/* confdefs.h.  */
5838
_ACEOF
5978
_ACEOF
5839
cat confdefs.h >>conftest.$ac_ext
5979
cat confdefs.h >>conftest.$ac_ext
5840
cat >>conftest.$ac_ext <<_ACEOF
5980
cat >>conftest.$ac_ext <<_ACEOF
5841
/* end confdefs.h.  */
5981
/* end confdefs.h.  */
Line 5849... Line 5989...
5849
  cat conftest.err >&5
5989
  cat conftest.err >&5
5850
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5990
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851
  (exit $ac_status); } >/dev/null; then
5991
  (exit $ac_status); } >/dev/null; then
5852
  if test -s conftest.err; then
5992
  if test -s conftest.err; then
5853
    ac_cpp_err=$ac_cxx_preproc_warn_flag
5993
    ac_cpp_err=$ac_cxx_preproc_warn_flag
-
 
5994
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5854
  else
5995
  else
5855
    ac_cpp_err=
5996
    ac_cpp_err=
5856
  fi
5997
  fi
5857
else
5998
else
5858
  ac_cpp_err=yes
5999
  ac_cpp_err=yes
Line 6436... Line 6577...
6436
  fi
6577
  fi
6437
  rm -rf conftest*
6578
  rm -rf conftest*
6438
  ;;
6579
  ;;
6439
*-*-irix6*)
6580
*-*-irix6*)
6440
  # Find out which ABI we are using.
6581
  # Find out which ABI we are using.
6441
  echo '#line 6441 "configure"' > conftest.$ac_ext
6582
  echo '#line 6582 "configure"' > conftest.$ac_ext
6442
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6583
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6443
  (eval $ac_compile) 2>&5
6584
  (eval $ac_compile) 2>&5
6444
  ac_status=$?
6585
  ac_status=$?
6445
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6586
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446
  (exit $ac_status); }; then
6587
  (exit $ac_status); }; then
Line 6533... Line 6674...
6533
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6674
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6534
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6675
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6535
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6676
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6536
 
6677
 
6537
     cat >conftest.$ac_ext <<_ACEOF
6678
     cat >conftest.$ac_ext <<_ACEOF
6538
#line $LINENO "configure"
-
 
6539
/* confdefs.h.  */
6679
/* confdefs.h.  */
6540
_ACEOF
6680
_ACEOF
6541
cat confdefs.h >>conftest.$ac_ext
6681
cat confdefs.h >>conftest.$ac_ext
6542
cat >>conftest.$ac_ext <<_ACEOF
6682
cat >>conftest.$ac_ext <<_ACEOF
6543
/* end confdefs.h.  */
6683
/* end confdefs.h.  */
Line 6550... Line 6690...
6550
  return 0;
6690
  return 0;
6551
}
6691
}
6552
_ACEOF
6692
_ACEOF
6553
rm -f conftest.$ac_objext conftest$ac_exeext
6693
rm -f conftest.$ac_objext conftest$ac_exeext
6554
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6694
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6555
  (eval $ac_link) 2>&5
6695
  (eval $ac_link) 2>conftest.er1
6556
  ac_status=$?
6696
  ac_status=$?
-
 
6697
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6698
  rm -f conftest.er1
-
 
6699
  cat conftest.err >&5
6557
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6700
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6558
  (exit $ac_status); } &&
6701
  (exit $ac_status); } &&
-
 
6702
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
6703
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
6704
  (eval $ac_try) 2>&5
-
 
6705
  ac_status=$?
-
 
6706
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6707
  (exit $ac_status); }; } &&
6559
         { ac_try='test -s conftest$ac_exeext'
6708
	 { ac_try='test -s conftest$ac_exeext'
6560
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6709
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6561
  (eval $ac_try) 2>&5
6710
  (eval $ac_try) 2>&5
6562
  ac_status=$?
6711
  ac_status=$?
6563
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6712
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6564
  (exit $ac_status); }; }; then
6713
  (exit $ac_status); }; }; then
Line 6567... Line 6716...
6567
  echo "$as_me: failed program was:" >&5
6716
  echo "$as_me: failed program was:" >&5
6568
sed 's/^/| /' conftest.$ac_ext >&5
6717
sed 's/^/| /' conftest.$ac_ext >&5
6569
 
6718
 
6570
lt_cv_cc_needs_belf=no
6719
lt_cv_cc_needs_belf=no
6571
fi
6720
fi
-
 
6721
rm -f conftest.err conftest.$ac_objext \
6572
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6722
      conftest$ac_exeext conftest.$ac_ext
6573
     ac_ext=c
6723
     ac_ext=c
6574
ac_cpp='$CPP $CPPFLAGS'
6724
ac_cpp='$CPP $CPPFLAGS'
6575
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6725
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6576
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6726
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6577
ac_compiler_gnu=$ac_cv_c_compiler_gnu
6727
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Line 6594... Line 6744...
6594
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6744
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6595
if test "${ac_cv_header_stdc+set}" = set; then
6745
if test "${ac_cv_header_stdc+set}" = set; then
6596
  echo $ECHO_N "(cached) $ECHO_C" >&6
6746
  echo $ECHO_N "(cached) $ECHO_C" >&6
6597
else
6747
else
6598
  cat >conftest.$ac_ext <<_ACEOF
6748
  cat >conftest.$ac_ext <<_ACEOF
6599
#line $LINENO "configure"
-
 
6600
/* confdefs.h.  */
6749
/* confdefs.h.  */
6601
_ACEOF
6750
_ACEOF
6602
cat confdefs.h >>conftest.$ac_ext
6751
cat confdefs.h >>conftest.$ac_ext
6603
cat >>conftest.$ac_ext <<_ACEOF
6752
cat >>conftest.$ac_ext <<_ACEOF
6604
/* end confdefs.h.  */
6753
/* end confdefs.h.  */
Line 6615... Line 6764...
6615
  return 0;
6764
  return 0;
6616
}
6765
}
6617
_ACEOF
6766
_ACEOF
6618
rm -f conftest.$ac_objext
6767
rm -f conftest.$ac_objext
6619
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6768
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6620
  (eval $ac_compile) 2>&5
6769
  (eval $ac_compile) 2>conftest.er1
6621
  ac_status=$?
6770
  ac_status=$?
-
 
6771
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6772
  rm -f conftest.er1
-
 
6773
  cat conftest.err >&5
6622
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6774
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6623
  (exit $ac_status); } &&
6775
  (exit $ac_status); } &&
-
 
6776
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
6777
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
6778
  (eval $ac_try) 2>&5
-
 
6779
  ac_status=$?
-
 
6780
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6781
  (exit $ac_status); }; } &&
6624
         { ac_try='test -s conftest.$ac_objext'
6782
	 { ac_try='test -s conftest.$ac_objext'
6625
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6783
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6626
  (eval $ac_try) 2>&5
6784
  (eval $ac_try) 2>&5
6627
  ac_status=$?
6785
  ac_status=$?
6628
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6786
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6629
  (exit $ac_status); }; }; then
6787
  (exit $ac_status); }; }; then
Line 6632... Line 6790...
6632
  echo "$as_me: failed program was:" >&5
6790
  echo "$as_me: failed program was:" >&5
6633
sed 's/^/| /' conftest.$ac_ext >&5
6791
sed 's/^/| /' conftest.$ac_ext >&5
6634
 
6792
 
6635
ac_cv_header_stdc=no
6793
ac_cv_header_stdc=no
6636
fi
6794
fi
6637
rm -f conftest.$ac_objext conftest.$ac_ext
6795
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6638
 
6796
 
6639
if test $ac_cv_header_stdc = yes; then
6797
if test $ac_cv_header_stdc = yes; then
6640
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6798
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6641
  cat >conftest.$ac_ext <<_ACEOF
6799
  cat >conftest.$ac_ext <<_ACEOF
6642
#line $LINENO "configure"
-
 
6643
/* confdefs.h.  */
6800
/* confdefs.h.  */
6644
_ACEOF
6801
_ACEOF
6645
cat confdefs.h >>conftest.$ac_ext
6802
cat confdefs.h >>conftest.$ac_ext
6646
cat >>conftest.$ac_ext <<_ACEOF
6803
cat >>conftest.$ac_ext <<_ACEOF
6647
/* end confdefs.h.  */
6804
/* end confdefs.h.  */
Line 6659... Line 6816...
6659
fi
6816
fi
6660
 
6817
 
6661
if test $ac_cv_header_stdc = yes; then
6818
if test $ac_cv_header_stdc = yes; then
6662
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6819
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6663
  cat >conftest.$ac_ext <<_ACEOF
6820
  cat >conftest.$ac_ext <<_ACEOF
6664
#line $LINENO "configure"
-
 
6665
/* confdefs.h.  */
6821
/* confdefs.h.  */
6666
_ACEOF
6822
_ACEOF
6667
cat confdefs.h >>conftest.$ac_ext
6823
cat confdefs.h >>conftest.$ac_ext
6668
cat >>conftest.$ac_ext <<_ACEOF
6824
cat >>conftest.$ac_ext <<_ACEOF
6669
/* end confdefs.h.  */
6825
/* end confdefs.h.  */
Line 6684... Line 6840...
6684
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6840
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6685
  if test "$cross_compiling" = yes; then
6841
  if test "$cross_compiling" = yes; then
6686
  :
6842
  :
6687
else
6843
else
6688
  cat >conftest.$ac_ext <<_ACEOF
6844
  cat >conftest.$ac_ext <<_ACEOF
6689
#line $LINENO "configure"
-
 
6690
/* confdefs.h.  */
6845
/* confdefs.h.  */
6691
_ACEOF
6846
_ACEOF
6692
cat confdefs.h >>conftest.$ac_ext
6847
cat confdefs.h >>conftest.$ac_ext
6693
cat >>conftest.$ac_ext <<_ACEOF
6848
cat >>conftest.$ac_ext <<_ACEOF
6694
/* end confdefs.h.  */
6849
/* end confdefs.h.  */
Line 6696... Line 6851...
6696
#if ((' ' & 0x0FF) == 0x020)
6851
#if ((' ' & 0x0FF) == 0x020)
6697
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6852
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6698
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6853
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6699
#else
6854
#else
6700
# define ISLOWER(c) \
6855
# define ISLOWER(c) \
6701
                   (('a' <= (c) && (c) <= 'i') \
6856
		   (('a' <= (c) && (c) <= 'i') \
6702
                     || ('j' <= (c) && (c) <= 'r') \
6857
		     || ('j' <= (c) && (c) <= 'r') \
6703
                     || ('s' <= (c) && (c) <= 'z'))
6858
		     || ('s' <= (c) && (c) <= 'z'))
6704
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6859
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6705
#endif
6860
#endif
6706
 
6861
 
6707
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6862
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6708
int
6863
int
6709
main ()
6864
main ()
6710
{
6865
{
6711
  int i;
6866
  int i;
6712
  for (i = 0; i < 256; i++)
6867
  for (i = 0; i < 256; i++)
6713
    if (XOR (islower (i), ISLOWER (i))
6868
    if (XOR (islower (i), ISLOWER (i))
6714
        || toupper (i) != TOUPPER (i))
6869
	|| toupper (i) != TOUPPER (i))
6715
      exit(2);
6870
      exit(2);
6716
  exit (0);
6871
  exit (0);
6717
}
6872
}
6718
_ACEOF
6873
_ACEOF
6719
rm -f conftest$ac_exeext
6874
rm -f conftest$ac_exeext
Line 6734... Line 6889...
6734
sed 's/^/| /' conftest.$ac_ext >&5
6889
sed 's/^/| /' conftest.$ac_ext >&5
6735
 
6890
 
6736
( exit $ac_status )
6891
( exit $ac_status )
6737
ac_cv_header_stdc=no
6892
ac_cv_header_stdc=no
6738
fi
6893
fi
6739
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6894
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6740
fi
6895
fi
6741
fi
6896
fi
6742
fi
6897
fi
6743
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6898
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6744
echo "${ECHO_T}$ac_cv_header_stdc" >&6
6899
echo "${ECHO_T}$ac_cv_header_stdc" >&6
Line 6759... Line 6914...
6759
 
6914
 
6760
 
6915
 
6761
 
6916
 
6762
 
6917
 
6763
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6918
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6764
                  inttypes.h stdint.h unistd.h
6919
		  inttypes.h stdint.h unistd.h
6765
do
6920
do
6766
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6921
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6767
echo "$as_me:$LINENO: checking for $ac_header" >&5
6922
echo "$as_me:$LINENO: checking for $ac_header" >&5
6768
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6923
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6769
if eval "test \"\${$as_ac_Header+set}\" = set"; then
6924
if eval "test \"\${$as_ac_Header+set}\" = set"; then
6770
  echo $ECHO_N "(cached) $ECHO_C" >&6
6925
  echo $ECHO_N "(cached) $ECHO_C" >&6
6771
else
6926
else
6772
  cat >conftest.$ac_ext <<_ACEOF
6927
  cat >conftest.$ac_ext <<_ACEOF
6773
#line $LINENO "configure"
-
 
6774
/* confdefs.h.  */
6928
/* confdefs.h.  */
6775
_ACEOF
6929
_ACEOF
6776
cat confdefs.h >>conftest.$ac_ext
6930
cat confdefs.h >>conftest.$ac_ext
6777
cat >>conftest.$ac_ext <<_ACEOF
6931
cat >>conftest.$ac_ext <<_ACEOF
6778
/* end confdefs.h.  */
6932
/* end confdefs.h.  */
Line 6780... Line 6934...
6780
 
6934
 
6781
#include <$ac_header>
6935
#include <$ac_header>
6782
_ACEOF
6936
_ACEOF
6783
rm -f conftest.$ac_objext
6937
rm -f conftest.$ac_objext
6784
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6938
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6785
  (eval $ac_compile) 2>&5
6939
  (eval $ac_compile) 2>conftest.er1
6786
  ac_status=$?
6940
  ac_status=$?
-
 
6941
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
6942
  rm -f conftest.er1
-
 
6943
  cat conftest.err >&5
6787
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6944
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6788
  (exit $ac_status); } &&
6945
  (exit $ac_status); } &&
-
 
6946
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
6947
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
6948
  (eval $ac_try) 2>&5
-
 
6949
  ac_status=$?
-
 
6950
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
6951
  (exit $ac_status); }; } &&
6789
         { ac_try='test -s conftest.$ac_objext'
6952
	 { ac_try='test -s conftest.$ac_objext'
6790
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6953
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6791
  (eval $ac_try) 2>&5
6954
  (eval $ac_try) 2>&5
6792
  ac_status=$?
6955
  ac_status=$?
6793
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6956
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794
  (exit $ac_status); }; }; then
6957
  (exit $ac_status); }; }; then
Line 6797... Line 6960...
6797
  echo "$as_me: failed program was:" >&5
6960
  echo "$as_me: failed program was:" >&5
6798
sed 's/^/| /' conftest.$ac_ext >&5
6961
sed 's/^/| /' conftest.$ac_ext >&5
6799
 
6962
 
6800
eval "$as_ac_Header=no"
6963
eval "$as_ac_Header=no"
6801
fi
6964
fi
6802
rm -f conftest.$ac_objext conftest.$ac_ext
6965
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6803
fi
6966
fi
6804
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6967
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6805
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6968
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6806
if test `eval echo '${'$as_ac_Header'}'` = yes; then
6969
if test `eval echo '${'$as_ac_Header'}'` = yes; then
6807
  cat >>confdefs.h <<_ACEOF
6970
  cat >>confdefs.h <<_ACEOF
Line 6828... Line 6991...
6828
else
6991
else
6829
  # Is the header compilable?
6992
  # Is the header compilable?
6830
echo "$as_me:$LINENO: checking $ac_header usability" >&5
6993
echo "$as_me:$LINENO: checking $ac_header usability" >&5
6831
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6994
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6832
cat >conftest.$ac_ext <<_ACEOF
6995
cat >conftest.$ac_ext <<_ACEOF
6833
#line $LINENO "configure"
-
 
6834
/* confdefs.h.  */
6996
/* confdefs.h.  */
6835
_ACEOF
6997
_ACEOF
6836
cat confdefs.h >>conftest.$ac_ext
6998
cat confdefs.h >>conftest.$ac_ext
6837
cat >>conftest.$ac_ext <<_ACEOF
6999
cat >>conftest.$ac_ext <<_ACEOF
6838
/* end confdefs.h.  */
7000
/* end confdefs.h.  */
6839
$ac_includes_default
7001
$ac_includes_default
6840
#include <$ac_header>
7002
#include <$ac_header>
6841
_ACEOF
7003
_ACEOF
6842
rm -f conftest.$ac_objext
7004
rm -f conftest.$ac_objext
6843
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7005
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6844
  (eval $ac_compile) 2>&5
7006
  (eval $ac_compile) 2>conftest.er1
6845
  ac_status=$?
7007
  ac_status=$?
-
 
7008
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
7009
  rm -f conftest.er1
-
 
7010
  cat conftest.err >&5
6846
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7011
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6847
  (exit $ac_status); } &&
7012
  (exit $ac_status); } &&
-
 
7013
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
7014
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
7015
  (eval $ac_try) 2>&5
-
 
7016
  ac_status=$?
-
 
7017
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
7018
  (exit $ac_status); }; } &&
6848
         { ac_try='test -s conftest.$ac_objext'
7019
	 { ac_try='test -s conftest.$ac_objext'
6849
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7020
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6850
  (eval $ac_try) 2>&5
7021
  (eval $ac_try) 2>&5
6851
  ac_status=$?
7022
  ac_status=$?
6852
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7023
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6853
  (exit $ac_status); }; }; then
7024
  (exit $ac_status); }; }; then
Line 6856... Line 7027...
6856
  echo "$as_me: failed program was:" >&5
7027
  echo "$as_me: failed program was:" >&5
6857
sed 's/^/| /' conftest.$ac_ext >&5
7028
sed 's/^/| /' conftest.$ac_ext >&5
6858
 
7029
 
6859
ac_header_compiler=no
7030
ac_header_compiler=no
6860
fi
7031
fi
6861
rm -f conftest.$ac_objext conftest.$ac_ext
7032
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6862
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7033
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6863
echo "${ECHO_T}$ac_header_compiler" >&6
7034
echo "${ECHO_T}$ac_header_compiler" >&6
6864
 
7035
 
6865
# Is the header present?
7036
# Is the header present?
6866
echo "$as_me:$LINENO: checking $ac_header presence" >&5
7037
echo "$as_me:$LINENO: checking $ac_header presence" >&5
6867
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7038
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6868
cat >conftest.$ac_ext <<_ACEOF
7039
cat >conftest.$ac_ext <<_ACEOF
6869
#line $LINENO "configure"
-
 
6870
/* confdefs.h.  */
7040
/* confdefs.h.  */
6871
_ACEOF
7041
_ACEOF
6872
cat confdefs.h >>conftest.$ac_ext
7042
cat confdefs.h >>conftest.$ac_ext
6873
cat >>conftest.$ac_ext <<_ACEOF
7043
cat >>conftest.$ac_ext <<_ACEOF
6874
/* end confdefs.h.  */
7044
/* end confdefs.h.  */
Line 6882... Line 7052...
6882
  cat conftest.err >&5
7052
  cat conftest.err >&5
6883
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884
  (exit $ac_status); } >/dev/null; then
7054
  (exit $ac_status); } >/dev/null; then
6885
  if test -s conftest.err; then
7055
  if test -s conftest.err; then
6886
    ac_cpp_err=$ac_c_preproc_warn_flag
7056
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
7057
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6887
  else
7058
  else
6888
    ac_cpp_err=
7059
    ac_cpp_err=
6889
  fi
7060
  fi
6890
else
7061
else
6891
  ac_cpp_err=yes
7062
  ac_cpp_err=yes
Line 6901... Line 7072...
6901
rm -f conftest.err conftest.$ac_ext
7072
rm -f conftest.err conftest.$ac_ext
6902
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7073
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6903
echo "${ECHO_T}$ac_header_preproc" >&6
7074
echo "${ECHO_T}$ac_header_preproc" >&6
6904
 
7075
 
6905
# So?  What about this header?
7076
# So?  What about this header?
6906
case $ac_header_compiler:$ac_header_preproc in
7077
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6907
  yes:no )
7078
  yes:no: )
6908
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7079
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6909
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7080
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6910
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7081
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6911
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7082
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6912
    (
-
 
6913
      cat <<\_ASBOX
7083
    ac_header_preproc=yes
6914
## ------------------------------------ ##
-
 
6915
## Report this to bug-autoconf@gnu.org. ##
-
 
6916
## ------------------------------------ ##
-
 
6917
_ASBOX
-
 
6918
    ) |
-
 
6919
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
6920
    ;;
7084
    ;;
6921
  no:yes )
7085
  no:yes:* )
6922
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7086
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6923
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7087
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6924
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7088
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6925
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7089
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-
 
7090
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-
 
7091
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-
 
7092
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-
 
7093
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6926
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7094
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6927
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7095
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-
 
7096
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-
 
7097
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6928
    (
7098
    (
6929
      cat <<\_ASBOX
7099
      cat <<\_ASBOX
6930
## ------------------------------------ ##
7100
## ----------------------------------- ##
6931
## Report this to bug-autoconf@gnu.org. ##
7101
## Report this to r-bugs@R-project.org ##
6932
## ------------------------------------ ##
7102
## ----------------------------------- ##
6933
_ASBOX
7103
_ASBOX
6934
    ) |
7104
    ) |
6935
      sed "s/^/$as_me: WARNING:     /" >&2
7105
      sed "s/^/$as_me: WARNING:     /" >&2
6936
    ;;
7106
    ;;
6937
esac
7107
esac
6938
echo "$as_me:$LINENO: checking for $ac_header" >&5
7108
echo "$as_me:$LINENO: checking for $ac_header" >&5
6939
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7109
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6940
if eval "test \"\${$as_ac_Header+set}\" = set"; then
7110
if eval "test \"\${$as_ac_Header+set}\" = set"; then
6941
  echo $ECHO_N "(cached) $ECHO_C" >&6
7111
  echo $ECHO_N "(cached) $ECHO_C" >&6
6942
else
7112
else
6943
  eval "$as_ac_Header=$ac_header_preproc"
7113
  eval "$as_ac_Header=\$ac_header_preproc"
6944
fi
7114
fi
6945
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7115
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6946
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7116
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6947
 
7117
 
6948
fi
7118
fi
Line 7837... Line 8007...
7837
   # The option is referenced via a variable to avoid confusing sed.
8007
   # The option is referenced via a variable to avoid confusing sed.
7838
   lt_compile=`echo "$ac_compile" | $SED \
8008
   lt_compile=`echo "$ac_compile" | $SED \
7839
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8009
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
7840
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8010
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7841
   -e 's:$: $lt_compiler_flag:'`
8011
   -e 's:$: $lt_compiler_flag:'`
7842
   (eval echo "\"\$as_me:7842: $lt_compile\"" >&5)
8012
   (eval echo "\"\$as_me:8012: $lt_compile\"" >&5)
7843
   (eval "$lt_compile" 2>conftest.err)
8013
   (eval "$lt_compile" 2>conftest.err)
7844
   ac_status=$?
8014
   ac_status=$?
7845
   cat conftest.err >&5
8015
   cat conftest.err >&5
7846
   echo "$as_me:7846: \$? = $ac_status" >&5
8016
   echo "$as_me:8016: \$? = $ac_status" >&5
7847
   if (exit $ac_status) && test -s "$ac_outfile"; then
8017
   if (exit $ac_status) && test -s "$ac_outfile"; then
7848
     # The compiler can only warn and ignore the option if not recognized
8018
     # The compiler can only warn and ignore the option if not recognized
7849
     # So say no if there are warnings
8019
     # So say no if there are warnings
7850
     if test ! -s conftest.err; then
8020
     if test ! -s conftest.err; then
7851
       lt_cv_prog_compiler_rtti_exceptions=yes
8021
       lt_cv_prog_compiler_rtti_exceptions=yes
Line 8069... Line 8239...
8069
   # The option is referenced via a variable to avoid confusing sed.
8239
   # The option is referenced via a variable to avoid confusing sed.
8070
   lt_compile=`echo "$ac_compile" | $SED \
8240
   lt_compile=`echo "$ac_compile" | $SED \
8071
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8241
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8072
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8242
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8073
   -e 's:$: $lt_compiler_flag:'`
8243
   -e 's:$: $lt_compiler_flag:'`
8074
   (eval echo "\"\$as_me:8074: $lt_compile\"" >&5)
8244
   (eval echo "\"\$as_me:8244: $lt_compile\"" >&5)
8075
   (eval "$lt_compile" 2>conftest.err)
8245
   (eval "$lt_compile" 2>conftest.err)
8076
   ac_status=$?
8246
   ac_status=$?
8077
   cat conftest.err >&5
8247
   cat conftest.err >&5
8078
   echo "$as_me:8078: \$? = $ac_status" >&5
8248
   echo "$as_me:8248: \$? = $ac_status" >&5
8079
   if (exit $ac_status) && test -s "$ac_outfile"; then
8249
   if (exit $ac_status) && test -s "$ac_outfile"; then
8080
     # The compiler can only warn and ignore the option if not recognized
8250
     # The compiler can only warn and ignore the option if not recognized
8081
     # So say no if there are warnings
8251
     # So say no if there are warnings
8082
     if test ! -s conftest.err; then
8252
     if test ! -s conftest.err; then
8083
       lt_prog_compiler_pic_works=yes
8253
       lt_prog_compiler_pic_works=yes
Line 8136... Line 8306...
8136
   # with a dollar sign (not a hyphen), so the echo should work correctly.
8306
   # with a dollar sign (not a hyphen), so the echo should work correctly.
8137
   lt_compile=`echo "$ac_compile" | $SED \
8307
   lt_compile=`echo "$ac_compile" | $SED \
8138
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8308
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
8139
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8309
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8140
   -e 's:$: $lt_compiler_flag:'`
8310
   -e 's:$: $lt_compiler_flag:'`
8141
   (eval echo "\"\$as_me:8141: $lt_compile\"" >&5)
8311
   (eval echo "\"\$as_me:8311: $lt_compile\"" >&5)
8142
   (eval "$lt_compile" 2>out/conftest.err)
8312
   (eval "$lt_compile" 2>out/conftest.err)
8143
   ac_status=$?
8313
   ac_status=$?
8144
   cat out/conftest.err >&5
8314
   cat out/conftest.err >&5
8145
   echo "$as_me:8145: \$? = $ac_status" >&5
8315
   echo "$as_me:8315: \$? = $ac_status" >&5
8146
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8316
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8147
   then
8317
   then
8148
     # The compiler can only warn and ignore the option if not recognized
8318
     # The compiler can only warn and ignore the option if not recognized
8149
     # So say no if there are warnings
8319
     # So say no if there are warnings
8150
     if test ! -s out/conftest.err; then
8320
     if test ! -s out/conftest.err; then
Line 8476... Line 8646...
8476
	# Warning - without using the other runtime loading flags (-brtl),
8646
	# Warning - without using the other runtime loading flags (-brtl),
8477
	# -berok will link without error, but may produce a broken library.
8647
	# -berok will link without error, but may produce a broken library.
8478
	allow_undefined_flag='-berok'
8648
	allow_undefined_flag='-berok'
8479
       # Determine the default libpath from the value encoded in an empty executable.
8649
       # Determine the default libpath from the value encoded in an empty executable.
8480
       cat >conftest.$ac_ext <<_ACEOF
8650
       cat >conftest.$ac_ext <<_ACEOF
8481
#line $LINENO "configure"
-
 
8482
/* confdefs.h.  */
8651
/* confdefs.h.  */
8483
_ACEOF
8652
_ACEOF
8484
cat confdefs.h >>conftest.$ac_ext
8653
cat confdefs.h >>conftest.$ac_ext
8485
cat >>conftest.$ac_ext <<_ACEOF
8654
cat >>conftest.$ac_ext <<_ACEOF
8486
/* end confdefs.h.  */
8655
/* end confdefs.h.  */
Line 8493... Line 8662...
8493
  return 0;
8662
  return 0;
8494
}
8663
}
8495
_ACEOF
8664
_ACEOF
8496
rm -f conftest.$ac_objext conftest$ac_exeext
8665
rm -f conftest.$ac_objext conftest$ac_exeext
8497
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8666
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8498
  (eval $ac_link) 2>&5
8667
  (eval $ac_link) 2>conftest.er1
8499
  ac_status=$?
8668
  ac_status=$?
-
 
8669
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
8670
  rm -f conftest.er1
-
 
8671
  cat conftest.err >&5
8500
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8501
  (exit $ac_status); } &&
8673
  (exit $ac_status); } &&
-
 
8674
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
8675
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
8676
  (eval $ac_try) 2>&5
-
 
8677
  ac_status=$?
-
 
8678
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
8679
  (exit $ac_status); }; } &&
8502
         { ac_try='test -s conftest$ac_exeext'
8680
	 { ac_try='test -s conftest$ac_exeext'
8503
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8681
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8504
  (eval $ac_try) 2>&5
8682
  (eval $ac_try) 2>&5
8505
  ac_status=$?
8683
  ac_status=$?
8506
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507
  (exit $ac_status); }; }; then
8685
  (exit $ac_status); }; }; then
Line 8514... Line 8692...
8514
else
8692
else
8515
  echo "$as_me: failed program was:" >&5
8693
  echo "$as_me: failed program was:" >&5
8516
sed 's/^/| /' conftest.$ac_ext >&5
8694
sed 's/^/| /' conftest.$ac_ext >&5
8517
 
8695
 
8518
fi
8696
fi
-
 
8697
rm -f conftest.err conftest.$ac_objext \
8519
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8698
      conftest$ac_exeext conftest.$ac_ext
8520
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8699
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8521
 
8700
 
8522
       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8701
       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8523
	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8702
	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8524
       else
8703
       else
Line 8527... Line 8706...
8527
	  allow_undefined_flag="-z nodefs"
8706
	  allow_undefined_flag="-z nodefs"
8528
	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
8707
	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
8529
	else
8708
	else
8530
	 # Determine the default libpath from the value encoded in an empty executable.
8709
	 # Determine the default libpath from the value encoded in an empty executable.
8531
	 cat >conftest.$ac_ext <<_ACEOF
8710
	 cat >conftest.$ac_ext <<_ACEOF
8532
#line $LINENO "configure"
-
 
8533
/* confdefs.h.  */
8711
/* confdefs.h.  */
8534
_ACEOF
8712
_ACEOF
8535
cat confdefs.h >>conftest.$ac_ext
8713
cat confdefs.h >>conftest.$ac_ext
8536
cat >>conftest.$ac_ext <<_ACEOF
8714
cat >>conftest.$ac_ext <<_ACEOF
8537
/* end confdefs.h.  */
8715
/* end confdefs.h.  */
Line 8544... Line 8722...
8544
  return 0;
8722
  return 0;
8545
}
8723
}
8546
_ACEOF
8724
_ACEOF
8547
rm -f conftest.$ac_objext conftest$ac_exeext
8725
rm -f conftest.$ac_objext conftest$ac_exeext
8548
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8726
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8549
  (eval $ac_link) 2>&5
8727
  (eval $ac_link) 2>conftest.er1
8550
  ac_status=$?
8728
  ac_status=$?
-
 
8729
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
8730
  rm -f conftest.er1
-
 
8731
  cat conftest.err >&5
8551
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8732
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8552
  (exit $ac_status); } &&
8733
  (exit $ac_status); } &&
-
 
8734
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
8735
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
8736
  (eval $ac_try) 2>&5
-
 
8737
  ac_status=$?
-
 
8738
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
8739
  (exit $ac_status); }; } &&
8553
         { ac_try='test -s conftest$ac_exeext'
8740
	 { ac_try='test -s conftest$ac_exeext'
8554
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8741
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8555
  (eval $ac_try) 2>&5
8742
  (eval $ac_try) 2>&5
8556
  ac_status=$?
8743
  ac_status=$?
8557
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8558
  (exit $ac_status); }; }; then
8745
  (exit $ac_status); }; }; then
Line 8565... Line 8752...
8565
else
8752
else
8566
  echo "$as_me: failed program was:" >&5
8753
  echo "$as_me: failed program was:" >&5
8567
sed 's/^/| /' conftest.$ac_ext >&5
8754
sed 's/^/| /' conftest.$ac_ext >&5
8568
 
8755
 
8569
fi
8756
fi
-
 
8757
rm -f conftest.err conftest.$ac_objext \
8570
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8758
      conftest$ac_exeext conftest.$ac_ext
8571
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8759
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8572
 
8760
 
8573
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8761
	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8574
	  # Warning - without using the other run time loading flags,
8762
	  # Warning - without using the other run time loading flags,
8575
	  # -berok will link without error, but may produce a broken library.
8763
	  # -berok will link without error, but may produce a broken library.
Line 9664... Line 9852...
9664
  echo $ECHO_N "(cached) $ECHO_C" >&6
9852
  echo $ECHO_N "(cached) $ECHO_C" >&6
9665
else
9853
else
9666
  ac_check_lib_save_LIBS=$LIBS
9854
  ac_check_lib_save_LIBS=$LIBS
9667
LIBS="-ldl  $LIBS"
9855
LIBS="-ldl  $LIBS"
9668
cat >conftest.$ac_ext <<_ACEOF
9856
cat >conftest.$ac_ext <<_ACEOF
9669
#line $LINENO "configure"
-
 
9670
/* confdefs.h.  */
9857
/* confdefs.h.  */
9671
_ACEOF
9858
_ACEOF
9672
cat confdefs.h >>conftest.$ac_ext
9859
cat confdefs.h >>conftest.$ac_ext
9673
cat >>conftest.$ac_ext <<_ACEOF
9860
cat >>conftest.$ac_ext <<_ACEOF
9674
/* end confdefs.h.  */
9861
/* end confdefs.h.  */
Line 9688... Line 9875...
9688
  return 0;
9875
  return 0;
9689
}
9876
}
9690
_ACEOF
9877
_ACEOF
9691
rm -f conftest.$ac_objext conftest$ac_exeext
9878
rm -f conftest.$ac_objext conftest$ac_exeext
9692
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9879
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9693
  (eval $ac_link) 2>&5
9880
  (eval $ac_link) 2>conftest.er1
9694
  ac_status=$?
9881
  ac_status=$?
-
 
9882
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
9883
  rm -f conftest.er1
-
 
9884
  cat conftest.err >&5
9695
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9885
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9696
  (exit $ac_status); } &&
9886
  (exit $ac_status); } &&
-
 
9887
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
9888
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
9889
  (eval $ac_try) 2>&5
-
 
9890
  ac_status=$?
-
 
9891
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
9892
  (exit $ac_status); }; } &&
9697
         { ac_try='test -s conftest$ac_exeext'
9893
	 { ac_try='test -s conftest$ac_exeext'
9698
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9894
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9699
  (eval $ac_try) 2>&5
9895
  (eval $ac_try) 2>&5
9700
  ac_status=$?
9896
  ac_status=$?
9701
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9897
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702
  (exit $ac_status); }; }; then
9898
  (exit $ac_status); }; }; then
Line 9705... Line 9901...
9705
  echo "$as_me: failed program was:" >&5
9901
  echo "$as_me: failed program was:" >&5
9706
sed 's/^/| /' conftest.$ac_ext >&5
9902
sed 's/^/| /' conftest.$ac_ext >&5
9707
 
9903
 
9708
ac_cv_lib_dl_dlopen=no
9904
ac_cv_lib_dl_dlopen=no
9709
fi
9905
fi
-
 
9906
rm -f conftest.err conftest.$ac_objext \
9710
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9907
      conftest$ac_exeext conftest.$ac_ext
9711
LIBS=$ac_check_lib_save_LIBS
9908
LIBS=$ac_check_lib_save_LIBS
9712
fi
9909
fi
9713
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9910
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9714
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9911
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9715
if test $ac_cv_lib_dl_dlopen = yes; then
9912
if test $ac_cv_lib_dl_dlopen = yes; then
Line 9729... Line 9926...
9729
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9926
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
9730
if test "${ac_cv_func_shl_load+set}" = set; then
9927
if test "${ac_cv_func_shl_load+set}" = set; then
9731
  echo $ECHO_N "(cached) $ECHO_C" >&6
9928
  echo $ECHO_N "(cached) $ECHO_C" >&6
9732
else
9929
else
9733
  cat >conftest.$ac_ext <<_ACEOF
9930
  cat >conftest.$ac_ext <<_ACEOF
9734
#line $LINENO "configure"
-
 
9735
/* confdefs.h.  */
9931
/* confdefs.h.  */
9736
_ACEOF
9932
_ACEOF
9737
cat confdefs.h >>conftest.$ac_ext
9933
cat confdefs.h >>conftest.$ac_ext
9738
cat >>conftest.$ac_ext <<_ACEOF
9934
cat >>conftest.$ac_ext <<_ACEOF
9739
/* end confdefs.h.  */
9935
/* end confdefs.h.  */
-
 
9936
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-
 
9937
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
9938
#define shl_load innocuous_shl_load
-
 
9939
 
9740
/* System header to define __stub macros and hopefully few prototypes,
9940
/* System header to define __stub macros and hopefully few prototypes,
9741
    which can conflict with char shl_load (); below.
9941
    which can conflict with char shl_load (); below.
9742
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9942
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9743
    <limits.h> exists even on freestanding compilers.  */
9943
    <limits.h> exists even on freestanding compilers.  */
-
 
9944
 
9744
#ifdef __STDC__
9945
#ifdef __STDC__
9745
# include <limits.h>
9946
# include <limits.h>
9746
#else
9947
#else
9747
# include <assert.h>
9948
# include <assert.h>
9748
#endif
9949
#endif
-
 
9950
 
-
 
9951
#undef shl_load
-
 
9952
 
9749
/* Override any gcc2 internal prototype to avoid an error.  */
9953
/* Override any gcc2 internal prototype to avoid an error.  */
9750
#ifdef __cplusplus
9954
#ifdef __cplusplus
9751
extern "C"
9955
extern "C"
9752
{
9956
{
9753
#endif
9957
#endif
Line 9774... Line 9978...
9774
  return 0;
9978
  return 0;
9775
}
9979
}
9776
_ACEOF
9980
_ACEOF
9777
rm -f conftest.$ac_objext conftest$ac_exeext
9981
rm -f conftest.$ac_objext conftest$ac_exeext
9778
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9982
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9779
  (eval $ac_link) 2>&5
9983
  (eval $ac_link) 2>conftest.er1
9780
  ac_status=$?
9984
  ac_status=$?
-
 
9985
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
9986
  rm -f conftest.er1
-
 
9987
  cat conftest.err >&5
9781
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9782
  (exit $ac_status); } &&
9989
  (exit $ac_status); } &&
-
 
9990
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
9991
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
9992
  (eval $ac_try) 2>&5
-
 
9993
  ac_status=$?
-
 
9994
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
9995
  (exit $ac_status); }; } &&
9783
         { ac_try='test -s conftest$ac_exeext'
9996
	 { ac_try='test -s conftest$ac_exeext'
9784
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9997
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9785
  (eval $ac_try) 2>&5
9998
  (eval $ac_try) 2>&5
9786
  ac_status=$?
9999
  ac_status=$?
9787
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10000
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9788
  (exit $ac_status); }; }; then
10001
  (exit $ac_status); }; }; then
Line 9791... Line 10004...
9791
  echo "$as_me: failed program was:" >&5
10004
  echo "$as_me: failed program was:" >&5
9792
sed 's/^/| /' conftest.$ac_ext >&5
10005
sed 's/^/| /' conftest.$ac_ext >&5
9793
 
10006
 
9794
ac_cv_func_shl_load=no
10007
ac_cv_func_shl_load=no
9795
fi
10008
fi
-
 
10009
rm -f conftest.err conftest.$ac_objext \
9796
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10010
      conftest$ac_exeext conftest.$ac_ext
9797
fi
10011
fi
9798
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10012
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
9799
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
10013
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
9800
if test $ac_cv_func_shl_load = yes; then
10014
if test $ac_cv_func_shl_load = yes; then
9801
  lt_cv_dlopen="shl_load"
10015
  lt_cv_dlopen="shl_load"
Line 9806... Line 10020...
9806
  echo $ECHO_N "(cached) $ECHO_C" >&6
10020
  echo $ECHO_N "(cached) $ECHO_C" >&6
9807
else
10021
else
9808
  ac_check_lib_save_LIBS=$LIBS
10022
  ac_check_lib_save_LIBS=$LIBS
9809
LIBS="-ldld  $LIBS"
10023
LIBS="-ldld  $LIBS"
9810
cat >conftest.$ac_ext <<_ACEOF
10024
cat >conftest.$ac_ext <<_ACEOF
9811
#line $LINENO "configure"
-
 
9812
/* confdefs.h.  */
10025
/* confdefs.h.  */
9813
_ACEOF
10026
_ACEOF
9814
cat confdefs.h >>conftest.$ac_ext
10027
cat confdefs.h >>conftest.$ac_ext
9815
cat >>conftest.$ac_ext <<_ACEOF
10028
cat >>conftest.$ac_ext <<_ACEOF
9816
/* end confdefs.h.  */
10029
/* end confdefs.h.  */
Line 9830... Line 10043...
9830
  return 0;
10043
  return 0;
9831
}
10044
}
9832
_ACEOF
10045
_ACEOF
9833
rm -f conftest.$ac_objext conftest$ac_exeext
10046
rm -f conftest.$ac_objext conftest$ac_exeext
9834
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10047
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9835
  (eval $ac_link) 2>&5
10048
  (eval $ac_link) 2>conftest.er1
9836
  ac_status=$?
10049
  ac_status=$?
-
 
10050
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10051
  rm -f conftest.er1
-
 
10052
  cat conftest.err >&5
9837
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9838
  (exit $ac_status); } &&
10054
  (exit $ac_status); } &&
-
 
10055
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
10056
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
10057
  (eval $ac_try) 2>&5
-
 
10058
  ac_status=$?
-
 
10059
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10060
  (exit $ac_status); }; } &&
9839
         { ac_try='test -s conftest$ac_exeext'
10061
	 { ac_try='test -s conftest$ac_exeext'
9840
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10062
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9841
  (eval $ac_try) 2>&5
10063
  (eval $ac_try) 2>&5
9842
  ac_status=$?
10064
  ac_status=$?
9843
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10065
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9844
  (exit $ac_status); }; }; then
10066
  (exit $ac_status); }; }; then
Line 9847... Line 10069...
9847
  echo "$as_me: failed program was:" >&5
10069
  echo "$as_me: failed program was:" >&5
9848
sed 's/^/| /' conftest.$ac_ext >&5
10070
sed 's/^/| /' conftest.$ac_ext >&5
9849
 
10071
 
9850
ac_cv_lib_dld_shl_load=no
10072
ac_cv_lib_dld_shl_load=no
9851
fi
10073
fi
-
 
10074
rm -f conftest.err conftest.$ac_objext \
9852
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10075
      conftest$ac_exeext conftest.$ac_ext
9853
LIBS=$ac_check_lib_save_LIBS
10076
LIBS=$ac_check_lib_save_LIBS
9854
fi
10077
fi
9855
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10078
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
9856
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
10079
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
9857
if test $ac_cv_lib_dld_shl_load = yes; then
10080
if test $ac_cv_lib_dld_shl_load = yes; then
Line 9861... Line 10084...
9861
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
10084
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
9862
if test "${ac_cv_func_dlopen+set}" = set; then
10085
if test "${ac_cv_func_dlopen+set}" = set; then
9863
  echo $ECHO_N "(cached) $ECHO_C" >&6
10086
  echo $ECHO_N "(cached) $ECHO_C" >&6
9864
else
10087
else
9865
  cat >conftest.$ac_ext <<_ACEOF
10088
  cat >conftest.$ac_ext <<_ACEOF
9866
#line $LINENO "configure"
-
 
9867
/* confdefs.h.  */
10089
/* confdefs.h.  */
9868
_ACEOF
10090
_ACEOF
9869
cat confdefs.h >>conftest.$ac_ext
10091
cat confdefs.h >>conftest.$ac_ext
9870
cat >>conftest.$ac_ext <<_ACEOF
10092
cat >>conftest.$ac_ext <<_ACEOF
9871
/* end confdefs.h.  */
10093
/* end confdefs.h.  */
-
 
10094
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-
 
10095
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
10096
#define dlopen innocuous_dlopen
-
 
10097
 
9872
/* System header to define __stub macros and hopefully few prototypes,
10098
/* System header to define __stub macros and hopefully few prototypes,
9873
    which can conflict with char dlopen (); below.
10099
    which can conflict with char dlopen (); below.
9874
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10100
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9875
    <limits.h> exists even on freestanding compilers.  */
10101
    <limits.h> exists even on freestanding compilers.  */
-
 
10102
 
9876
#ifdef __STDC__
10103
#ifdef __STDC__
9877
# include <limits.h>
10104
# include <limits.h>
9878
#else
10105
#else
9879
# include <assert.h>
10106
# include <assert.h>
9880
#endif
10107
#endif
-
 
10108
 
-
 
10109
#undef dlopen
-
 
10110
 
9881
/* Override any gcc2 internal prototype to avoid an error.  */
10111
/* Override any gcc2 internal prototype to avoid an error.  */
9882
#ifdef __cplusplus
10112
#ifdef __cplusplus
9883
extern "C"
10113
extern "C"
9884
{
10114
{
9885
#endif
10115
#endif
Line 9906... Line 10136...
9906
  return 0;
10136
  return 0;
9907
}
10137
}
9908
_ACEOF
10138
_ACEOF
9909
rm -f conftest.$ac_objext conftest$ac_exeext
10139
rm -f conftest.$ac_objext conftest$ac_exeext
9910
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10140
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9911
  (eval $ac_link) 2>&5
10141
  (eval $ac_link) 2>conftest.er1
9912
  ac_status=$?
10142
  ac_status=$?
-
 
10143
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10144
  rm -f conftest.er1
-
 
10145
  cat conftest.err >&5
9913
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10146
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9914
  (exit $ac_status); } &&
10147
  (exit $ac_status); } &&
-
 
10148
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
10149
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
10150
  (eval $ac_try) 2>&5
-
 
10151
  ac_status=$?
-
 
10152
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10153
  (exit $ac_status); }; } &&
9915
         { ac_try='test -s conftest$ac_exeext'
10154
	 { ac_try='test -s conftest$ac_exeext'
9916
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10155
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9917
  (eval $ac_try) 2>&5
10156
  (eval $ac_try) 2>&5
9918
  ac_status=$?
10157
  ac_status=$?
9919
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10158
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9920
  (exit $ac_status); }; }; then
10159
  (exit $ac_status); }; }; then
Line 9923... Line 10162...
9923
  echo "$as_me: failed program was:" >&5
10162
  echo "$as_me: failed program was:" >&5
9924
sed 's/^/| /' conftest.$ac_ext >&5
10163
sed 's/^/| /' conftest.$ac_ext >&5
9925
 
10164
 
9926
ac_cv_func_dlopen=no
10165
ac_cv_func_dlopen=no
9927
fi
10166
fi
-
 
10167
rm -f conftest.err conftest.$ac_objext \
9928
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10168
      conftest$ac_exeext conftest.$ac_ext
9929
fi
10169
fi
9930
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10170
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
9931
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
10171
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
9932
if test $ac_cv_func_dlopen = yes; then
10172
if test $ac_cv_func_dlopen = yes; then
9933
  lt_cv_dlopen="dlopen"
10173
  lt_cv_dlopen="dlopen"
Line 9938... Line 10178...
9938
  echo $ECHO_N "(cached) $ECHO_C" >&6
10178
  echo $ECHO_N "(cached) $ECHO_C" >&6
9939
else
10179
else
9940
  ac_check_lib_save_LIBS=$LIBS
10180
  ac_check_lib_save_LIBS=$LIBS
9941
LIBS="-ldl  $LIBS"
10181
LIBS="-ldl  $LIBS"
9942
cat >conftest.$ac_ext <<_ACEOF
10182
cat >conftest.$ac_ext <<_ACEOF
9943
#line $LINENO "configure"
-
 
9944
/* confdefs.h.  */
10183
/* confdefs.h.  */
9945
_ACEOF
10184
_ACEOF
9946
cat confdefs.h >>conftest.$ac_ext
10185
cat confdefs.h >>conftest.$ac_ext
9947
cat >>conftest.$ac_ext <<_ACEOF
10186
cat >>conftest.$ac_ext <<_ACEOF
9948
/* end confdefs.h.  */
10187
/* end confdefs.h.  */
Line 9962... Line 10201...
9962
  return 0;
10201
  return 0;
9963
}
10202
}
9964
_ACEOF
10203
_ACEOF
9965
rm -f conftest.$ac_objext conftest$ac_exeext
10204
rm -f conftest.$ac_objext conftest$ac_exeext
9966
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10205
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9967
  (eval $ac_link) 2>&5
10206
  (eval $ac_link) 2>conftest.er1
9968
  ac_status=$?
10207
  ac_status=$?
-
 
10208
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10209
  rm -f conftest.er1
-
 
10210
  cat conftest.err >&5
9969
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9970
  (exit $ac_status); } &&
10212
  (exit $ac_status); } &&
-
 
10213
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
10214
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
10215
  (eval $ac_try) 2>&5
-
 
10216
  ac_status=$?
-
 
10217
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10218
  (exit $ac_status); }; } &&
9971
         { ac_try='test -s conftest$ac_exeext'
10219
	 { ac_try='test -s conftest$ac_exeext'
9972
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10220
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9973
  (eval $ac_try) 2>&5
10221
  (eval $ac_try) 2>&5
9974
  ac_status=$?
10222
  ac_status=$?
9975
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10223
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9976
  (exit $ac_status); }; }; then
10224
  (exit $ac_status); }; }; then
Line 9979... Line 10227...
9979
  echo "$as_me: failed program was:" >&5
10227
  echo "$as_me: failed program was:" >&5
9980
sed 's/^/| /' conftest.$ac_ext >&5
10228
sed 's/^/| /' conftest.$ac_ext >&5
9981
 
10229
 
9982
ac_cv_lib_dl_dlopen=no
10230
ac_cv_lib_dl_dlopen=no
9983
fi
10231
fi
-
 
10232
rm -f conftest.err conftest.$ac_objext \
9984
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10233
      conftest$ac_exeext conftest.$ac_ext
9985
LIBS=$ac_check_lib_save_LIBS
10234
LIBS=$ac_check_lib_save_LIBS
9986
fi
10235
fi
9987
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10236
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9988
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10237
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
9989
if test $ac_cv_lib_dl_dlopen = yes; then
10238
if test $ac_cv_lib_dl_dlopen = yes; then
Line 9995... Line 10244...
9995
  echo $ECHO_N "(cached) $ECHO_C" >&6
10244
  echo $ECHO_N "(cached) $ECHO_C" >&6
9996
else
10245
else
9997
  ac_check_lib_save_LIBS=$LIBS
10246
  ac_check_lib_save_LIBS=$LIBS
9998
LIBS="-lsvld  $LIBS"
10247
LIBS="-lsvld  $LIBS"
9999
cat >conftest.$ac_ext <<_ACEOF
10248
cat >conftest.$ac_ext <<_ACEOF
10000
#line $LINENO "configure"
-
 
10001
/* confdefs.h.  */
10249
/* confdefs.h.  */
10002
_ACEOF
10250
_ACEOF
10003
cat confdefs.h >>conftest.$ac_ext
10251
cat confdefs.h >>conftest.$ac_ext
10004
cat >>conftest.$ac_ext <<_ACEOF
10252
cat >>conftest.$ac_ext <<_ACEOF
10005
/* end confdefs.h.  */
10253
/* end confdefs.h.  */
Line 10019... Line 10267...
10019
  return 0;
10267
  return 0;
10020
}
10268
}
10021
_ACEOF
10269
_ACEOF
10022
rm -f conftest.$ac_objext conftest$ac_exeext
10270
rm -f conftest.$ac_objext conftest$ac_exeext
10023
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10271
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10024
  (eval $ac_link) 2>&5
10272
  (eval $ac_link) 2>conftest.er1
10025
  ac_status=$?
10273
  ac_status=$?
-
 
10274
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10275
  rm -f conftest.er1
-
 
10276
  cat conftest.err >&5
10026
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10027
  (exit $ac_status); } &&
10278
  (exit $ac_status); } &&
-
 
10279
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
10280
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
10281
  (eval $ac_try) 2>&5
-
 
10282
  ac_status=$?
-
 
10283
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10284
  (exit $ac_status); }; } &&
10028
         { ac_try='test -s conftest$ac_exeext'
10285
	 { ac_try='test -s conftest$ac_exeext'
10029
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10286
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10030
  (eval $ac_try) 2>&5
10287
  (eval $ac_try) 2>&5
10031
  ac_status=$?
10288
  ac_status=$?
10032
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033
  (exit $ac_status); }; }; then
10290
  (exit $ac_status); }; }; then
Line 10036... Line 10293...
10036
  echo "$as_me: failed program was:" >&5
10293
  echo "$as_me: failed program was:" >&5
10037
sed 's/^/| /' conftest.$ac_ext >&5
10294
sed 's/^/| /' conftest.$ac_ext >&5
10038
 
10295
 
10039
ac_cv_lib_svld_dlopen=no
10296
ac_cv_lib_svld_dlopen=no
10040
fi
10297
fi
-
 
10298
rm -f conftest.err conftest.$ac_objext \
10041
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10299
      conftest$ac_exeext conftest.$ac_ext
10042
LIBS=$ac_check_lib_save_LIBS
10300
LIBS=$ac_check_lib_save_LIBS
10043
fi
10301
fi
10044
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10302
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10045
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10303
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10046
if test $ac_cv_lib_svld_dlopen = yes; then
10304
if test $ac_cv_lib_svld_dlopen = yes; then
Line 10052... Line 10310...
10052
  echo $ECHO_N "(cached) $ECHO_C" >&6
10310
  echo $ECHO_N "(cached) $ECHO_C" >&6
10053
else
10311
else
10054
  ac_check_lib_save_LIBS=$LIBS
10312
  ac_check_lib_save_LIBS=$LIBS
10055
LIBS="-ldld  $LIBS"
10313
LIBS="-ldld  $LIBS"
10056
cat >conftest.$ac_ext <<_ACEOF
10314
cat >conftest.$ac_ext <<_ACEOF
10057
#line $LINENO "configure"
-
 
10058
/* confdefs.h.  */
10315
/* confdefs.h.  */
10059
_ACEOF
10316
_ACEOF
10060
cat confdefs.h >>conftest.$ac_ext
10317
cat confdefs.h >>conftest.$ac_ext
10061
cat >>conftest.$ac_ext <<_ACEOF
10318
cat >>conftest.$ac_ext <<_ACEOF
10062
/* end confdefs.h.  */
10319
/* end confdefs.h.  */
Line 10076... Line 10333...
10076
  return 0;
10333
  return 0;
10077
}
10334
}
10078
_ACEOF
10335
_ACEOF
10079
rm -f conftest.$ac_objext conftest$ac_exeext
10336
rm -f conftest.$ac_objext conftest$ac_exeext
10080
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10337
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10081
  (eval $ac_link) 2>&5
10338
  (eval $ac_link) 2>conftest.er1
10082
  ac_status=$?
10339
  ac_status=$?
-
 
10340
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
10341
  rm -f conftest.er1
-
 
10342
  cat conftest.err >&5
10083
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10084
  (exit $ac_status); } &&
10344
  (exit $ac_status); } &&
-
 
10345
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
10346
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
10347
  (eval $ac_try) 2>&5
-
 
10348
  ac_status=$?
-
 
10349
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
10350
  (exit $ac_status); }; } &&
10085
         { ac_try='test -s conftest$ac_exeext'
10351
	 { ac_try='test -s conftest$ac_exeext'
10086
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10352
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10087
  (eval $ac_try) 2>&5
10353
  (eval $ac_try) 2>&5
10088
  ac_status=$?
10354
  ac_status=$?
10089
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10355
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10090
  (exit $ac_status); }; }; then
10356
  (exit $ac_status); }; }; then
Line 10093... Line 10359...
10093
  echo "$as_me: failed program was:" >&5
10359
  echo "$as_me: failed program was:" >&5
10094
sed 's/^/| /' conftest.$ac_ext >&5
10360
sed 's/^/| /' conftest.$ac_ext >&5
10095
 
10361
 
10096
ac_cv_lib_dld_dld_link=no
10362
ac_cv_lib_dld_dld_link=no
10097
fi
10363
fi
-
 
10364
rm -f conftest.err conftest.$ac_objext \
10098
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10365
      conftest$ac_exeext conftest.$ac_ext
10099
LIBS=$ac_check_lib_save_LIBS
10366
LIBS=$ac_check_lib_save_LIBS
10100
fi
10367
fi
10101
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10368
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10102
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10369
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10103
if test $ac_cv_lib_dld_dld_link = yes; then
10370
if test $ac_cv_lib_dld_dld_link = yes; then
Line 10148... Line 10415...
10148
  lt_cv_dlopen_self=cross
10415
  lt_cv_dlopen_self=cross
10149
else
10416
else
10150
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10417
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10151
  lt_status=$lt_dlunknown
10418
  lt_status=$lt_dlunknown
10152
  cat > conftest.$ac_ext <<EOF
10419
  cat > conftest.$ac_ext <<EOF
10153
#line 10153 "configure"
10420
#line 10420 "configure"
10154
#include "confdefs.h"
10421
#include "confdefs.h"
10155
 
10422
 
10156
#if HAVE_DLFCN_H
10423
#if HAVE_DLFCN_H
10157
#include <dlfcn.h>
10424
#include <dlfcn.h>
10158
#endif
10425
#endif
Line 10246... Line 10513...
10246
  lt_cv_dlopen_self_static=cross
10513
  lt_cv_dlopen_self_static=cross
10247
else
10514
else
10248
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10515
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10249
  lt_status=$lt_dlunknown
10516
  lt_status=$lt_dlunknown
10250
  cat > conftest.$ac_ext <<EOF
10517
  cat > conftest.$ac_ext <<EOF
10251
#line 10251 "configure"
10518
#line 10518 "configure"
10252
#include "confdefs.h"
10519
#include "confdefs.h"
10253
 
10520
 
10254
#if HAVE_DLFCN_H
10521
#if HAVE_DLFCN_H
10255
#include <dlfcn.h>
10522
#include <dlfcn.h>
10256
#endif
10523
#endif
Line 11282... Line 11549...
11282
      # Warning - without using the other runtime loading flags (-brtl),
11549
      # Warning - without using the other runtime loading flags (-brtl),
11283
      # -berok will link without error, but may produce a broken library.
11550
      # -berok will link without error, but may produce a broken library.
11284
      allow_undefined_flag_CXX='-berok'
11551
      allow_undefined_flag_CXX='-berok'
11285
      # Determine the default libpath from the value encoded in an empty executable.
11552
      # Determine the default libpath from the value encoded in an empty executable.
11286
      cat >conftest.$ac_ext <<_ACEOF
11553
      cat >conftest.$ac_ext <<_ACEOF
11287
#line $LINENO "configure"
-
 
11288
/* confdefs.h.  */
11554
/* confdefs.h.  */
11289
_ACEOF
11555
_ACEOF
11290
cat confdefs.h >>conftest.$ac_ext
11556
cat confdefs.h >>conftest.$ac_ext
11291
cat >>conftest.$ac_ext <<_ACEOF
11557
cat >>conftest.$ac_ext <<_ACEOF
11292
/* end confdefs.h.  */
11558
/* end confdefs.h.  */
Line 11299... Line 11565...
11299
  return 0;
11565
  return 0;
11300
}
11566
}
11301
_ACEOF
11567
_ACEOF
11302
rm -f conftest.$ac_objext conftest$ac_exeext
11568
rm -f conftest.$ac_objext conftest$ac_exeext
11303
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11569
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11304
  (eval $ac_link) 2>&5
11570
  (eval $ac_link) 2>conftest.er1
11305
  ac_status=$?
11571
  ac_status=$?
-
 
11572
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
11573
  rm -f conftest.er1
-
 
11574
  cat conftest.err >&5
11306
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11575
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11307
  (exit $ac_status); } &&
11576
  (exit $ac_status); } &&
-
 
11577
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
11578
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
11579
  (eval $ac_try) 2>&5
-
 
11580
  ac_status=$?
-
 
11581
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
11582
  (exit $ac_status); }; } &&
11308
         { ac_try='test -s conftest$ac_exeext'
11583
	 { ac_try='test -s conftest$ac_exeext'
11309
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11584
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11310
  (eval $ac_try) 2>&5
11585
  (eval $ac_try) 2>&5
11311
  ac_status=$?
11586
  ac_status=$?
11312
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11587
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11313
  (exit $ac_status); }; }; then
11588
  (exit $ac_status); }; }; then
Line 11320... Line 11595...
11320
else
11595
else
11321
  echo "$as_me: failed program was:" >&5
11596
  echo "$as_me: failed program was:" >&5
11322
sed 's/^/| /' conftest.$ac_ext >&5
11597
sed 's/^/| /' conftest.$ac_ext >&5
11323
 
11598
 
11324
fi
11599
fi
-
 
11600
rm -f conftest.err conftest.$ac_objext \
11325
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11601
      conftest$ac_exeext conftest.$ac_ext
11326
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11602
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11327
 
11603
 
11328
      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11604
      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11329
 
11605
 
11330
      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
11606
      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
Line 11334... Line 11610...
11334
	allow_undefined_flag_CXX="-z nodefs"
11610
	allow_undefined_flag_CXX="-z nodefs"
11335
	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
11611
	archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
11336
      else
11612
      else
11337
	# Determine the default libpath from the value encoded in an empty executable.
11613
	# Determine the default libpath from the value encoded in an empty executable.
11338
	cat >conftest.$ac_ext <<_ACEOF
11614
	cat >conftest.$ac_ext <<_ACEOF
11339
#line $LINENO "configure"
-
 
11340
/* confdefs.h.  */
11615
/* confdefs.h.  */
11341
_ACEOF
11616
_ACEOF
11342
cat confdefs.h >>conftest.$ac_ext
11617
cat confdefs.h >>conftest.$ac_ext
11343
cat >>conftest.$ac_ext <<_ACEOF
11618
cat >>conftest.$ac_ext <<_ACEOF
11344
/* end confdefs.h.  */
11619
/* end confdefs.h.  */
Line 11351... Line 11626...
11351
  return 0;
11626
  return 0;
11352
}
11627
}
11353
_ACEOF
11628
_ACEOF
11354
rm -f conftest.$ac_objext conftest$ac_exeext
11629
rm -f conftest.$ac_objext conftest$ac_exeext
11355
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11630
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11356
  (eval $ac_link) 2>&5
11631
  (eval $ac_link) 2>conftest.er1
11357
  ac_status=$?
11632
  ac_status=$?
-
 
11633
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
11634
  rm -f conftest.er1
-
 
11635
  cat conftest.err >&5
11358
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11359
  (exit $ac_status); } &&
11637
  (exit $ac_status); } &&
-
 
11638
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
11639
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
11640
  (eval $ac_try) 2>&5
-
 
11641
  ac_status=$?
-
 
11642
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
11643
  (exit $ac_status); }; } &&
11360
         { ac_try='test -s conftest$ac_exeext'
11644
	 { ac_try='test -s conftest$ac_exeext'
11361
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11645
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11362
  (eval $ac_try) 2>&5
11646
  (eval $ac_try) 2>&5
11363
  ac_status=$?
11647
  ac_status=$?
11364
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11648
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11365
  (exit $ac_status); }; }; then
11649
  (exit $ac_status); }; }; then
Line 11372... Line 11656...
11372
else
11656
else
11373
  echo "$as_me: failed program was:" >&5
11657
  echo "$as_me: failed program was:" >&5
11374
sed 's/^/| /' conftest.$ac_ext >&5
11658
sed 's/^/| /' conftest.$ac_ext >&5
11375
 
11659
 
11376
fi
11660
fi
-
 
11661
rm -f conftest.err conftest.$ac_objext \
11377
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11662
      conftest$ac_exeext conftest.$ac_ext
11378
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11663
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11379
 
11664
 
11380
	hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11665
	hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11381
	# Warning - without using the other run time loading flags,
11666
	# Warning - without using the other run time loading flags,
11382
	# -berok will link without error, but may produce a broken library.
11667
	# -berok will link without error, but may produce a broken library.
Line 12378... Line 12663...
12378
   # The option is referenced via a variable to avoid confusing sed.
12663
   # The option is referenced via a variable to avoid confusing sed.
12379
   lt_compile=`echo "$ac_compile" | $SED \
12664
   lt_compile=`echo "$ac_compile" | $SED \
12380
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12665
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12381
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12666
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12382
   -e 's:$: $lt_compiler_flag:'`
12667
   -e 's:$: $lt_compiler_flag:'`
12383
   (eval echo "\"\$as_me:12383: $lt_compile\"" >&5)
12668
   (eval echo "\"\$as_me:12668: $lt_compile\"" >&5)
12384
   (eval "$lt_compile" 2>conftest.err)
12669
   (eval "$lt_compile" 2>conftest.err)
12385
   ac_status=$?
12670
   ac_status=$?
12386
   cat conftest.err >&5
12671
   cat conftest.err >&5
12387
   echo "$as_me:12387: \$? = $ac_status" >&5
12672
   echo "$as_me:12672: \$? = $ac_status" >&5
12388
   if (exit $ac_status) && test -s "$ac_outfile"; then
12673
   if (exit $ac_status) && test -s "$ac_outfile"; then
12389
     # The compiler can only warn and ignore the option if not recognized
12674
     # The compiler can only warn and ignore the option if not recognized
12390
     # So say no if there are warnings
12675
     # So say no if there are warnings
12391
     if test ! -s conftest.err; then
12676
     if test ! -s conftest.err; then
12392
       lt_prog_compiler_pic_works_CXX=yes
12677
       lt_prog_compiler_pic_works_CXX=yes
Line 12445... Line 12730...
12445
   # with a dollar sign (not a hyphen), so the echo should work correctly.
12730
   # with a dollar sign (not a hyphen), so the echo should work correctly.
12446
   lt_compile=`echo "$ac_compile" | $SED \
12731
   lt_compile=`echo "$ac_compile" | $SED \
12447
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12732
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
12448
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12733
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12449
   -e 's:$: $lt_compiler_flag:'`
12734
   -e 's:$: $lt_compiler_flag:'`
12450
   (eval echo "\"\$as_me:12450: $lt_compile\"" >&5)
12735
   (eval echo "\"\$as_me:12735: $lt_compile\"" >&5)
12451
   (eval "$lt_compile" 2>out/conftest.err)
12736
   (eval "$lt_compile" 2>out/conftest.err)
12452
   ac_status=$?
12737
   ac_status=$?
12453
   cat out/conftest.err >&5
12738
   cat out/conftest.err >&5
12454
   echo "$as_me:12454: \$? = $ac_status" >&5
12739
   echo "$as_me:12739: \$? = $ac_status" >&5
12455
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12740
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
12456
   then
12741
   then
12457
     # The compiler can only warn and ignore the option if not recognized
12742
     # The compiler can only warn and ignore the option if not recognized
12458
     # So say no if there are warnings
12743
     # So say no if there are warnings
12459
     if test ! -s out/conftest.err; then
12744
     if test ! -s out/conftest.err; then
Line 13204... Line 13489...
13204
  echo $ECHO_N "(cached) $ECHO_C" >&6
13489
  echo $ECHO_N "(cached) $ECHO_C" >&6
13205
else
13490
else
13206
  ac_check_lib_save_LIBS=$LIBS
13491
  ac_check_lib_save_LIBS=$LIBS
13207
LIBS="-ldl  $LIBS"
13492
LIBS="-ldl  $LIBS"
13208
cat >conftest.$ac_ext <<_ACEOF
13493
cat >conftest.$ac_ext <<_ACEOF
13209
#line $LINENO "configure"
-
 
13210
/* confdefs.h.  */
13494
/* confdefs.h.  */
13211
_ACEOF
13495
_ACEOF
13212
cat confdefs.h >>conftest.$ac_ext
13496
cat confdefs.h >>conftest.$ac_ext
13213
cat >>conftest.$ac_ext <<_ACEOF
13497
cat >>conftest.$ac_ext <<_ACEOF
13214
/* end confdefs.h.  */
13498
/* end confdefs.h.  */
Line 13228... Line 13512...
13228
  return 0;
13512
  return 0;
13229
}
13513
}
13230
_ACEOF
13514
_ACEOF
13231
rm -f conftest.$ac_objext conftest$ac_exeext
13515
rm -f conftest.$ac_objext conftest$ac_exeext
13232
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13516
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13233
  (eval $ac_link) 2>&5
13517
  (eval $ac_link) 2>conftest.er1
13234
  ac_status=$?
13518
  ac_status=$?
-
 
13519
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13520
  rm -f conftest.er1
-
 
13521
  cat conftest.err >&5
13235
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13522
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13236
  (exit $ac_status); } &&
13523
  (exit $ac_status); } &&
-
 
13524
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13525
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13526
  (eval $ac_try) 2>&5
-
 
13527
  ac_status=$?
-
 
13528
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13529
  (exit $ac_status); }; } &&
13237
         { ac_try='test -s conftest$ac_exeext'
13530
	 { ac_try='test -s conftest$ac_exeext'
13238
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13531
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13239
  (eval $ac_try) 2>&5
13532
  (eval $ac_try) 2>&5
13240
  ac_status=$?
13533
  ac_status=$?
13241
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13534
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13242
  (exit $ac_status); }; }; then
13535
  (exit $ac_status); }; }; then
Line 13245... Line 13538...
13245
  echo "$as_me: failed program was:" >&5
13538
  echo "$as_me: failed program was:" >&5
13246
sed 's/^/| /' conftest.$ac_ext >&5
13539
sed 's/^/| /' conftest.$ac_ext >&5
13247
 
13540
 
13248
ac_cv_lib_dl_dlopen=no
13541
ac_cv_lib_dl_dlopen=no
13249
fi
13542
fi
-
 
13543
rm -f conftest.err conftest.$ac_objext \
13250
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13544
      conftest$ac_exeext conftest.$ac_ext
13251
LIBS=$ac_check_lib_save_LIBS
13545
LIBS=$ac_check_lib_save_LIBS
13252
fi
13546
fi
13253
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
13547
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
13254
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
13548
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
13255
if test $ac_cv_lib_dl_dlopen = yes; then
13549
if test $ac_cv_lib_dl_dlopen = yes; then
Line 13269... Line 13563...
13269
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
13563
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
13270
if test "${ac_cv_func_shl_load+set}" = set; then
13564
if test "${ac_cv_func_shl_load+set}" = set; then
13271
  echo $ECHO_N "(cached) $ECHO_C" >&6
13565
  echo $ECHO_N "(cached) $ECHO_C" >&6
13272
else
13566
else
13273
  cat >conftest.$ac_ext <<_ACEOF
13567
  cat >conftest.$ac_ext <<_ACEOF
13274
#line $LINENO "configure"
-
 
13275
/* confdefs.h.  */
13568
/* confdefs.h.  */
13276
_ACEOF
13569
_ACEOF
13277
cat confdefs.h >>conftest.$ac_ext
13570
cat confdefs.h >>conftest.$ac_ext
13278
cat >>conftest.$ac_ext <<_ACEOF
13571
cat >>conftest.$ac_ext <<_ACEOF
13279
/* end confdefs.h.  */
13572
/* end confdefs.h.  */
-
 
13573
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-
 
13574
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
13575
#define shl_load innocuous_shl_load
-
 
13576
 
13280
/* System header to define __stub macros and hopefully few prototypes,
13577
/* System header to define __stub macros and hopefully few prototypes,
13281
    which can conflict with char shl_load (); below.
13578
    which can conflict with char shl_load (); below.
13282
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13579
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13283
    <limits.h> exists even on freestanding compilers.  */
13580
    <limits.h> exists even on freestanding compilers.  */
-
 
13581
 
13284
#ifdef __STDC__
13582
#ifdef __STDC__
13285
# include <limits.h>
13583
# include <limits.h>
13286
#else
13584
#else
13287
# include <assert.h>
13585
# include <assert.h>
13288
#endif
13586
#endif
-
 
13587
 
-
 
13588
#undef shl_load
-
 
13589
 
13289
/* Override any gcc2 internal prototype to avoid an error.  */
13590
/* Override any gcc2 internal prototype to avoid an error.  */
13290
#ifdef __cplusplus
13591
#ifdef __cplusplus
13291
extern "C"
13592
extern "C"
13292
{
13593
{
13293
#endif
13594
#endif
Line 13314... Line 13615...
13314
  return 0;
13615
  return 0;
13315
}
13616
}
13316
_ACEOF
13617
_ACEOF
13317
rm -f conftest.$ac_objext conftest$ac_exeext
13618
rm -f conftest.$ac_objext conftest$ac_exeext
13318
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13619
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13319
  (eval $ac_link) 2>&5
13620
  (eval $ac_link) 2>conftest.er1
13320
  ac_status=$?
13621
  ac_status=$?
-
 
13622
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13623
  rm -f conftest.er1
-
 
13624
  cat conftest.err >&5
13321
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13625
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13322
  (exit $ac_status); } &&
13626
  (exit $ac_status); } &&
-
 
13627
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13628
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13629
  (eval $ac_try) 2>&5
-
 
13630
  ac_status=$?
-
 
13631
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13632
  (exit $ac_status); }; } &&
13323
         { ac_try='test -s conftest$ac_exeext'
13633
	 { ac_try='test -s conftest$ac_exeext'
13324
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13634
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13325
  (eval $ac_try) 2>&5
13635
  (eval $ac_try) 2>&5
13326
  ac_status=$?
13636
  ac_status=$?
13327
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13637
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328
  (exit $ac_status); }; }; then
13638
  (exit $ac_status); }; }; then
Line 13331... Line 13641...
13331
  echo "$as_me: failed program was:" >&5
13641
  echo "$as_me: failed program was:" >&5
13332
sed 's/^/| /' conftest.$ac_ext >&5
13642
sed 's/^/| /' conftest.$ac_ext >&5
13333
 
13643
 
13334
ac_cv_func_shl_load=no
13644
ac_cv_func_shl_load=no
13335
fi
13645
fi
-
 
13646
rm -f conftest.err conftest.$ac_objext \
13336
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13647
      conftest$ac_exeext conftest.$ac_ext
13337
fi
13648
fi
13338
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
13649
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
13339
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
13650
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
13340
if test $ac_cv_func_shl_load = yes; then
13651
if test $ac_cv_func_shl_load = yes; then
13341
  lt_cv_dlopen="shl_load"
13652
  lt_cv_dlopen="shl_load"
Line 13346... Line 13657...
13346
  echo $ECHO_N "(cached) $ECHO_C" >&6
13657
  echo $ECHO_N "(cached) $ECHO_C" >&6
13347
else
13658
else
13348
  ac_check_lib_save_LIBS=$LIBS
13659
  ac_check_lib_save_LIBS=$LIBS
13349
LIBS="-ldld  $LIBS"
13660
LIBS="-ldld  $LIBS"
13350
cat >conftest.$ac_ext <<_ACEOF
13661
cat >conftest.$ac_ext <<_ACEOF
13351
#line $LINENO "configure"
-
 
13352
/* confdefs.h.  */
13662
/* confdefs.h.  */
13353
_ACEOF
13663
_ACEOF
13354
cat confdefs.h >>conftest.$ac_ext
13664
cat confdefs.h >>conftest.$ac_ext
13355
cat >>conftest.$ac_ext <<_ACEOF
13665
cat >>conftest.$ac_ext <<_ACEOF
13356
/* end confdefs.h.  */
13666
/* end confdefs.h.  */
Line 13370... Line 13680...
13370
  return 0;
13680
  return 0;
13371
}
13681
}
13372
_ACEOF
13682
_ACEOF
13373
rm -f conftest.$ac_objext conftest$ac_exeext
13683
rm -f conftest.$ac_objext conftest$ac_exeext
13374
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13684
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13375
  (eval $ac_link) 2>&5
13685
  (eval $ac_link) 2>conftest.er1
13376
  ac_status=$?
13686
  ac_status=$?
-
 
13687
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13688
  rm -f conftest.er1
-
 
13689
  cat conftest.err >&5
13377
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13690
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13378
  (exit $ac_status); } &&
13691
  (exit $ac_status); } &&
-
 
13692
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13693
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13694
  (eval $ac_try) 2>&5
-
 
13695
  ac_status=$?
-
 
13696
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13697
  (exit $ac_status); }; } &&
13379
         { ac_try='test -s conftest$ac_exeext'
13698
	 { ac_try='test -s conftest$ac_exeext'
13380
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13699
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13381
  (eval $ac_try) 2>&5
13700
  (eval $ac_try) 2>&5
13382
  ac_status=$?
13701
  ac_status=$?
13383
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13384
  (exit $ac_status); }; }; then
13703
  (exit $ac_status); }; }; then
Line 13387... Line 13706...
13387
  echo "$as_me: failed program was:" >&5
13706
  echo "$as_me: failed program was:" >&5
13388
sed 's/^/| /' conftest.$ac_ext >&5
13707
sed 's/^/| /' conftest.$ac_ext >&5
13389
 
13708
 
13390
ac_cv_lib_dld_shl_load=no
13709
ac_cv_lib_dld_shl_load=no
13391
fi
13710
fi
-
 
13711
rm -f conftest.err conftest.$ac_objext \
13392
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13712
      conftest$ac_exeext conftest.$ac_ext
13393
LIBS=$ac_check_lib_save_LIBS
13713
LIBS=$ac_check_lib_save_LIBS
13394
fi
13714
fi
13395
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
13715
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
13396
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
13716
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
13397
if test $ac_cv_lib_dld_shl_load = yes; then
13717
if test $ac_cv_lib_dld_shl_load = yes; then
Line 13401... Line 13721...
13401
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
13721
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
13402
if test "${ac_cv_func_dlopen+set}" = set; then
13722
if test "${ac_cv_func_dlopen+set}" = set; then
13403
  echo $ECHO_N "(cached) $ECHO_C" >&6
13723
  echo $ECHO_N "(cached) $ECHO_C" >&6
13404
else
13724
else
13405
  cat >conftest.$ac_ext <<_ACEOF
13725
  cat >conftest.$ac_ext <<_ACEOF
13406
#line $LINENO "configure"
-
 
13407
/* confdefs.h.  */
13726
/* confdefs.h.  */
13408
_ACEOF
13727
_ACEOF
13409
cat confdefs.h >>conftest.$ac_ext
13728
cat confdefs.h >>conftest.$ac_ext
13410
cat >>conftest.$ac_ext <<_ACEOF
13729
cat >>conftest.$ac_ext <<_ACEOF
13411
/* end confdefs.h.  */
13730
/* end confdefs.h.  */
-
 
13731
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-
 
13732
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
13733
#define dlopen innocuous_dlopen
-
 
13734
 
13412
/* System header to define __stub macros and hopefully few prototypes,
13735
/* System header to define __stub macros and hopefully few prototypes,
13413
    which can conflict with char dlopen (); below.
13736
    which can conflict with char dlopen (); below.
13414
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13737
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13415
    <limits.h> exists even on freestanding compilers.  */
13738
    <limits.h> exists even on freestanding compilers.  */
-
 
13739
 
13416
#ifdef __STDC__
13740
#ifdef __STDC__
13417
# include <limits.h>
13741
# include <limits.h>
13418
#else
13742
#else
13419
# include <assert.h>
13743
# include <assert.h>
13420
#endif
13744
#endif
-
 
13745
 
-
 
13746
#undef dlopen
-
 
13747
 
13421
/* Override any gcc2 internal prototype to avoid an error.  */
13748
/* Override any gcc2 internal prototype to avoid an error.  */
13422
#ifdef __cplusplus
13749
#ifdef __cplusplus
13423
extern "C"
13750
extern "C"
13424
{
13751
{
13425
#endif
13752
#endif
Line 13446... Line 13773...
13446
  return 0;
13773
  return 0;
13447
}
13774
}
13448
_ACEOF
13775
_ACEOF
13449
rm -f conftest.$ac_objext conftest$ac_exeext
13776
rm -f conftest.$ac_objext conftest$ac_exeext
13450
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13777
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13451
  (eval $ac_link) 2>&5
13778
  (eval $ac_link) 2>conftest.er1
13452
  ac_status=$?
13779
  ac_status=$?
-
 
13780
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13781
  rm -f conftest.er1
-
 
13782
  cat conftest.err >&5
13453
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13783
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13454
  (exit $ac_status); } &&
13784
  (exit $ac_status); } &&
-
 
13785
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13786
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13787
  (eval $ac_try) 2>&5
-
 
13788
  ac_status=$?
-
 
13789
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13790
  (exit $ac_status); }; } &&
13455
         { ac_try='test -s conftest$ac_exeext'
13791
	 { ac_try='test -s conftest$ac_exeext'
13456
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13792
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13457
  (eval $ac_try) 2>&5
13793
  (eval $ac_try) 2>&5
13458
  ac_status=$?
13794
  ac_status=$?
13459
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13460
  (exit $ac_status); }; }; then
13796
  (exit $ac_status); }; }; then
Line 13463... Line 13799...
13463
  echo "$as_me: failed program was:" >&5
13799
  echo "$as_me: failed program was:" >&5
13464
sed 's/^/| /' conftest.$ac_ext >&5
13800
sed 's/^/| /' conftest.$ac_ext >&5
13465
 
13801
 
13466
ac_cv_func_dlopen=no
13802
ac_cv_func_dlopen=no
13467
fi
13803
fi
-
 
13804
rm -f conftest.err conftest.$ac_objext \
13468
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13805
      conftest$ac_exeext conftest.$ac_ext
13469
fi
13806
fi
13470
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
13807
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
13471
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
13808
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
13472
if test $ac_cv_func_dlopen = yes; then
13809
if test $ac_cv_func_dlopen = yes; then
13473
  lt_cv_dlopen="dlopen"
13810
  lt_cv_dlopen="dlopen"
Line 13478... Line 13815...
13478
  echo $ECHO_N "(cached) $ECHO_C" >&6
13815
  echo $ECHO_N "(cached) $ECHO_C" >&6
13479
else
13816
else
13480
  ac_check_lib_save_LIBS=$LIBS
13817
  ac_check_lib_save_LIBS=$LIBS
13481
LIBS="-ldl  $LIBS"
13818
LIBS="-ldl  $LIBS"
13482
cat >conftest.$ac_ext <<_ACEOF
13819
cat >conftest.$ac_ext <<_ACEOF
13483
#line $LINENO "configure"
-
 
13484
/* confdefs.h.  */
13820
/* confdefs.h.  */
13485
_ACEOF
13821
_ACEOF
13486
cat confdefs.h >>conftest.$ac_ext
13822
cat confdefs.h >>conftest.$ac_ext
13487
cat >>conftest.$ac_ext <<_ACEOF
13823
cat >>conftest.$ac_ext <<_ACEOF
13488
/* end confdefs.h.  */
13824
/* end confdefs.h.  */
Line 13502... Line 13838...
13502
  return 0;
13838
  return 0;
13503
}
13839
}
13504
_ACEOF
13840
_ACEOF
13505
rm -f conftest.$ac_objext conftest$ac_exeext
13841
rm -f conftest.$ac_objext conftest$ac_exeext
13506
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13842
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13507
  (eval $ac_link) 2>&5
13843
  (eval $ac_link) 2>conftest.er1
13508
  ac_status=$?
13844
  ac_status=$?
-
 
13845
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13846
  rm -f conftest.er1
-
 
13847
  cat conftest.err >&5
13509
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13848
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510
  (exit $ac_status); } &&
13849
  (exit $ac_status); } &&
-
 
13850
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13851
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13852
  (eval $ac_try) 2>&5
-
 
13853
  ac_status=$?
-
 
13854
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13855
  (exit $ac_status); }; } &&
13511
         { ac_try='test -s conftest$ac_exeext'
13856
	 { ac_try='test -s conftest$ac_exeext'
13512
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13857
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13513
  (eval $ac_try) 2>&5
13858
  (eval $ac_try) 2>&5
13514
  ac_status=$?
13859
  ac_status=$?
13515
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13516
  (exit $ac_status); }; }; then
13861
  (exit $ac_status); }; }; then
Line 13519... Line 13864...
13519
  echo "$as_me: failed program was:" >&5
13864
  echo "$as_me: failed program was:" >&5
13520
sed 's/^/| /' conftest.$ac_ext >&5
13865
sed 's/^/| /' conftest.$ac_ext >&5
13521
 
13866
 
13522
ac_cv_lib_dl_dlopen=no
13867
ac_cv_lib_dl_dlopen=no
13523
fi
13868
fi
-
 
13869
rm -f conftest.err conftest.$ac_objext \
13524
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13870
      conftest$ac_exeext conftest.$ac_ext
13525
LIBS=$ac_check_lib_save_LIBS
13871
LIBS=$ac_check_lib_save_LIBS
13526
fi
13872
fi
13527
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
13873
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
13528
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
13874
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
13529
if test $ac_cv_lib_dl_dlopen = yes; then
13875
if test $ac_cv_lib_dl_dlopen = yes; then
Line 13535... Line 13881...
13535
  echo $ECHO_N "(cached) $ECHO_C" >&6
13881
  echo $ECHO_N "(cached) $ECHO_C" >&6
13536
else
13882
else
13537
  ac_check_lib_save_LIBS=$LIBS
13883
  ac_check_lib_save_LIBS=$LIBS
13538
LIBS="-lsvld  $LIBS"
13884
LIBS="-lsvld  $LIBS"
13539
cat >conftest.$ac_ext <<_ACEOF
13885
cat >conftest.$ac_ext <<_ACEOF
13540
#line $LINENO "configure"
-
 
13541
/* confdefs.h.  */
13886
/* confdefs.h.  */
13542
_ACEOF
13887
_ACEOF
13543
cat confdefs.h >>conftest.$ac_ext
13888
cat confdefs.h >>conftest.$ac_ext
13544
cat >>conftest.$ac_ext <<_ACEOF
13889
cat >>conftest.$ac_ext <<_ACEOF
13545
/* end confdefs.h.  */
13890
/* end confdefs.h.  */
Line 13559... Line 13904...
13559
  return 0;
13904
  return 0;
13560
}
13905
}
13561
_ACEOF
13906
_ACEOF
13562
rm -f conftest.$ac_objext conftest$ac_exeext
13907
rm -f conftest.$ac_objext conftest$ac_exeext
13563
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13908
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13564
  (eval $ac_link) 2>&5
13909
  (eval $ac_link) 2>conftest.er1
13565
  ac_status=$?
13910
  ac_status=$?
-
 
13911
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13912
  rm -f conftest.er1
-
 
13913
  cat conftest.err >&5
13566
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13914
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13567
  (exit $ac_status); } &&
13915
  (exit $ac_status); } &&
-
 
13916
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13917
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13918
  (eval $ac_try) 2>&5
-
 
13919
  ac_status=$?
-
 
13920
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13921
  (exit $ac_status); }; } &&
13568
         { ac_try='test -s conftest$ac_exeext'
13922
	 { ac_try='test -s conftest$ac_exeext'
13569
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13923
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13570
  (eval $ac_try) 2>&5
13924
  (eval $ac_try) 2>&5
13571
  ac_status=$?
13925
  ac_status=$?
13572
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13926
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13573
  (exit $ac_status); }; }; then
13927
  (exit $ac_status); }; }; then
Line 13576... Line 13930...
13576
  echo "$as_me: failed program was:" >&5
13930
  echo "$as_me: failed program was:" >&5
13577
sed 's/^/| /' conftest.$ac_ext >&5
13931
sed 's/^/| /' conftest.$ac_ext >&5
13578
 
13932
 
13579
ac_cv_lib_svld_dlopen=no
13933
ac_cv_lib_svld_dlopen=no
13580
fi
13934
fi
-
 
13935
rm -f conftest.err conftest.$ac_objext \
13581
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13936
      conftest$ac_exeext conftest.$ac_ext
13582
LIBS=$ac_check_lib_save_LIBS
13937
LIBS=$ac_check_lib_save_LIBS
13583
fi
13938
fi
13584
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
13939
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
13585
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
13940
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
13586
if test $ac_cv_lib_svld_dlopen = yes; then
13941
if test $ac_cv_lib_svld_dlopen = yes; then
Line 13592... Line 13947...
13592
  echo $ECHO_N "(cached) $ECHO_C" >&6
13947
  echo $ECHO_N "(cached) $ECHO_C" >&6
13593
else
13948
else
13594
  ac_check_lib_save_LIBS=$LIBS
13949
  ac_check_lib_save_LIBS=$LIBS
13595
LIBS="-ldld  $LIBS"
13950
LIBS="-ldld  $LIBS"
13596
cat >conftest.$ac_ext <<_ACEOF
13951
cat >conftest.$ac_ext <<_ACEOF
13597
#line $LINENO "configure"
-
 
13598
/* confdefs.h.  */
13952
/* confdefs.h.  */
13599
_ACEOF
13953
_ACEOF
13600
cat confdefs.h >>conftest.$ac_ext
13954
cat confdefs.h >>conftest.$ac_ext
13601
cat >>conftest.$ac_ext <<_ACEOF
13955
cat >>conftest.$ac_ext <<_ACEOF
13602
/* end confdefs.h.  */
13956
/* end confdefs.h.  */
Line 13616... Line 13970...
13616
  return 0;
13970
  return 0;
13617
}
13971
}
13618
_ACEOF
13972
_ACEOF
13619
rm -f conftest.$ac_objext conftest$ac_exeext
13973
rm -f conftest.$ac_objext conftest$ac_exeext
13620
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13974
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13621
  (eval $ac_link) 2>&5
13975
  (eval $ac_link) 2>conftest.er1
13622
  ac_status=$?
13976
  ac_status=$?
-
 
13977
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
13978
  rm -f conftest.er1
-
 
13979
  cat conftest.err >&5
13623
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13980
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13624
  (exit $ac_status); } &&
13981
  (exit $ac_status); } &&
-
 
13982
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
13983
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
13984
  (eval $ac_try) 2>&5
-
 
13985
  ac_status=$?
-
 
13986
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
13987
  (exit $ac_status); }; } &&
13625
         { ac_try='test -s conftest$ac_exeext'
13988
	 { ac_try='test -s conftest$ac_exeext'
13626
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13989
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13627
  (eval $ac_try) 2>&5
13990
  (eval $ac_try) 2>&5
13628
  ac_status=$?
13991
  ac_status=$?
13629
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13992
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13630
  (exit $ac_status); }; }; then
13993
  (exit $ac_status); }; }; then
Line 13633... Line 13996...
13633
  echo "$as_me: failed program was:" >&5
13996
  echo "$as_me: failed program was:" >&5
13634
sed 's/^/| /' conftest.$ac_ext >&5
13997
sed 's/^/| /' conftest.$ac_ext >&5
13635
 
13998
 
13636
ac_cv_lib_dld_dld_link=no
13999
ac_cv_lib_dld_dld_link=no
13637
fi
14000
fi
-
 
14001
rm -f conftest.err conftest.$ac_objext \
13638
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14002
      conftest$ac_exeext conftest.$ac_ext
13639
LIBS=$ac_check_lib_save_LIBS
14003
LIBS=$ac_check_lib_save_LIBS
13640
fi
14004
fi
13641
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
14005
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
13642
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
14006
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
13643
if test $ac_cv_lib_dld_dld_link = yes; then
14007
if test $ac_cv_lib_dld_dld_link = yes; then
Line 13688... Line 14052...
13688
  lt_cv_dlopen_self=cross
14052
  lt_cv_dlopen_self=cross
13689
else
14053
else
13690
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14054
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13691
  lt_status=$lt_dlunknown
14055
  lt_status=$lt_dlunknown
13692
  cat > conftest.$ac_ext <<EOF
14056
  cat > conftest.$ac_ext <<EOF
13693
#line 13693 "configure"
14057
#line 14057 "configure"
13694
#include "confdefs.h"
14058
#include "confdefs.h"
13695
 
14059
 
13696
#if HAVE_DLFCN_H
14060
#if HAVE_DLFCN_H
13697
#include <dlfcn.h>
14061
#include <dlfcn.h>
13698
#endif
14062
#endif
Line 13786... Line 14150...
13786
  lt_cv_dlopen_self_static=cross
14150
  lt_cv_dlopen_self_static=cross
13787
else
14151
else
13788
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
14152
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13789
  lt_status=$lt_dlunknown
14153
  lt_status=$lt_dlunknown
13790
  cat > conftest.$ac_ext <<EOF
14154
  cat > conftest.$ac_ext <<EOF
13791
#line 13791 "configure"
14155
#line 14155 "configure"
13792
#include "confdefs.h"
14156
#include "confdefs.h"
13793
 
14157
 
13794
#if HAVE_DLFCN_H
14158
#if HAVE_DLFCN_H
13795
#include <dlfcn.h>
14159
#include <dlfcn.h>
13796
#endif
14160
#endif
Line 14608... Line 14972...
14608
   # The option is referenced via a variable to avoid confusing sed.
14972
   # The option is referenced via a variable to avoid confusing sed.
14609
   lt_compile=`echo "$ac_compile" | $SED \
14973
   lt_compile=`echo "$ac_compile" | $SED \
14610
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14974
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14611
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14975
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14612
   -e 's:$: $lt_compiler_flag:'`
14976
   -e 's:$: $lt_compiler_flag:'`
14613
   (eval echo "\"\$as_me:14613: $lt_compile\"" >&5)
14977
   (eval echo "\"\$as_me:14977: $lt_compile\"" >&5)
14614
   (eval "$lt_compile" 2>conftest.err)
14978
   (eval "$lt_compile" 2>conftest.err)
14615
   ac_status=$?
14979
   ac_status=$?
14616
   cat conftest.err >&5
14980
   cat conftest.err >&5
14617
   echo "$as_me:14617: \$? = $ac_status" >&5
14981
   echo "$as_me:14981: \$? = $ac_status" >&5
14618
   if (exit $ac_status) && test -s "$ac_outfile"; then
14982
   if (exit $ac_status) && test -s "$ac_outfile"; then
14619
     # The compiler can only warn and ignore the option if not recognized
14983
     # The compiler can only warn and ignore the option if not recognized
14620
     # So say no if there are warnings
14984
     # So say no if there are warnings
14621
     if test ! -s conftest.err; then
14985
     if test ! -s conftest.err; then
14622
       lt_prog_compiler_pic_works_F77=yes
14986
       lt_prog_compiler_pic_works_F77=yes
Line 14675... Line 15039...
14675
   # with a dollar sign (not a hyphen), so the echo should work correctly.
15039
   # with a dollar sign (not a hyphen), so the echo should work correctly.
14676
   lt_compile=`echo "$ac_compile" | $SED \
15040
   lt_compile=`echo "$ac_compile" | $SED \
14677
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15041
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
14678
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15042
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14679
   -e 's:$: $lt_compiler_flag:'`
15043
   -e 's:$: $lt_compiler_flag:'`
14680
   (eval echo "\"\$as_me:14680: $lt_compile\"" >&5)
15044
   (eval echo "\"\$as_me:15044: $lt_compile\"" >&5)
14681
   (eval "$lt_compile" 2>out/conftest.err)
15045
   (eval "$lt_compile" 2>out/conftest.err)
14682
   ac_status=$?
15046
   ac_status=$?
14683
   cat out/conftest.err >&5
15047
   cat out/conftest.err >&5
14684
   echo "$as_me:14684: \$? = $ac_status" >&5
15048
   echo "$as_me:15048: \$? = $ac_status" >&5
14685
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15049
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14686
   then
15050
   then
14687
     # The compiler can only warn and ignore the option if not recognized
15051
     # The compiler can only warn and ignore the option if not recognized
14688
     # So say no if there are warnings
15052
     # So say no if there are warnings
14689
     if test ! -s out/conftest.err; then
15053
     if test ! -s out/conftest.err; then
Line 15021... Line 15385...
15021
 
15385
 
15022
      end
15386
      end
15023
_ACEOF
15387
_ACEOF
15024
rm -f conftest.$ac_objext conftest$ac_exeext
15388
rm -f conftest.$ac_objext conftest$ac_exeext
15025
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15389
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15026
  (eval $ac_link) 2>&5
15390
  (eval $ac_link) 2>conftest.er1
15027
  ac_status=$?
15391
  ac_status=$?
-
 
15392
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
15393
  rm -f conftest.er1
-
 
15394
  cat conftest.err >&5
15028
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15395
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15029
  (exit $ac_status); } &&
15396
  (exit $ac_status); } &&
-
 
15397
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
15398
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
15399
  (eval $ac_try) 2>&5
-
 
15400
  ac_status=$?
-
 
15401
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
15402
  (exit $ac_status); }; } &&
15030
         { ac_try='test -s conftest$ac_exeext'
15403
	 { ac_try='test -s conftest$ac_exeext'
15031
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15404
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15032
  (eval $ac_try) 2>&5
15405
  (eval $ac_try) 2>&5
15033
  ac_status=$?
15406
  ac_status=$?
15034
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15035
  (exit $ac_status); }; }; then
15408
  (exit $ac_status); }; }; then
Line 15042... Line 15415...
15042
else
15415
else
15043
  echo "$as_me: failed program was:" >&5
15416
  echo "$as_me: failed program was:" >&5
15044
sed 's/^/| /' conftest.$ac_ext >&5
15417
sed 's/^/| /' conftest.$ac_ext >&5
15045
 
15418
 
15046
fi
15419
fi
-
 
15420
rm -f conftest.err conftest.$ac_objext \
15047
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15421
      conftest$ac_exeext conftest.$ac_ext
15048
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15422
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15049
 
15423
 
15050
       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15424
       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15051
	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
15425
	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
15052
       else
15426
       else
Line 15061... Line 15435...
15061
 
15435
 
15062
      end
15436
      end
15063
_ACEOF
15437
_ACEOF
15064
rm -f conftest.$ac_objext conftest$ac_exeext
15438
rm -f conftest.$ac_objext conftest$ac_exeext
15065
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15439
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15066
  (eval $ac_link) 2>&5
15440
  (eval $ac_link) 2>conftest.er1
15067
  ac_status=$?
15441
  ac_status=$?
-
 
15442
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
15443
  rm -f conftest.er1
-
 
15444
  cat conftest.err >&5
15068
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15445
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15069
  (exit $ac_status); } &&
15446
  (exit $ac_status); } &&
-
 
15447
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
15448
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
15449
  (eval $ac_try) 2>&5
-
 
15450
  ac_status=$?
-
 
15451
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
15452
  (exit $ac_status); }; } &&
15070
         { ac_try='test -s conftest$ac_exeext'
15453
	 { ac_try='test -s conftest$ac_exeext'
15071
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15454
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15072
  (eval $ac_try) 2>&5
15455
  (eval $ac_try) 2>&5
15073
  ac_status=$?
15456
  ac_status=$?
15074
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15457
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
15075
  (exit $ac_status); }; }; then
15458
  (exit $ac_status); }; }; then
Line 15082... Line 15465...
15082
else
15465
else
15083
  echo "$as_me: failed program was:" >&5
15466
  echo "$as_me: failed program was:" >&5
15084
sed 's/^/| /' conftest.$ac_ext >&5
15467
sed 's/^/| /' conftest.$ac_ext >&5
15085
 
15468
 
15086
fi
15469
fi
-
 
15470
rm -f conftest.err conftest.$ac_objext \
15087
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15471
      conftest$ac_exeext conftest.$ac_ext
15088
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15472
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15089
 
15473
 
15090
	 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15474
	 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15091
	  # Warning - without using the other run time loading flags,
15475
	  # Warning - without using the other run time loading flags,
15092
	  # -berok will link without error, but may produce a broken library.
15476
	  # -berok will link without error, but may produce a broken library.
Line 16615... Line 16999...
16615
   # The option is referenced via a variable to avoid confusing sed.
16999
   # The option is referenced via a variable to avoid confusing sed.
16616
   lt_compile=`echo "$ac_compile" | $SED \
17000
   lt_compile=`echo "$ac_compile" | $SED \
16617
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17001
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16618
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17002
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16619
   -e 's:$: $lt_compiler_flag:'`
17003
   -e 's:$: $lt_compiler_flag:'`
16620
   (eval echo "\"\$as_me:16620: $lt_compile\"" >&5)
17004
   (eval echo "\"\$as_me:17004: $lt_compile\"" >&5)
16621
   (eval "$lt_compile" 2>conftest.err)
17005
   (eval "$lt_compile" 2>conftest.err)
16622
   ac_status=$?
17006
   ac_status=$?
16623
   cat conftest.err >&5
17007
   cat conftest.err >&5
16624
   echo "$as_me:16624: \$? = $ac_status" >&5
17008
   echo "$as_me:17008: \$? = $ac_status" >&5
16625
   if (exit $ac_status) && test -s "$ac_outfile"; then
17009
   if (exit $ac_status) && test -s "$ac_outfile"; then
16626
     # The compiler can only warn and ignore the option if not recognized
17010
     # The compiler can only warn and ignore the option if not recognized
16627
     # So say no if there are warnings
17011
     # So say no if there are warnings
16628
     if test ! -s conftest.err; then
17012
     if test ! -s conftest.err; then
16629
       lt_cv_prog_compiler_rtti_exceptions=yes
17013
       lt_cv_prog_compiler_rtti_exceptions=yes
Line 16847... Line 17231...
16847
   # The option is referenced via a variable to avoid confusing sed.
17231
   # The option is referenced via a variable to avoid confusing sed.
16848
   lt_compile=`echo "$ac_compile" | $SED \
17232
   lt_compile=`echo "$ac_compile" | $SED \
16849
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17233
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16850
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17234
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16851
   -e 's:$: $lt_compiler_flag:'`
17235
   -e 's:$: $lt_compiler_flag:'`
16852
   (eval echo "\"\$as_me:16852: $lt_compile\"" >&5)
17236
   (eval echo "\"\$as_me:17236: $lt_compile\"" >&5)
16853
   (eval "$lt_compile" 2>conftest.err)
17237
   (eval "$lt_compile" 2>conftest.err)
16854
   ac_status=$?
17238
   ac_status=$?
16855
   cat conftest.err >&5
17239
   cat conftest.err >&5
16856
   echo "$as_me:16856: \$? = $ac_status" >&5
17240
   echo "$as_me:17240: \$? = $ac_status" >&5
16857
   if (exit $ac_status) && test -s "$ac_outfile"; then
17241
   if (exit $ac_status) && test -s "$ac_outfile"; then
16858
     # The compiler can only warn and ignore the option if not recognized
17242
     # The compiler can only warn and ignore the option if not recognized
16859
     # So say no if there are warnings
17243
     # So say no if there are warnings
16860
     if test ! -s conftest.err; then
17244
     if test ! -s conftest.err; then
16861
       lt_prog_compiler_pic_works_GCJ=yes
17245
       lt_prog_compiler_pic_works_GCJ=yes
Line 16914... Line 17298...
16914
   # with a dollar sign (not a hyphen), so the echo should work correctly.
17298
   # with a dollar sign (not a hyphen), so the echo should work correctly.
16915
   lt_compile=`echo "$ac_compile" | $SED \
17299
   lt_compile=`echo "$ac_compile" | $SED \
16916
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
17300
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
16917
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17301
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16918
   -e 's:$: $lt_compiler_flag:'`
17302
   -e 's:$: $lt_compiler_flag:'`
16919
   (eval echo "\"\$as_me:16919: $lt_compile\"" >&5)
17303
   (eval echo "\"\$as_me:17303: $lt_compile\"" >&5)
16920
   (eval "$lt_compile" 2>out/conftest.err)
17304
   (eval "$lt_compile" 2>out/conftest.err)
16921
   ac_status=$?
17305
   ac_status=$?
16922
   cat out/conftest.err >&5
17306
   cat out/conftest.err >&5
16923
   echo "$as_me:16923: \$? = $ac_status" >&5
17307
   echo "$as_me:17307: \$? = $ac_status" >&5
16924
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17308
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
16925
   then
17309
   then
16926
     # The compiler can only warn and ignore the option if not recognized
17310
     # The compiler can only warn and ignore the option if not recognized
16927
     # So say no if there are warnings
17311
     # So say no if there are warnings
16928
     if test ! -s out/conftest.err; then
17312
     if test ! -s out/conftest.err; then
Line 17254... Line 17638...
17254
	# Warning - without using the other runtime loading flags (-brtl),
17638
	# Warning - without using the other runtime loading flags (-brtl),
17255
	# -berok will link without error, but may produce a broken library.
17639
	# -berok will link without error, but may produce a broken library.
17256
	allow_undefined_flag_GCJ='-berok'
17640
	allow_undefined_flag_GCJ='-berok'
17257
       # Determine the default libpath from the value encoded in an empty executable.
17641
       # Determine the default libpath from the value encoded in an empty executable.
17258
       cat >conftest.$ac_ext <<_ACEOF
17642
       cat >conftest.$ac_ext <<_ACEOF
17259
#line $LINENO "configure"
-
 
17260
/* confdefs.h.  */
17643
/* confdefs.h.  */
17261
_ACEOF
17644
_ACEOF
17262
cat confdefs.h >>conftest.$ac_ext
17645
cat confdefs.h >>conftest.$ac_ext
17263
cat >>conftest.$ac_ext <<_ACEOF
17646
cat >>conftest.$ac_ext <<_ACEOF
17264
/* end confdefs.h.  */
17647
/* end confdefs.h.  */
Line 17271... Line 17654...
17271
  return 0;
17654
  return 0;
17272
}
17655
}
17273
_ACEOF
17656
_ACEOF
17274
rm -f conftest.$ac_objext conftest$ac_exeext
17657
rm -f conftest.$ac_objext conftest$ac_exeext
17275
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17658
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17276
  (eval $ac_link) 2>&5
17659
  (eval $ac_link) 2>conftest.er1
17277
  ac_status=$?
17660
  ac_status=$?
-
 
17661
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
17662
  rm -f conftest.er1
-
 
17663
  cat conftest.err >&5
17278
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17279
  (exit $ac_status); } &&
17665
  (exit $ac_status); } &&
-
 
17666
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
17667
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
17668
  (eval $ac_try) 2>&5
-
 
17669
  ac_status=$?
-
 
17670
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
17671
  (exit $ac_status); }; } &&
17280
         { ac_try='test -s conftest$ac_exeext'
17672
	 { ac_try='test -s conftest$ac_exeext'
17281
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17673
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17282
  (eval $ac_try) 2>&5
17674
  (eval $ac_try) 2>&5
17283
  ac_status=$?
17675
  ac_status=$?
17284
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17676
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17285
  (exit $ac_status); }; }; then
17677
  (exit $ac_status); }; }; then
Line 17292... Line 17684...
17292
else
17684
else
17293
  echo "$as_me: failed program was:" >&5
17685
  echo "$as_me: failed program was:" >&5
17294
sed 's/^/| /' conftest.$ac_ext >&5
17686
sed 's/^/| /' conftest.$ac_ext >&5
17295
 
17687
 
17296
fi
17688
fi
-
 
17689
rm -f conftest.err conftest.$ac_objext \
17297
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17690
      conftest$ac_exeext conftest.$ac_ext
17298
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17691
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17299
 
17692
 
17300
       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
17693
       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
17301
	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
17694
	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
17302
       else
17695
       else
Line 17305... Line 17698...
17305
	  allow_undefined_flag_GCJ="-z nodefs"
17698
	  allow_undefined_flag_GCJ="-z nodefs"
17306
	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
17699
	  archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
17307
	else
17700
	else
17308
	 # Determine the default libpath from the value encoded in an empty executable.
17701
	 # Determine the default libpath from the value encoded in an empty executable.
17309
	 cat >conftest.$ac_ext <<_ACEOF
17702
	 cat >conftest.$ac_ext <<_ACEOF
17310
#line $LINENO "configure"
-
 
17311
/* confdefs.h.  */
17703
/* confdefs.h.  */
17312
_ACEOF
17704
_ACEOF
17313
cat confdefs.h >>conftest.$ac_ext
17705
cat confdefs.h >>conftest.$ac_ext
17314
cat >>conftest.$ac_ext <<_ACEOF
17706
cat >>conftest.$ac_ext <<_ACEOF
17315
/* end confdefs.h.  */
17707
/* end confdefs.h.  */
Line 17322... Line 17714...
17322
  return 0;
17714
  return 0;
17323
}
17715
}
17324
_ACEOF
17716
_ACEOF
17325
rm -f conftest.$ac_objext conftest$ac_exeext
17717
rm -f conftest.$ac_objext conftest$ac_exeext
17326
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17718
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17327
  (eval $ac_link) 2>&5
17719
  (eval $ac_link) 2>conftest.er1
17328
  ac_status=$?
17720
  ac_status=$?
-
 
17721
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
17722
  rm -f conftest.er1
-
 
17723
  cat conftest.err >&5
17329
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17724
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330
  (exit $ac_status); } &&
17725
  (exit $ac_status); } &&
-
 
17726
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
17727
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
17728
  (eval $ac_try) 2>&5
-
 
17729
  ac_status=$?
-
 
17730
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
17731
  (exit $ac_status); }; } &&
17331
         { ac_try='test -s conftest$ac_exeext'
17732
	 { ac_try='test -s conftest$ac_exeext'
17332
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17733
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17333
  (eval $ac_try) 2>&5
17734
  (eval $ac_try) 2>&5
17334
  ac_status=$?
17735
  ac_status=$?
17335
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17736
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336
  (exit $ac_status); }; }; then
17737
  (exit $ac_status); }; }; then
Line 17343... Line 17744...
17343
else
17744
else
17344
  echo "$as_me: failed program was:" >&5
17745
  echo "$as_me: failed program was:" >&5
17345
sed 's/^/| /' conftest.$ac_ext >&5
17746
sed 's/^/| /' conftest.$ac_ext >&5
17346
 
17747
 
17347
fi
17748
fi
-
 
17749
rm -f conftest.err conftest.$ac_objext \
17348
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17750
      conftest$ac_exeext conftest.$ac_ext
17349
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17751
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17350
 
17752
 
17351
	 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
17753
	 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
17352
	  # Warning - without using the other run time loading flags,
17754
	  # Warning - without using the other run time loading flags,
17353
	  # -berok will link without error, but may produce a broken library.
17755
	  # -berok will link without error, but may produce a broken library.
Line 18442... Line 18844...
18442
  echo $ECHO_N "(cached) $ECHO_C" >&6
18844
  echo $ECHO_N "(cached) $ECHO_C" >&6
18443
else
18845
else
18444
  ac_check_lib_save_LIBS=$LIBS
18846
  ac_check_lib_save_LIBS=$LIBS
18445
LIBS="-ldl  $LIBS"
18847
LIBS="-ldl  $LIBS"
18446
cat >conftest.$ac_ext <<_ACEOF
18848
cat >conftest.$ac_ext <<_ACEOF
18447
#line $LINENO "configure"
-
 
18448
/* confdefs.h.  */
18849
/* confdefs.h.  */
18449
_ACEOF
18850
_ACEOF
18450
cat confdefs.h >>conftest.$ac_ext
18851
cat confdefs.h >>conftest.$ac_ext
18451
cat >>conftest.$ac_ext <<_ACEOF
18852
cat >>conftest.$ac_ext <<_ACEOF
18452
/* end confdefs.h.  */
18853
/* end confdefs.h.  */
Line 18466... Line 18867...
18466
  return 0;
18867
  return 0;
18467
}
18868
}
18468
_ACEOF
18869
_ACEOF
18469
rm -f conftest.$ac_objext conftest$ac_exeext
18870
rm -f conftest.$ac_objext conftest$ac_exeext
18470
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18871
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18471
  (eval $ac_link) 2>&5
18872
  (eval $ac_link) 2>conftest.er1
18472
  ac_status=$?
18873
  ac_status=$?
-
 
18874
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
18875
  rm -f conftest.er1
-
 
18876
  cat conftest.err >&5
18473
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18877
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18474
  (exit $ac_status); } &&
18878
  (exit $ac_status); } &&
-
 
18879
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
18880
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
18881
  (eval $ac_try) 2>&5
-
 
18882
  ac_status=$?
-
 
18883
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
18884
  (exit $ac_status); }; } &&
18475
         { ac_try='test -s conftest$ac_exeext'
18885
	 { ac_try='test -s conftest$ac_exeext'
18476
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18886
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18477
  (eval $ac_try) 2>&5
18887
  (eval $ac_try) 2>&5
18478
  ac_status=$?
18888
  ac_status=$?
18479
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18889
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480
  (exit $ac_status); }; }; then
18890
  (exit $ac_status); }; }; then
Line 18483... Line 18893...
18483
  echo "$as_me: failed program was:" >&5
18893
  echo "$as_me: failed program was:" >&5
18484
sed 's/^/| /' conftest.$ac_ext >&5
18894
sed 's/^/| /' conftest.$ac_ext >&5
18485
 
18895
 
18486
ac_cv_lib_dl_dlopen=no
18896
ac_cv_lib_dl_dlopen=no
18487
fi
18897
fi
-
 
18898
rm -f conftest.err conftest.$ac_objext \
18488
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18899
      conftest$ac_exeext conftest.$ac_ext
18489
LIBS=$ac_check_lib_save_LIBS
18900
LIBS=$ac_check_lib_save_LIBS
18490
fi
18901
fi
18491
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18902
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18492
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
18903
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
18493
if test $ac_cv_lib_dl_dlopen = yes; then
18904
if test $ac_cv_lib_dl_dlopen = yes; then
Line 18507... Line 18918...
18507
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
18918
echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
18508
if test "${ac_cv_func_shl_load+set}" = set; then
18919
if test "${ac_cv_func_shl_load+set}" = set; then
18509
  echo $ECHO_N "(cached) $ECHO_C" >&6
18920
  echo $ECHO_N "(cached) $ECHO_C" >&6
18510
else
18921
else
18511
  cat >conftest.$ac_ext <<_ACEOF
18922
  cat >conftest.$ac_ext <<_ACEOF
18512
#line $LINENO "configure"
-
 
18513
/* confdefs.h.  */
18923
/* confdefs.h.  */
18514
_ACEOF
18924
_ACEOF
18515
cat confdefs.h >>conftest.$ac_ext
18925
cat confdefs.h >>conftest.$ac_ext
18516
cat >>conftest.$ac_ext <<_ACEOF
18926
cat >>conftest.$ac_ext <<_ACEOF
18517
/* end confdefs.h.  */
18927
/* end confdefs.h.  */
-
 
18928
/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-
 
18929
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
18930
#define shl_load innocuous_shl_load
-
 
18931
 
18518
/* System header to define __stub macros and hopefully few prototypes,
18932
/* System header to define __stub macros and hopefully few prototypes,
18519
    which can conflict with char shl_load (); below.
18933
    which can conflict with char shl_load (); below.
18520
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18934
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18521
    <limits.h> exists even on freestanding compilers.  */
18935
    <limits.h> exists even on freestanding compilers.  */
-
 
18936
 
18522
#ifdef __STDC__
18937
#ifdef __STDC__
18523
# include <limits.h>
18938
# include <limits.h>
18524
#else
18939
#else
18525
# include <assert.h>
18940
# include <assert.h>
18526
#endif
18941
#endif
-
 
18942
 
-
 
18943
#undef shl_load
-
 
18944
 
18527
/* Override any gcc2 internal prototype to avoid an error.  */
18945
/* Override any gcc2 internal prototype to avoid an error.  */
18528
#ifdef __cplusplus
18946
#ifdef __cplusplus
18529
extern "C"
18947
extern "C"
18530
{
18948
{
18531
#endif
18949
#endif
Line 18552... Line 18970...
18552
  return 0;
18970
  return 0;
18553
}
18971
}
18554
_ACEOF
18972
_ACEOF
18555
rm -f conftest.$ac_objext conftest$ac_exeext
18973
rm -f conftest.$ac_objext conftest$ac_exeext
18556
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18974
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18557
  (eval $ac_link) 2>&5
18975
  (eval $ac_link) 2>conftest.er1
18558
  ac_status=$?
18976
  ac_status=$?
-
 
18977
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
18978
  rm -f conftest.er1
-
 
18979
  cat conftest.err >&5
18559
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18560
  (exit $ac_status); } &&
18981
  (exit $ac_status); } &&
-
 
18982
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
18983
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
18984
  (eval $ac_try) 2>&5
-
 
18985
  ac_status=$?
-
 
18986
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
18987
  (exit $ac_status); }; } &&
18561
         { ac_try='test -s conftest$ac_exeext'
18988
	 { ac_try='test -s conftest$ac_exeext'
18562
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18989
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18563
  (eval $ac_try) 2>&5
18990
  (eval $ac_try) 2>&5
18564
  ac_status=$?
18991
  ac_status=$?
18565
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18992
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18566
  (exit $ac_status); }; }; then
18993
  (exit $ac_status); }; }; then
Line 18569... Line 18996...
18569
  echo "$as_me: failed program was:" >&5
18996
  echo "$as_me: failed program was:" >&5
18570
sed 's/^/| /' conftest.$ac_ext >&5
18997
sed 's/^/| /' conftest.$ac_ext >&5
18571
 
18998
 
18572
ac_cv_func_shl_load=no
18999
ac_cv_func_shl_load=no
18573
fi
19000
fi
-
 
19001
rm -f conftest.err conftest.$ac_objext \
18574
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19002
      conftest$ac_exeext conftest.$ac_ext
18575
fi
19003
fi
18576
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
19004
echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
18577
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
19005
echo "${ECHO_T}$ac_cv_func_shl_load" >&6
18578
if test $ac_cv_func_shl_load = yes; then
19006
if test $ac_cv_func_shl_load = yes; then
18579
  lt_cv_dlopen="shl_load"
19007
  lt_cv_dlopen="shl_load"
Line 18584... Line 19012...
18584
  echo $ECHO_N "(cached) $ECHO_C" >&6
19012
  echo $ECHO_N "(cached) $ECHO_C" >&6
18585
else
19013
else
18586
  ac_check_lib_save_LIBS=$LIBS
19014
  ac_check_lib_save_LIBS=$LIBS
18587
LIBS="-ldld  $LIBS"
19015
LIBS="-ldld  $LIBS"
18588
cat >conftest.$ac_ext <<_ACEOF
19016
cat >conftest.$ac_ext <<_ACEOF
18589
#line $LINENO "configure"
-
 
18590
/* confdefs.h.  */
19017
/* confdefs.h.  */
18591
_ACEOF
19018
_ACEOF
18592
cat confdefs.h >>conftest.$ac_ext
19019
cat confdefs.h >>conftest.$ac_ext
18593
cat >>conftest.$ac_ext <<_ACEOF
19020
cat >>conftest.$ac_ext <<_ACEOF
18594
/* end confdefs.h.  */
19021
/* end confdefs.h.  */
Line 18608... Line 19035...
18608
  return 0;
19035
  return 0;
18609
}
19036
}
18610
_ACEOF
19037
_ACEOF
18611
rm -f conftest.$ac_objext conftest$ac_exeext
19038
rm -f conftest.$ac_objext conftest$ac_exeext
18612
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19039
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18613
  (eval $ac_link) 2>&5
19040
  (eval $ac_link) 2>conftest.er1
18614
  ac_status=$?
19041
  ac_status=$?
-
 
19042
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
19043
  rm -f conftest.er1
-
 
19044
  cat conftest.err >&5
18615
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19045
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18616
  (exit $ac_status); } &&
19046
  (exit $ac_status); } &&
-
 
19047
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
19048
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
19049
  (eval $ac_try) 2>&5
-
 
19050
  ac_status=$?
-
 
19051
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
19052
  (exit $ac_status); }; } &&
18617
         { ac_try='test -s conftest$ac_exeext'
19053
	 { ac_try='test -s conftest$ac_exeext'
18618
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19054
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18619
  (eval $ac_try) 2>&5
19055
  (eval $ac_try) 2>&5
18620
  ac_status=$?
19056
  ac_status=$?
18621
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19057
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622
  (exit $ac_status); }; }; then
19058
  (exit $ac_status); }; }; then
Line 18625... Line 19061...
18625
  echo "$as_me: failed program was:" >&5
19061
  echo "$as_me: failed program was:" >&5
18626
sed 's/^/| /' conftest.$ac_ext >&5
19062
sed 's/^/| /' conftest.$ac_ext >&5
18627
 
19063
 
18628
ac_cv_lib_dld_shl_load=no
19064
ac_cv_lib_dld_shl_load=no
18629
fi
19065
fi
-
 
19066
rm -f conftest.err conftest.$ac_objext \
18630
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19067
      conftest$ac_exeext conftest.$ac_ext
18631
LIBS=$ac_check_lib_save_LIBS
19068
LIBS=$ac_check_lib_save_LIBS
18632
fi
19069
fi
18633
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
19070
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
18634
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
19071
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
18635
if test $ac_cv_lib_dld_shl_load = yes; then
19072
if test $ac_cv_lib_dld_shl_load = yes; then
Line 18639... Line 19076...
18639
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
19076
echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
18640
if test "${ac_cv_func_dlopen+set}" = set; then
19077
if test "${ac_cv_func_dlopen+set}" = set; then
18641
  echo $ECHO_N "(cached) $ECHO_C" >&6
19078
  echo $ECHO_N "(cached) $ECHO_C" >&6
18642
else
19079
else
18643
  cat >conftest.$ac_ext <<_ACEOF
19080
  cat >conftest.$ac_ext <<_ACEOF
18644
#line $LINENO "configure"
-
 
18645
/* confdefs.h.  */
19081
/* confdefs.h.  */
18646
_ACEOF
19082
_ACEOF
18647
cat confdefs.h >>conftest.$ac_ext
19083
cat confdefs.h >>conftest.$ac_ext
18648
cat >>conftest.$ac_ext <<_ACEOF
19084
cat >>conftest.$ac_ext <<_ACEOF
18649
/* end confdefs.h.  */
19085
/* end confdefs.h.  */
-
 
19086
/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-
 
19087
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
19088
#define dlopen innocuous_dlopen
-
 
19089
 
18650
/* System header to define __stub macros and hopefully few prototypes,
19090
/* System header to define __stub macros and hopefully few prototypes,
18651
    which can conflict with char dlopen (); below.
19091
    which can conflict with char dlopen (); below.
18652
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19092
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18653
    <limits.h> exists even on freestanding compilers.  */
19093
    <limits.h> exists even on freestanding compilers.  */
-
 
19094
 
18654
#ifdef __STDC__
19095
#ifdef __STDC__
18655
# include <limits.h>
19096
# include <limits.h>
18656
#else
19097
#else
18657
# include <assert.h>
19098
# include <assert.h>
18658
#endif
19099
#endif
-
 
19100
 
-
 
19101
#undef dlopen
-
 
19102
 
18659
/* Override any gcc2 internal prototype to avoid an error.  */
19103
/* Override any gcc2 internal prototype to avoid an error.  */
18660
#ifdef __cplusplus
19104
#ifdef __cplusplus
18661
extern "C"
19105
extern "C"
18662
{
19106
{
18663
#endif
19107
#endif
Line 18684... Line 19128...
18684
  return 0;
19128
  return 0;
18685
}
19129
}
18686
_ACEOF
19130
_ACEOF
18687
rm -f conftest.$ac_objext conftest$ac_exeext
19131
rm -f conftest.$ac_objext conftest$ac_exeext
18688
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19132
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18689
  (eval $ac_link) 2>&5
19133
  (eval $ac_link) 2>conftest.er1
18690
  ac_status=$?
19134
  ac_status=$?
-
 
19135
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
19136
  rm -f conftest.er1
-
 
19137
  cat conftest.err >&5
18691
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19138
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18692
  (exit $ac_status); } &&
19139
  (exit $ac_status); } &&
-
 
19140
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
19141
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
19142
  (eval $ac_try) 2>&5
-
 
19143
  ac_status=$?
-
 
19144
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
19145
  (exit $ac_status); }; } &&
18693
         { ac_try='test -s conftest$ac_exeext'
19146
	 { ac_try='test -s conftest$ac_exeext'
18694
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19147
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18695
  (eval $ac_try) 2>&5
19148
  (eval $ac_try) 2>&5
18696
  ac_status=$?
19149
  ac_status=$?
18697
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19150
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18698
  (exit $ac_status); }; }; then
19151
  (exit $ac_status); }; }; then
Line 18701... Line 19154...
18701
  echo "$as_me: failed program was:" >&5
19154
  echo "$as_me: failed program was:" >&5
18702
sed 's/^/| /' conftest.$ac_ext >&5
19155
sed 's/^/| /' conftest.$ac_ext >&5
18703
 
19156
 
18704
ac_cv_func_dlopen=no
19157
ac_cv_func_dlopen=no
18705
fi
19158
fi
-
 
19159
rm -f conftest.err conftest.$ac_objext \
18706
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19160
      conftest$ac_exeext conftest.$ac_ext
18707
fi
19161
fi
18708
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
19162
echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
18709
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
19163
echo "${ECHO_T}$ac_cv_func_dlopen" >&6
18710
if test $ac_cv_func_dlopen = yes; then
19164
if test $ac_cv_func_dlopen = yes; then
18711
  lt_cv_dlopen="dlopen"
19165
  lt_cv_dlopen="dlopen"
Line 18716... Line 19170...
18716
  echo $ECHO_N "(cached) $ECHO_C" >&6
19170
  echo $ECHO_N "(cached) $ECHO_C" >&6
18717
else
19171
else
18718
  ac_check_lib_save_LIBS=$LIBS
19172
  ac_check_lib_save_LIBS=$LIBS
18719
LIBS="-ldl  $LIBS"
19173
LIBS="-ldl  $LIBS"
18720
cat >conftest.$ac_ext <<_ACEOF
19174
cat >conftest.$ac_ext <<_ACEOF
18721
#line $LINENO "configure"
-
 
18722
/* confdefs.h.  */
19175
/* confdefs.h.  */
18723
_ACEOF
19176
_ACEOF
18724
cat confdefs.h >>conftest.$ac_ext
19177
cat confdefs.h >>conftest.$ac_ext
18725
cat >>conftest.$ac_ext <<_ACEOF
19178
cat >>conftest.$ac_ext <<_ACEOF
18726
/* end confdefs.h.  */
19179
/* end confdefs.h.  */
Line 18740... Line 19193...
18740
  return 0;
19193
  return 0;
18741
}
19194
}
18742
_ACEOF
19195
_ACEOF
18743
rm -f conftest.$ac_objext conftest$ac_exeext
19196
rm -f conftest.$ac_objext conftest$ac_exeext
18744
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19197
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18745
  (eval $ac_link) 2>&5
19198
  (eval $ac_link) 2>conftest.er1
18746
  ac_status=$?
19199
  ac_status=$?
-
 
19200
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
19201
  rm -f conftest.er1
-
 
19202
  cat conftest.err >&5
18747
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18748
  (exit $ac_status); } &&
19204
  (exit $ac_status); } &&
-
 
19205
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
19206
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
19207
  (eval $ac_try) 2>&5
-
 
19208
  ac_status=$?
-
 
19209
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
19210
  (exit $ac_status); }; } &&
18749
         { ac_try='test -s conftest$ac_exeext'
19211
	 { ac_try='test -s conftest$ac_exeext'
18750
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19212
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18751
  (eval $ac_try) 2>&5
19213
  (eval $ac_try) 2>&5
18752
  ac_status=$?
19214
  ac_status=$?
18753
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19215
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18754
  (exit $ac_status); }; }; then
19216
  (exit $ac_status); }; }; then
Line 18757... Line 19219...
18757
  echo "$as_me: failed program was:" >&5
19219
  echo "$as_me: failed program was:" >&5
18758
sed 's/^/| /' conftest.$ac_ext >&5
19220
sed 's/^/| /' conftest.$ac_ext >&5
18759
 
19221
 
18760
ac_cv_lib_dl_dlopen=no
19222
ac_cv_lib_dl_dlopen=no
18761
fi
19223
fi
-
 
19224
rm -f conftest.err conftest.$ac_objext \
18762
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19225
      conftest$ac_exeext conftest.$ac_ext
18763
LIBS=$ac_check_lib_save_LIBS
19226
LIBS=$ac_check_lib_save_LIBS
18764
fi
19227
fi
18765
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
19228
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18766
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
19229
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
18767
if test $ac_cv_lib_dl_dlopen = yes; then
19230
if test $ac_cv_lib_dl_dlopen = yes; then
Line 18773... Line 19236...
18773
  echo $ECHO_N "(cached) $ECHO_C" >&6
19236
  echo $ECHO_N "(cached) $ECHO_C" >&6
18774
else
19237
else
18775
  ac_check_lib_save_LIBS=$LIBS
19238
  ac_check_lib_save_LIBS=$LIBS
18776
LIBS="-lsvld  $LIBS"
19239
LIBS="-lsvld  $LIBS"
18777
cat >conftest.$ac_ext <<_ACEOF
19240
cat >conftest.$ac_ext <<_ACEOF
18778
#line $LINENO "configure"
-
 
18779
/* confdefs.h.  */
19241
/* confdefs.h.  */
18780
_ACEOF
19242
_ACEOF
18781
cat confdefs.h >>conftest.$ac_ext
19243
cat confdefs.h >>conftest.$ac_ext
18782
cat >>conftest.$ac_ext <<_ACEOF
19244
cat >>conftest.$ac_ext <<_ACEOF
18783
/* end confdefs.h.  */
19245
/* end confdefs.h.  */
Line 18797... Line 19259...
18797
  return 0;
19259
  return 0;
18798
}
19260
}
18799
_ACEOF
19261
_ACEOF
18800
rm -f conftest.$ac_objext conftest$ac_exeext
19262
rm -f conftest.$ac_objext conftest$ac_exeext
18801
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19263
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18802
  (eval $ac_link) 2>&5
19264
  (eval $ac_link) 2>conftest.er1
18803
  ac_status=$?
19265
  ac_status=$?
-
 
19266
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
19267
  rm -f conftest.er1
-
 
19268
  cat conftest.err >&5
18804
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19269
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805
  (exit $ac_status); } &&
19270
  (exit $ac_status); } &&
-
 
19271
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
19272
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
19273
  (eval $ac_try) 2>&5
-
 
19274
  ac_status=$?
-
 
19275
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
19276
  (exit $ac_status); }; } &&
18806
         { ac_try='test -s conftest$ac_exeext'
19277
	 { ac_try='test -s conftest$ac_exeext'
18807
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19278
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18808
  (eval $ac_try) 2>&5
19279
  (eval $ac_try) 2>&5
18809
  ac_status=$?
19280
  ac_status=$?
18810
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19281
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18811
  (exit $ac_status); }; }; then
19282
  (exit $ac_status); }; }; then
Line 18814... Line 19285...
18814
  echo "$as_me: failed program was:" >&5
19285
  echo "$as_me: failed program was:" >&5
18815
sed 's/^/| /' conftest.$ac_ext >&5
19286
sed 's/^/| /' conftest.$ac_ext >&5
18816
 
19287
 
18817
ac_cv_lib_svld_dlopen=no
19288
ac_cv_lib_svld_dlopen=no
18818
fi
19289
fi
-
 
19290
rm -f conftest.err conftest.$ac_objext \
18819
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19291
      conftest$ac_exeext conftest.$ac_ext
18820
LIBS=$ac_check_lib_save_LIBS
19292
LIBS=$ac_check_lib_save_LIBS
18821
fi
19293
fi
18822
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
19294
echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
18823
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
19295
echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
18824
if test $ac_cv_lib_svld_dlopen = yes; then
19296
if test $ac_cv_lib_svld_dlopen = yes; then
Line 18830... Line 19302...
18830
  echo $ECHO_N "(cached) $ECHO_C" >&6
19302
  echo $ECHO_N "(cached) $ECHO_C" >&6
18831
else
19303
else
18832
  ac_check_lib_save_LIBS=$LIBS
19304
  ac_check_lib_save_LIBS=$LIBS
18833
LIBS="-ldld  $LIBS"
19305
LIBS="-ldld  $LIBS"
18834
cat >conftest.$ac_ext <<_ACEOF
19306
cat >conftest.$ac_ext <<_ACEOF
18835
#line $LINENO "configure"
-
 
18836
/* confdefs.h.  */
19307
/* confdefs.h.  */
18837
_ACEOF
19308
_ACEOF
18838
cat confdefs.h >>conftest.$ac_ext
19309
cat confdefs.h >>conftest.$ac_ext
18839
cat >>conftest.$ac_ext <<_ACEOF
19310
cat >>conftest.$ac_ext <<_ACEOF
18840
/* end confdefs.h.  */
19311
/* end confdefs.h.  */
Line 18854... Line 19325...
18854
  return 0;
19325
  return 0;
18855
}
19326
}
18856
_ACEOF
19327
_ACEOF
18857
rm -f conftest.$ac_objext conftest$ac_exeext
19328
rm -f conftest.$ac_objext conftest$ac_exeext
18858
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19329
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18859
  (eval $ac_link) 2>&5
19330
  (eval $ac_link) 2>conftest.er1
18860
  ac_status=$?
19331
  ac_status=$?
-
 
19332
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
19333
  rm -f conftest.er1
-
 
19334
  cat conftest.err >&5
18861
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18862
  (exit $ac_status); } &&
19336
  (exit $ac_status); } &&
-
 
19337
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
19338
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
19339
  (eval $ac_try) 2>&5
-
 
19340
  ac_status=$?
-
 
19341
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
19342
  (exit $ac_status); }; } &&
18863
         { ac_try='test -s conftest$ac_exeext'
19343
	 { ac_try='test -s conftest$ac_exeext'
18864
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19344
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18865
  (eval $ac_try) 2>&5
19345
  (eval $ac_try) 2>&5
18866
  ac_status=$?
19346
  ac_status=$?
18867
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
18868
  (exit $ac_status); }; }; then
19348
  (exit $ac_status); }; }; then
Line 18871... Line 19351...
18871
  echo "$as_me: failed program was:" >&5
19351
  echo "$as_me: failed program was:" >&5
18872
sed 's/^/| /' conftest.$ac_ext >&5
19352
sed 's/^/| /' conftest.$ac_ext >&5
18873
 
19353
 
18874
ac_cv_lib_dld_dld_link=no
19354
ac_cv_lib_dld_dld_link=no
18875
fi
19355
fi
-
 
19356
rm -f conftest.err conftest.$ac_objext \
18876
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19357
      conftest$ac_exeext conftest.$ac_ext
18877
LIBS=$ac_check_lib_save_LIBS
19358
LIBS=$ac_check_lib_save_LIBS
18878
fi
19359
fi
18879
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
19360
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
18880
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
19361
echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
18881
if test $ac_cv_lib_dld_dld_link = yes; then
19362
if test $ac_cv_lib_dld_dld_link = yes; then
Line 18926... Line 19407...
18926
  lt_cv_dlopen_self=cross
19407
  lt_cv_dlopen_self=cross
18927
else
19408
else
18928
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19409
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18929
  lt_status=$lt_dlunknown
19410
  lt_status=$lt_dlunknown
18930
  cat > conftest.$ac_ext <<EOF
19411
  cat > conftest.$ac_ext <<EOF
18931
#line 18931 "configure"
19412
#line 19412 "configure"
18932
#include "confdefs.h"
19413
#include "confdefs.h"
18933
 
19414
 
18934
#if HAVE_DLFCN_H
19415
#if HAVE_DLFCN_H
18935
#include <dlfcn.h>
19416
#include <dlfcn.h>
18936
#endif
19417
#endif
Line 19024... Line 19505...
19024
  lt_cv_dlopen_self_static=cross
19505
  lt_cv_dlopen_self_static=cross
19025
else
19506
else
19026
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19507
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
19027
  lt_status=$lt_dlunknown
19508
  lt_status=$lt_dlunknown
19028
  cat > conftest.$ac_ext <<EOF
19509
  cat > conftest.$ac_ext <<EOF
19029
#line 19029 "configure"
19510
#line 19510 "configure"
19030
#include "confdefs.h"
19511
#include "confdefs.h"
19031
 
19512
 
19032
#if HAVE_DLFCN_H
19513
#if HAVE_DLFCN_H
19033
#include <dlfcn.h>
19514
#include <dlfcn.h>
19034
#endif
19515
#endif
Line 20126... Line 20607...
20126
  echo $ECHO_N "(cached) $ECHO_C" >&6
20607
  echo $ECHO_N "(cached) $ECHO_C" >&6
20127
else
20608
else
20128
  ac_check_lib_save_LIBS=$LIBS
20609
  ac_check_lib_save_LIBS=$LIBS
20129
LIBS="-lmw  $LIBS"
20610
LIBS="-lmw  $LIBS"
20130
cat >conftest.$ac_ext <<_ACEOF
20611
cat >conftest.$ac_ext <<_ACEOF
20131
#line $LINENO "configure"
-
 
20132
/* confdefs.h.  */
20612
/* confdefs.h.  */
20133
_ACEOF
20613
_ACEOF
20134
cat confdefs.h >>conftest.$ac_ext
20614
cat confdefs.h >>conftest.$ac_ext
20135
cat >>conftest.$ac_ext <<_ACEOF
20615
cat >>conftest.$ac_ext <<_ACEOF
20136
/* end confdefs.h.  */
20616
/* end confdefs.h.  */
Line 20150... Line 20630...
20150
  return 0;
20630
  return 0;
20151
}
20631
}
20152
_ACEOF
20632
_ACEOF
20153
rm -f conftest.$ac_objext conftest$ac_exeext
20633
rm -f conftest.$ac_objext conftest$ac_exeext
20154
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20634
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20155
  (eval $ac_link) 2>&5
20635
  (eval $ac_link) 2>conftest.er1
20156
  ac_status=$?
20636
  ac_status=$?
-
 
20637
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
20638
  rm -f conftest.er1
-
 
20639
  cat conftest.err >&5
20157
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20640
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20158
  (exit $ac_status); } &&
20641
  (exit $ac_status); } &&
-
 
20642
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
20643
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
20644
  (eval $ac_try) 2>&5
-
 
20645
  ac_status=$?
-
 
20646
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
20647
  (exit $ac_status); }; } &&
20159
         { ac_try='test -s conftest$ac_exeext'
20648
	 { ac_try='test -s conftest$ac_exeext'
20160
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20649
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20161
  (eval $ac_try) 2>&5
20650
  (eval $ac_try) 2>&5
20162
  ac_status=$?
20651
  ac_status=$?
20163
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20652
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164
  (exit $ac_status); }; }; then
20653
  (exit $ac_status); }; }; then
Line 20167... Line 20656...
20167
  echo "$as_me: failed program was:" >&5
20656
  echo "$as_me: failed program was:" >&5
20168
sed 's/^/| /' conftest.$ac_ext >&5
20657
sed 's/^/| /' conftest.$ac_ext >&5
20169
 
20658
 
20170
ac_cv_lib_mw__mwvalidcheckl=no
20659
ac_cv_lib_mw__mwvalidcheckl=no
20171
fi
20660
fi
-
 
20661
rm -f conftest.err conftest.$ac_objext \
20172
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20662
      conftest$ac_exeext conftest.$ac_ext
20173
LIBS=$ac_check_lib_save_LIBS
20663
LIBS=$ac_check_lib_save_LIBS
20174
fi
20664
fi
20175
echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
20665
echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
20176
echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
20666
echo "${ECHO_T}$ac_cv_lib_mw__mwvalidcheckl" >&6
20177
if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
20667
if test $ac_cv_lib_mw__mwvalidcheckl = yes; then
Line 20184... Line 20674...
20184
  echo $ECHO_N "(cached) $ECHO_C" >&6
20674
  echo $ECHO_N "(cached) $ECHO_C" >&6
20185
else
20675
else
20186
  ac_check_lib_save_LIBS=$LIBS
20676
  ac_check_lib_save_LIBS=$LIBS
20187
LIBS="-lm  $LIBS"
20677
LIBS="-lm  $LIBS"
20188
cat >conftest.$ac_ext <<_ACEOF
20678
cat >conftest.$ac_ext <<_ACEOF
20189
#line $LINENO "configure"
-
 
20190
/* confdefs.h.  */
20679
/* confdefs.h.  */
20191
_ACEOF
20680
_ACEOF
20192
cat confdefs.h >>conftest.$ac_ext
20681
cat confdefs.h >>conftest.$ac_ext
20193
cat >>conftest.$ac_ext <<_ACEOF
20682
cat >>conftest.$ac_ext <<_ACEOF
20194
/* end confdefs.h.  */
20683
/* end confdefs.h.  */
Line 20208... Line 20697...
20208
  return 0;
20697
  return 0;
20209
}
20698
}
20210
_ACEOF
20699
_ACEOF
20211
rm -f conftest.$ac_objext conftest$ac_exeext
20700
rm -f conftest.$ac_objext conftest$ac_exeext
20212
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20701
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20213
  (eval $ac_link) 2>&5
20702
  (eval $ac_link) 2>conftest.er1
20214
  ac_status=$?
20703
  ac_status=$?
-
 
20704
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
20705
  rm -f conftest.er1
-
 
20706
  cat conftest.err >&5
20215
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20707
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216
  (exit $ac_status); } &&
20708
  (exit $ac_status); } &&
-
 
20709
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
20710
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
20711
  (eval $ac_try) 2>&5
-
 
20712
  ac_status=$?
-
 
20713
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
20714
  (exit $ac_status); }; } &&
20217
         { ac_try='test -s conftest$ac_exeext'
20715
	 { ac_try='test -s conftest$ac_exeext'
20218
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20716
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20219
  (eval $ac_try) 2>&5
20717
  (eval $ac_try) 2>&5
20220
  ac_status=$?
20718
  ac_status=$?
20221
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20719
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20222
  (exit $ac_status); }; }; then
20720
  (exit $ac_status); }; }; then
Line 20225... Line 20723...
20225
  echo "$as_me: failed program was:" >&5
20723
  echo "$as_me: failed program was:" >&5
20226
sed 's/^/| /' conftest.$ac_ext >&5
20724
sed 's/^/| /' conftest.$ac_ext >&5
20227
 
20725
 
20228
ac_cv_lib_m_cos=no
20726
ac_cv_lib_m_cos=no
20229
fi
20727
fi
-
 
20728
rm -f conftest.err conftest.$ac_objext \
20230
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20729
      conftest$ac_exeext conftest.$ac_ext
20231
LIBS=$ac_check_lib_save_LIBS
20730
LIBS=$ac_check_lib_save_LIBS
20232
fi
20731
fi
20233
echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
20732
echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
20234
echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
20733
echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
20235
if test $ac_cv_lib_m_cos = yes; then
20734
if test $ac_cv_lib_m_cos = yes; then
Line 20244... Line 20743...
20244
  echo $ECHO_N "(cached) $ECHO_C" >&6
20743
  echo $ECHO_N "(cached) $ECHO_C" >&6
20245
else
20744
else
20246
  ac_check_lib_save_LIBS=$LIBS
20745
  ac_check_lib_save_LIBS=$LIBS
20247
LIBS="-lm  $LIBS"
20746
LIBS="-lm  $LIBS"
20248
cat >conftest.$ac_ext <<_ACEOF
20747
cat >conftest.$ac_ext <<_ACEOF
20249
#line $LINENO "configure"
-
 
20250
/* confdefs.h.  */
20748
/* confdefs.h.  */
20251
_ACEOF
20749
_ACEOF
20252
cat confdefs.h >>conftest.$ac_ext
20750
cat confdefs.h >>conftest.$ac_ext
20253
cat >>conftest.$ac_ext <<_ACEOF
20751
cat >>conftest.$ac_ext <<_ACEOF
20254
/* end confdefs.h.  */
20752
/* end confdefs.h.  */
Line 20268... Line 20766...
20268
  return 0;
20766
  return 0;
20269
}
20767
}
20270
_ACEOF
20768
_ACEOF
20271
rm -f conftest.$ac_objext conftest$ac_exeext
20769
rm -f conftest.$ac_objext conftest$ac_exeext
20272
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20770
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20273
  (eval $ac_link) 2>&5
20771
  (eval $ac_link) 2>conftest.er1
20274
  ac_status=$?
20772
  ac_status=$?
-
 
20773
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
20774
  rm -f conftest.er1
-
 
20775
  cat conftest.err >&5
20275
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276
  (exit $ac_status); } &&
20777
  (exit $ac_status); } &&
-
 
20778
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
20779
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
20780
  (eval $ac_try) 2>&5
-
 
20781
  ac_status=$?
-
 
20782
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
20783
  (exit $ac_status); }; } &&
20277
         { ac_try='test -s conftest$ac_exeext'
20784
	 { ac_try='test -s conftest$ac_exeext'
20278
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20785
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20279
  (eval $ac_try) 2>&5
20786
  (eval $ac_try) 2>&5
20280
  ac_status=$?
20787
  ac_status=$?
20281
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20788
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20282
  (exit $ac_status); }; }; then
20789
  (exit $ac_status); }; }; then
Line 20285... Line 20792...
20285
  echo "$as_me: failed program was:" >&5
20792
  echo "$as_me: failed program was:" >&5
20286
sed 's/^/| /' conftest.$ac_ext >&5
20793
sed 's/^/| /' conftest.$ac_ext >&5
20287
 
20794
 
20288
ac_cv_lib_m_cos=no
20795
ac_cv_lib_m_cos=no
20289
fi
20796
fi
-
 
20797
rm -f conftest.err conftest.$ac_objext \
20290
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20798
      conftest$ac_exeext conftest.$ac_ext
20291
LIBS=$ac_check_lib_save_LIBS
20799
LIBS=$ac_check_lib_save_LIBS
20292
fi
20800
fi
20293
echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
20801
echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
20294
echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
20802
echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
20295
if test $ac_cv_lib_m_cos = yes; then
20803
if test $ac_cv_lib_m_cos = yes; then
Line 20310... Line 20818...
20310
  echo $ECHO_N "(cached) $ECHO_C" >&6
20818
  echo $ECHO_N "(cached) $ECHO_C" >&6
20311
else
20819
else
20312
  ac_check_lib_save_LIBS=$LIBS
20820
  ac_check_lib_save_LIBS=$LIBS
20313
LIBS="-lm  $LIBS"
20821
LIBS="-lm  $LIBS"
20314
cat >conftest.$ac_ext <<_ACEOF
20822
cat >conftest.$ac_ext <<_ACEOF
20315
#line $LINENO "configure"
-
 
20316
/* confdefs.h.  */
20823
/* confdefs.h.  */
20317
_ACEOF
20824
_ACEOF
20318
cat confdefs.h >>conftest.$ac_ext
20825
cat confdefs.h >>conftest.$ac_ext
20319
cat >>conftest.$ac_ext <<_ACEOF
20826
cat >>conftest.$ac_ext <<_ACEOF
20320
/* end confdefs.h.  */
20827
/* end confdefs.h.  */
Line 20334... Line 20841...
20334
  return 0;
20841
  return 0;
20335
}
20842
}
20336
_ACEOF
20843
_ACEOF
20337
rm -f conftest.$ac_objext conftest$ac_exeext
20844
rm -f conftest.$ac_objext conftest$ac_exeext
20338
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20845
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20339
  (eval $ac_link) 2>&5
20846
  (eval $ac_link) 2>conftest.er1
20340
  ac_status=$?
20847
  ac_status=$?
-
 
20848
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
20849
  rm -f conftest.er1
-
 
20850
  cat conftest.err >&5
20341
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20851
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20342
  (exit $ac_status); } &&
20852
  (exit $ac_status); } &&
-
 
20853
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
20854
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
20855
  (eval $ac_try) 2>&5
-
 
20856
  ac_status=$?
-
 
20857
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
20858
  (exit $ac_status); }; } &&
20343
         { ac_try='test -s conftest$ac_exeext'
20859
	 { ac_try='test -s conftest$ac_exeext'
20344
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20860
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20345
  (eval $ac_try) 2>&5
20861
  (eval $ac_try) 2>&5
20346
  ac_status=$?
20862
  ac_status=$?
20347
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20863
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348
  (exit $ac_status); }; }; then
20864
  (exit $ac_status); }; }; then
Line 20351... Line 20867...
20351
  echo "$as_me: failed program was:" >&5
20867
  echo "$as_me: failed program was:" >&5
20352
sed 's/^/| /' conftest.$ac_ext >&5
20868
sed 's/^/| /' conftest.$ac_ext >&5
20353
 
20869
 
20354
ac_cv_lib_m_sin=no
20870
ac_cv_lib_m_sin=no
20355
fi
20871
fi
-
 
20872
rm -f conftest.err conftest.$ac_objext \
20356
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20873
      conftest$ac_exeext conftest.$ac_ext
20357
LIBS=$ac_check_lib_save_LIBS
20874
LIBS=$ac_check_lib_save_LIBS
20358
fi
20875
fi
20359
echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
20876
echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
20360
echo "${ECHO_T}$ac_cv_lib_m_sin" >&6
20877
echo "${ECHO_T}$ac_cv_lib_m_sin" >&6
20361
if test $ac_cv_lib_m_sin = yes; then
20878
if test $ac_cv_lib_m_sin = yes; then
Line 20374... Line 20891...
20374
  echo $ECHO_N "(cached) $ECHO_C" >&6
20891
  echo $ECHO_N "(cached) $ECHO_C" >&6
20375
else
20892
else
20376
  ac_check_lib_save_LIBS=$LIBS
20893
  ac_check_lib_save_LIBS=$LIBS
20377
LIBS="-lncurses  $LIBS"
20894
LIBS="-lncurses  $LIBS"
20378
cat >conftest.$ac_ext <<_ACEOF
20895
cat >conftest.$ac_ext <<_ACEOF
20379
#line $LINENO "configure"
-
 
20380
/* confdefs.h.  */
20896
/* confdefs.h.  */
20381
_ACEOF
20897
_ACEOF
20382
cat confdefs.h >>conftest.$ac_ext
20898
cat confdefs.h >>conftest.$ac_ext
20383
cat >>conftest.$ac_ext <<_ACEOF
20899
cat >>conftest.$ac_ext <<_ACEOF
20384
/* end confdefs.h.  */
20900
/* end confdefs.h.  */
Line 20392... Line 20908...
20392
  return 0;
20908
  return 0;
20393
}
20909
}
20394
_ACEOF
20910
_ACEOF
20395
rm -f conftest.$ac_objext conftest$ac_exeext
20911
rm -f conftest.$ac_objext conftest$ac_exeext
20396
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20912
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20397
  (eval $ac_link) 2>&5
20913
  (eval $ac_link) 2>conftest.er1
20398
  ac_status=$?
20914
  ac_status=$?
-
 
20915
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
20916
  rm -f conftest.er1
-
 
20917
  cat conftest.err >&5
20399
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20918
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20400
  (exit $ac_status); } &&
20919
  (exit $ac_status); } &&
-
 
20920
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
20921
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
20922
  (eval $ac_try) 2>&5
-
 
20923
  ac_status=$?
-
 
20924
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
20925
  (exit $ac_status); }; } &&
20401
         { ac_try='test -s conftest$ac_exeext'
20926
	 { ac_try='test -s conftest$ac_exeext'
20402
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20927
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20403
  (eval $ac_try) 2>&5
20928
  (eval $ac_try) 2>&5
20404
  ac_status=$?
20929
  ac_status=$?
20405
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20406
  (exit $ac_status); }; }; then
20931
  (exit $ac_status); }; }; then
Line 20409... Line 20934...
20409
  echo "$as_me: failed program was:" >&5
20934
  echo "$as_me: failed program was:" >&5
20410
sed 's/^/| /' conftest.$ac_ext >&5
20935
sed 's/^/| /' conftest.$ac_ext >&5
20411
 
20936
 
20412
ac_cv_lib_ncurses_main=no
20937
ac_cv_lib_ncurses_main=no
20413
fi
20938
fi
-
 
20939
rm -f conftest.err conftest.$ac_objext \
20414
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20940
      conftest$ac_exeext conftest.$ac_ext
20415
LIBS=$ac_check_lib_save_LIBS
20941
LIBS=$ac_check_lib_save_LIBS
20416
fi
20942
fi
20417
echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_main" >&5
20943
echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_main" >&5
20418
echo "${ECHO_T}$ac_cv_lib_ncurses_main" >&6
20944
echo "${ECHO_T}$ac_cv_lib_ncurses_main" >&6
20419
if test $ac_cv_lib_ncurses_main = yes; then
20945
if test $ac_cv_lib_ncurses_main = yes; then
Line 20431... Line 20957...
20431
  echo $ECHO_N "(cached) $ECHO_C" >&6
20957
  echo $ECHO_N "(cached) $ECHO_C" >&6
20432
else
20958
else
20433
  ac_check_lib_save_LIBS=$LIBS
20959
  ac_check_lib_save_LIBS=$LIBS
20434
LIBS="-ltermcap  $LIBS"
20960
LIBS="-ltermcap  $LIBS"
20435
cat >conftest.$ac_ext <<_ACEOF
20961
cat >conftest.$ac_ext <<_ACEOF
20436
#line $LINENO "configure"
-
 
20437
/* confdefs.h.  */
20962
/* confdefs.h.  */
20438
_ACEOF
20963
_ACEOF
20439
cat confdefs.h >>conftest.$ac_ext
20964
cat confdefs.h >>conftest.$ac_ext
20440
cat >>conftest.$ac_ext <<_ACEOF
20965
cat >>conftest.$ac_ext <<_ACEOF
20441
/* end confdefs.h.  */
20966
/* end confdefs.h.  */
Line 20449... Line 20974...
20449
  return 0;
20974
  return 0;
20450
}
20975
}
20451
_ACEOF
20976
_ACEOF
20452
rm -f conftest.$ac_objext conftest$ac_exeext
20977
rm -f conftest.$ac_objext conftest$ac_exeext
20453
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20978
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20454
  (eval $ac_link) 2>&5
20979
  (eval $ac_link) 2>conftest.er1
20455
  ac_status=$?
20980
  ac_status=$?
-
 
20981
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
20982
  rm -f conftest.er1
-
 
20983
  cat conftest.err >&5
20456
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20984
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457
  (exit $ac_status); } &&
20985
  (exit $ac_status); } &&
-
 
20986
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
20987
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
20988
  (eval $ac_try) 2>&5
-
 
20989
  ac_status=$?
-
 
20990
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
20991
  (exit $ac_status); }; } &&
20458
         { ac_try='test -s conftest$ac_exeext'
20992
	 { ac_try='test -s conftest$ac_exeext'
20459
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20993
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20460
  (eval $ac_try) 2>&5
20994
  (eval $ac_try) 2>&5
20461
  ac_status=$?
20995
  ac_status=$?
20462
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20996
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20463
  (exit $ac_status); }; }; then
20997
  (exit $ac_status); }; }; then
Line 20466... Line 21000...
20466
  echo "$as_me: failed program was:" >&5
21000
  echo "$as_me: failed program was:" >&5
20467
sed 's/^/| /' conftest.$ac_ext >&5
21001
sed 's/^/| /' conftest.$ac_ext >&5
20468
 
21002
 
20469
ac_cv_lib_termcap_main=no
21003
ac_cv_lib_termcap_main=no
20470
fi
21004
fi
-
 
21005
rm -f conftest.err conftest.$ac_objext \
20471
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21006
      conftest$ac_exeext conftest.$ac_ext
20472
LIBS=$ac_check_lib_save_LIBS
21007
LIBS=$ac_check_lib_save_LIBS
20473
fi
21008
fi
20474
echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_main" >&5
21009
echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_main" >&5
20475
echo "${ECHO_T}$ac_cv_lib_termcap_main" >&6
21010
echo "${ECHO_T}$ac_cv_lib_termcap_main" >&6
20476
if test $ac_cv_lib_termcap_main = yes; then
21011
if test $ac_cv_lib_termcap_main = yes; then
Line 20488... Line 21023...
20488
  echo $ECHO_N "(cached) $ECHO_C" >&6
21023
  echo $ECHO_N "(cached) $ECHO_C" >&6
20489
else
21024
else
20490
  ac_check_lib_save_LIBS=$LIBS
21025
  ac_check_lib_save_LIBS=$LIBS
20491
LIBS="-ltermlib  $LIBS"
21026
LIBS="-ltermlib  $LIBS"
20492
cat >conftest.$ac_ext <<_ACEOF
21027
cat >conftest.$ac_ext <<_ACEOF
20493
#line $LINENO "configure"
-
 
20494
/* confdefs.h.  */
21028
/* confdefs.h.  */
20495
_ACEOF
21029
_ACEOF
20496
cat confdefs.h >>conftest.$ac_ext
21030
cat confdefs.h >>conftest.$ac_ext
20497
cat >>conftest.$ac_ext <<_ACEOF
21031
cat >>conftest.$ac_ext <<_ACEOF
20498
/* end confdefs.h.  */
21032
/* end confdefs.h.  */
Line 20506... Line 21040...
20506
  return 0;
21040
  return 0;
20507
}
21041
}
20508
_ACEOF
21042
_ACEOF
20509
rm -f conftest.$ac_objext conftest$ac_exeext
21043
rm -f conftest.$ac_objext conftest$ac_exeext
20510
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21044
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20511
  (eval $ac_link) 2>&5
21045
  (eval $ac_link) 2>conftest.er1
20512
  ac_status=$?
21046
  ac_status=$?
-
 
21047
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21048
  rm -f conftest.er1
-
 
21049
  cat conftest.err >&5
20513
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21050
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20514
  (exit $ac_status); } &&
21051
  (exit $ac_status); } &&
-
 
21052
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21053
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21054
  (eval $ac_try) 2>&5
-
 
21055
  ac_status=$?
-
 
21056
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21057
  (exit $ac_status); }; } &&
20515
         { ac_try='test -s conftest$ac_exeext'
21058
	 { ac_try='test -s conftest$ac_exeext'
20516
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21059
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20517
  (eval $ac_try) 2>&5
21060
  (eval $ac_try) 2>&5
20518
  ac_status=$?
21061
  ac_status=$?
20519
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20520
  (exit $ac_status); }; }; then
21063
  (exit $ac_status); }; }; then
Line 20523... Line 21066...
20523
  echo "$as_me: failed program was:" >&5
21066
  echo "$as_me: failed program was:" >&5
20524
sed 's/^/| /' conftest.$ac_ext >&5
21067
sed 's/^/| /' conftest.$ac_ext >&5
20525
 
21068
 
20526
ac_cv_lib_termlib_main=no
21069
ac_cv_lib_termlib_main=no
20527
fi
21070
fi
-
 
21071
rm -f conftest.err conftest.$ac_objext \
20528
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21072
      conftest$ac_exeext conftest.$ac_ext
20529
LIBS=$ac_check_lib_save_LIBS
21073
LIBS=$ac_check_lib_save_LIBS
20530
fi
21074
fi
20531
echo "$as_me:$LINENO: result: $ac_cv_lib_termlib_main" >&5
21075
echo "$as_me:$LINENO: result: $ac_cv_lib_termlib_main" >&5
20532
echo "${ECHO_T}$ac_cv_lib_termlib_main" >&6
21076
echo "${ECHO_T}$ac_cv_lib_termlib_main" >&6
20533
if test $ac_cv_lib_termlib_main = yes; then
21077
if test $ac_cv_lib_termlib_main = yes; then
Line 20564... Line 21108...
20564
  echo $ECHO_N "(cached) $ECHO_C" >&6
21108
  echo $ECHO_N "(cached) $ECHO_C" >&6
20565
else
21109
else
20566
  ac_check_lib_save_LIBS=$LIBS
21110
  ac_check_lib_save_LIBS=$LIBS
20567
LIBS="-lcc_dynamic  $LIBS"
21111
LIBS="-lcc_dynamic  $LIBS"
20568
cat >conftest.$ac_ext <<_ACEOF
21112
cat >conftest.$ac_ext <<_ACEOF
20569
#line $LINENO "configure"
-
 
20570
/* confdefs.h.  */
21113
/* confdefs.h.  */
20571
_ACEOF
21114
_ACEOF
20572
cat confdefs.h >>conftest.$ac_ext
21115
cat confdefs.h >>conftest.$ac_ext
20573
cat >>conftest.$ac_ext <<_ACEOF
21116
cat >>conftest.$ac_ext <<_ACEOF
20574
/* end confdefs.h.  */
21117
/* end confdefs.h.  */
Line 20582... Line 21125...
20582
  return 0;
21125
  return 0;
20583
}
21126
}
20584
_ACEOF
21127
_ACEOF
20585
rm -f conftest.$ac_objext conftest$ac_exeext
21128
rm -f conftest.$ac_objext conftest$ac_exeext
20586
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21129
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20587
  (eval $ac_link) 2>&5
21130
  (eval $ac_link) 2>conftest.er1
20588
  ac_status=$?
21131
  ac_status=$?
-
 
21132
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21133
  rm -f conftest.er1
-
 
21134
  cat conftest.err >&5
20589
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21135
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20590
  (exit $ac_status); } &&
21136
  (exit $ac_status); } &&
-
 
21137
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21138
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21139
  (eval $ac_try) 2>&5
-
 
21140
  ac_status=$?
-
 
21141
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21142
  (exit $ac_status); }; } &&
20591
         { ac_try='test -s conftest$ac_exeext'
21143
	 { ac_try='test -s conftest$ac_exeext'
20592
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21144
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20593
  (eval $ac_try) 2>&5
21145
  (eval $ac_try) 2>&5
20594
  ac_status=$?
21146
  ac_status=$?
20595
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21147
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20596
  (exit $ac_status); }; }; then
21148
  (exit $ac_status); }; }; then
Line 20599... Line 21151...
20599
  echo "$as_me: failed program was:" >&5
21151
  echo "$as_me: failed program was:" >&5
20600
sed 's/^/| /' conftest.$ac_ext >&5
21152
sed 's/^/| /' conftest.$ac_ext >&5
20601
 
21153
 
20602
ac_cv_lib_cc_dynamic_main=no
21154
ac_cv_lib_cc_dynamic_main=no
20603
fi
21155
fi
-
 
21156
rm -f conftest.err conftest.$ac_objext \
20604
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21157
      conftest$ac_exeext conftest.$ac_ext
20605
LIBS=$ac_check_lib_save_LIBS
21158
LIBS=$ac_check_lib_save_LIBS
20606
fi
21159
fi
20607
echo "$as_me:$LINENO: result: $ac_cv_lib_cc_dynamic_main" >&5
21160
echo "$as_me:$LINENO: result: $ac_cv_lib_cc_dynamic_main" >&5
20608
echo "${ECHO_T}$ac_cv_lib_cc_dynamic_main" >&6
21161
echo "${ECHO_T}$ac_cv_lib_cc_dynamic_main" >&6
20609
if test $ac_cv_lib_cc_dynamic_main = yes; then
21162
if test $ac_cv_lib_cc_dynamic_main = yes; then
Line 20633... Line 21186...
20633
  echo $ECHO_N "(cached) $ECHO_C" >&6
21186
  echo $ECHO_N "(cached) $ECHO_C" >&6
20634
else
21187
else
20635
  ac_check_lib_save_LIBS=$LIBS
21188
  ac_check_lib_save_LIBS=$LIBS
20636
LIBS="-ldl  $LIBS"
21189
LIBS="-ldl  $LIBS"
20637
cat >conftest.$ac_ext <<_ACEOF
21190
cat >conftest.$ac_ext <<_ACEOF
20638
#line $LINENO "configure"
-
 
20639
/* confdefs.h.  */
21191
/* confdefs.h.  */
20640
_ACEOF
21192
_ACEOF
20641
cat confdefs.h >>conftest.$ac_ext
21193
cat confdefs.h >>conftest.$ac_ext
20642
cat >>conftest.$ac_ext <<_ACEOF
21194
cat >>conftest.$ac_ext <<_ACEOF
20643
/* end confdefs.h.  */
21195
/* end confdefs.h.  */
Line 20657... Line 21209...
20657
  return 0;
21209
  return 0;
20658
}
21210
}
20659
_ACEOF
21211
_ACEOF
20660
rm -f conftest.$ac_objext conftest$ac_exeext
21212
rm -f conftest.$ac_objext conftest$ac_exeext
20661
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21213
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20662
  (eval $ac_link) 2>&5
21214
  (eval $ac_link) 2>conftest.er1
20663
  ac_status=$?
21215
  ac_status=$?
-
 
21216
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21217
  rm -f conftest.er1
-
 
21218
  cat conftest.err >&5
20664
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21219
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20665
  (exit $ac_status); } &&
21220
  (exit $ac_status); } &&
-
 
21221
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21222
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21223
  (eval $ac_try) 2>&5
-
 
21224
  ac_status=$?
-
 
21225
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21226
  (exit $ac_status); }; } &&
20666
         { ac_try='test -s conftest$ac_exeext'
21227
	 { ac_try='test -s conftest$ac_exeext'
20667
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21228
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20668
  (eval $ac_try) 2>&5
21229
  (eval $ac_try) 2>&5
20669
  ac_status=$?
21230
  ac_status=$?
20670
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21231
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20671
  (exit $ac_status); }; }; then
21232
  (exit $ac_status); }; }; then
Line 20674... Line 21235...
20674
  echo "$as_me: failed program was:" >&5
21235
  echo "$as_me: failed program was:" >&5
20675
sed 's/^/| /' conftest.$ac_ext >&5
21236
sed 's/^/| /' conftest.$ac_ext >&5
20676
 
21237
 
20677
ac_cv_lib_dl_dlopen=no
21238
ac_cv_lib_dl_dlopen=no
20678
fi
21239
fi
-
 
21240
rm -f conftest.err conftest.$ac_objext \
20679
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21241
      conftest$ac_exeext conftest.$ac_ext
20680
LIBS=$ac_check_lib_save_LIBS
21242
LIBS=$ac_check_lib_save_LIBS
20681
fi
21243
fi
20682
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
21244
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
20683
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
21245
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
20684
if test $ac_cv_lib_dl_dlopen = yes; then
21246
if test $ac_cv_lib_dl_dlopen = yes; then
Line 20702... Line 21264...
20702
  echo $ECHO_N "(cached) $ECHO_C" >&6
21264
  echo $ECHO_N "(cached) $ECHO_C" >&6
20703
else
21265
else
20704
  ac_check_lib_save_LIBS=$LIBS
21266
  ac_check_lib_save_LIBS=$LIBS
20705
LIBS="-lreadline  $LIBS"
21267
LIBS="-lreadline  $LIBS"
20706
cat >conftest.$ac_ext <<_ACEOF
21268
cat >conftest.$ac_ext <<_ACEOF
20707
#line $LINENO "configure"
-
 
20708
/* confdefs.h.  */
21269
/* confdefs.h.  */
20709
_ACEOF
21270
_ACEOF
20710
cat confdefs.h >>conftest.$ac_ext
21271
cat confdefs.h >>conftest.$ac_ext
20711
cat >>conftest.$ac_ext <<_ACEOF
21272
cat >>conftest.$ac_ext <<_ACEOF
20712
/* end confdefs.h.  */
21273
/* end confdefs.h.  */
Line 20726... Line 21287...
20726
  return 0;
21287
  return 0;
20727
}
21288
}
20728
_ACEOF
21289
_ACEOF
20729
rm -f conftest.$ac_objext conftest$ac_exeext
21290
rm -f conftest.$ac_objext conftest$ac_exeext
20730
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21291
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20731
  (eval $ac_link) 2>&5
21292
  (eval $ac_link) 2>conftest.er1
20732
  ac_status=$?
21293
  ac_status=$?
-
 
21294
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21295
  rm -f conftest.er1
-
 
21296
  cat conftest.err >&5
20733
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21297
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20734
  (exit $ac_status); } &&
21298
  (exit $ac_status); } &&
-
 
21299
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21300
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21301
  (eval $ac_try) 2>&5
-
 
21302
  ac_status=$?
-
 
21303
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21304
  (exit $ac_status); }; } &&
20735
         { ac_try='test -s conftest$ac_exeext'
21305
	 { ac_try='test -s conftest$ac_exeext'
20736
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21306
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20737
  (eval $ac_try) 2>&5
21307
  (eval $ac_try) 2>&5
20738
  ac_status=$?
21308
  ac_status=$?
20739
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21309
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20740
  (exit $ac_status); }; }; then
21310
  (exit $ac_status); }; }; then
Line 20743... Line 21313...
20743
  echo "$as_me: failed program was:" >&5
21313
  echo "$as_me: failed program was:" >&5
20744
sed 's/^/| /' conftest.$ac_ext >&5
21314
sed 's/^/| /' conftest.$ac_ext >&5
20745
 
21315
 
20746
ac_cv_lib_readline_rl_callback_read_char=no
21316
ac_cv_lib_readline_rl_callback_read_char=no
20747
fi
21317
fi
-
 
21318
rm -f conftest.err conftest.$ac_objext \
20748
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21319
      conftest$ac_exeext conftest.$ac_ext
20749
LIBS=$ac_check_lib_save_LIBS
21320
LIBS=$ac_check_lib_save_LIBS
20750
fi
21321
fi
20751
echo "$as_me:$LINENO: result: $ac_cv_lib_readline_rl_callback_read_char" >&5
21322
echo "$as_me:$LINENO: result: $ac_cv_lib_readline_rl_callback_read_char" >&5
20752
echo "${ECHO_T}$ac_cv_lib_readline_rl_callback_read_char" >&6
21323
echo "${ECHO_T}$ac_cv_lib_readline_rl_callback_read_char" >&6
20753
if test $ac_cv_lib_readline_rl_callback_read_char = yes; then
21324
if test $ac_cv_lib_readline_rl_callback_read_char = yes; then
Line 20768... Line 21339...
20768
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
21339
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
20769
if test "${ac_cv_header_stdc+set}" = set; then
21340
if test "${ac_cv_header_stdc+set}" = set; then
20770
  echo $ECHO_N "(cached) $ECHO_C" >&6
21341
  echo $ECHO_N "(cached) $ECHO_C" >&6
20771
else
21342
else
20772
  cat >conftest.$ac_ext <<_ACEOF
21343
  cat >conftest.$ac_ext <<_ACEOF
20773
#line $LINENO "configure"
-
 
20774
/* confdefs.h.  */
21344
/* confdefs.h.  */
20775
_ACEOF
21345
_ACEOF
20776
cat confdefs.h >>conftest.$ac_ext
21346
cat confdefs.h >>conftest.$ac_ext
20777
cat >>conftest.$ac_ext <<_ACEOF
21347
cat >>conftest.$ac_ext <<_ACEOF
20778
/* end confdefs.h.  */
21348
/* end confdefs.h.  */
Line 20789... Line 21359...
20789
  return 0;
21359
  return 0;
20790
}
21360
}
20791
_ACEOF
21361
_ACEOF
20792
rm -f conftest.$ac_objext
21362
rm -f conftest.$ac_objext
20793
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21363
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20794
  (eval $ac_compile) 2>&5
21364
  (eval $ac_compile) 2>conftest.er1
20795
  ac_status=$?
21365
  ac_status=$?
-
 
21366
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21367
  rm -f conftest.er1
-
 
21368
  cat conftest.err >&5
20796
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20797
  (exit $ac_status); } &&
21370
  (exit $ac_status); } &&
-
 
21371
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21372
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21373
  (eval $ac_try) 2>&5
-
 
21374
  ac_status=$?
-
 
21375
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21376
  (exit $ac_status); }; } &&
20798
         { ac_try='test -s conftest.$ac_objext'
21377
	 { ac_try='test -s conftest.$ac_objext'
20799
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21378
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20800
  (eval $ac_try) 2>&5
21379
  (eval $ac_try) 2>&5
20801
  ac_status=$?
21380
  ac_status=$?
20802
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21381
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20803
  (exit $ac_status); }; }; then
21382
  (exit $ac_status); }; }; then
Line 20806... Line 21385...
20806
  echo "$as_me: failed program was:" >&5
21385
  echo "$as_me: failed program was:" >&5
20807
sed 's/^/| /' conftest.$ac_ext >&5
21386
sed 's/^/| /' conftest.$ac_ext >&5
20808
 
21387
 
20809
ac_cv_header_stdc=no
21388
ac_cv_header_stdc=no
20810
fi
21389
fi
20811
rm -f conftest.$ac_objext conftest.$ac_ext
21390
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20812
 
21391
 
20813
if test $ac_cv_header_stdc = yes; then
21392
if test $ac_cv_header_stdc = yes; then
20814
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
21393
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
20815
  cat >conftest.$ac_ext <<_ACEOF
21394
  cat >conftest.$ac_ext <<_ACEOF
20816
#line $LINENO "configure"
-
 
20817
/* confdefs.h.  */
21395
/* confdefs.h.  */
20818
_ACEOF
21396
_ACEOF
20819
cat confdefs.h >>conftest.$ac_ext
21397
cat confdefs.h >>conftest.$ac_ext
20820
cat >>conftest.$ac_ext <<_ACEOF
21398
cat >>conftest.$ac_ext <<_ACEOF
20821
/* end confdefs.h.  */
21399
/* end confdefs.h.  */
Line 20833... Line 21411...
20833
fi
21411
fi
20834
 
21412
 
20835
if test $ac_cv_header_stdc = yes; then
21413
if test $ac_cv_header_stdc = yes; then
20836
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
21414
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
20837
  cat >conftest.$ac_ext <<_ACEOF
21415
  cat >conftest.$ac_ext <<_ACEOF
20838
#line $LINENO "configure"
-
 
20839
/* confdefs.h.  */
21416
/* confdefs.h.  */
20840
_ACEOF
21417
_ACEOF
20841
cat confdefs.h >>conftest.$ac_ext
21418
cat confdefs.h >>conftest.$ac_ext
20842
cat >>conftest.$ac_ext <<_ACEOF
21419
cat >>conftest.$ac_ext <<_ACEOF
20843
/* end confdefs.h.  */
21420
/* end confdefs.h.  */
Line 20858... Line 21435...
20858
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
21435
  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20859
  if test "$cross_compiling" = yes; then
21436
  if test "$cross_compiling" = yes; then
20860
  :
21437
  :
20861
else
21438
else
20862
  cat >conftest.$ac_ext <<_ACEOF
21439
  cat >conftest.$ac_ext <<_ACEOF
20863
#line $LINENO "configure"
-
 
20864
/* confdefs.h.  */
21440
/* confdefs.h.  */
20865
_ACEOF
21441
_ACEOF
20866
cat confdefs.h >>conftest.$ac_ext
21442
cat confdefs.h >>conftest.$ac_ext
20867
cat >>conftest.$ac_ext <<_ACEOF
21443
cat >>conftest.$ac_ext <<_ACEOF
20868
/* end confdefs.h.  */
21444
/* end confdefs.h.  */
Line 20870... Line 21446...
20870
#if ((' ' & 0x0FF) == 0x020)
21446
#if ((' ' & 0x0FF) == 0x020)
20871
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
21447
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20872
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
21448
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20873
#else
21449
#else
20874
# define ISLOWER(c) \
21450
# define ISLOWER(c) \
20875
                   (('a' <= (c) && (c) <= 'i') \
21451
		   (('a' <= (c) && (c) <= 'i') \
20876
                     || ('j' <= (c) && (c) <= 'r') \
21452
		     || ('j' <= (c) && (c) <= 'r') \
20877
                     || ('s' <= (c) && (c) <= 'z'))
21453
		     || ('s' <= (c) && (c) <= 'z'))
20878
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
21454
# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20879
#endif
21455
#endif
20880
 
21456
 
20881
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
21457
#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20882
int
21458
int
20883
main ()
21459
main ()
20884
{
21460
{
20885
  int i;
21461
  int i;
20886
  for (i = 0; i < 256; i++)
21462
  for (i = 0; i < 256; i++)
20887
    if (XOR (islower (i), ISLOWER (i))
21463
    if (XOR (islower (i), ISLOWER (i))
20888
        || toupper (i) != TOUPPER (i))
21464
	|| toupper (i) != TOUPPER (i))
20889
      exit(2);
21465
      exit(2);
20890
  exit (0);
21466
  exit (0);
20891
}
21467
}
20892
_ACEOF
21468
_ACEOF
20893
rm -f conftest$ac_exeext
21469
rm -f conftest$ac_exeext
Line 20908... Line 21484...
20908
sed 's/^/| /' conftest.$ac_ext >&5
21484
sed 's/^/| /' conftest.$ac_ext >&5
20909
 
21485
 
20910
( exit $ac_status )
21486
( exit $ac_status )
20911
ac_cv_header_stdc=no
21487
ac_cv_header_stdc=no
20912
fi
21488
fi
20913
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21489
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20914
fi
21490
fi
20915
fi
21491
fi
20916
fi
21492
fi
20917
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
21493
echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
20918
echo "${ECHO_T}$ac_cv_header_stdc" >&6
21494
echo "${ECHO_T}$ac_cv_header_stdc" >&6
Line 20928... Line 21504...
20928
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
21504
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
20929
if test "${ac_cv_header_time+set}" = set; then
21505
if test "${ac_cv_header_time+set}" = set; then
20930
  echo $ECHO_N "(cached) $ECHO_C" >&6
21506
  echo $ECHO_N "(cached) $ECHO_C" >&6
20931
else
21507
else
20932
  cat >conftest.$ac_ext <<_ACEOF
21508
  cat >conftest.$ac_ext <<_ACEOF
20933
#line $LINENO "configure"
-
 
20934
/* confdefs.h.  */
21509
/* confdefs.h.  */
20935
_ACEOF
21510
_ACEOF
20936
cat confdefs.h >>conftest.$ac_ext
21511
cat confdefs.h >>conftest.$ac_ext
20937
cat >>conftest.$ac_ext <<_ACEOF
21512
cat >>conftest.$ac_ext <<_ACEOF
20938
/* end confdefs.h.  */
21513
/* end confdefs.h.  */
Line 20949... Line 21524...
20949
  return 0;
21524
  return 0;
20950
}
21525
}
20951
_ACEOF
21526
_ACEOF
20952
rm -f conftest.$ac_objext
21527
rm -f conftest.$ac_objext
20953
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21528
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20954
  (eval $ac_compile) 2>&5
21529
  (eval $ac_compile) 2>conftest.er1
20955
  ac_status=$?
21530
  ac_status=$?
-
 
21531
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21532
  rm -f conftest.er1
-
 
21533
  cat conftest.err >&5
20956
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21534
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20957
  (exit $ac_status); } &&
21535
  (exit $ac_status); } &&
-
 
21536
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21537
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21538
  (eval $ac_try) 2>&5
-
 
21539
  ac_status=$?
-
 
21540
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21541
  (exit $ac_status); }; } &&
20958
         { ac_try='test -s conftest.$ac_objext'
21542
	 { ac_try='test -s conftest.$ac_objext'
20959
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21543
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20960
  (eval $ac_try) 2>&5
21544
  (eval $ac_try) 2>&5
20961
  ac_status=$?
21545
  ac_status=$?
20962
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
20963
  (exit $ac_status); }; }; then
21547
  (exit $ac_status); }; }; then
Line 20966... Line 21550...
20966
  echo "$as_me: failed program was:" >&5
21550
  echo "$as_me: failed program was:" >&5
20967
sed 's/^/| /' conftest.$ac_ext >&5
21551
sed 's/^/| /' conftest.$ac_ext >&5
20968
 
21552
 
20969
ac_cv_header_time=no
21553
ac_cv_header_time=no
20970
fi
21554
fi
20971
rm -f conftest.$ac_objext conftest.$ac_ext
21555
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20972
fi
21556
fi
20973
echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
21557
echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
20974
echo "${ECHO_T}$ac_cv_header_time" >&6
21558
echo "${ECHO_T}$ac_cv_header_time" >&6
20975
if test $ac_cv_header_time = yes; then
21559
if test $ac_cv_header_time = yes; then
20976
 
21560
 
Line 20992... Line 21576...
20992
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
21576
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
20993
if eval "test \"\${$as_ac_Header+set}\" = set"; then
21577
if eval "test \"\${$as_ac_Header+set}\" = set"; then
20994
  echo $ECHO_N "(cached) $ECHO_C" >&6
21578
  echo $ECHO_N "(cached) $ECHO_C" >&6
20995
else
21579
else
20996
  cat >conftest.$ac_ext <<_ACEOF
21580
  cat >conftest.$ac_ext <<_ACEOF
20997
#line $LINENO "configure"
-
 
20998
/* confdefs.h.  */
21581
/* confdefs.h.  */
20999
_ACEOF
21582
_ACEOF
21000
cat confdefs.h >>conftest.$ac_ext
21583
cat confdefs.h >>conftest.$ac_ext
21001
cat >>conftest.$ac_ext <<_ACEOF
21584
cat >>conftest.$ac_ext <<_ACEOF
21002
/* end confdefs.h.  */
21585
/* end confdefs.h.  */
Line 21012... Line 21595...
21012
  return 0;
21595
  return 0;
21013
}
21596
}
21014
_ACEOF
21597
_ACEOF
21015
rm -f conftest.$ac_objext
21598
rm -f conftest.$ac_objext
21016
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21599
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21017
  (eval $ac_compile) 2>&5
21600
  (eval $ac_compile) 2>conftest.er1
21018
  ac_status=$?
21601
  ac_status=$?
-
 
21602
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21603
  rm -f conftest.er1
-
 
21604
  cat conftest.err >&5
21019
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21605
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020
  (exit $ac_status); } &&
21606
  (exit $ac_status); } &&
-
 
21607
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21608
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21609
  (eval $ac_try) 2>&5
-
 
21610
  ac_status=$?
-
 
21611
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21612
  (exit $ac_status); }; } &&
21021
         { ac_try='test -s conftest.$ac_objext'
21613
	 { ac_try='test -s conftest.$ac_objext'
21022
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21614
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21023
  (eval $ac_try) 2>&5
21615
  (eval $ac_try) 2>&5
21024
  ac_status=$?
21616
  ac_status=$?
21025
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21617
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21026
  (exit $ac_status); }; }; then
21618
  (exit $ac_status); }; }; then
Line 21029... Line 21621...
21029
  echo "$as_me: failed program was:" >&5
21621
  echo "$as_me: failed program was:" >&5
21030
sed 's/^/| /' conftest.$ac_ext >&5
21622
sed 's/^/| /' conftest.$ac_ext >&5
21031
 
21623
 
21032
eval "$as_ac_Header=no"
21624
eval "$as_ac_Header=no"
21033
fi
21625
fi
21034
rm -f conftest.$ac_objext conftest.$ac_ext
21626
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21035
fi
21627
fi
21036
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21628
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21037
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21629
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21038
if test `eval echo '${'$as_ac_Header'}'` = yes; then
21630
if test `eval echo '${'$as_ac_Header'}'` = yes; then
21039
  cat >>confdefs.h <<_ACEOF
21631
  cat >>confdefs.h <<_ACEOF
Line 21052... Line 21644...
21052
  echo $ECHO_N "(cached) $ECHO_C" >&6
21644
  echo $ECHO_N "(cached) $ECHO_C" >&6
21053
else
21645
else
21054
  ac_func_search_save_LIBS=$LIBS
21646
  ac_func_search_save_LIBS=$LIBS
21055
ac_cv_search_opendir=no
21647
ac_cv_search_opendir=no
21056
cat >conftest.$ac_ext <<_ACEOF
21648
cat >conftest.$ac_ext <<_ACEOF
21057
#line $LINENO "configure"
-
 
21058
/* confdefs.h.  */
21649
/* confdefs.h.  */
21059
_ACEOF
21650
_ACEOF
21060
cat confdefs.h >>conftest.$ac_ext
21651
cat confdefs.h >>conftest.$ac_ext
21061
cat >>conftest.$ac_ext <<_ACEOF
21652
cat >>conftest.$ac_ext <<_ACEOF
21062
/* end confdefs.h.  */
21653
/* end confdefs.h.  */
Line 21076... Line 21667...
21076
  return 0;
21667
  return 0;
21077
}
21668
}
21078
_ACEOF
21669
_ACEOF
21079
rm -f conftest.$ac_objext conftest$ac_exeext
21670
rm -f conftest.$ac_objext conftest$ac_exeext
21080
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21671
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21081
  (eval $ac_link) 2>&5
21672
  (eval $ac_link) 2>conftest.er1
21082
  ac_status=$?
21673
  ac_status=$?
-
 
21674
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21675
  rm -f conftest.er1
-
 
21676
  cat conftest.err >&5
21083
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084
  (exit $ac_status); } &&
21678
  (exit $ac_status); } &&
-
 
21679
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21680
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21681
  (eval $ac_try) 2>&5
-
 
21682
  ac_status=$?
-
 
21683
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21684
  (exit $ac_status); }; } &&
21085
         { ac_try='test -s conftest$ac_exeext'
21685
	 { ac_try='test -s conftest$ac_exeext'
21086
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21686
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21087
  (eval $ac_try) 2>&5
21687
  (eval $ac_try) 2>&5
21088
  ac_status=$?
21688
  ac_status=$?
21089
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21689
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21090
  (exit $ac_status); }; }; then
21690
  (exit $ac_status); }; }; then
Line 21092... Line 21692...
21092
else
21692
else
21093
  echo "$as_me: failed program was:" >&5
21693
  echo "$as_me: failed program was:" >&5
21094
sed 's/^/| /' conftest.$ac_ext >&5
21694
sed 's/^/| /' conftest.$ac_ext >&5
21095
 
21695
 
21096
fi
21696
fi
-
 
21697
rm -f conftest.err conftest.$ac_objext \
21097
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21698
      conftest$ac_exeext conftest.$ac_ext
21098
if test "$ac_cv_search_opendir" = no; then
21699
if test "$ac_cv_search_opendir" = no; then
21099
  for ac_lib in dir; do
21700
  for ac_lib in dir; do
21100
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
21701
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
21101
    cat >conftest.$ac_ext <<_ACEOF
21702
    cat >conftest.$ac_ext <<_ACEOF
21102
#line $LINENO "configure"
-
 
21103
/* confdefs.h.  */
21703
/* confdefs.h.  */
21104
_ACEOF
21704
_ACEOF
21105
cat confdefs.h >>conftest.$ac_ext
21705
cat confdefs.h >>conftest.$ac_ext
21106
cat >>conftest.$ac_ext <<_ACEOF
21706
cat >>conftest.$ac_ext <<_ACEOF
21107
/* end confdefs.h.  */
21707
/* end confdefs.h.  */
Line 21121... Line 21721...
21121
  return 0;
21721
  return 0;
21122
}
21722
}
21123
_ACEOF
21723
_ACEOF
21124
rm -f conftest.$ac_objext conftest$ac_exeext
21724
rm -f conftest.$ac_objext conftest$ac_exeext
21125
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21725
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21126
  (eval $ac_link) 2>&5
21726
  (eval $ac_link) 2>conftest.er1
21127
  ac_status=$?
21727
  ac_status=$?
-
 
21728
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21729
  rm -f conftest.er1
-
 
21730
  cat conftest.err >&5
21128
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21731
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21129
  (exit $ac_status); } &&
21732
  (exit $ac_status); } &&
-
 
21733
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21734
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21735
  (eval $ac_try) 2>&5
-
 
21736
  ac_status=$?
-
 
21737
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21738
  (exit $ac_status); }; } &&
21130
         { ac_try='test -s conftest$ac_exeext'
21739
	 { ac_try='test -s conftest$ac_exeext'
21131
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21740
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21132
  (eval $ac_try) 2>&5
21741
  (eval $ac_try) 2>&5
21133
  ac_status=$?
21742
  ac_status=$?
21134
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21135
  (exit $ac_status); }; }; then
21744
  (exit $ac_status); }; }; then
Line 21138... Line 21747...
21138
else
21747
else
21139
  echo "$as_me: failed program was:" >&5
21748
  echo "$as_me: failed program was:" >&5
21140
sed 's/^/| /' conftest.$ac_ext >&5
21749
sed 's/^/| /' conftest.$ac_ext >&5
21141
 
21750
 
21142
fi
21751
fi
-
 
21752
rm -f conftest.err conftest.$ac_objext \
21143
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21753
      conftest$ac_exeext conftest.$ac_ext
21144
  done
21754
  done
21145
fi
21755
fi
21146
LIBS=$ac_func_search_save_LIBS
21756
LIBS=$ac_func_search_save_LIBS
21147
fi
21757
fi
21148
echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
21758
echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
Line 21159... Line 21769...
21159
  echo $ECHO_N "(cached) $ECHO_C" >&6
21769
  echo $ECHO_N "(cached) $ECHO_C" >&6
21160
else
21770
else
21161
  ac_func_search_save_LIBS=$LIBS
21771
  ac_func_search_save_LIBS=$LIBS
21162
ac_cv_search_opendir=no
21772
ac_cv_search_opendir=no
21163
cat >conftest.$ac_ext <<_ACEOF
21773
cat >conftest.$ac_ext <<_ACEOF
21164
#line $LINENO "configure"
-
 
21165
/* confdefs.h.  */
21774
/* confdefs.h.  */
21166
_ACEOF
21775
_ACEOF
21167
cat confdefs.h >>conftest.$ac_ext
21776
cat confdefs.h >>conftest.$ac_ext
21168
cat >>conftest.$ac_ext <<_ACEOF
21777
cat >>conftest.$ac_ext <<_ACEOF
21169
/* end confdefs.h.  */
21778
/* end confdefs.h.  */
Line 21183... Line 21792...
21183
  return 0;
21792
  return 0;
21184
}
21793
}
21185
_ACEOF
21794
_ACEOF
21186
rm -f conftest.$ac_objext conftest$ac_exeext
21795
rm -f conftest.$ac_objext conftest$ac_exeext
21187
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21796
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21188
  (eval $ac_link) 2>&5
21797
  (eval $ac_link) 2>conftest.er1
21189
  ac_status=$?
21798
  ac_status=$?
-
 
21799
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21800
  rm -f conftest.er1
-
 
21801
  cat conftest.err >&5
21190
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21802
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191
  (exit $ac_status); } &&
21803
  (exit $ac_status); } &&
-
 
21804
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21805
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21806
  (eval $ac_try) 2>&5
-
 
21807
  ac_status=$?
-
 
21808
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21809
  (exit $ac_status); }; } &&
21192
         { ac_try='test -s conftest$ac_exeext'
21810
	 { ac_try='test -s conftest$ac_exeext'
21193
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21811
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21194
  (eval $ac_try) 2>&5
21812
  (eval $ac_try) 2>&5
21195
  ac_status=$?
21813
  ac_status=$?
21196
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21814
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21197
  (exit $ac_status); }; }; then
21815
  (exit $ac_status); }; }; then
Line 21199... Line 21817...
21199
else
21817
else
21200
  echo "$as_me: failed program was:" >&5
21818
  echo "$as_me: failed program was:" >&5
21201
sed 's/^/| /' conftest.$ac_ext >&5
21819
sed 's/^/| /' conftest.$ac_ext >&5
21202
 
21820
 
21203
fi
21821
fi
-
 
21822
rm -f conftest.err conftest.$ac_objext \
21204
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21823
      conftest$ac_exeext conftest.$ac_ext
21205
if test "$ac_cv_search_opendir" = no; then
21824
if test "$ac_cv_search_opendir" = no; then
21206
  for ac_lib in x; do
21825
  for ac_lib in x; do
21207
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
21826
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
21208
    cat >conftest.$ac_ext <<_ACEOF
21827
    cat >conftest.$ac_ext <<_ACEOF
21209
#line $LINENO "configure"
-
 
21210
/* confdefs.h.  */
21828
/* confdefs.h.  */
21211
_ACEOF
21829
_ACEOF
21212
cat confdefs.h >>conftest.$ac_ext
21830
cat confdefs.h >>conftest.$ac_ext
21213
cat >>conftest.$ac_ext <<_ACEOF
21831
cat >>conftest.$ac_ext <<_ACEOF
21214
/* end confdefs.h.  */
21832
/* end confdefs.h.  */
Line 21228... Line 21846...
21228
  return 0;
21846
  return 0;
21229
}
21847
}
21230
_ACEOF
21848
_ACEOF
21231
rm -f conftest.$ac_objext conftest$ac_exeext
21849
rm -f conftest.$ac_objext conftest$ac_exeext
21232
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21850
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21233
  (eval $ac_link) 2>&5
21851
  (eval $ac_link) 2>conftest.er1
21234
  ac_status=$?
21852
  ac_status=$?
-
 
21853
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21854
  rm -f conftest.er1
-
 
21855
  cat conftest.err >&5
21235
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21856
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236
  (exit $ac_status); } &&
21857
  (exit $ac_status); } &&
-
 
21858
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21859
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21860
  (eval $ac_try) 2>&5
-
 
21861
  ac_status=$?
-
 
21862
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21863
  (exit $ac_status); }; } &&
21237
         { ac_try='test -s conftest$ac_exeext'
21864
	 { ac_try='test -s conftest$ac_exeext'
21238
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21865
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21239
  (eval $ac_try) 2>&5
21866
  (eval $ac_try) 2>&5
21240
  ac_status=$?
21867
  ac_status=$?
21241
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21868
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21242
  (exit $ac_status); }; }; then
21869
  (exit $ac_status); }; }; then
Line 21245... Line 21872...
21245
else
21872
else
21246
  echo "$as_me: failed program was:" >&5
21873
  echo "$as_me: failed program was:" >&5
21247
sed 's/^/| /' conftest.$ac_ext >&5
21874
sed 's/^/| /' conftest.$ac_ext >&5
21248
 
21875
 
21249
fi
21876
fi
-
 
21877
rm -f conftest.err conftest.$ac_objext \
21250
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21878
      conftest$ac_exeext conftest.$ac_ext
21251
  done
21879
  done
21252
fi
21880
fi
21253
LIBS=$ac_func_search_save_LIBS
21881
LIBS=$ac_func_search_save_LIBS
21254
fi
21882
fi
21255
echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
21883
echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
Line 21265... Line 21893...
21265
echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
21893
echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
21266
if test "${ac_cv_header_sys_wait_h+set}" = set; then
21894
if test "${ac_cv_header_sys_wait_h+set}" = set; then
21267
  echo $ECHO_N "(cached) $ECHO_C" >&6
21895
  echo $ECHO_N "(cached) $ECHO_C" >&6
21268
else
21896
else
21269
  cat >conftest.$ac_ext <<_ACEOF
21897
  cat >conftest.$ac_ext <<_ACEOF
21270
#line $LINENO "configure"
-
 
21271
/* confdefs.h.  */
21898
/* confdefs.h.  */
21272
_ACEOF
21899
_ACEOF
21273
cat confdefs.h >>conftest.$ac_ext
21900
cat confdefs.h >>conftest.$ac_ext
21274
cat >>conftest.$ac_ext <<_ACEOF
21901
cat >>conftest.$ac_ext <<_ACEOF
21275
/* end confdefs.h.  */
21902
/* end confdefs.h.  */
Line 21292... Line 21919...
21292
  return 0;
21919
  return 0;
21293
}
21920
}
21294
_ACEOF
21921
_ACEOF
21295
rm -f conftest.$ac_objext
21922
rm -f conftest.$ac_objext
21296
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21923
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21297
  (eval $ac_compile) 2>&5
21924
  (eval $ac_compile) 2>conftest.er1
21298
  ac_status=$?
21925
  ac_status=$?
-
 
21926
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
21927
  rm -f conftest.er1
-
 
21928
  cat conftest.err >&5
21299
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21929
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300
  (exit $ac_status); } &&
21930
  (exit $ac_status); } &&
-
 
21931
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
21932
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
21933
  (eval $ac_try) 2>&5
-
 
21934
  ac_status=$?
-
 
21935
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
21936
  (exit $ac_status); }; } &&
21301
         { ac_try='test -s conftest.$ac_objext'
21937
	 { ac_try='test -s conftest.$ac_objext'
21302
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21938
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21303
  (eval $ac_try) 2>&5
21939
  (eval $ac_try) 2>&5
21304
  ac_status=$?
21940
  ac_status=$?
21305
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21941
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21306
  (exit $ac_status); }; }; then
21942
  (exit $ac_status); }; }; then
Line 21309... Line 21945...
21309
  echo "$as_me: failed program was:" >&5
21945
  echo "$as_me: failed program was:" >&5
21310
sed 's/^/| /' conftest.$ac_ext >&5
21946
sed 's/^/| /' conftest.$ac_ext >&5
21311
 
21947
 
21312
ac_cv_header_sys_wait_h=no
21948
ac_cv_header_sys_wait_h=no
21313
fi
21949
fi
21314
rm -f conftest.$ac_objext conftest.$ac_ext
21950
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21315
fi
21951
fi
21316
echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
21952
echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
21317
echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
21953
echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
21318
if test $ac_cv_header_sys_wait_h = yes; then
21954
if test $ac_cv_header_sys_wait_h = yes; then
21319
 
21955
 
Line 21372... Line 22008...
21372
else
22008
else
21373
  # Is the header compilable?
22009
  # Is the header compilable?
21374
echo "$as_me:$LINENO: checking $ac_header usability" >&5
22010
echo "$as_me:$LINENO: checking $ac_header usability" >&5
21375
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22011
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21376
cat >conftest.$ac_ext <<_ACEOF
22012
cat >conftest.$ac_ext <<_ACEOF
21377
#line $LINENO "configure"
-
 
21378
/* confdefs.h.  */
22013
/* confdefs.h.  */
21379
_ACEOF
22014
_ACEOF
21380
cat confdefs.h >>conftest.$ac_ext
22015
cat confdefs.h >>conftest.$ac_ext
21381
cat >>conftest.$ac_ext <<_ACEOF
22016
cat >>conftest.$ac_ext <<_ACEOF
21382
/* end confdefs.h.  */
22017
/* end confdefs.h.  */
21383
$ac_includes_default
22018
$ac_includes_default
21384
#include <$ac_header>
22019
#include <$ac_header>
21385
_ACEOF
22020
_ACEOF
21386
rm -f conftest.$ac_objext
22021
rm -f conftest.$ac_objext
21387
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22022
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21388
  (eval $ac_compile) 2>&5
22023
  (eval $ac_compile) 2>conftest.er1
21389
  ac_status=$?
22024
  ac_status=$?
-
 
22025
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22026
  rm -f conftest.er1
-
 
22027
  cat conftest.err >&5
21390
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22028
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21391
  (exit $ac_status); } &&
22029
  (exit $ac_status); } &&
-
 
22030
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22031
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22032
  (eval $ac_try) 2>&5
-
 
22033
  ac_status=$?
-
 
22034
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22035
  (exit $ac_status); }; } &&
21392
         { ac_try='test -s conftest.$ac_objext'
22036
	 { ac_try='test -s conftest.$ac_objext'
21393
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22037
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21394
  (eval $ac_try) 2>&5
22038
  (eval $ac_try) 2>&5
21395
  ac_status=$?
22039
  ac_status=$?
21396
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22040
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21397
  (exit $ac_status); }; }; then
22041
  (exit $ac_status); }; }; then
Line 21400... Line 22044...
21400
  echo "$as_me: failed program was:" >&5
22044
  echo "$as_me: failed program was:" >&5
21401
sed 's/^/| /' conftest.$ac_ext >&5
22045
sed 's/^/| /' conftest.$ac_ext >&5
21402
 
22046
 
21403
ac_header_compiler=no
22047
ac_header_compiler=no
21404
fi
22048
fi
21405
rm -f conftest.$ac_objext conftest.$ac_ext
22049
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21406
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22050
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21407
echo "${ECHO_T}$ac_header_compiler" >&6
22051
echo "${ECHO_T}$ac_header_compiler" >&6
21408
 
22052
 
21409
# Is the header present?
22053
# Is the header present?
21410
echo "$as_me:$LINENO: checking $ac_header presence" >&5
22054
echo "$as_me:$LINENO: checking $ac_header presence" >&5
21411
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22055
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21412
cat >conftest.$ac_ext <<_ACEOF
22056
cat >conftest.$ac_ext <<_ACEOF
21413
#line $LINENO "configure"
-
 
21414
/* confdefs.h.  */
22057
/* confdefs.h.  */
21415
_ACEOF
22058
_ACEOF
21416
cat confdefs.h >>conftest.$ac_ext
22059
cat confdefs.h >>conftest.$ac_ext
21417
cat >>conftest.$ac_ext <<_ACEOF
22060
cat >>conftest.$ac_ext <<_ACEOF
21418
/* end confdefs.h.  */
22061
/* end confdefs.h.  */
Line 21426... Line 22069...
21426
  cat conftest.err >&5
22069
  cat conftest.err >&5
21427
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21428
  (exit $ac_status); } >/dev/null; then
22071
  (exit $ac_status); } >/dev/null; then
21429
  if test -s conftest.err; then
22072
  if test -s conftest.err; then
21430
    ac_cpp_err=$ac_c_preproc_warn_flag
22073
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
22074
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21431
  else
22075
  else
21432
    ac_cpp_err=
22076
    ac_cpp_err=
21433
  fi
22077
  fi
21434
else
22078
else
21435
  ac_cpp_err=yes
22079
  ac_cpp_err=yes
Line 21445... Line 22089...
21445
rm -f conftest.err conftest.$ac_ext
22089
rm -f conftest.err conftest.$ac_ext
21446
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22090
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21447
echo "${ECHO_T}$ac_header_preproc" >&6
22091
echo "${ECHO_T}$ac_header_preproc" >&6
21448
 
22092
 
21449
# So?  What about this header?
22093
# So?  What about this header?
21450
case $ac_header_compiler:$ac_header_preproc in
22094
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21451
  yes:no )
22095
  yes:no: )
21452
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22096
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21453
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22097
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21454
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22098
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21455
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22099
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21456
    (
-
 
21457
      cat <<\_ASBOX
22100
    ac_header_preproc=yes
21458
## ------------------------------------ ##
-
 
21459
## Report this to bug-autoconf@gnu.org. ##
-
 
21460
## ------------------------------------ ##
-
 
21461
_ASBOX
-
 
21462
    ) |
-
 
21463
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
21464
    ;;
22101
    ;;
21465
  no:yes )
22102
  no:yes:* )
21466
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22103
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21467
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22104
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21468
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22105
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
21469
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22106
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-
 
22107
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-
 
22108
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-
 
22109
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-
 
22110
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
21470
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22111
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21471
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22112
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-
 
22113
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-
 
22114
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21472
    (
22115
    (
21473
      cat <<\_ASBOX
22116
      cat <<\_ASBOX
21474
## ------------------------------------ ##
22117
## ----------------------------------- ##
21475
## Report this to bug-autoconf@gnu.org. ##
22118
## Report this to r-bugs@R-project.org ##
21476
## ------------------------------------ ##
22119
## ----------------------------------- ##
21477
_ASBOX
22120
_ASBOX
21478
    ) |
22121
    ) |
21479
      sed "s/^/$as_me: WARNING:     /" >&2
22122
      sed "s/^/$as_me: WARNING:     /" >&2
21480
    ;;
22123
    ;;
21481
esac
22124
esac
21482
echo "$as_me:$LINENO: checking for $ac_header" >&5
22125
echo "$as_me:$LINENO: checking for $ac_header" >&5
21483
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22126
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21484
if eval "test \"\${$as_ac_Header+set}\" = set"; then
22127
if eval "test \"\${$as_ac_Header+set}\" = set"; then
21485
  echo $ECHO_N "(cached) $ECHO_C" >&6
22128
  echo $ECHO_N "(cached) $ECHO_C" >&6
21486
else
22129
else
21487
  eval "$as_ac_Header=$ac_header_preproc"
22130
  eval "$as_ac_Header=\$ac_header_preproc"
21488
fi
22131
fi
21489
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22132
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21490
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22133
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21491
 
22134
 
21492
fi
22135
fi
Line 21520... Line 22163...
21520
else
22163
else
21521
  # Is the header compilable?
22164
  # Is the header compilable?
21522
echo "$as_me:$LINENO: checking $ac_header usability" >&5
22165
echo "$as_me:$LINENO: checking $ac_header usability" >&5
21523
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22166
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21524
cat >conftest.$ac_ext <<_ACEOF
22167
cat >conftest.$ac_ext <<_ACEOF
21525
#line $LINENO "configure"
-
 
21526
/* confdefs.h.  */
22168
/* confdefs.h.  */
21527
_ACEOF
22169
_ACEOF
21528
cat confdefs.h >>conftest.$ac_ext
22170
cat confdefs.h >>conftest.$ac_ext
21529
cat >>conftest.$ac_ext <<_ACEOF
22171
cat >>conftest.$ac_ext <<_ACEOF
21530
/* end confdefs.h.  */
22172
/* end confdefs.h.  */
21531
$ac_includes_default
22173
$ac_includes_default
21532
#include <$ac_header>
22174
#include <$ac_header>
21533
_ACEOF
22175
_ACEOF
21534
rm -f conftest.$ac_objext
22176
rm -f conftest.$ac_objext
21535
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22177
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21536
  (eval $ac_compile) 2>&5
22178
  (eval $ac_compile) 2>conftest.er1
21537
  ac_status=$?
22179
  ac_status=$?
-
 
22180
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22181
  rm -f conftest.er1
-
 
22182
  cat conftest.err >&5
21538
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22183
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21539
  (exit $ac_status); } &&
22184
  (exit $ac_status); } &&
-
 
22185
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22186
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22187
  (eval $ac_try) 2>&5
-
 
22188
  ac_status=$?
-
 
22189
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22190
  (exit $ac_status); }; } &&
21540
         { ac_try='test -s conftest.$ac_objext'
22191
	 { ac_try='test -s conftest.$ac_objext'
21541
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22192
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21542
  (eval $ac_try) 2>&5
22193
  (eval $ac_try) 2>&5
21543
  ac_status=$?
22194
  ac_status=$?
21544
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22195
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21545
  (exit $ac_status); }; }; then
22196
  (exit $ac_status); }; }; then
Line 21548... Line 22199...
21548
  echo "$as_me: failed program was:" >&5
22199
  echo "$as_me: failed program was:" >&5
21549
sed 's/^/| /' conftest.$ac_ext >&5
22200
sed 's/^/| /' conftest.$ac_ext >&5
21550
 
22201
 
21551
ac_header_compiler=no
22202
ac_header_compiler=no
21552
fi
22203
fi
21553
rm -f conftest.$ac_objext conftest.$ac_ext
22204
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21554
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22205
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21555
echo "${ECHO_T}$ac_header_compiler" >&6
22206
echo "${ECHO_T}$ac_header_compiler" >&6
21556
 
22207
 
21557
# Is the header present?
22208
# Is the header present?
21558
echo "$as_me:$LINENO: checking $ac_header presence" >&5
22209
echo "$as_me:$LINENO: checking $ac_header presence" >&5
21559
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22210
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21560
cat >conftest.$ac_ext <<_ACEOF
22211
cat >conftest.$ac_ext <<_ACEOF
21561
#line $LINENO "configure"
-
 
21562
/* confdefs.h.  */
22212
/* confdefs.h.  */
21563
_ACEOF
22213
_ACEOF
21564
cat confdefs.h >>conftest.$ac_ext
22214
cat confdefs.h >>conftest.$ac_ext
21565
cat >>conftest.$ac_ext <<_ACEOF
22215
cat >>conftest.$ac_ext <<_ACEOF
21566
/* end confdefs.h.  */
22216
/* end confdefs.h.  */
Line 21574... Line 22224...
21574
  cat conftest.err >&5
22224
  cat conftest.err >&5
21575
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22225
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21576
  (exit $ac_status); } >/dev/null; then
22226
  (exit $ac_status); } >/dev/null; then
21577
  if test -s conftest.err; then
22227
  if test -s conftest.err; then
21578
    ac_cpp_err=$ac_c_preproc_warn_flag
22228
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
22229
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
21579
  else
22230
  else
21580
    ac_cpp_err=
22231
    ac_cpp_err=
21581
  fi
22232
  fi
21582
else
22233
else
21583
  ac_cpp_err=yes
22234
  ac_cpp_err=yes
Line 21593... Line 22244...
21593
rm -f conftest.err conftest.$ac_ext
22244
rm -f conftest.err conftest.$ac_ext
21594
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22245
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21595
echo "${ECHO_T}$ac_header_preproc" >&6
22246
echo "${ECHO_T}$ac_header_preproc" >&6
21596
 
22247
 
21597
# So?  What about this header?
22248
# So?  What about this header?
21598
case $ac_header_compiler:$ac_header_preproc in
22249
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21599
  yes:no )
22250
  yes:no: )
21600
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22251
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21601
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22252
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21602
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22253
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21603
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22254
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21604
    (
-
 
21605
      cat <<\_ASBOX
22255
    ac_header_preproc=yes
21606
## ------------------------------------ ##
-
 
21607
## Report this to bug-autoconf@gnu.org. ##
-
 
21608
## ------------------------------------ ##
-
 
21609
_ASBOX
-
 
21610
    ) |
-
 
21611
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
21612
    ;;
22256
    ;;
21613
  no:yes )
22257
  no:yes:* )
21614
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22258
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21615
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22259
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21616
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
22260
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
21617
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
22261
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-
 
22262
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-
 
22263
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-
 
22264
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-
 
22265
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
21618
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22266
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21619
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22267
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-
 
22268
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-
 
22269
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21620
    (
22270
    (
21621
      cat <<\_ASBOX
22271
      cat <<\_ASBOX
21622
## ------------------------------------ ##
22272
## ----------------------------------- ##
21623
## Report this to bug-autoconf@gnu.org. ##
22273
## Report this to r-bugs@R-project.org ##
21624
## ------------------------------------ ##
22274
## ----------------------------------- ##
21625
_ASBOX
22275
_ASBOX
21626
    ) |
22276
    ) |
21627
      sed "s/^/$as_me: WARNING:     /" >&2
22277
      sed "s/^/$as_me: WARNING:     /" >&2
21628
    ;;
22278
    ;;
21629
esac
22279
esac
21630
echo "$as_me:$LINENO: checking for $ac_header" >&5
22280
echo "$as_me:$LINENO: checking for $ac_header" >&5
21631
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22281
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21632
if eval "test \"\${$as_ac_Header+set}\" = set"; then
22282
if eval "test \"\${$as_ac_Header+set}\" = set"; then
21633
  echo $ECHO_N "(cached) $ECHO_C" >&6
22283
  echo $ECHO_N "(cached) $ECHO_C" >&6
21634
else
22284
else
21635
  eval "$as_ac_Header=$ac_header_preproc"
22285
  eval "$as_ac_Header=\$ac_header_preproc"
21636
fi
22286
fi
21637
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22287
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21638
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22288
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21639
 
22289
 
21640
fi
22290
fi
Line 21666... Line 22316...
21666
echo $ECHO_N "checking whether setjmp.h is POSIX.1 compatible... $ECHO_C" >&6
22316
echo $ECHO_N "checking whether setjmp.h is POSIX.1 compatible... $ECHO_C" >&6
21667
if test "${r_cv_header_setjmp_posix+set}" = set; then
22317
if test "${r_cv_header_setjmp_posix+set}" = set; then
21668
  echo $ECHO_N "(cached) $ECHO_C" >&6
22318
  echo $ECHO_N "(cached) $ECHO_C" >&6
21669
else
22319
else
21670
  cat >conftest.$ac_ext <<_ACEOF
22320
  cat >conftest.$ac_ext <<_ACEOF
21671
#line $LINENO "configure"
-
 
21672
/* confdefs.h.  */
22321
/* confdefs.h.  */
21673
_ACEOF
22322
_ACEOF
21674
cat confdefs.h >>conftest.$ac_ext
22323
cat confdefs.h >>conftest.$ac_ext
21675
cat >>conftest.$ac_ext <<_ACEOF
22324
cat >>conftest.$ac_ext <<_ACEOF
21676
/* end confdefs.h.  */
22325
/* end confdefs.h.  */
Line 21685... Line 22334...
21685
  return 0;
22334
  return 0;
21686
}
22335
}
21687
_ACEOF
22336
_ACEOF
21688
rm -f conftest.$ac_objext
22337
rm -f conftest.$ac_objext
21689
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22338
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21690
  (eval $ac_compile) 2>&5
22339
  (eval $ac_compile) 2>conftest.er1
21691
  ac_status=$?
22340
  ac_status=$?
-
 
22341
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22342
  rm -f conftest.er1
-
 
22343
  cat conftest.err >&5
21692
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22344
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693
  (exit $ac_status); } &&
22345
  (exit $ac_status); } &&
-
 
22346
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22347
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22348
  (eval $ac_try) 2>&5
-
 
22349
  ac_status=$?
-
 
22350
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22351
  (exit $ac_status); }; } &&
21694
         { ac_try='test -s conftest.$ac_objext'
22352
	 { ac_try='test -s conftest.$ac_objext'
21695
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22353
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21696
  (eval $ac_try) 2>&5
22354
  (eval $ac_try) 2>&5
21697
  ac_status=$?
22355
  ac_status=$?
21698
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22356
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21699
  (exit $ac_status); }; }; then
22357
  (exit $ac_status); }; }; then
Line 21702... Line 22360...
21702
  echo "$as_me: failed program was:" >&5
22360
  echo "$as_me: failed program was:" >&5
21703
sed 's/^/| /' conftest.$ac_ext >&5
22361
sed 's/^/| /' conftest.$ac_ext >&5
21704
 
22362
 
21705
r_cv_header_setjmp_posix=no
22363
r_cv_header_setjmp_posix=no
21706
fi
22364
fi
21707
rm -f conftest.$ac_objext conftest.$ac_ext
22365
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21708
fi
22366
fi
21709
echo "$as_me:$LINENO: result: $r_cv_header_setjmp_posix" >&5
22367
echo "$as_me:$LINENO: result: $r_cv_header_setjmp_posix" >&5
21710
echo "${ECHO_T}$r_cv_header_setjmp_posix" >&6
22368
echo "${ECHO_T}$r_cv_header_setjmp_posix" >&6
21711
if test "${r_cv_header_setjmp_posix}" = yes; then
22369
if test "${r_cv_header_setjmp_posix}" = yes; then
21712
 
22370
 
Line 21720... Line 22378...
21720
echo $ECHO_N "checking for GNU C library with version >= 2... $ECHO_C" >&6
22378
echo $ECHO_N "checking for GNU C library with version >= 2... $ECHO_C" >&6
21721
if test "${r_cv_header_glibc2+set}" = set; then
22379
if test "${r_cv_header_glibc2+set}" = set; then
21722
  echo $ECHO_N "(cached) $ECHO_C" >&6
22380
  echo $ECHO_N "(cached) $ECHO_C" >&6
21723
else
22381
else
21724
  cat >conftest.$ac_ext <<_ACEOF
22382
  cat >conftest.$ac_ext <<_ACEOF
21725
#line $LINENO "configure"
-
 
21726
/* confdefs.h.  */
22383
/* confdefs.h.  */
21727
_ACEOF
22384
_ACEOF
21728
cat confdefs.h >>conftest.$ac_ext
22385
cat confdefs.h >>conftest.$ac_ext
21729
cat >>conftest.$ac_ext <<_ACEOF
22386
cat >>conftest.$ac_ext <<_ACEOF
21730
/* end confdefs.h.  */
22387
/* end confdefs.h.  */
Line 21761... Line 22418...
21761
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
22418
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
21762
if test "${ac_cv_type_signal+set}" = set; then
22419
if test "${ac_cv_type_signal+set}" = set; then
21763
  echo $ECHO_N "(cached) $ECHO_C" >&6
22420
  echo $ECHO_N "(cached) $ECHO_C" >&6
21764
else
22421
else
21765
  cat >conftest.$ac_ext <<_ACEOF
22422
  cat >conftest.$ac_ext <<_ACEOF
21766
#line $LINENO "configure"
-
 
21767
/* confdefs.h.  */
22423
/* confdefs.h.  */
21768
_ACEOF
22424
_ACEOF
21769
cat confdefs.h >>conftest.$ac_ext
22425
cat confdefs.h >>conftest.$ac_ext
21770
cat >>conftest.$ac_ext <<_ACEOF
22426
cat >>conftest.$ac_ext <<_ACEOF
21771
/* end confdefs.h.  */
22427
/* end confdefs.h.  */
Line 21788... Line 22444...
21788
  return 0;
22444
  return 0;
21789
}
22445
}
21790
_ACEOF
22446
_ACEOF
21791
rm -f conftest.$ac_objext
22447
rm -f conftest.$ac_objext
21792
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22448
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21793
  (eval $ac_compile) 2>&5
22449
  (eval $ac_compile) 2>conftest.er1
21794
  ac_status=$?
22450
  ac_status=$?
-
 
22451
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22452
  rm -f conftest.er1
-
 
22453
  cat conftest.err >&5
21795
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22454
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21796
  (exit $ac_status); } &&
22455
  (exit $ac_status); } &&
-
 
22456
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22457
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22458
  (eval $ac_try) 2>&5
-
 
22459
  ac_status=$?
-
 
22460
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22461
  (exit $ac_status); }; } &&
21797
         { ac_try='test -s conftest.$ac_objext'
22462
	 { ac_try='test -s conftest.$ac_objext'
21798
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22463
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21799
  (eval $ac_try) 2>&5
22464
  (eval $ac_try) 2>&5
21800
  ac_status=$?
22465
  ac_status=$?
21801
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22466
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21802
  (exit $ac_status); }; }; then
22467
  (exit $ac_status); }; }; then
Line 21805... Line 22470...
21805
  echo "$as_me: failed program was:" >&5
22470
  echo "$as_me: failed program was:" >&5
21806
sed 's/^/| /' conftest.$ac_ext >&5
22471
sed 's/^/| /' conftest.$ac_ext >&5
21807
 
22472
 
21808
ac_cv_type_signal=int
22473
ac_cv_type_signal=int
21809
fi
22474
fi
21810
rm -f conftest.$ac_objext conftest.$ac_ext
22475
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21811
fi
22476
fi
21812
echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
22477
echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
21813
echo "${ECHO_T}$ac_cv_type_signal" >&6
22478
echo "${ECHO_T}$ac_cv_type_signal" >&6
21814
 
22479
 
21815
cat >>confdefs.h <<_ACEOF
22480
cat >>confdefs.h <<_ACEOF
Line 21821... Line 22486...
21821
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
22486
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
21822
if test "${ac_cv_type_pid_t+set}" = set; then
22487
if test "${ac_cv_type_pid_t+set}" = set; then
21823
  echo $ECHO_N "(cached) $ECHO_C" >&6
22488
  echo $ECHO_N "(cached) $ECHO_C" >&6
21824
else
22489
else
21825
  cat >conftest.$ac_ext <<_ACEOF
22490
  cat >conftest.$ac_ext <<_ACEOF
21826
#line $LINENO "configure"
-
 
21827
/* confdefs.h.  */
22491
/* confdefs.h.  */
21828
_ACEOF
22492
_ACEOF
21829
cat confdefs.h >>conftest.$ac_ext
22493
cat confdefs.h >>conftest.$ac_ext
21830
cat >>conftest.$ac_ext <<_ACEOF
22494
cat >>conftest.$ac_ext <<_ACEOF
21831
/* end confdefs.h.  */
22495
/* end confdefs.h.  */
Line 21841... Line 22505...
21841
  return 0;
22505
  return 0;
21842
}
22506
}
21843
_ACEOF
22507
_ACEOF
21844
rm -f conftest.$ac_objext
22508
rm -f conftest.$ac_objext
21845
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22509
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21846
  (eval $ac_compile) 2>&5
22510
  (eval $ac_compile) 2>conftest.er1
21847
  ac_status=$?
22511
  ac_status=$?
-
 
22512
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22513
  rm -f conftest.er1
-
 
22514
  cat conftest.err >&5
21848
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22515
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21849
  (exit $ac_status); } &&
22516
  (exit $ac_status); } &&
-
 
22517
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22518
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22519
  (eval $ac_try) 2>&5
-
 
22520
  ac_status=$?
-
 
22521
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22522
  (exit $ac_status); }; } &&
21850
         { ac_try='test -s conftest.$ac_objext'
22523
	 { ac_try='test -s conftest.$ac_objext'
21851
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22524
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21852
  (eval $ac_try) 2>&5
22525
  (eval $ac_try) 2>&5
21853
  ac_status=$?
22526
  ac_status=$?
21854
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22527
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21855
  (exit $ac_status); }; }; then
22528
  (exit $ac_status); }; }; then
Line 21858... Line 22531...
21858
  echo "$as_me: failed program was:" >&5
22531
  echo "$as_me: failed program was:" >&5
21859
sed 's/^/| /' conftest.$ac_ext >&5
22532
sed 's/^/| /' conftest.$ac_ext >&5
21860
 
22533
 
21861
ac_cv_type_pid_t=no
22534
ac_cv_type_pid_t=no
21862
fi
22535
fi
21863
rm -f conftest.$ac_objext conftest.$ac_ext
22536
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21864
fi
22537
fi
21865
echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
22538
echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
21866
echo "${ECHO_T}$ac_cv_type_pid_t" >&6
22539
echo "${ECHO_T}$ac_cv_type_pid_t" >&6
21867
if test $ac_cv_type_pid_t = yes; then
22540
if test $ac_cv_type_pid_t = yes; then
21868
  :
22541
  :
Line 21878... Line 22551...
21878
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
22551
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
21879
if test "${ac_cv_type_size_t+set}" = set; then
22552
if test "${ac_cv_type_size_t+set}" = set; then
21880
  echo $ECHO_N "(cached) $ECHO_C" >&6
22553
  echo $ECHO_N "(cached) $ECHO_C" >&6
21881
else
22554
else
21882
  cat >conftest.$ac_ext <<_ACEOF
22555
  cat >conftest.$ac_ext <<_ACEOF
21883
#line $LINENO "configure"
-
 
21884
/* confdefs.h.  */
22556
/* confdefs.h.  */
21885
_ACEOF
22557
_ACEOF
21886
cat confdefs.h >>conftest.$ac_ext
22558
cat confdefs.h >>conftest.$ac_ext
21887
cat >>conftest.$ac_ext <<_ACEOF
22559
cat >>conftest.$ac_ext <<_ACEOF
21888
/* end confdefs.h.  */
22560
/* end confdefs.h.  */
Line 21898... Line 22570...
21898
  return 0;
22570
  return 0;
21899
}
22571
}
21900
_ACEOF
22572
_ACEOF
21901
rm -f conftest.$ac_objext
22573
rm -f conftest.$ac_objext
21902
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22574
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21903
  (eval $ac_compile) 2>&5
22575
  (eval $ac_compile) 2>conftest.er1
21904
  ac_status=$?
22576
  ac_status=$?
-
 
22577
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22578
  rm -f conftest.er1
-
 
22579
  cat conftest.err >&5
21905
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22580
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21906
  (exit $ac_status); } &&
22581
  (exit $ac_status); } &&
-
 
22582
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22583
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22584
  (eval $ac_try) 2>&5
-
 
22585
  ac_status=$?
-
 
22586
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22587
  (exit $ac_status); }; } &&
21907
         { ac_try='test -s conftest.$ac_objext'
22588
	 { ac_try='test -s conftest.$ac_objext'
21908
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22589
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21909
  (eval $ac_try) 2>&5
22590
  (eval $ac_try) 2>&5
21910
  ac_status=$?
22591
  ac_status=$?
21911
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22592
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21912
  (exit $ac_status); }; }; then
22593
  (exit $ac_status); }; }; then
Line 21915... Line 22596...
21915
  echo "$as_me: failed program was:" >&5
22596
  echo "$as_me: failed program was:" >&5
21916
sed 's/^/| /' conftest.$ac_ext >&5
22597
sed 's/^/| /' conftest.$ac_ext >&5
21917
 
22598
 
21918
ac_cv_type_size_t=no
22599
ac_cv_type_size_t=no
21919
fi
22600
fi
21920
rm -f conftest.$ac_objext conftest.$ac_ext
22601
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21921
fi
22602
fi
21922
echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
22603
echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21923
echo "${ECHO_T}$ac_cv_type_size_t" >&6
22604
echo "${ECHO_T}$ac_cv_type_size_t" >&6
21924
if test $ac_cv_type_size_t = yes; then
22605
if test $ac_cv_type_size_t = yes; then
21925
  :
22606
  :
Line 21935... Line 22616...
21935
echo $ECHO_N "checking for blkcnt_t... $ECHO_C" >&6
22616
echo $ECHO_N "checking for blkcnt_t... $ECHO_C" >&6
21936
if test "${ac_cv_type_blkcnt_t+set}" = set; then
22617
if test "${ac_cv_type_blkcnt_t+set}" = set; then
21937
  echo $ECHO_N "(cached) $ECHO_C" >&6
22618
  echo $ECHO_N "(cached) $ECHO_C" >&6
21938
else
22619
else
21939
  cat >conftest.$ac_ext <<_ACEOF
22620
  cat >conftest.$ac_ext <<_ACEOF
21940
#line $LINENO "configure"
-
 
21941
/* confdefs.h.  */
22621
/* confdefs.h.  */
21942
_ACEOF
22622
_ACEOF
21943
cat confdefs.h >>conftest.$ac_ext
22623
cat confdefs.h >>conftest.$ac_ext
21944
cat >>conftest.$ac_ext <<_ACEOF
22624
cat >>conftest.$ac_ext <<_ACEOF
21945
/* end confdefs.h.  */
22625
/* end confdefs.h.  */
Line 21955... Line 22635...
21955
  return 0;
22635
  return 0;
21956
}
22636
}
21957
_ACEOF
22637
_ACEOF
21958
rm -f conftest.$ac_objext
22638
rm -f conftest.$ac_objext
21959
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22639
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21960
  (eval $ac_compile) 2>&5
22640
  (eval $ac_compile) 2>conftest.er1
21961
  ac_status=$?
22641
  ac_status=$?
-
 
22642
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22643
  rm -f conftest.er1
-
 
22644
  cat conftest.err >&5
21962
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22645
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21963
  (exit $ac_status); } &&
22646
  (exit $ac_status); } &&
-
 
22647
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22648
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22649
  (eval $ac_try) 2>&5
-
 
22650
  ac_status=$?
-
 
22651
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22652
  (exit $ac_status); }; } &&
21964
         { ac_try='test -s conftest.$ac_objext'
22653
	 { ac_try='test -s conftest.$ac_objext'
21965
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22654
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21966
  (eval $ac_try) 2>&5
22655
  (eval $ac_try) 2>&5
21967
  ac_status=$?
22656
  ac_status=$?
21968
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22657
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21969
  (exit $ac_status); }; }; then
22658
  (exit $ac_status); }; }; then
Line 21972... Line 22661...
21972
  echo "$as_me: failed program was:" >&5
22661
  echo "$as_me: failed program was:" >&5
21973
sed 's/^/| /' conftest.$ac_ext >&5
22662
sed 's/^/| /' conftest.$ac_ext >&5
21974
 
22663
 
21975
ac_cv_type_blkcnt_t=no
22664
ac_cv_type_blkcnt_t=no
21976
fi
22665
fi
21977
rm -f conftest.$ac_objext conftest.$ac_ext
22666
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21978
fi
22667
fi
21979
echo "$as_me:$LINENO: result: $ac_cv_type_blkcnt_t" >&5
22668
echo "$as_me:$LINENO: result: $ac_cv_type_blkcnt_t" >&5
21980
echo "${ECHO_T}$ac_cv_type_blkcnt_t" >&6
22669
echo "${ECHO_T}$ac_cv_type_blkcnt_t" >&6
21981
if test $ac_cv_type_blkcnt_t = yes; then
22670
if test $ac_cv_type_blkcnt_t = yes; then
21982
  :
22671
  :
Line 21995... Line 22684...
21995
if test "${r_cv_type_socklen+set}" = set; then
22684
if test "${r_cv_type_socklen+set}" = set; then
21996
  echo $ECHO_N "(cached) $ECHO_C" >&6
22685
  echo $ECHO_N "(cached) $ECHO_C" >&6
21997
else
22686
else
21998
  for t in socklen_t size_t int; do
22687
  for t in socklen_t size_t int; do
21999
  cat >conftest.$ac_ext <<_ACEOF
22688
  cat >conftest.$ac_ext <<_ACEOF
22000
#line $LINENO "configure"
-
 
22001
/* confdefs.h.  */
22689
/* confdefs.h.  */
22002
_ACEOF
22690
_ACEOF
22003
cat confdefs.h >>conftest.$ac_ext
22691
cat confdefs.h >>conftest.$ac_ext
22004
cat >>conftest.$ac_ext <<_ACEOF
22692
cat >>conftest.$ac_ext <<_ACEOF
22005
/* end confdefs.h.  */
22693
/* end confdefs.h.  */
Line 22021... Line 22709...
22021
  return 0;
22709
  return 0;
22022
}
22710
}
22023
_ACEOF
22711
_ACEOF
22024
rm -f conftest.$ac_objext
22712
rm -f conftest.$ac_objext
22025
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22713
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22026
  (eval $ac_compile) 2>&5
22714
  (eval $ac_compile) 2>conftest.er1
22027
  ac_status=$?
22715
  ac_status=$?
-
 
22716
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22717
  rm -f conftest.er1
-
 
22718
  cat conftest.err >&5
22028
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22719
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22029
  (exit $ac_status); } &&
22720
  (exit $ac_status); } &&
-
 
22721
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22722
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22723
  (eval $ac_try) 2>&5
-
 
22724
  ac_status=$?
-
 
22725
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22726
  (exit $ac_status); }; } &&
22030
         { ac_try='test -s conftest.$ac_objext'
22727
	 { ac_try='test -s conftest.$ac_objext'
22031
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22728
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22032
  (eval $ac_try) 2>&5
22729
  (eval $ac_try) 2>&5
22033
  ac_status=$?
22730
  ac_status=$?
22034
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22731
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22035
  (exit $ac_status); }; }; then
22732
  (exit $ac_status); }; }; then
Line 22038... Line 22735...
22038
  echo "$as_me: failed program was:" >&5
22735
  echo "$as_me: failed program was:" >&5
22039
sed 's/^/| /' conftest.$ac_ext >&5
22736
sed 's/^/| /' conftest.$ac_ext >&5
22040
 
22737
 
22041
r_cv_type_socklen=
22738
r_cv_type_socklen=
22042
fi
22739
fi
22043
rm -f conftest.$ac_objext conftest.$ac_ext
22740
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22044
done
22741
done
22045
fi
22742
fi
22046
 
22743
 
22047
case "${host_os}" in
22744
case "${host_os}" in
22048
  cygwin*|mingw*|windows*|winnt)
22745
  cygwin*|mingw*|windows*|winnt)
Line 22075... Line 22772...
22075
if test "${ac_cv_c_bigendian+set}" = set; then
22772
if test "${ac_cv_c_bigendian+set}" = set; then
22076
  echo $ECHO_N "(cached) $ECHO_C" >&6
22773
  echo $ECHO_N "(cached) $ECHO_C" >&6
22077
else
22774
else
22078
  # See if sys/param.h defines the BYTE_ORDER macro.
22775
  # See if sys/param.h defines the BYTE_ORDER macro.
22079
cat >conftest.$ac_ext <<_ACEOF
22776
cat >conftest.$ac_ext <<_ACEOF
22080
#line $LINENO "configure"
-
 
22081
/* confdefs.h.  */
22777
/* confdefs.h.  */
22082
_ACEOF
22778
_ACEOF
22083
cat confdefs.h >>conftest.$ac_ext
22779
cat confdefs.h >>conftest.$ac_ext
22084
cat >>conftest.$ac_ext <<_ACEOF
22780
cat >>conftest.$ac_ext <<_ACEOF
22085
/* end confdefs.h.  */
22781
/* end confdefs.h.  */
Line 22097... Line 22793...
22097
  return 0;
22793
  return 0;
22098
}
22794
}
22099
_ACEOF
22795
_ACEOF
22100
rm -f conftest.$ac_objext
22796
rm -f conftest.$ac_objext
22101
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22797
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22102
  (eval $ac_compile) 2>&5
22798
  (eval $ac_compile) 2>conftest.er1
22103
  ac_status=$?
22799
  ac_status=$?
-
 
22800
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22801
  rm -f conftest.er1
-
 
22802
  cat conftest.err >&5
22104
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22803
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22105
  (exit $ac_status); } &&
22804
  (exit $ac_status); } &&
-
 
22805
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22806
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22807
  (eval $ac_try) 2>&5
-
 
22808
  ac_status=$?
-
 
22809
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22810
  (exit $ac_status); }; } &&
22106
         { ac_try='test -s conftest.$ac_objext'
22811
	 { ac_try='test -s conftest.$ac_objext'
22107
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22812
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22108
  (eval $ac_try) 2>&5
22813
  (eval $ac_try) 2>&5
22109
  ac_status=$?
22814
  ac_status=$?
22110
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22815
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111
  (exit $ac_status); }; }; then
22816
  (exit $ac_status); }; }; then
22112
  # It does; now see whether it defined to BIG_ENDIAN or not.
22817
  # It does; now see whether it defined to BIG_ENDIAN or not.
22113
cat >conftest.$ac_ext <<_ACEOF
22818
cat >conftest.$ac_ext <<_ACEOF
22114
#line $LINENO "configure"
-
 
22115
/* confdefs.h.  */
22819
/* confdefs.h.  */
22116
_ACEOF
22820
_ACEOF
22117
cat confdefs.h >>conftest.$ac_ext
22821
cat confdefs.h >>conftest.$ac_ext
22118
cat >>conftest.$ac_ext <<_ACEOF
22822
cat >>conftest.$ac_ext <<_ACEOF
22119
/* end confdefs.h.  */
22823
/* end confdefs.h.  */
Line 22131... Line 22835...
22131
  return 0;
22835
  return 0;
22132
}
22836
}
22133
_ACEOF
22837
_ACEOF
22134
rm -f conftest.$ac_objext
22838
rm -f conftest.$ac_objext
22135
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22839
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22136
  (eval $ac_compile) 2>&5
22840
  (eval $ac_compile) 2>conftest.er1
22137
  ac_status=$?
22841
  ac_status=$?
-
 
22842
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22843
  rm -f conftest.er1
-
 
22844
  cat conftest.err >&5
22138
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22845
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139
  (exit $ac_status); } &&
22846
  (exit $ac_status); } &&
-
 
22847
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22848
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22849
  (eval $ac_try) 2>&5
-
 
22850
  ac_status=$?
-
 
22851
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22852
  (exit $ac_status); }; } &&
22140
         { ac_try='test -s conftest.$ac_objext'
22853
	 { ac_try='test -s conftest.$ac_objext'
22141
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22854
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22142
  (eval $ac_try) 2>&5
22855
  (eval $ac_try) 2>&5
22143
  ac_status=$?
22856
  ac_status=$?
22144
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22857
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22145
  (exit $ac_status); }; }; then
22858
  (exit $ac_status); }; }; then
Line 22148... Line 22861...
22148
  echo "$as_me: failed program was:" >&5
22861
  echo "$as_me: failed program was:" >&5
22149
sed 's/^/| /' conftest.$ac_ext >&5
22862
sed 's/^/| /' conftest.$ac_ext >&5
22150
 
22863
 
22151
ac_cv_c_bigendian=no
22864
ac_cv_c_bigendian=no
22152
fi
22865
fi
22153
rm -f conftest.$ac_objext conftest.$ac_ext
22866
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22154
else
22867
else
22155
  echo "$as_me: failed program was:" >&5
22868
  echo "$as_me: failed program was:" >&5
22156
sed 's/^/| /' conftest.$ac_ext >&5
22869
sed 's/^/| /' conftest.$ac_ext >&5
22157
 
22870
 
22158
# It does not; compile a test program.
22871
# It does not; compile a test program.
22159
if test "$cross_compiling" = yes; then
22872
if test "$cross_compiling" = yes; then
22160
  # try to guess the endianness by grepping values into an object file
22873
  # try to guess the endianness by grepping values into an object file
22161
  ac_cv_c_bigendian=unknown
22874
  ac_cv_c_bigendian=unknown
22162
  cat >conftest.$ac_ext <<_ACEOF
22875
  cat >conftest.$ac_ext <<_ACEOF
22163
#line $LINENO "configure"
-
 
22164
/* confdefs.h.  */
22876
/* confdefs.h.  */
22165
_ACEOF
22877
_ACEOF
22166
cat confdefs.h >>conftest.$ac_ext
22878
cat confdefs.h >>conftest.$ac_ext
22167
cat >>conftest.$ac_ext <<_ACEOF
22879
cat >>conftest.$ac_ext <<_ACEOF
22168
/* end confdefs.h.  */
22880
/* end confdefs.h.  */
Line 22180... Line 22892...
22180
  return 0;
22892
  return 0;
22181
}
22893
}
22182
_ACEOF
22894
_ACEOF
22183
rm -f conftest.$ac_objext
22895
rm -f conftest.$ac_objext
22184
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22896
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22185
  (eval $ac_compile) 2>&5
22897
  (eval $ac_compile) 2>conftest.er1
22186
  ac_status=$?
22898
  ac_status=$?
-
 
22899
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
22900
  rm -f conftest.er1
-
 
22901
  cat conftest.err >&5
22187
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22902
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188
  (exit $ac_status); } &&
22903
  (exit $ac_status); } &&
-
 
22904
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
22905
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
22906
  (eval $ac_try) 2>&5
-
 
22907
  ac_status=$?
-
 
22908
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
22909
  (exit $ac_status); }; } &&
22189
         { ac_try='test -s conftest.$ac_objext'
22910
	 { ac_try='test -s conftest.$ac_objext'
22190
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22911
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22191
  (eval $ac_try) 2>&5
22912
  (eval $ac_try) 2>&5
22192
  ac_status=$?
22913
  ac_status=$?
22193
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22914
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22194
  (exit $ac_status); }; }; then
22915
  (exit $ac_status); }; }; then
Line 22206... Line 22927...
22206
else
22927
else
22207
  echo "$as_me: failed program was:" >&5
22928
  echo "$as_me: failed program was:" >&5
22208
sed 's/^/| /' conftest.$ac_ext >&5
22929
sed 's/^/| /' conftest.$ac_ext >&5
22209
 
22930
 
22210
fi
22931
fi
22211
rm -f conftest.$ac_objext conftest.$ac_ext
22932
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22212
else
22933
else
22213
  cat >conftest.$ac_ext <<_ACEOF
22934
  cat >conftest.$ac_ext <<_ACEOF
22214
#line $LINENO "configure"
-
 
22215
/* confdefs.h.  */
22935
/* confdefs.h.  */
22216
_ACEOF
22936
_ACEOF
22217
cat confdefs.h >>conftest.$ac_ext
22937
cat confdefs.h >>conftest.$ac_ext
22218
cat >>conftest.$ac_ext <<_ACEOF
22938
cat >>conftest.$ac_ext <<_ACEOF
22219
/* end confdefs.h.  */
22939
/* end confdefs.h.  */
Line 22248... Line 22968...
22248
sed 's/^/| /' conftest.$ac_ext >&5
22968
sed 's/^/| /' conftest.$ac_ext >&5
22249
 
22969
 
22250
( exit $ac_status )
22970
( exit $ac_status )
22251
ac_cv_c_bigendian=yes
22971
ac_cv_c_bigendian=yes
22252
fi
22972
fi
22253
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22973
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22254
fi
22974
fi
22255
fi
22975
fi
22256
rm -f conftest.$ac_objext conftest.$ac_ext
22976
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22257
fi
22977
fi
22258
echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
22978
echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
22259
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
22979
echo "${ECHO_T}$ac_cv_c_bigendian" >&6
22260
case $ac_cv_c_bigendian in
22980
case $ac_cv_c_bigendian in
22261
  yes)
22981
  yes)
Line 22278... Line 22998...
22278
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
22998
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
22279
if test "${ac_cv_c_const+set}" = set; then
22999
if test "${ac_cv_c_const+set}" = set; then
22280
  echo $ECHO_N "(cached) $ECHO_C" >&6
23000
  echo $ECHO_N "(cached) $ECHO_C" >&6
22281
else
23001
else
22282
  cat >conftest.$ac_ext <<_ACEOF
23002
  cat >conftest.$ac_ext <<_ACEOF
22283
#line $LINENO "configure"
-
 
22284
/* confdefs.h.  */
23003
/* confdefs.h.  */
22285
_ACEOF
23004
_ACEOF
22286
cat confdefs.h >>conftest.$ac_ext
23005
cat confdefs.h >>conftest.$ac_ext
22287
cat >>conftest.$ac_ext <<_ACEOF
23006
cat >>conftest.$ac_ext <<_ACEOF
22288
/* end confdefs.h.  */
23007
/* end confdefs.h.  */
Line 22341... Line 23060...
22341
  return 0;
23060
  return 0;
22342
}
23061
}
22343
_ACEOF
23062
_ACEOF
22344
rm -f conftest.$ac_objext
23063
rm -f conftest.$ac_objext
22345
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23064
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22346
  (eval $ac_compile) 2>&5
23065
  (eval $ac_compile) 2>conftest.er1
22347
  ac_status=$?
23066
  ac_status=$?
-
 
23067
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23068
  rm -f conftest.er1
-
 
23069
  cat conftest.err >&5
22348
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23070
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22349
  (exit $ac_status); } &&
23071
  (exit $ac_status); } &&
-
 
23072
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23073
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23074
  (eval $ac_try) 2>&5
-
 
23075
  ac_status=$?
-
 
23076
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23077
  (exit $ac_status); }; } &&
22350
         { ac_try='test -s conftest.$ac_objext'
23078
	 { ac_try='test -s conftest.$ac_objext'
22351
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23079
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22352
  (eval $ac_try) 2>&5
23080
  (eval $ac_try) 2>&5
22353
  ac_status=$?
23081
  ac_status=$?
22354
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23082
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22355
  (exit $ac_status); }; }; then
23083
  (exit $ac_status); }; }; then
Line 22358... Line 23086...
22358
  echo "$as_me: failed program was:" >&5
23086
  echo "$as_me: failed program was:" >&5
22359
sed 's/^/| /' conftest.$ac_ext >&5
23087
sed 's/^/| /' conftest.$ac_ext >&5
22360
 
23088
 
22361
ac_cv_c_const=no
23089
ac_cv_c_const=no
22362
fi
23090
fi
22363
rm -f conftest.$ac_objext conftest.$ac_ext
23091
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22364
fi
23092
fi
22365
echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
23093
echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
22366
echo "${ECHO_T}$ac_cv_c_const" >&6
23094
echo "${ECHO_T}$ac_cv_c_const" >&6
22367
if test $ac_cv_c_const = no; then
23095
if test $ac_cv_c_const = no; then
22368
 
23096
 
Line 22381... Line 23109...
22381
echo $ECHO_N "checking for int... $ECHO_C" >&6
23109
echo $ECHO_N "checking for int... $ECHO_C" >&6
22382
if test "${ac_cv_type_int+set}" = set; then
23110
if test "${ac_cv_type_int+set}" = set; then
22383
  echo $ECHO_N "(cached) $ECHO_C" >&6
23111
  echo $ECHO_N "(cached) $ECHO_C" >&6
22384
else
23112
else
22385
  cat >conftest.$ac_ext <<_ACEOF
23113
  cat >conftest.$ac_ext <<_ACEOF
22386
#line $LINENO "configure"
-
 
22387
/* confdefs.h.  */
23114
/* confdefs.h.  */
22388
_ACEOF
23115
_ACEOF
22389
cat confdefs.h >>conftest.$ac_ext
23116
cat confdefs.h >>conftest.$ac_ext
22390
cat >>conftest.$ac_ext <<_ACEOF
23117
cat >>conftest.$ac_ext <<_ACEOF
22391
/* end confdefs.h.  */
23118
/* end confdefs.h.  */
Line 22401... Line 23128...
22401
  return 0;
23128
  return 0;
22402
}
23129
}
22403
_ACEOF
23130
_ACEOF
22404
rm -f conftest.$ac_objext
23131
rm -f conftest.$ac_objext
22405
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23132
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22406
  (eval $ac_compile) 2>&5
23133
  (eval $ac_compile) 2>conftest.er1
22407
  ac_status=$?
23134
  ac_status=$?
-
 
23135
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23136
  rm -f conftest.er1
-
 
23137
  cat conftest.err >&5
22408
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23138
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22409
  (exit $ac_status); } &&
23139
  (exit $ac_status); } &&
-
 
23140
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23141
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23142
  (eval $ac_try) 2>&5
-
 
23143
  ac_status=$?
-
 
23144
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23145
  (exit $ac_status); }; } &&
22410
         { ac_try='test -s conftest.$ac_objext'
23146
	 { ac_try='test -s conftest.$ac_objext'
22411
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23147
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22412
  (eval $ac_try) 2>&5
23148
  (eval $ac_try) 2>&5
22413
  ac_status=$?
23149
  ac_status=$?
22414
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23150
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22415
  (exit $ac_status); }; }; then
23151
  (exit $ac_status); }; }; then
Line 22418... Line 23154...
22418
  echo "$as_me: failed program was:" >&5
23154
  echo "$as_me: failed program was:" >&5
22419
sed 's/^/| /' conftest.$ac_ext >&5
23155
sed 's/^/| /' conftest.$ac_ext >&5
22420
 
23156
 
22421
ac_cv_type_int=no
23157
ac_cv_type_int=no
22422
fi
23158
fi
22423
rm -f conftest.$ac_objext conftest.$ac_ext
23159
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22424
fi
23160
fi
22425
echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
23161
echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
22426
echo "${ECHO_T}$ac_cv_type_int" >&6
23162
echo "${ECHO_T}$ac_cv_type_int" >&6
22427
 
23163
 
22428
echo "$as_me:$LINENO: checking size of int" >&5
23164
echo "$as_me:$LINENO: checking size of int" >&5
Line 22436... Line 23172...
22436
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23172
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22437
  # This bug is HP SR number 8606223364.
23173
  # This bug is HP SR number 8606223364.
22438
  if test "$cross_compiling" = yes; then
23174
  if test "$cross_compiling" = yes; then
22439
  # Depending upon the size, compute the lo and hi bounds.
23175
  # Depending upon the size, compute the lo and hi bounds.
22440
cat >conftest.$ac_ext <<_ACEOF
23176
cat >conftest.$ac_ext <<_ACEOF
22441
#line $LINENO "configure"
-
 
22442
/* confdefs.h.  */
23177
/* confdefs.h.  */
22443
_ACEOF
23178
_ACEOF
22444
cat confdefs.h >>conftest.$ac_ext
23179
cat confdefs.h >>conftest.$ac_ext
22445
cat >>conftest.$ac_ext <<_ACEOF
23180
cat >>conftest.$ac_ext <<_ACEOF
22446
/* end confdefs.h.  */
23181
/* end confdefs.h.  */
Line 22455... Line 23190...
22455
  return 0;
23190
  return 0;
22456
}
23191
}
22457
_ACEOF
23192
_ACEOF
22458
rm -f conftest.$ac_objext
23193
rm -f conftest.$ac_objext
22459
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23194
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22460
  (eval $ac_compile) 2>&5
23195
  (eval $ac_compile) 2>conftest.er1
22461
  ac_status=$?
23196
  ac_status=$?
-
 
23197
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23198
  rm -f conftest.er1
-
 
23199
  cat conftest.err >&5
22462
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23200
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22463
  (exit $ac_status); } &&
23201
  (exit $ac_status); } &&
-
 
23202
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23203
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23204
  (eval $ac_try) 2>&5
-
 
23205
  ac_status=$?
-
 
23206
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23207
  (exit $ac_status); }; } &&
22464
         { ac_try='test -s conftest.$ac_objext'
23208
	 { ac_try='test -s conftest.$ac_objext'
22465
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23209
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22466
  (eval $ac_try) 2>&5
23210
  (eval $ac_try) 2>&5
22467
  ac_status=$?
23211
  ac_status=$?
22468
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23212
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22469
  (exit $ac_status); }; }; then
23213
  (exit $ac_status); }; }; then
22470
  ac_lo=0 ac_mid=0
23214
  ac_lo=0 ac_mid=0
22471
  while :; do
23215
  while :; do
22472
    cat >conftest.$ac_ext <<_ACEOF
23216
    cat >conftest.$ac_ext <<_ACEOF
22473
#line $LINENO "configure"
-
 
22474
/* confdefs.h.  */
23217
/* confdefs.h.  */
22475
_ACEOF
23218
_ACEOF
22476
cat confdefs.h >>conftest.$ac_ext
23219
cat confdefs.h >>conftest.$ac_ext
22477
cat >>conftest.$ac_ext <<_ACEOF
23220
cat >>conftest.$ac_ext <<_ACEOF
22478
/* end confdefs.h.  */
23221
/* end confdefs.h.  */
Line 22487... Line 23230...
22487
  return 0;
23230
  return 0;
22488
}
23231
}
22489
_ACEOF
23232
_ACEOF
22490
rm -f conftest.$ac_objext
23233
rm -f conftest.$ac_objext
22491
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23234
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22492
  (eval $ac_compile) 2>&5
23235
  (eval $ac_compile) 2>conftest.er1
22493
  ac_status=$?
23236
  ac_status=$?
-
 
23237
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23238
  rm -f conftest.er1
-
 
23239
  cat conftest.err >&5
22494
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23240
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22495
  (exit $ac_status); } &&
23241
  (exit $ac_status); } &&
-
 
23242
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23243
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23244
  (eval $ac_try) 2>&5
-
 
23245
  ac_status=$?
-
 
23246
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23247
  (exit $ac_status); }; } &&
22496
         { ac_try='test -s conftest.$ac_objext'
23248
	 { ac_try='test -s conftest.$ac_objext'
22497
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23249
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22498
  (eval $ac_try) 2>&5
23250
  (eval $ac_try) 2>&5
22499
  ac_status=$?
23251
  ac_status=$?
22500
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23252
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22501
  (exit $ac_status); }; }; then
23253
  (exit $ac_status); }; }; then
Line 22503... Line 23255...
22503
else
23255
else
22504
  echo "$as_me: failed program was:" >&5
23256
  echo "$as_me: failed program was:" >&5
22505
sed 's/^/| /' conftest.$ac_ext >&5
23257
sed 's/^/| /' conftest.$ac_ext >&5
22506
 
23258
 
22507
ac_lo=`expr $ac_mid + 1`
23259
ac_lo=`expr $ac_mid + 1`
22508
                    if test $ac_lo -le $ac_mid; then
23260
		    if test $ac_lo -le $ac_mid; then
22509
                      ac_lo= ac_hi=
23261
		      ac_lo= ac_hi=
22510
                      break
23262
		      break
22511
                    fi
23263
		    fi
22512
                    ac_mid=`expr 2 '*' $ac_mid + 1`
23264
		    ac_mid=`expr 2 '*' $ac_mid + 1`
22513
fi
23265
fi
22514
rm -f conftest.$ac_objext conftest.$ac_ext
23266
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22515
  done
23267
  done
22516
else
23268
else
22517
  echo "$as_me: failed program was:" >&5
23269
  echo "$as_me: failed program was:" >&5
22518
sed 's/^/| /' conftest.$ac_ext >&5
23270
sed 's/^/| /' conftest.$ac_ext >&5
22519
 
23271
 
22520
cat >conftest.$ac_ext <<_ACEOF
23272
cat >conftest.$ac_ext <<_ACEOF
22521
#line $LINENO "configure"
-
 
22522
/* confdefs.h.  */
23273
/* confdefs.h.  */
22523
_ACEOF
23274
_ACEOF
22524
cat confdefs.h >>conftest.$ac_ext
23275
cat confdefs.h >>conftest.$ac_ext
22525
cat >>conftest.$ac_ext <<_ACEOF
23276
cat >>conftest.$ac_ext <<_ACEOF
22526
/* end confdefs.h.  */
23277
/* end confdefs.h.  */
Line 22535... Line 23286...
22535
  return 0;
23286
  return 0;
22536
}
23287
}
22537
_ACEOF
23288
_ACEOF
22538
rm -f conftest.$ac_objext
23289
rm -f conftest.$ac_objext
22539
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23290
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22540
  (eval $ac_compile) 2>&5
23291
  (eval $ac_compile) 2>conftest.er1
22541
  ac_status=$?
23292
  ac_status=$?
-
 
23293
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23294
  rm -f conftest.er1
-
 
23295
  cat conftest.err >&5
22542
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23296
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543
  (exit $ac_status); } &&
23297
  (exit $ac_status); } &&
-
 
23298
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23299
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23300
  (eval $ac_try) 2>&5
-
 
23301
  ac_status=$?
-
 
23302
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23303
  (exit $ac_status); }; } &&
22544
         { ac_try='test -s conftest.$ac_objext'
23304
	 { ac_try='test -s conftest.$ac_objext'
22545
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23305
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22546
  (eval $ac_try) 2>&5
23306
  (eval $ac_try) 2>&5
22547
  ac_status=$?
23307
  ac_status=$?
22548
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23308
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22549
  (exit $ac_status); }; }; then
23309
  (exit $ac_status); }; }; then
22550
  ac_hi=-1 ac_mid=-1
23310
  ac_hi=-1 ac_mid=-1
22551
  while :; do
23311
  while :; do
22552
    cat >conftest.$ac_ext <<_ACEOF
23312
    cat >conftest.$ac_ext <<_ACEOF
22553
#line $LINENO "configure"
-
 
22554
/* confdefs.h.  */
23313
/* confdefs.h.  */
22555
_ACEOF
23314
_ACEOF
22556
cat confdefs.h >>conftest.$ac_ext
23315
cat confdefs.h >>conftest.$ac_ext
22557
cat >>conftest.$ac_ext <<_ACEOF
23316
cat >>conftest.$ac_ext <<_ACEOF
22558
/* end confdefs.h.  */
23317
/* end confdefs.h.  */
Line 22567... Line 23326...
22567
  return 0;
23326
  return 0;
22568
}
23327
}
22569
_ACEOF
23328
_ACEOF
22570
rm -f conftest.$ac_objext
23329
rm -f conftest.$ac_objext
22571
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23330
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22572
  (eval $ac_compile) 2>&5
23331
  (eval $ac_compile) 2>conftest.er1
22573
  ac_status=$?
23332
  ac_status=$?
-
 
23333
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23334
  rm -f conftest.er1
-
 
23335
  cat conftest.err >&5
22574
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23336
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22575
  (exit $ac_status); } &&
23337
  (exit $ac_status); } &&
-
 
23338
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23339
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23340
  (eval $ac_try) 2>&5
-
 
23341
  ac_status=$?
-
 
23342
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23343
  (exit $ac_status); }; } &&
22576
         { ac_try='test -s conftest.$ac_objext'
23344
	 { ac_try='test -s conftest.$ac_objext'
22577
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23345
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22578
  (eval $ac_try) 2>&5
23346
  (eval $ac_try) 2>&5
22579
  ac_status=$?
23347
  ac_status=$?
22580
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23348
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22581
  (exit $ac_status); }; }; then
23349
  (exit $ac_status); }; }; then
Line 22583... Line 23351...
22583
else
23351
else
22584
  echo "$as_me: failed program was:" >&5
23352
  echo "$as_me: failed program was:" >&5
22585
sed 's/^/| /' conftest.$ac_ext >&5
23353
sed 's/^/| /' conftest.$ac_ext >&5
22586
 
23354
 
22587
ac_hi=`expr '(' $ac_mid ')' - 1`
23355
ac_hi=`expr '(' $ac_mid ')' - 1`
22588
                       if test $ac_mid -le $ac_hi; then
23356
		       if test $ac_mid -le $ac_hi; then
22589
                         ac_lo= ac_hi=
23357
			 ac_lo= ac_hi=
22590
                         break
23358
			 break
22591
                       fi
23359
		       fi
22592
                       ac_mid=`expr 2 '*' $ac_mid`
23360
		       ac_mid=`expr 2 '*' $ac_mid`
22593
fi
23361
fi
22594
rm -f conftest.$ac_objext conftest.$ac_ext
23362
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22595
  done
23363
  done
22596
else
23364
else
22597
  echo "$as_me: failed program was:" >&5
23365
  echo "$as_me: failed program was:" >&5
22598
sed 's/^/| /' conftest.$ac_ext >&5
23366
sed 's/^/| /' conftest.$ac_ext >&5
22599
 
23367
 
22600
ac_lo= ac_hi=
23368
ac_lo= ac_hi=
22601
fi
23369
fi
22602
rm -f conftest.$ac_objext conftest.$ac_ext
23370
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22603
fi
23371
fi
22604
rm -f conftest.$ac_objext conftest.$ac_ext
23372
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22605
# Binary search between lo and hi bounds.
23373
# Binary search between lo and hi bounds.
22606
while test "x$ac_lo" != "x$ac_hi"; do
23374
while test "x$ac_lo" != "x$ac_hi"; do
22607
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23375
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22608
  cat >conftest.$ac_ext <<_ACEOF
23376
  cat >conftest.$ac_ext <<_ACEOF
22609
#line $LINENO "configure"
-
 
22610
/* confdefs.h.  */
23377
/* confdefs.h.  */
22611
_ACEOF
23378
_ACEOF
22612
cat confdefs.h >>conftest.$ac_ext
23379
cat confdefs.h >>conftest.$ac_ext
22613
cat >>conftest.$ac_ext <<_ACEOF
23380
cat >>conftest.$ac_ext <<_ACEOF
22614
/* end confdefs.h.  */
23381
/* end confdefs.h.  */
Line 22623... Line 23390...
22623
  return 0;
23390
  return 0;
22624
}
23391
}
22625
_ACEOF
23392
_ACEOF
22626
rm -f conftest.$ac_objext
23393
rm -f conftest.$ac_objext
22627
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23394
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22628
  (eval $ac_compile) 2>&5
23395
  (eval $ac_compile) 2>conftest.er1
22629
  ac_status=$?
23396
  ac_status=$?
-
 
23397
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23398
  rm -f conftest.er1
-
 
23399
  cat conftest.err >&5
22630
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23400
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22631
  (exit $ac_status); } &&
23401
  (exit $ac_status); } &&
-
 
23402
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23403
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23404
  (eval $ac_try) 2>&5
-
 
23405
  ac_status=$?
-
 
23406
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23407
  (exit $ac_status); }; } &&
22632
         { ac_try='test -s conftest.$ac_objext'
23408
	 { ac_try='test -s conftest.$ac_objext'
22633
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23409
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22634
  (eval $ac_try) 2>&5
23410
  (eval $ac_try) 2>&5
22635
  ac_status=$?
23411
  ac_status=$?
22636
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23412
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22637
  (exit $ac_status); }; }; then
23413
  (exit $ac_status); }; }; then
Line 22640... Line 23416...
22640
  echo "$as_me: failed program was:" >&5
23416
  echo "$as_me: failed program was:" >&5
22641
sed 's/^/| /' conftest.$ac_ext >&5
23417
sed 's/^/| /' conftest.$ac_ext >&5
22642
 
23418
 
22643
ac_lo=`expr '(' $ac_mid ')' + 1`
23419
ac_lo=`expr '(' $ac_mid ')' + 1`
22644
fi
23420
fi
22645
rm -f conftest.$ac_objext conftest.$ac_ext
23421
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22646
done
23422
done
22647
case $ac_lo in
23423
case $ac_lo in
22648
?*) ac_cv_sizeof_int=$ac_lo;;
23424
?*) ac_cv_sizeof_int=$ac_lo;;
22649
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
23425
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
22650
See \`config.log' for more details." >&5
23426
See \`config.log' for more details." >&5
Line 22652... Line 23428...
22652
See \`config.log' for more details." >&2;}
23428
See \`config.log' for more details." >&2;}
22653
   { (exit 1); exit 1; }; } ;;
23429
   { (exit 1); exit 1; }; } ;;
22654
esac
23430
esac
22655
else
23431
else
22656
  if test "$cross_compiling" = yes; then
23432
  if test "$cross_compiling" = yes; then
22657
  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
23433
  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
22658
See \`config.log' for more details." >&5
-
 
22659
echo "$as_me: error: cannot run test program while cross compiling
23434
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
22660
See \`config.log' for more details." >&2;}
-
 
22661
   { (exit 1); exit 1; }; }
23435
   { (exit 1); exit 1; }; }
22662
else
23436
else
22663
  cat >conftest.$ac_ext <<_ACEOF
23437
  cat >conftest.$ac_ext <<_ACEOF
22664
#line $LINENO "configure"
-
 
22665
/* confdefs.h.  */
23438
/* confdefs.h.  */
22666
_ACEOF
23439
_ACEOF
22667
cat confdefs.h >>conftest.$ac_ext
23440
cat confdefs.h >>conftest.$ac_ext
22668
cat >>conftest.$ac_ext <<_ACEOF
23441
cat >>conftest.$ac_ext <<_ACEOF
22669
/* end confdefs.h.  */
23442
/* end confdefs.h.  */
Line 22721... Line 23494...
22721
See \`config.log' for more details." >&5
23494
See \`config.log' for more details." >&5
22722
echo "$as_me: error: cannot compute sizeof (int), 77
23495
echo "$as_me: error: cannot compute sizeof (int), 77
22723
See \`config.log' for more details." >&2;}
23496
See \`config.log' for more details." >&2;}
22724
   { (exit 1); exit 1; }; }
23497
   { (exit 1); exit 1; }; }
22725
fi
23498
fi
22726
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23499
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22727
fi
23500
fi
22728
fi
23501
fi
22729
rm -f conftest.val
23502
rm -f conftest.val
22730
else
23503
else
22731
  ac_cv_sizeof_int=0
23504
  ac_cv_sizeof_int=0
Line 22754... Line 23527...
22754
echo $ECHO_N "checking for long... $ECHO_C" >&6
23527
echo $ECHO_N "checking for long... $ECHO_C" >&6
22755
if test "${ac_cv_type_long+set}" = set; then
23528
if test "${ac_cv_type_long+set}" = set; then
22756
  echo $ECHO_N "(cached) $ECHO_C" >&6
23529
  echo $ECHO_N "(cached) $ECHO_C" >&6
22757
else
23530
else
22758
  cat >conftest.$ac_ext <<_ACEOF
23531
  cat >conftest.$ac_ext <<_ACEOF
22759
#line $LINENO "configure"
-
 
22760
/* confdefs.h.  */
23532
/* confdefs.h.  */
22761
_ACEOF
23533
_ACEOF
22762
cat confdefs.h >>conftest.$ac_ext
23534
cat confdefs.h >>conftest.$ac_ext
22763
cat >>conftest.$ac_ext <<_ACEOF
23535
cat >>conftest.$ac_ext <<_ACEOF
22764
/* end confdefs.h.  */
23536
/* end confdefs.h.  */
Line 22774... Line 23546...
22774
  return 0;
23546
  return 0;
22775
}
23547
}
22776
_ACEOF
23548
_ACEOF
22777
rm -f conftest.$ac_objext
23549
rm -f conftest.$ac_objext
22778
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23550
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22779
  (eval $ac_compile) 2>&5
23551
  (eval $ac_compile) 2>conftest.er1
22780
  ac_status=$?
23552
  ac_status=$?
-
 
23553
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23554
  rm -f conftest.er1
-
 
23555
  cat conftest.err >&5
22781
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23556
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22782
  (exit $ac_status); } &&
23557
  (exit $ac_status); } &&
-
 
23558
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23559
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23560
  (eval $ac_try) 2>&5
-
 
23561
  ac_status=$?
-
 
23562
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23563
  (exit $ac_status); }; } &&
22783
         { ac_try='test -s conftest.$ac_objext'
23564
	 { ac_try='test -s conftest.$ac_objext'
22784
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23565
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22785
  (eval $ac_try) 2>&5
23566
  (eval $ac_try) 2>&5
22786
  ac_status=$?
23567
  ac_status=$?
22787
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23568
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22788
  (exit $ac_status); }; }; then
23569
  (exit $ac_status); }; }; then
Line 22791... Line 23572...
22791
  echo "$as_me: failed program was:" >&5
23572
  echo "$as_me: failed program was:" >&5
22792
sed 's/^/| /' conftest.$ac_ext >&5
23573
sed 's/^/| /' conftest.$ac_ext >&5
22793
 
23574
 
22794
ac_cv_type_long=no
23575
ac_cv_type_long=no
22795
fi
23576
fi
22796
rm -f conftest.$ac_objext conftest.$ac_ext
23577
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22797
fi
23578
fi
22798
echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
23579
echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
22799
echo "${ECHO_T}$ac_cv_type_long" >&6
23580
echo "${ECHO_T}$ac_cv_type_long" >&6
22800
 
23581
 
22801
echo "$as_me:$LINENO: checking size of long" >&5
23582
echo "$as_me:$LINENO: checking size of long" >&5
Line 22809... Line 23590...
22809
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23590
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22810
  # This bug is HP SR number 8606223364.
23591
  # This bug is HP SR number 8606223364.
22811
  if test "$cross_compiling" = yes; then
23592
  if test "$cross_compiling" = yes; then
22812
  # Depending upon the size, compute the lo and hi bounds.
23593
  # Depending upon the size, compute the lo and hi bounds.
22813
cat >conftest.$ac_ext <<_ACEOF
23594
cat >conftest.$ac_ext <<_ACEOF
22814
#line $LINENO "configure"
-
 
22815
/* confdefs.h.  */
23595
/* confdefs.h.  */
22816
_ACEOF
23596
_ACEOF
22817
cat confdefs.h >>conftest.$ac_ext
23597
cat confdefs.h >>conftest.$ac_ext
22818
cat >>conftest.$ac_ext <<_ACEOF
23598
cat >>conftest.$ac_ext <<_ACEOF
22819
/* end confdefs.h.  */
23599
/* end confdefs.h.  */
Line 22828... Line 23608...
22828
  return 0;
23608
  return 0;
22829
}
23609
}
22830
_ACEOF
23610
_ACEOF
22831
rm -f conftest.$ac_objext
23611
rm -f conftest.$ac_objext
22832
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23612
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22833
  (eval $ac_compile) 2>&5
23613
  (eval $ac_compile) 2>conftest.er1
22834
  ac_status=$?
23614
  ac_status=$?
-
 
23615
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23616
  rm -f conftest.er1
-
 
23617
  cat conftest.err >&5
22835
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23618
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22836
  (exit $ac_status); } &&
23619
  (exit $ac_status); } &&
-
 
23620
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23621
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23622
  (eval $ac_try) 2>&5
-
 
23623
  ac_status=$?
-
 
23624
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23625
  (exit $ac_status); }; } &&
22837
         { ac_try='test -s conftest.$ac_objext'
23626
	 { ac_try='test -s conftest.$ac_objext'
22838
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23627
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22839
  (eval $ac_try) 2>&5
23628
  (eval $ac_try) 2>&5
22840
  ac_status=$?
23629
  ac_status=$?
22841
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23630
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22842
  (exit $ac_status); }; }; then
23631
  (exit $ac_status); }; }; then
22843
  ac_lo=0 ac_mid=0
23632
  ac_lo=0 ac_mid=0
22844
  while :; do
23633
  while :; do
22845
    cat >conftest.$ac_ext <<_ACEOF
23634
    cat >conftest.$ac_ext <<_ACEOF
22846
#line $LINENO "configure"
-
 
22847
/* confdefs.h.  */
23635
/* confdefs.h.  */
22848
_ACEOF
23636
_ACEOF
22849
cat confdefs.h >>conftest.$ac_ext
23637
cat confdefs.h >>conftest.$ac_ext
22850
cat >>conftest.$ac_ext <<_ACEOF
23638
cat >>conftest.$ac_ext <<_ACEOF
22851
/* end confdefs.h.  */
23639
/* end confdefs.h.  */
Line 22860... Line 23648...
22860
  return 0;
23648
  return 0;
22861
}
23649
}
22862
_ACEOF
23650
_ACEOF
22863
rm -f conftest.$ac_objext
23651
rm -f conftest.$ac_objext
22864
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23652
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22865
  (eval $ac_compile) 2>&5
23653
  (eval $ac_compile) 2>conftest.er1
22866
  ac_status=$?
23654
  ac_status=$?
-
 
23655
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23656
  rm -f conftest.er1
-
 
23657
  cat conftest.err >&5
22867
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23658
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22868
  (exit $ac_status); } &&
23659
  (exit $ac_status); } &&
-
 
23660
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23661
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23662
  (eval $ac_try) 2>&5
-
 
23663
  ac_status=$?
-
 
23664
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23665
  (exit $ac_status); }; } &&
22869
         { ac_try='test -s conftest.$ac_objext'
23666
	 { ac_try='test -s conftest.$ac_objext'
22870
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23667
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22871
  (eval $ac_try) 2>&5
23668
  (eval $ac_try) 2>&5
22872
  ac_status=$?
23669
  ac_status=$?
22873
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23670
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22874
  (exit $ac_status); }; }; then
23671
  (exit $ac_status); }; }; then
Line 22876... Line 23673...
22876
else
23673
else
22877
  echo "$as_me: failed program was:" >&5
23674
  echo "$as_me: failed program was:" >&5
22878
sed 's/^/| /' conftest.$ac_ext >&5
23675
sed 's/^/| /' conftest.$ac_ext >&5
22879
 
23676
 
22880
ac_lo=`expr $ac_mid + 1`
23677
ac_lo=`expr $ac_mid + 1`
22881
                    if test $ac_lo -le $ac_mid; then
23678
		    if test $ac_lo -le $ac_mid; then
22882
                      ac_lo= ac_hi=
23679
		      ac_lo= ac_hi=
22883
                      break
23680
		      break
22884
                    fi
23681
		    fi
22885
                    ac_mid=`expr 2 '*' $ac_mid + 1`
23682
		    ac_mid=`expr 2 '*' $ac_mid + 1`
22886
fi
23683
fi
22887
rm -f conftest.$ac_objext conftest.$ac_ext
23684
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22888
  done
23685
  done
22889
else
23686
else
22890
  echo "$as_me: failed program was:" >&5
23687
  echo "$as_me: failed program was:" >&5
22891
sed 's/^/| /' conftest.$ac_ext >&5
23688
sed 's/^/| /' conftest.$ac_ext >&5
22892
 
23689
 
22893
cat >conftest.$ac_ext <<_ACEOF
23690
cat >conftest.$ac_ext <<_ACEOF
22894
#line $LINENO "configure"
-
 
22895
/* confdefs.h.  */
23691
/* confdefs.h.  */
22896
_ACEOF
23692
_ACEOF
22897
cat confdefs.h >>conftest.$ac_ext
23693
cat confdefs.h >>conftest.$ac_ext
22898
cat >>conftest.$ac_ext <<_ACEOF
23694
cat >>conftest.$ac_ext <<_ACEOF
22899
/* end confdefs.h.  */
23695
/* end confdefs.h.  */
Line 22908... Line 23704...
22908
  return 0;
23704
  return 0;
22909
}
23705
}
22910
_ACEOF
23706
_ACEOF
22911
rm -f conftest.$ac_objext
23707
rm -f conftest.$ac_objext
22912
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23708
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22913
  (eval $ac_compile) 2>&5
23709
  (eval $ac_compile) 2>conftest.er1
22914
  ac_status=$?
23710
  ac_status=$?
-
 
23711
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23712
  rm -f conftest.er1
-
 
23713
  cat conftest.err >&5
22915
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23714
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22916
  (exit $ac_status); } &&
23715
  (exit $ac_status); } &&
-
 
23716
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23717
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23718
  (eval $ac_try) 2>&5
-
 
23719
  ac_status=$?
-
 
23720
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23721
  (exit $ac_status); }; } &&
22917
         { ac_try='test -s conftest.$ac_objext'
23722
	 { ac_try='test -s conftest.$ac_objext'
22918
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23723
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22919
  (eval $ac_try) 2>&5
23724
  (eval $ac_try) 2>&5
22920
  ac_status=$?
23725
  ac_status=$?
22921
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23726
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22922
  (exit $ac_status); }; }; then
23727
  (exit $ac_status); }; }; then
22923
  ac_hi=-1 ac_mid=-1
23728
  ac_hi=-1 ac_mid=-1
22924
  while :; do
23729
  while :; do
22925
    cat >conftest.$ac_ext <<_ACEOF
23730
    cat >conftest.$ac_ext <<_ACEOF
22926
#line $LINENO "configure"
-
 
22927
/* confdefs.h.  */
23731
/* confdefs.h.  */
22928
_ACEOF
23732
_ACEOF
22929
cat confdefs.h >>conftest.$ac_ext
23733
cat confdefs.h >>conftest.$ac_ext
22930
cat >>conftest.$ac_ext <<_ACEOF
23734
cat >>conftest.$ac_ext <<_ACEOF
22931
/* end confdefs.h.  */
23735
/* end confdefs.h.  */
Line 22940... Line 23744...
22940
  return 0;
23744
  return 0;
22941
}
23745
}
22942
_ACEOF
23746
_ACEOF
22943
rm -f conftest.$ac_objext
23747
rm -f conftest.$ac_objext
22944
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23748
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22945
  (eval $ac_compile) 2>&5
23749
  (eval $ac_compile) 2>conftest.er1
22946
  ac_status=$?
23750
  ac_status=$?
-
 
23751
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23752
  rm -f conftest.er1
-
 
23753
  cat conftest.err >&5
22947
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23754
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22948
  (exit $ac_status); } &&
23755
  (exit $ac_status); } &&
-
 
23756
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23757
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23758
  (eval $ac_try) 2>&5
-
 
23759
  ac_status=$?
-
 
23760
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23761
  (exit $ac_status); }; } &&
22949
         { ac_try='test -s conftest.$ac_objext'
23762
	 { ac_try='test -s conftest.$ac_objext'
22950
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23763
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22951
  (eval $ac_try) 2>&5
23764
  (eval $ac_try) 2>&5
22952
  ac_status=$?
23765
  ac_status=$?
22953
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23766
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22954
  (exit $ac_status); }; }; then
23767
  (exit $ac_status); }; }; then
Line 22956... Line 23769...
22956
else
23769
else
22957
  echo "$as_me: failed program was:" >&5
23770
  echo "$as_me: failed program was:" >&5
22958
sed 's/^/| /' conftest.$ac_ext >&5
23771
sed 's/^/| /' conftest.$ac_ext >&5
22959
 
23772
 
22960
ac_hi=`expr '(' $ac_mid ')' - 1`
23773
ac_hi=`expr '(' $ac_mid ')' - 1`
22961
                       if test $ac_mid -le $ac_hi; then
23774
		       if test $ac_mid -le $ac_hi; then
22962
                         ac_lo= ac_hi=
23775
			 ac_lo= ac_hi=
22963
                         break
23776
			 break
22964
                       fi
23777
		       fi
22965
                       ac_mid=`expr 2 '*' $ac_mid`
23778
		       ac_mid=`expr 2 '*' $ac_mid`
22966
fi
23779
fi
22967
rm -f conftest.$ac_objext conftest.$ac_ext
23780
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22968
  done
23781
  done
22969
else
23782
else
22970
  echo "$as_me: failed program was:" >&5
23783
  echo "$as_me: failed program was:" >&5
22971
sed 's/^/| /' conftest.$ac_ext >&5
23784
sed 's/^/| /' conftest.$ac_ext >&5
22972
 
23785
 
22973
ac_lo= ac_hi=
23786
ac_lo= ac_hi=
22974
fi
23787
fi
22975
rm -f conftest.$ac_objext conftest.$ac_ext
23788
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22976
fi
23789
fi
22977
rm -f conftest.$ac_objext conftest.$ac_ext
23790
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22978
# Binary search between lo and hi bounds.
23791
# Binary search between lo and hi bounds.
22979
while test "x$ac_lo" != "x$ac_hi"; do
23792
while test "x$ac_lo" != "x$ac_hi"; do
22980
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23793
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22981
  cat >conftest.$ac_ext <<_ACEOF
23794
  cat >conftest.$ac_ext <<_ACEOF
22982
#line $LINENO "configure"
-
 
22983
/* confdefs.h.  */
23795
/* confdefs.h.  */
22984
_ACEOF
23796
_ACEOF
22985
cat confdefs.h >>conftest.$ac_ext
23797
cat confdefs.h >>conftest.$ac_ext
22986
cat >>conftest.$ac_ext <<_ACEOF
23798
cat >>conftest.$ac_ext <<_ACEOF
22987
/* end confdefs.h.  */
23799
/* end confdefs.h.  */
Line 22996... Line 23808...
22996
  return 0;
23808
  return 0;
22997
}
23809
}
22998
_ACEOF
23810
_ACEOF
22999
rm -f conftest.$ac_objext
23811
rm -f conftest.$ac_objext
23000
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23812
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23001
  (eval $ac_compile) 2>&5
23813
  (eval $ac_compile) 2>conftest.er1
23002
  ac_status=$?
23814
  ac_status=$?
-
 
23815
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23816
  rm -f conftest.er1
-
 
23817
  cat conftest.err >&5
23003
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23818
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23004
  (exit $ac_status); } &&
23819
  (exit $ac_status); } &&
-
 
23820
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23821
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23822
  (eval $ac_try) 2>&5
-
 
23823
  ac_status=$?
-
 
23824
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23825
  (exit $ac_status); }; } &&
23005
         { ac_try='test -s conftest.$ac_objext'
23826
	 { ac_try='test -s conftest.$ac_objext'
23006
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23827
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23007
  (eval $ac_try) 2>&5
23828
  (eval $ac_try) 2>&5
23008
  ac_status=$?
23829
  ac_status=$?
23009
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23830
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23010
  (exit $ac_status); }; }; then
23831
  (exit $ac_status); }; }; then
Line 23013... Line 23834...
23013
  echo "$as_me: failed program was:" >&5
23834
  echo "$as_me: failed program was:" >&5
23014
sed 's/^/| /' conftest.$ac_ext >&5
23835
sed 's/^/| /' conftest.$ac_ext >&5
23015
 
23836
 
23016
ac_lo=`expr '(' $ac_mid ')' + 1`
23837
ac_lo=`expr '(' $ac_mid ')' + 1`
23017
fi
23838
fi
23018
rm -f conftest.$ac_objext conftest.$ac_ext
23839
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23019
done
23840
done
23020
case $ac_lo in
23841
case $ac_lo in
23021
?*) ac_cv_sizeof_long=$ac_lo;;
23842
?*) ac_cv_sizeof_long=$ac_lo;;
23022
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
23843
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
23023
See \`config.log' for more details." >&5
23844
See \`config.log' for more details." >&5
Line 23025... Line 23846...
23025
See \`config.log' for more details." >&2;}
23846
See \`config.log' for more details." >&2;}
23026
   { (exit 1); exit 1; }; } ;;
23847
   { (exit 1); exit 1; }; } ;;
23027
esac
23848
esac
23028
else
23849
else
23029
  if test "$cross_compiling" = yes; then
23850
  if test "$cross_compiling" = yes; then
23030
  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
23851
  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
23031
See \`config.log' for more details." >&5
-
 
23032
echo "$as_me: error: cannot run test program while cross compiling
23852
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
23033
See \`config.log' for more details." >&2;}
-
 
23034
   { (exit 1); exit 1; }; }
23853
   { (exit 1); exit 1; }; }
23035
else
23854
else
23036
  cat >conftest.$ac_ext <<_ACEOF
23855
  cat >conftest.$ac_ext <<_ACEOF
23037
#line $LINENO "configure"
-
 
23038
/* confdefs.h.  */
23856
/* confdefs.h.  */
23039
_ACEOF
23857
_ACEOF
23040
cat confdefs.h >>conftest.$ac_ext
23858
cat confdefs.h >>conftest.$ac_ext
23041
cat >>conftest.$ac_ext <<_ACEOF
23859
cat >>conftest.$ac_ext <<_ACEOF
23042
/* end confdefs.h.  */
23860
/* end confdefs.h.  */
Line 23094... Line 23912...
23094
See \`config.log' for more details." >&5
23912
See \`config.log' for more details." >&5
23095
echo "$as_me: error: cannot compute sizeof (long), 77
23913
echo "$as_me: error: cannot compute sizeof (long), 77
23096
See \`config.log' for more details." >&2;}
23914
See \`config.log' for more details." >&2;}
23097
   { (exit 1); exit 1; }; }
23915
   { (exit 1); exit 1; }; }
23098
fi
23916
fi
23099
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23917
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23100
fi
23918
fi
23101
fi
23919
fi
23102
rm -f conftest.val
23920
rm -f conftest.val
23103
else
23921
else
23104
  ac_cv_sizeof_long=0
23922
  ac_cv_sizeof_long=0
Line 23115... Line 23933...
23115
echo $ECHO_N "checking for long long... $ECHO_C" >&6
23933
echo $ECHO_N "checking for long long... $ECHO_C" >&6
23116
if test "${ac_cv_type_long_long+set}" = set; then
23934
if test "${ac_cv_type_long_long+set}" = set; then
23117
  echo $ECHO_N "(cached) $ECHO_C" >&6
23935
  echo $ECHO_N "(cached) $ECHO_C" >&6
23118
else
23936
else
23119
  cat >conftest.$ac_ext <<_ACEOF
23937
  cat >conftest.$ac_ext <<_ACEOF
23120
#line $LINENO "configure"
-
 
23121
/* confdefs.h.  */
23938
/* confdefs.h.  */
23122
_ACEOF
23939
_ACEOF
23123
cat confdefs.h >>conftest.$ac_ext
23940
cat confdefs.h >>conftest.$ac_ext
23124
cat >>conftest.$ac_ext <<_ACEOF
23941
cat >>conftest.$ac_ext <<_ACEOF
23125
/* end confdefs.h.  */
23942
/* end confdefs.h.  */
Line 23135... Line 23952...
23135
  return 0;
23952
  return 0;
23136
}
23953
}
23137
_ACEOF
23954
_ACEOF
23138
rm -f conftest.$ac_objext
23955
rm -f conftest.$ac_objext
23139
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23956
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23140
  (eval $ac_compile) 2>&5
23957
  (eval $ac_compile) 2>conftest.er1
23141
  ac_status=$?
23958
  ac_status=$?
-
 
23959
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
23960
  rm -f conftest.er1
-
 
23961
  cat conftest.err >&5
23142
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23962
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23143
  (exit $ac_status); } &&
23963
  (exit $ac_status); } &&
-
 
23964
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
23965
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
23966
  (eval $ac_try) 2>&5
-
 
23967
  ac_status=$?
-
 
23968
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
23969
  (exit $ac_status); }; } &&
23144
         { ac_try='test -s conftest.$ac_objext'
23970
	 { ac_try='test -s conftest.$ac_objext'
23145
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23971
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23146
  (eval $ac_try) 2>&5
23972
  (eval $ac_try) 2>&5
23147
  ac_status=$?
23973
  ac_status=$?
23148
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23974
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23149
  (exit $ac_status); }; }; then
23975
  (exit $ac_status); }; }; then
Line 23152... Line 23978...
23152
  echo "$as_me: failed program was:" >&5
23978
  echo "$as_me: failed program was:" >&5
23153
sed 's/^/| /' conftest.$ac_ext >&5
23979
sed 's/^/| /' conftest.$ac_ext >&5
23154
 
23980
 
23155
ac_cv_type_long_long=no
23981
ac_cv_type_long_long=no
23156
fi
23982
fi
23157
rm -f conftest.$ac_objext conftest.$ac_ext
23983
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23158
fi
23984
fi
23159
echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23985
echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23160
echo "${ECHO_T}$ac_cv_type_long_long" >&6
23986
echo "${ECHO_T}$ac_cv_type_long_long" >&6
23161
 
23987
 
23162
echo "$as_me:$LINENO: checking size of long long" >&5
23988
echo "$as_me:$LINENO: checking size of long long" >&5
Line 23170... Line 23996...
23170
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23996
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23171
  # This bug is HP SR number 8606223364.
23997
  # This bug is HP SR number 8606223364.
23172
  if test "$cross_compiling" = yes; then
23998
  if test "$cross_compiling" = yes; then
23173
  # Depending upon the size, compute the lo and hi bounds.
23999
  # Depending upon the size, compute the lo and hi bounds.
23174
cat >conftest.$ac_ext <<_ACEOF
24000
cat >conftest.$ac_ext <<_ACEOF
23175
#line $LINENO "configure"
-
 
23176
/* confdefs.h.  */
24001
/* confdefs.h.  */
23177
_ACEOF
24002
_ACEOF
23178
cat confdefs.h >>conftest.$ac_ext
24003
cat confdefs.h >>conftest.$ac_ext
23179
cat >>conftest.$ac_ext <<_ACEOF
24004
cat >>conftest.$ac_ext <<_ACEOF
23180
/* end confdefs.h.  */
24005
/* end confdefs.h.  */
Line 23189... Line 24014...
23189
  return 0;
24014
  return 0;
23190
}
24015
}
23191
_ACEOF
24016
_ACEOF
23192
rm -f conftest.$ac_objext
24017
rm -f conftest.$ac_objext
23193
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24018
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23194
  (eval $ac_compile) 2>&5
24019
  (eval $ac_compile) 2>conftest.er1
23195
  ac_status=$?
24020
  ac_status=$?
-
 
24021
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24022
  rm -f conftest.er1
-
 
24023
  cat conftest.err >&5
23196
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24024
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23197
  (exit $ac_status); } &&
24025
  (exit $ac_status); } &&
-
 
24026
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24027
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24028
  (eval $ac_try) 2>&5
-
 
24029
  ac_status=$?
-
 
24030
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24031
  (exit $ac_status); }; } &&
23198
         { ac_try='test -s conftest.$ac_objext'
24032
	 { ac_try='test -s conftest.$ac_objext'
23199
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24033
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23200
  (eval $ac_try) 2>&5
24034
  (eval $ac_try) 2>&5
23201
  ac_status=$?
24035
  ac_status=$?
23202
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24036
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23203
  (exit $ac_status); }; }; then
24037
  (exit $ac_status); }; }; then
23204
  ac_lo=0 ac_mid=0
24038
  ac_lo=0 ac_mid=0
23205
  while :; do
24039
  while :; do
23206
    cat >conftest.$ac_ext <<_ACEOF
24040
    cat >conftest.$ac_ext <<_ACEOF
23207
#line $LINENO "configure"
-
 
23208
/* confdefs.h.  */
24041
/* confdefs.h.  */
23209
_ACEOF
24042
_ACEOF
23210
cat confdefs.h >>conftest.$ac_ext
24043
cat confdefs.h >>conftest.$ac_ext
23211
cat >>conftest.$ac_ext <<_ACEOF
24044
cat >>conftest.$ac_ext <<_ACEOF
23212
/* end confdefs.h.  */
24045
/* end confdefs.h.  */
Line 23221... Line 24054...
23221
  return 0;
24054
  return 0;
23222
}
24055
}
23223
_ACEOF
24056
_ACEOF
23224
rm -f conftest.$ac_objext
24057
rm -f conftest.$ac_objext
23225
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24058
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23226
  (eval $ac_compile) 2>&5
24059
  (eval $ac_compile) 2>conftest.er1
23227
  ac_status=$?
24060
  ac_status=$?
-
 
24061
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24062
  rm -f conftest.er1
-
 
24063
  cat conftest.err >&5
23228
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24064
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23229
  (exit $ac_status); } &&
24065
  (exit $ac_status); } &&
-
 
24066
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24067
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24068
  (eval $ac_try) 2>&5
-
 
24069
  ac_status=$?
-
 
24070
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24071
  (exit $ac_status); }; } &&
23230
         { ac_try='test -s conftest.$ac_objext'
24072
	 { ac_try='test -s conftest.$ac_objext'
23231
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24073
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23232
  (eval $ac_try) 2>&5
24074
  (eval $ac_try) 2>&5
23233
  ac_status=$?
24075
  ac_status=$?
23234
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24076
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235
  (exit $ac_status); }; }; then
24077
  (exit $ac_status); }; }; then
Line 23237... Line 24079...
23237
else
24079
else
23238
  echo "$as_me: failed program was:" >&5
24080
  echo "$as_me: failed program was:" >&5
23239
sed 's/^/| /' conftest.$ac_ext >&5
24081
sed 's/^/| /' conftest.$ac_ext >&5
23240
 
24082
 
23241
ac_lo=`expr $ac_mid + 1`
24083
ac_lo=`expr $ac_mid + 1`
23242
                    if test $ac_lo -le $ac_mid; then
24084
		    if test $ac_lo -le $ac_mid; then
23243
                      ac_lo= ac_hi=
24085
		      ac_lo= ac_hi=
23244
                      break
24086
		      break
23245
                    fi
24087
		    fi
23246
                    ac_mid=`expr 2 '*' $ac_mid + 1`
24088
		    ac_mid=`expr 2 '*' $ac_mid + 1`
23247
fi
24089
fi
23248
rm -f conftest.$ac_objext conftest.$ac_ext
24090
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23249
  done
24091
  done
23250
else
24092
else
23251
  echo "$as_me: failed program was:" >&5
24093
  echo "$as_me: failed program was:" >&5
23252
sed 's/^/| /' conftest.$ac_ext >&5
24094
sed 's/^/| /' conftest.$ac_ext >&5
23253
 
24095
 
23254
cat >conftest.$ac_ext <<_ACEOF
24096
cat >conftest.$ac_ext <<_ACEOF
23255
#line $LINENO "configure"
-
 
23256
/* confdefs.h.  */
24097
/* confdefs.h.  */
23257
_ACEOF
24098
_ACEOF
23258
cat confdefs.h >>conftest.$ac_ext
24099
cat confdefs.h >>conftest.$ac_ext
23259
cat >>conftest.$ac_ext <<_ACEOF
24100
cat >>conftest.$ac_ext <<_ACEOF
23260
/* end confdefs.h.  */
24101
/* end confdefs.h.  */
Line 23269... Line 24110...
23269
  return 0;
24110
  return 0;
23270
}
24111
}
23271
_ACEOF
24112
_ACEOF
23272
rm -f conftest.$ac_objext
24113
rm -f conftest.$ac_objext
23273
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24114
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23274
  (eval $ac_compile) 2>&5
24115
  (eval $ac_compile) 2>conftest.er1
23275
  ac_status=$?
24116
  ac_status=$?
-
 
24117
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24118
  rm -f conftest.er1
-
 
24119
  cat conftest.err >&5
23276
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24120
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23277
  (exit $ac_status); } &&
24121
  (exit $ac_status); } &&
-
 
24122
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24123
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24124
  (eval $ac_try) 2>&5
-
 
24125
  ac_status=$?
-
 
24126
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24127
  (exit $ac_status); }; } &&
23278
         { ac_try='test -s conftest.$ac_objext'
24128
	 { ac_try='test -s conftest.$ac_objext'
23279
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24129
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23280
  (eval $ac_try) 2>&5
24130
  (eval $ac_try) 2>&5
23281
  ac_status=$?
24131
  ac_status=$?
23282
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24132
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23283
  (exit $ac_status); }; }; then
24133
  (exit $ac_status); }; }; then
23284
  ac_hi=-1 ac_mid=-1
24134
  ac_hi=-1 ac_mid=-1
23285
  while :; do
24135
  while :; do
23286
    cat >conftest.$ac_ext <<_ACEOF
24136
    cat >conftest.$ac_ext <<_ACEOF
23287
#line $LINENO "configure"
-
 
23288
/* confdefs.h.  */
24137
/* confdefs.h.  */
23289
_ACEOF
24138
_ACEOF
23290
cat confdefs.h >>conftest.$ac_ext
24139
cat confdefs.h >>conftest.$ac_ext
23291
cat >>conftest.$ac_ext <<_ACEOF
24140
cat >>conftest.$ac_ext <<_ACEOF
23292
/* end confdefs.h.  */
24141
/* end confdefs.h.  */
Line 23301... Line 24150...
23301
  return 0;
24150
  return 0;
23302
}
24151
}
23303
_ACEOF
24152
_ACEOF
23304
rm -f conftest.$ac_objext
24153
rm -f conftest.$ac_objext
23305
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24154
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23306
  (eval $ac_compile) 2>&5
24155
  (eval $ac_compile) 2>conftest.er1
23307
  ac_status=$?
24156
  ac_status=$?
-
 
24157
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24158
  rm -f conftest.er1
-
 
24159
  cat conftest.err >&5
23308
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24160
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23309
  (exit $ac_status); } &&
24161
  (exit $ac_status); } &&
-
 
24162
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24163
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24164
  (eval $ac_try) 2>&5
-
 
24165
  ac_status=$?
-
 
24166
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24167
  (exit $ac_status); }; } &&
23310
         { ac_try='test -s conftest.$ac_objext'
24168
	 { ac_try='test -s conftest.$ac_objext'
23311
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24169
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23312
  (eval $ac_try) 2>&5
24170
  (eval $ac_try) 2>&5
23313
  ac_status=$?
24171
  ac_status=$?
23314
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24172
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23315
  (exit $ac_status); }; }; then
24173
  (exit $ac_status); }; }; then
Line 23317... Line 24175...
23317
else
24175
else
23318
  echo "$as_me: failed program was:" >&5
24176
  echo "$as_me: failed program was:" >&5
23319
sed 's/^/| /' conftest.$ac_ext >&5
24177
sed 's/^/| /' conftest.$ac_ext >&5
23320
 
24178
 
23321
ac_hi=`expr '(' $ac_mid ')' - 1`
24179
ac_hi=`expr '(' $ac_mid ')' - 1`
23322
                       if test $ac_mid -le $ac_hi; then
24180
		       if test $ac_mid -le $ac_hi; then
23323
                         ac_lo= ac_hi=
24181
			 ac_lo= ac_hi=
23324
                         break
24182
			 break
23325
                       fi
24183
		       fi
23326
                       ac_mid=`expr 2 '*' $ac_mid`
24184
		       ac_mid=`expr 2 '*' $ac_mid`
23327
fi
24185
fi
23328
rm -f conftest.$ac_objext conftest.$ac_ext
24186
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23329
  done
24187
  done
23330
else
24188
else
23331
  echo "$as_me: failed program was:" >&5
24189
  echo "$as_me: failed program was:" >&5
23332
sed 's/^/| /' conftest.$ac_ext >&5
24190
sed 's/^/| /' conftest.$ac_ext >&5
23333
 
24191
 
23334
ac_lo= ac_hi=
24192
ac_lo= ac_hi=
23335
fi
24193
fi
23336
rm -f conftest.$ac_objext conftest.$ac_ext
24194
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23337
fi
24195
fi
23338
rm -f conftest.$ac_objext conftest.$ac_ext
24196
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23339
# Binary search between lo and hi bounds.
24197
# Binary search between lo and hi bounds.
23340
while test "x$ac_lo" != "x$ac_hi"; do
24198
while test "x$ac_lo" != "x$ac_hi"; do
23341
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24199
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23342
  cat >conftest.$ac_ext <<_ACEOF
24200
  cat >conftest.$ac_ext <<_ACEOF
23343
#line $LINENO "configure"
-
 
23344
/* confdefs.h.  */
24201
/* confdefs.h.  */
23345
_ACEOF
24202
_ACEOF
23346
cat confdefs.h >>conftest.$ac_ext
24203
cat confdefs.h >>conftest.$ac_ext
23347
cat >>conftest.$ac_ext <<_ACEOF
24204
cat >>conftest.$ac_ext <<_ACEOF
23348
/* end confdefs.h.  */
24205
/* end confdefs.h.  */
Line 23357... Line 24214...
23357
  return 0;
24214
  return 0;
23358
}
24215
}
23359
_ACEOF
24216
_ACEOF
23360
rm -f conftest.$ac_objext
24217
rm -f conftest.$ac_objext
23361
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24218
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23362
  (eval $ac_compile) 2>&5
24219
  (eval $ac_compile) 2>conftest.er1
23363
  ac_status=$?
24220
  ac_status=$?
-
 
24221
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24222
  rm -f conftest.er1
-
 
24223
  cat conftest.err >&5
23364
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24224
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23365
  (exit $ac_status); } &&
24225
  (exit $ac_status); } &&
-
 
24226
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24227
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24228
  (eval $ac_try) 2>&5
-
 
24229
  ac_status=$?
-
 
24230
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24231
  (exit $ac_status); }; } &&
23366
         { ac_try='test -s conftest.$ac_objext'
24232
	 { ac_try='test -s conftest.$ac_objext'
23367
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24233
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23368
  (eval $ac_try) 2>&5
24234
  (eval $ac_try) 2>&5
23369
  ac_status=$?
24235
  ac_status=$?
23370
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24236
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23371
  (exit $ac_status); }; }; then
24237
  (exit $ac_status); }; }; then
Line 23374... Line 24240...
23374
  echo "$as_me: failed program was:" >&5
24240
  echo "$as_me: failed program was:" >&5
23375
sed 's/^/| /' conftest.$ac_ext >&5
24241
sed 's/^/| /' conftest.$ac_ext >&5
23376
 
24242
 
23377
ac_lo=`expr '(' $ac_mid ')' + 1`
24243
ac_lo=`expr '(' $ac_mid ')' + 1`
23378
fi
24244
fi
23379
rm -f conftest.$ac_objext conftest.$ac_ext
24245
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23380
done
24246
done
23381
case $ac_lo in
24247
case $ac_lo in
23382
?*) ac_cv_sizeof_long_long=$ac_lo;;
24248
?*) ac_cv_sizeof_long_long=$ac_lo;;
23383
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
24249
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
23384
See \`config.log' for more details." >&5
24250
See \`config.log' for more details." >&5
Line 23386... Line 24252...
23386
See \`config.log' for more details." >&2;}
24252
See \`config.log' for more details." >&2;}
23387
   { (exit 1); exit 1; }; } ;;
24253
   { (exit 1); exit 1; }; } ;;
23388
esac
24254
esac
23389
else
24255
else
23390
  if test "$cross_compiling" = yes; then
24256
  if test "$cross_compiling" = yes; then
23391
  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
24257
  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
23392
See \`config.log' for more details." >&5
-
 
23393
echo "$as_me: error: cannot run test program while cross compiling
24258
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
23394
See \`config.log' for more details." >&2;}
-
 
23395
   { (exit 1); exit 1; }; }
24259
   { (exit 1); exit 1; }; }
23396
else
24260
else
23397
  cat >conftest.$ac_ext <<_ACEOF
24261
  cat >conftest.$ac_ext <<_ACEOF
23398
#line $LINENO "configure"
-
 
23399
/* confdefs.h.  */
24262
/* confdefs.h.  */
23400
_ACEOF
24263
_ACEOF
23401
cat confdefs.h >>conftest.$ac_ext
24264
cat confdefs.h >>conftest.$ac_ext
23402
cat >>conftest.$ac_ext <<_ACEOF
24265
cat >>conftest.$ac_ext <<_ACEOF
23403
/* end confdefs.h.  */
24266
/* end confdefs.h.  */
Line 23455... Line 24318...
23455
See \`config.log' for more details." >&5
24318
See \`config.log' for more details." >&5
23456
echo "$as_me: error: cannot compute sizeof (long long), 77
24319
echo "$as_me: error: cannot compute sizeof (long long), 77
23457
See \`config.log' for more details." >&2;}
24320
See \`config.log' for more details." >&2;}
23458
   { (exit 1); exit 1; }; }
24321
   { (exit 1); exit 1; }; }
23459
fi
24322
fi
23460
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24323
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23461
fi
24324
fi
23462
fi
24325
fi
23463
rm -f conftest.val
24326
rm -f conftest.val
23464
else
24327
else
23465
  ac_cv_sizeof_long_long=0
24328
  ac_cv_sizeof_long_long=0
Line 23476... Line 24339...
23476
echo $ECHO_N "checking for long double... $ECHO_C" >&6
24339
echo $ECHO_N "checking for long double... $ECHO_C" >&6
23477
if test "${ac_cv_type_long_double+set}" = set; then
24340
if test "${ac_cv_type_long_double+set}" = set; then
23478
  echo $ECHO_N "(cached) $ECHO_C" >&6
24341
  echo $ECHO_N "(cached) $ECHO_C" >&6
23479
else
24342
else
23480
  cat >conftest.$ac_ext <<_ACEOF
24343
  cat >conftest.$ac_ext <<_ACEOF
23481
#line $LINENO "configure"
-
 
23482
/* confdefs.h.  */
24344
/* confdefs.h.  */
23483
_ACEOF
24345
_ACEOF
23484
cat confdefs.h >>conftest.$ac_ext
24346
cat confdefs.h >>conftest.$ac_ext
23485
cat >>conftest.$ac_ext <<_ACEOF
24347
cat >>conftest.$ac_ext <<_ACEOF
23486
/* end confdefs.h.  */
24348
/* end confdefs.h.  */
Line 23496... Line 24358...
23496
  return 0;
24358
  return 0;
23497
}
24359
}
23498
_ACEOF
24360
_ACEOF
23499
rm -f conftest.$ac_objext
24361
rm -f conftest.$ac_objext
23500
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24362
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23501
  (eval $ac_compile) 2>&5
24363
  (eval $ac_compile) 2>conftest.er1
23502
  ac_status=$?
24364
  ac_status=$?
-
 
24365
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24366
  rm -f conftest.er1
-
 
24367
  cat conftest.err >&5
23503
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24368
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23504
  (exit $ac_status); } &&
24369
  (exit $ac_status); } &&
-
 
24370
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24371
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24372
  (eval $ac_try) 2>&5
-
 
24373
  ac_status=$?
-
 
24374
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24375
  (exit $ac_status); }; } &&
23505
         { ac_try='test -s conftest.$ac_objext'
24376
	 { ac_try='test -s conftest.$ac_objext'
23506
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24377
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23507
  (eval $ac_try) 2>&5
24378
  (eval $ac_try) 2>&5
23508
  ac_status=$?
24379
  ac_status=$?
23509
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24380
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23510
  (exit $ac_status); }; }; then
24381
  (exit $ac_status); }; }; then
Line 23513... Line 24384...
23513
  echo "$as_me: failed program was:" >&5
24384
  echo "$as_me: failed program was:" >&5
23514
sed 's/^/| /' conftest.$ac_ext >&5
24385
sed 's/^/| /' conftest.$ac_ext >&5
23515
 
24386
 
23516
ac_cv_type_long_double=no
24387
ac_cv_type_long_double=no
23517
fi
24388
fi
23518
rm -f conftest.$ac_objext conftest.$ac_ext
24389
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23519
fi
24390
fi
23520
echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
24391
echo "$as_me:$LINENO: result: $ac_cv_type_long_double" >&5
23521
echo "${ECHO_T}$ac_cv_type_long_double" >&6
24392
echo "${ECHO_T}$ac_cv_type_long_double" >&6
23522
 
24393
 
23523
echo "$as_me:$LINENO: checking size of long double" >&5
24394
echo "$as_me:$LINENO: checking size of long double" >&5
Line 23531... Line 24402...
23531
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
24402
  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23532
  # This bug is HP SR number 8606223364.
24403
  # This bug is HP SR number 8606223364.
23533
  if test "$cross_compiling" = yes; then
24404
  if test "$cross_compiling" = yes; then
23534
  # Depending upon the size, compute the lo and hi bounds.
24405
  # Depending upon the size, compute the lo and hi bounds.
23535
cat >conftest.$ac_ext <<_ACEOF
24406
cat >conftest.$ac_ext <<_ACEOF
23536
#line $LINENO "configure"
-
 
23537
/* confdefs.h.  */
24407
/* confdefs.h.  */
23538
_ACEOF
24408
_ACEOF
23539
cat confdefs.h >>conftest.$ac_ext
24409
cat confdefs.h >>conftest.$ac_ext
23540
cat >>conftest.$ac_ext <<_ACEOF
24410
cat >>conftest.$ac_ext <<_ACEOF
23541
/* end confdefs.h.  */
24411
/* end confdefs.h.  */
Line 23550... Line 24420...
23550
  return 0;
24420
  return 0;
23551
}
24421
}
23552
_ACEOF
24422
_ACEOF
23553
rm -f conftest.$ac_objext
24423
rm -f conftest.$ac_objext
23554
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24424
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23555
  (eval $ac_compile) 2>&5
24425
  (eval $ac_compile) 2>conftest.er1
23556
  ac_status=$?
24426
  ac_status=$?
-
 
24427
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24428
  rm -f conftest.er1
-
 
24429
  cat conftest.err >&5
23557
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24430
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23558
  (exit $ac_status); } &&
24431
  (exit $ac_status); } &&
-
 
24432
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24433
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24434
  (eval $ac_try) 2>&5
-
 
24435
  ac_status=$?
-
 
24436
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24437
  (exit $ac_status); }; } &&
23559
         { ac_try='test -s conftest.$ac_objext'
24438
	 { ac_try='test -s conftest.$ac_objext'
23560
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24439
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23561
  (eval $ac_try) 2>&5
24440
  (eval $ac_try) 2>&5
23562
  ac_status=$?
24441
  ac_status=$?
23563
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24442
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23564
  (exit $ac_status); }; }; then
24443
  (exit $ac_status); }; }; then
23565
  ac_lo=0 ac_mid=0
24444
  ac_lo=0 ac_mid=0
23566
  while :; do
24445
  while :; do
23567
    cat >conftest.$ac_ext <<_ACEOF
24446
    cat >conftest.$ac_ext <<_ACEOF
23568
#line $LINENO "configure"
-
 
23569
/* confdefs.h.  */
24447
/* confdefs.h.  */
23570
_ACEOF
24448
_ACEOF
23571
cat confdefs.h >>conftest.$ac_ext
24449
cat confdefs.h >>conftest.$ac_ext
23572
cat >>conftest.$ac_ext <<_ACEOF
24450
cat >>conftest.$ac_ext <<_ACEOF
23573
/* end confdefs.h.  */
24451
/* end confdefs.h.  */
Line 23582... Line 24460...
23582
  return 0;
24460
  return 0;
23583
}
24461
}
23584
_ACEOF
24462
_ACEOF
23585
rm -f conftest.$ac_objext
24463
rm -f conftest.$ac_objext
23586
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24464
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23587
  (eval $ac_compile) 2>&5
24465
  (eval $ac_compile) 2>conftest.er1
23588
  ac_status=$?
24466
  ac_status=$?
-
 
24467
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24468
  rm -f conftest.er1
-
 
24469
  cat conftest.err >&5
23589
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24470
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23590
  (exit $ac_status); } &&
24471
  (exit $ac_status); } &&
-
 
24472
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24473
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24474
  (eval $ac_try) 2>&5
-
 
24475
  ac_status=$?
-
 
24476
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24477
  (exit $ac_status); }; } &&
23591
         { ac_try='test -s conftest.$ac_objext'
24478
	 { ac_try='test -s conftest.$ac_objext'
23592
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24479
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23593
  (eval $ac_try) 2>&5
24480
  (eval $ac_try) 2>&5
23594
  ac_status=$?
24481
  ac_status=$?
23595
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24482
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23596
  (exit $ac_status); }; }; then
24483
  (exit $ac_status); }; }; then
Line 23598... Line 24485...
23598
else
24485
else
23599
  echo "$as_me: failed program was:" >&5
24486
  echo "$as_me: failed program was:" >&5
23600
sed 's/^/| /' conftest.$ac_ext >&5
24487
sed 's/^/| /' conftest.$ac_ext >&5
23601
 
24488
 
23602
ac_lo=`expr $ac_mid + 1`
24489
ac_lo=`expr $ac_mid + 1`
23603
                    if test $ac_lo -le $ac_mid; then
24490
		    if test $ac_lo -le $ac_mid; then
23604
                      ac_lo= ac_hi=
24491
		      ac_lo= ac_hi=
23605
                      break
24492
		      break
23606
                    fi
24493
		    fi
23607
                    ac_mid=`expr 2 '*' $ac_mid + 1`
24494
		    ac_mid=`expr 2 '*' $ac_mid + 1`
23608
fi
24495
fi
23609
rm -f conftest.$ac_objext conftest.$ac_ext
24496
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23610
  done
24497
  done
23611
else
24498
else
23612
  echo "$as_me: failed program was:" >&5
24499
  echo "$as_me: failed program was:" >&5
23613
sed 's/^/| /' conftest.$ac_ext >&5
24500
sed 's/^/| /' conftest.$ac_ext >&5
23614
 
24501
 
23615
cat >conftest.$ac_ext <<_ACEOF
24502
cat >conftest.$ac_ext <<_ACEOF
23616
#line $LINENO "configure"
-
 
23617
/* confdefs.h.  */
24503
/* confdefs.h.  */
23618
_ACEOF
24504
_ACEOF
23619
cat confdefs.h >>conftest.$ac_ext
24505
cat confdefs.h >>conftest.$ac_ext
23620
cat >>conftest.$ac_ext <<_ACEOF
24506
cat >>conftest.$ac_ext <<_ACEOF
23621
/* end confdefs.h.  */
24507
/* end confdefs.h.  */
Line 23630... Line 24516...
23630
  return 0;
24516
  return 0;
23631
}
24517
}
23632
_ACEOF
24518
_ACEOF
23633
rm -f conftest.$ac_objext
24519
rm -f conftest.$ac_objext
23634
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24520
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23635
  (eval $ac_compile) 2>&5
24521
  (eval $ac_compile) 2>conftest.er1
23636
  ac_status=$?
24522
  ac_status=$?
-
 
24523
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24524
  rm -f conftest.er1
-
 
24525
  cat conftest.err >&5
23637
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24526
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23638
  (exit $ac_status); } &&
24527
  (exit $ac_status); } &&
-
 
24528
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24529
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24530
  (eval $ac_try) 2>&5
-
 
24531
  ac_status=$?
-
 
24532
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24533
  (exit $ac_status); }; } &&
23639
         { ac_try='test -s conftest.$ac_objext'
24534
	 { ac_try='test -s conftest.$ac_objext'
23640
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24535
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23641
  (eval $ac_try) 2>&5
24536
  (eval $ac_try) 2>&5
23642
  ac_status=$?
24537
  ac_status=$?
23643
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24538
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23644
  (exit $ac_status); }; }; then
24539
  (exit $ac_status); }; }; then
23645
  ac_hi=-1 ac_mid=-1
24540
  ac_hi=-1 ac_mid=-1
23646
  while :; do
24541
  while :; do
23647
    cat >conftest.$ac_ext <<_ACEOF
24542
    cat >conftest.$ac_ext <<_ACEOF
23648
#line $LINENO "configure"
-
 
23649
/* confdefs.h.  */
24543
/* confdefs.h.  */
23650
_ACEOF
24544
_ACEOF
23651
cat confdefs.h >>conftest.$ac_ext
24545
cat confdefs.h >>conftest.$ac_ext
23652
cat >>conftest.$ac_ext <<_ACEOF
24546
cat >>conftest.$ac_ext <<_ACEOF
23653
/* end confdefs.h.  */
24547
/* end confdefs.h.  */
Line 23662... Line 24556...
23662
  return 0;
24556
  return 0;
23663
}
24557
}
23664
_ACEOF
24558
_ACEOF
23665
rm -f conftest.$ac_objext
24559
rm -f conftest.$ac_objext
23666
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24560
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23667
  (eval $ac_compile) 2>&5
24561
  (eval $ac_compile) 2>conftest.er1
23668
  ac_status=$?
24562
  ac_status=$?
-
 
24563
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24564
  rm -f conftest.er1
-
 
24565
  cat conftest.err >&5
23669
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24566
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23670
  (exit $ac_status); } &&
24567
  (exit $ac_status); } &&
-
 
24568
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24569
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24570
  (eval $ac_try) 2>&5
-
 
24571
  ac_status=$?
-
 
24572
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24573
  (exit $ac_status); }; } &&
23671
         { ac_try='test -s conftest.$ac_objext'
24574
	 { ac_try='test -s conftest.$ac_objext'
23672
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24575
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23673
  (eval $ac_try) 2>&5
24576
  (eval $ac_try) 2>&5
23674
  ac_status=$?
24577
  ac_status=$?
23675
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24578
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23676
  (exit $ac_status); }; }; then
24579
  (exit $ac_status); }; }; then
Line 23678... Line 24581...
23678
else
24581
else
23679
  echo "$as_me: failed program was:" >&5
24582
  echo "$as_me: failed program was:" >&5
23680
sed 's/^/| /' conftest.$ac_ext >&5
24583
sed 's/^/| /' conftest.$ac_ext >&5
23681
 
24584
 
23682
ac_hi=`expr '(' $ac_mid ')' - 1`
24585
ac_hi=`expr '(' $ac_mid ')' - 1`
23683
                       if test $ac_mid -le $ac_hi; then
24586
		       if test $ac_mid -le $ac_hi; then
23684
                         ac_lo= ac_hi=
24587
			 ac_lo= ac_hi=
23685
                         break
24588
			 break
23686
                       fi
24589
		       fi
23687
                       ac_mid=`expr 2 '*' $ac_mid`
24590
		       ac_mid=`expr 2 '*' $ac_mid`
23688
fi
24591
fi
23689
rm -f conftest.$ac_objext conftest.$ac_ext
24592
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23690
  done
24593
  done
23691
else
24594
else
23692
  echo "$as_me: failed program was:" >&5
24595
  echo "$as_me: failed program was:" >&5
23693
sed 's/^/| /' conftest.$ac_ext >&5
24596
sed 's/^/| /' conftest.$ac_ext >&5
23694
 
24597
 
23695
ac_lo= ac_hi=
24598
ac_lo= ac_hi=
23696
fi
24599
fi
23697
rm -f conftest.$ac_objext conftest.$ac_ext
24600
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23698
fi
24601
fi
23699
rm -f conftest.$ac_objext conftest.$ac_ext
24602
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23700
# Binary search between lo and hi bounds.
24603
# Binary search between lo and hi bounds.
23701
while test "x$ac_lo" != "x$ac_hi"; do
24604
while test "x$ac_lo" != "x$ac_hi"; do
23702
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24605
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23703
  cat >conftest.$ac_ext <<_ACEOF
24606
  cat >conftest.$ac_ext <<_ACEOF
23704
#line $LINENO "configure"
-
 
23705
/* confdefs.h.  */
24607
/* confdefs.h.  */
23706
_ACEOF
24608
_ACEOF
23707
cat confdefs.h >>conftest.$ac_ext
24609
cat confdefs.h >>conftest.$ac_ext
23708
cat >>conftest.$ac_ext <<_ACEOF
24610
cat >>conftest.$ac_ext <<_ACEOF
23709
/* end confdefs.h.  */
24611
/* end confdefs.h.  */
Line 23718... Line 24620...
23718
  return 0;
24620
  return 0;
23719
}
24621
}
23720
_ACEOF
24622
_ACEOF
23721
rm -f conftest.$ac_objext
24623
rm -f conftest.$ac_objext
23722
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24624
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23723
  (eval $ac_compile) 2>&5
24625
  (eval $ac_compile) 2>conftest.er1
23724
  ac_status=$?
24626
  ac_status=$?
-
 
24627
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24628
  rm -f conftest.er1
-
 
24629
  cat conftest.err >&5
23725
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24630
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23726
  (exit $ac_status); } &&
24631
  (exit $ac_status); } &&
-
 
24632
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
24633
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24634
  (eval $ac_try) 2>&5
-
 
24635
  ac_status=$?
-
 
24636
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24637
  (exit $ac_status); }; } &&
23727
         { ac_try='test -s conftest.$ac_objext'
24638
	 { ac_try='test -s conftest.$ac_objext'
23728
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24639
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23729
  (eval $ac_try) 2>&5
24640
  (eval $ac_try) 2>&5
23730
  ac_status=$?
24641
  ac_status=$?
23731
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24642
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23732
  (exit $ac_status); }; }; then
24643
  (exit $ac_status); }; }; then
Line 23735... Line 24646...
23735
  echo "$as_me: failed program was:" >&5
24646
  echo "$as_me: failed program was:" >&5
23736
sed 's/^/| /' conftest.$ac_ext >&5
24647
sed 's/^/| /' conftest.$ac_ext >&5
23737
 
24648
 
23738
ac_lo=`expr '(' $ac_mid ')' + 1`
24649
ac_lo=`expr '(' $ac_mid ')' + 1`
23739
fi
24650
fi
23740
rm -f conftest.$ac_objext conftest.$ac_ext
24651
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
23741
done
24652
done
23742
case $ac_lo in
24653
case $ac_lo in
23743
?*) ac_cv_sizeof_long_double=$ac_lo;;
24654
?*) ac_cv_sizeof_long_double=$ac_lo;;
23744
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77
24655
'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long double), 77
23745
See \`config.log' for more details." >&5
24656
See \`config.log' for more details." >&5
Line 23747... Line 24658...
23747
See \`config.log' for more details." >&2;}
24658
See \`config.log' for more details." >&2;}
23748
   { (exit 1); exit 1; }; } ;;
24659
   { (exit 1); exit 1; }; } ;;
23749
esac
24660
esac
23750
else
24661
else
23751
  if test "$cross_compiling" = yes; then
24662
  if test "$cross_compiling" = yes; then
23752
  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
24663
  { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
23753
See \`config.log' for more details." >&5
-
 
23754
echo "$as_me: error: cannot run test program while cross compiling
24664
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
23755
See \`config.log' for more details." >&2;}
-
 
23756
   { (exit 1); exit 1; }; }
24665
   { (exit 1); exit 1; }; }
23757
else
24666
else
23758
  cat >conftest.$ac_ext <<_ACEOF
24667
  cat >conftest.$ac_ext <<_ACEOF
23759
#line $LINENO "configure"
-
 
23760
/* confdefs.h.  */
24668
/* confdefs.h.  */
23761
_ACEOF
24669
_ACEOF
23762
cat confdefs.h >>conftest.$ac_ext
24670
cat confdefs.h >>conftest.$ac_ext
23763
cat >>conftest.$ac_ext <<_ACEOF
24671
cat >>conftest.$ac_ext <<_ACEOF
23764
/* end confdefs.h.  */
24672
/* end confdefs.h.  */
Line 23816... Line 24724...
23816
See \`config.log' for more details." >&5
24724
See \`config.log' for more details." >&5
23817
echo "$as_me: error: cannot compute sizeof (long double), 77
24725
echo "$as_me: error: cannot compute sizeof (long double), 77
23818
See \`config.log' for more details." >&2;}
24726
See \`config.log' for more details." >&2;}
23819
   { (exit 1); exit 1; }; }
24727
   { (exit 1); exit 1; }; }
23820
fi
24728
fi
23821
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24729
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23822
fi
24730
fi
23823
fi
24731
fi
23824
rm -f conftest.val
24732
rm -f conftest.val
23825
else
24733
else
23826
  ac_cv_sizeof_long_double=0
24734
  ac_cv_sizeof_long_double=0
Line 23943... Line 24851...
23943
echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
24851
echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
23944
echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6
24852
echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6
23945
if test "${ac_cv_prog_f77_v+set}" = set; then
24853
if test "${ac_cv_prog_f77_v+set}" = set; then
23946
  echo $ECHO_N "(cached) $ECHO_C" >&6
24854
  echo $ECHO_N "(cached) $ECHO_C" >&6
23947
else
24855
else
23948
 
-
 
23949
cat >conftest.$ac_ext <<_ACEOF
24856
  cat >conftest.$ac_ext <<_ACEOF
23950
      program main
24857
      program main
23951
 
24858
 
23952
      end
24859
      end
23953
_ACEOF
24860
_ACEOF
23954
rm -f conftest.$ac_objext
24861
rm -f conftest.$ac_objext
23955
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24862
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23956
  (eval $ac_compile) 2>&5
24863
  (eval $ac_compile) 2>conftest.er1
23957
  ac_status=$?
24864
  ac_status=$?
-
 
24865
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
24866
  rm -f conftest.er1
-
 
24867
  cat conftest.err >&5
23958
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24868
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23959
  (exit $ac_status); } &&
24869
  (exit $ac_status); } &&
-
 
24870
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
24871
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
24872
  (eval $ac_try) 2>&5
-
 
24873
  ac_status=$?
-
 
24874
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
24875
  (exit $ac_status); }; } &&
23960
         { ac_try='test -s conftest.$ac_objext'
24876
	 { ac_try='test -s conftest.$ac_objext'
23961
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24877
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23962
  (eval $ac_try) 2>&5
24878
  (eval $ac_try) 2>&5
23963
  ac_status=$?
24879
  ac_status=$?
23964
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23965
  (exit $ac_status); }; }; then
24881
  (exit $ac_status); }; }; then
23966
  ac_cv_prog_f77_v=
24882
  ac_cv_prog_f77_v=
23967
# Try some options frequently used verbose output
24883
# Try some options frequently used verbose output
23968
for ac_verb in -v -verbose --verbose -V -\#\#\#; do
24884
for ac_verb in -v -verbose --verbose -V -\#\#\#; do
23969
  ac_ext=f
-
 
23970
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
23971
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
23972
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
23973
 
-
 
23974
cat >conftest.$ac_ext <<_ACEOF
24885
  cat >conftest.$ac_ext <<_ACEOF
23975
      program main
24886
      program main
23976
 
24887
 
23977
      end
24888
      end
23978
_ACEOF
24889
_ACEOF
23979
 
24890
 
23980
# Compile and link our simple test program by passing a flag (argument
24891
# Compile and link our simple test program by passing a flag (argument
23981
# 1 to this macro) to the Fortran 77 compiler in order to get
24892
# 1 to this macro) to the Fortran compiler in order to get
23982
# "verbose" output that we can then parse for the Fortran 77 linker
24893
# "verbose" output that we can then parse for the Fortran linker
23983
# flags.
24894
# flags.
23984
ac_save_FFLAGS=$FFLAGS
24895
ac_save_FFLAGS=$FFLAGS
23985
FFLAGS="$FFLAGS $ac_verb"
24896
FFLAGS="$FFLAGS $ac_verb"
23986
(eval echo $as_me:23986: \"$ac_link\") >&5
24897
(eval echo $as_me:24897: \"$ac_link\") >&5
23987
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
24898
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
23988
echo "$ac_f77_v_output" >&5
24899
echo "$ac_f77_v_output" >&5
23989
FFLAGS=$ac_save_FFLAGS
24900
FFLAGS=$ac_save_FFLAGS
23990
 
24901
 
23991
rm -f conftest*
24902
rm -f conftest*
23992
ac_ext=f
-
 
23993
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
23994
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
23995
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
23996
 
-
 
23997
# If we are using xlf then replace all the commas with spaces.
-
 
23998
if echo $ac_f77_v_output | grep xlfentry >/dev/null 2>&1; then
-
 
23999
  ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'`
-
 
24000
fi
-
 
24001
 
24903
 
24002
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
24904
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
24003
# /foo, /bar, and /baz are search directories for the Fortran linker.
24905
# /foo, /bar, and /baz are search directories for the Fortran linker.
24004
# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
24906
# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
24005
ac_f77_v_output="`echo $ac_f77_v_output |
24907
ac_f77_v_output="`echo $ac_f77_v_output |
24006
	grep 'LPATH is:' |
24908
	grep 'LPATH is:' |
24007
	sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
24909
	sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
24008
 
24910
 
-
 
24911
case $ac_f77_v_output in
-
 
24912
  # If we are using xlf then replace all the commas with spaces.
-
 
24913
  *xlfentry*)
-
 
24914
    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
 
24915
 
-
 
24916
  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
-
 
24917
  # $LIBS confuse us, and the libraries appear later in the output anyway).
-
 
24918
  *mGLOB_options_string*)
-
 
24919
    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
-
 
24920
 
24009
# If we are using Cray Fortran then delete quotes.
24921
  # If we are using Cray Fortran then delete quotes.
24010
# Use "\"" instead of '"' for font-lock-mode.
24922
  # Use "\"" instead of '"' for font-lock-mode.
24011
# FIXME: a more general fix for quoted arguments with spaces?
24923
  # FIXME: a more general fix for quoted arguments with spaces?
24012
if echo $ac_f77_v_output | grep cft90 >/dev/null 2>&1; then
24924
  *cft90*)
24013
  ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"`
24925
    ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"` ;;
-
 
24926
esac
-
 
24927
 
24014
fi
24928
 
24015
  # look for -l* and *.a constructs in the output
24929
  # look for -l* and *.a constructs in the output
24016
  for ac_arg in $ac_f77_v_output; do
24930
  for ac_arg in $ac_f77_v_output; do
24017
     case $ac_arg in
24931
     case $ac_arg in
24018
        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
24932
        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
24019
          ac_cv_prog_f77_v=$ac_verb
24933
          ac_cv_prog_f77_v=$ac_verb
Line 24030... Line 24944...
24030
sed 's/^/| /' conftest.$ac_ext >&5
24944
sed 's/^/| /' conftest.$ac_ext >&5
24031
 
24945
 
24032
{ echo "$as_me:$LINENO: WARNING: compilation failed" >&5
24946
{ echo "$as_me:$LINENO: WARNING: compilation failed" >&5
24033
echo "$as_me: WARNING: compilation failed" >&2;}
24947
echo "$as_me: WARNING: compilation failed" >&2;}
24034
fi
24948
fi
24035
rm -f conftest.$ac_objext conftest.$ac_ext
24949
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
24036
 
24950
 
24037
fi
24951
fi
24038
echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
24952
echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
24039
echo "${ECHO_T}$ac_cv_prog_f77_v" >&6
24953
echo "${ECHO_T}$ac_cv_prog_f77_v" >&6
24040
echo "$as_me:$LINENO: checking for Fortran 77 libraries" >&5
24954
echo "$as_me:$LINENO: checking for Fortran libraries of $F77" >&5
24041
echo $ECHO_N "checking for Fortran 77 libraries... $ECHO_C" >&6
24955
echo $ECHO_N "checking for Fortran libraries of $F77... $ECHO_C" >&6
24042
if test "${ac_cv_flibs+set}" = set; then
24956
if test "${ac_cv_f77_libs+set}" = set; then
24043
  echo $ECHO_N "(cached) $ECHO_C" >&6
24957
  echo $ECHO_N "(cached) $ECHO_C" >&6
24044
else
24958
else
24045
  if test "x$FLIBS" != "x"; then
24959
  if test "x$FLIBS" != "x"; then
24046
  ac_cv_flibs="$FLIBS" # Let the user override the test.
24960
  ac_cv_f77_libs="$FLIBS" # Let the user override the test.
24047
else
24961
else
24048
 
24962
 
24049
ac_ext=f
-
 
24050
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
24051
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
24052
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
24053
 
-
 
24054
cat >conftest.$ac_ext <<_ACEOF
24963
cat >conftest.$ac_ext <<_ACEOF
24055
      program main
24964
      program main
24056
 
24965
 
24057
      end
24966
      end
24058
_ACEOF
24967
_ACEOF
24059
 
24968
 
24060
# Compile and link our simple test program by passing a flag (argument
24969
# Compile and link our simple test program by passing a flag (argument
24061
# 1 to this macro) to the Fortran 77 compiler in order to get
24970
# 1 to this macro) to the Fortran compiler in order to get
24062
# "verbose" output that we can then parse for the Fortran 77 linker
24971
# "verbose" output that we can then parse for the Fortran linker
24063
# flags.
24972
# flags.
24064
ac_save_FFLAGS=$FFLAGS
24973
ac_save_FFLAGS=$FFLAGS
24065
FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
24974
FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
24066
(eval echo $as_me:24066: \"$ac_link\") >&5
24975
(eval echo $as_me:24975: \"$ac_link\") >&5
24067
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
24976
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
24068
echo "$ac_f77_v_output" >&5
24977
echo "$ac_f77_v_output" >&5
24069
FFLAGS=$ac_save_FFLAGS
24978
FFLAGS=$ac_save_FFLAGS
24070
 
24979
 
24071
rm -f conftest*
24980
rm -f conftest*
24072
ac_ext=f
-
 
24073
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
24074
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
24075
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
24076
 
-
 
24077
# If we are using xlf then replace all the commas with spaces.
-
 
24078
if echo $ac_f77_v_output | grep xlfentry >/dev/null 2>&1; then
-
 
24079
  ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'`
-
 
24080
fi
-
 
24081
 
24981
 
24082
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
24982
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
24083
# /foo, /bar, and /baz are search directories for the Fortran linker.
24983
# /foo, /bar, and /baz are search directories for the Fortran linker.
24084
# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
24984
# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
24085
ac_f77_v_output="`echo $ac_f77_v_output |
24985
ac_f77_v_output="`echo $ac_f77_v_output |
24086
	grep 'LPATH is:' |
24986
	grep 'LPATH is:' |
24087
	sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
24987
	sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
24088
 
24988
 
-
 
24989
case $ac_f77_v_output in
-
 
24990
  # If we are using xlf then replace all the commas with spaces.
-
 
24991
  *xlfentry*)
-
 
24992
    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/,/ /g'` ;;
-
 
24993
 
-
 
24994
  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
-
 
24995
  # $LIBS confuse us, and the libraries appear later in the output anyway).
-
 
24996
  *mGLOB_options_string*)
-
 
24997
    ac_f77_v_output=`echo $ac_f77_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
-
 
24998
 
24089
# If we are using Cray Fortran then delete quotes.
24999
  # If we are using Cray Fortran then delete quotes.
24090
# Use "\"" instead of '"' for font-lock-mode.
25000
  # Use "\"" instead of '"' for font-lock-mode.
24091
# FIXME: a more general fix for quoted arguments with spaces?
25001
  # FIXME: a more general fix for quoted arguments with spaces?
24092
if echo $ac_f77_v_output | grep cft90 >/dev/null 2>&1; then
25002
  *cft90*)
24093
  ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"`
25003
    ac_f77_v_output=`echo $ac_f77_v_output | sed "s/\"//g"` ;;
-
 
25004
esac
24094
fi
25005
 
24095
 
25006
 
-
 
25007
 
24096
ac_cv_flibs=
25008
ac_cv_f77_libs=
24097
 
25009
 
24098
# Save positional arguments (if any)
25010
# Save positional arguments (if any)
24099
ac_save_positional="$@"
25011
ac_save_positional="$@"
24100
 
25012
 
24101
set X $ac_f77_v_output
25013
set X $ac_f77_v_output
Line 24103... Line 25015...
24103
  shift
25015
  shift
24104
  ac_arg=$1
25016
  ac_arg=$1
24105
  case $ac_arg in
25017
  case $ac_arg in
24106
        [\\/]*.a | ?:[\\/]*.a)
25018
        [\\/]*.a | ?:[\\/]*.a)
24107
            ac_exists=false
25019
            ac_exists=false
24108
  for ac_i in $ac_cv_flibs; do
25020
  for ac_i in $ac_cv_f77_libs; do
24109
    if test x"$ac_arg" = x"$ac_i"; then
25021
    if test x"$ac_arg" = x"$ac_i"; then
24110
      ac_exists=true
25022
      ac_exists=true
24111
      break
25023
      break
24112
    fi
25024
    fi
24113
  done
25025
  done
24114
 
25026
 
24115
  if test x"$ac_exists" = xtrue; then
25027
  if test x"$ac_exists" = xtrue; then
24116
  :
25028
  :
24117
else
25029
else
24118
  ac_cv_flibs="$ac_cv_flibs $ac_arg"
25030
  ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
24119
fi
25031
fi
24120
 
25032
 
24121
          ;;
25033
          ;;
24122
        -bI:*)
25034
        -bI:*)
24123
            ac_exists=false
25035
            ac_exists=false
24124
  for ac_i in $ac_cv_flibs; do
25036
  for ac_i in $ac_cv_f77_libs; do
24125
    if test x"$ac_arg" = x"$ac_i"; then
25037
    if test x"$ac_arg" = x"$ac_i"; then
24126
      ac_exists=true
25038
      ac_exists=true
24127
      break
25039
      break
24128
    fi
25040
    fi
24129
  done
25041
  done
Line 24131... Line 25043...
24131
  if test x"$ac_exists" = xtrue; then
25043
  if test x"$ac_exists" = xtrue; then
24132
  :
25044
  :
24133
else
25045
else
24134
  if test "$ac_compiler_gnu" = yes; then
25046
  if test "$ac_compiler_gnu" = yes; then
24135
  for ac_link_opt in $ac_arg; do
25047
  for ac_link_opt in $ac_arg; do
24136
    ac_cv_flibs="$ac_cv_flibs -Xlinker $ac_link_opt"
25048
    ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
24137
  done
25049
  done
24138
else
25050
else
24139
  ac_cv_flibs="$ac_cv_flibs $ac_arg"
25051
  ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
24140
fi
25052
fi
24141
fi
25053
fi
24142
 
25054
 
24143
          ;;
25055
          ;;
24144
          # Ignore these flags.
25056
          # Ignore these flags.
24145
        -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
25057
        -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
24146
          ;;
25058
          ;;
24147
        -lkernel32)
25059
        -lkernel32)
24148
          test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"
25060
          test x"$CYGWIN" != xyes && ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
24149
          ;;
25061
          ;;
24150
        -[LRuY])
25062
        -[LRuY])
24151
          # These flags, when seen by themselves, take an argument.
25063
          # These flags, when seen by themselves, take an argument.
24152
          # We remove the space between option and argument and re-iterate
25064
          # We remove the space between option and argument and re-iterate
24153
          # unless we find an empty arg or a new option (starting with -)
25065
          # unless we find an empty arg or a new option (starting with -)
24154
	  case $2 in
25066
	  case $2 in
24155
             "" | -*);;
25067
	     "" | -*);;
24156
             *)
25068
	     *)
24157
		ac_arg="$ac_arg$2"
25069
		ac_arg="$ac_arg$2"
24158
		shift; shift
25070
		shift; shift
24159
		set X $ac_arg "$@"
25071
		set X $ac_arg "$@"
24160
		;;
25072
		;;
24161
	  esac
25073
	  esac
24162
          ;;
25074
          ;;
24163
        -YP,*)
25075
        -YP,*)
24164
          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
25076
          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
24165
              ac_exists=false
25077
              ac_exists=false
24166
  for ac_i in $ac_cv_flibs; do
25078
  for ac_i in $ac_cv_f77_libs; do
24167
    if test x"$ac_j" = x"$ac_i"; then
25079
    if test x"$ac_j" = x"$ac_i"; then
24168
      ac_exists=true
25080
      ac_exists=true
24169
      break
25081
      break
24170
    fi
25082
    fi
24171
  done
25083
  done
24172
 
25084
 
24173
  if test x"$ac_exists" = xtrue; then
25085
  if test x"$ac_exists" = xtrue; then
24174
  :
25086
  :
24175
else
25087
else
24176
  ac_arg="$ac_arg $ac_j"
25088
  ac_arg="$ac_arg $ac_j"
24177
                               ac_cv_flibs="$ac_cv_flibs $ac_j"
25089
                               ac_cv_f77_libs="$ac_cv_f77_libs $ac_j"
24178
fi
25090
fi
24179
 
25091
 
24180
          done
25092
          done
24181
          ;;
25093
          ;;
24182
        -[lLR]*)
25094
        -[lLR]*)
24183
            ac_exists=false
25095
            ac_exists=false
24184
  for ac_i in $ac_cv_flibs; do
25096
  for ac_i in $ac_cv_f77_libs; do
24185
    if test x"$ac_arg" = x"$ac_i"; then
25097
    if test x"$ac_arg" = x"$ac_i"; then
24186
      ac_exists=true
25098
      ac_exists=true
24187
      break
25099
      break
24188
    fi
25100
    fi
24189
  done
25101
  done
24190
 
25102
 
24191
  if test x"$ac_exists" = xtrue; then
25103
  if test x"$ac_exists" = xtrue; then
24192
  :
25104
  :
24193
else
25105
else
24194
  ac_cv_flibs="$ac_cv_flibs $ac_arg"
25106
  ac_cv_f77_libs="$ac_cv_f77_libs $ac_arg"
24195
fi
25107
fi
24196
 
25108
 
24197
          ;;
25109
          ;;
24198
          # Ignore everything else.
25110
          # Ignore everything else.
24199
  esac
25111
  esac
Line 24209... Line 25121...
24209
      ac_ld_run_path=`echo $ac_f77_v_output |
25121
      ac_ld_run_path=`echo $ac_f77_v_output |
24210
                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
25122
                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
24211
      test "x$ac_ld_run_path" != x &&
25123
      test "x$ac_ld_run_path" != x &&
24212
        if test "$ac_compiler_gnu" = yes; then
25124
        if test "$ac_compiler_gnu" = yes; then
24213
  for ac_link_opt in $ac_ld_run_path; do
25125
  for ac_link_opt in $ac_ld_run_path; do
24214
    ac_cv_flibs="$ac_cv_flibs -Xlinker $ac_link_opt"
25126
    ac_cv_f77_libs="$ac_cv_f77_libs -Xlinker $ac_link_opt"
24215
  done
25127
  done
24216
else
25128
else
24217
  ac_cv_flibs="$ac_cv_flibs $ac_ld_run_path"
25129
  ac_cv_f77_libs="$ac_cv_f77_libs $ac_ld_run_path"
24218
fi
25130
fi
24219
      ;;
25131
      ;;
24220
esac
25132
esac
24221
fi # test "x$FLIBS" = "x"
25133
fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
24222
 
25134
 
24223
fi
25135
fi
24224
echo "$as_me:$LINENO: result: $ac_cv_flibs" >&5
25136
echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
24225
echo "${ECHO_T}$ac_cv_flibs" >&6
25137
echo "${ECHO_T}$ac_cv_f77_libs" >&6
24226
FLIBS="$ac_cv_flibs"
25138
FLIBS="$ac_cv_f77_libs"
-
 
25139
 
24227
 
25140
 
24228
ac_ext=c
25141
ac_ext=c
24229
ac_cpp='$CPP $CPPFLAGS'
25142
ac_cpp='$CPP $CPPFLAGS'
24230
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25143
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24231
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25144
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 24262... Line 25175...
24262
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25175
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24263
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25176
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24264
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25177
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24265
 
25178
 
24266
  cat >conftest.$ac_ext <<_ACEOF
25179
  cat >conftest.$ac_ext <<_ACEOF
24267
#line $LINENO "configure"
-
 
24268
/* confdefs.h.  */
25180
/* confdefs.h.  */
24269
_ACEOF
25181
_ACEOF
24270
cat confdefs.h >>conftest.$ac_ext
25182
cat confdefs.h >>conftest.$ac_ext
24271
cat >>conftest.$ac_ext <<_ACEOF
25183
cat >>conftest.$ac_ext <<_ACEOF
24272
/* end confdefs.h.  */
25184
/* end confdefs.h.  */
Line 24279... Line 25191...
24279
  return 0;
25191
  return 0;
24280
}
25192
}
24281
_ACEOF
25193
_ACEOF
24282
rm -f conftest.$ac_objext conftest$ac_exeext
25194
rm -f conftest.$ac_objext conftest$ac_exeext
24283
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25195
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24284
  (eval $ac_link) 2>&5
25196
  (eval $ac_link) 2>conftest.er1
24285
  ac_status=$?
25197
  ac_status=$?
-
 
25198
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25199
  rm -f conftest.er1
-
 
25200
  cat conftest.err >&5
24286
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25201
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24287
  (exit $ac_status); } &&
25202
  (exit $ac_status); } &&
-
 
25203
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
25204
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
25205
  (eval $ac_try) 2>&5
-
 
25206
  ac_status=$?
-
 
25207
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25208
  (exit $ac_status); }; } &&
24288
         { ac_try='test -s conftest$ac_exeext'
25209
	 { ac_try='test -s conftest$ac_exeext'
24289
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25210
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24290
  (eval $ac_try) 2>&5
25211
  (eval $ac_try) 2>&5
24291
  ac_status=$?
25212
  ac_status=$?
24292
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25213
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24293
  (exit $ac_status); }; }; then
25214
  (exit $ac_status); }; }; then
Line 24295... Line 25216...
24295
else
25216
else
24296
  echo "$as_me: failed program was:" >&5
25217
  echo "$as_me: failed program was:" >&5
24297
sed 's/^/| /' conftest.$ac_ext >&5
25218
sed 's/^/| /' conftest.$ac_ext >&5
24298
 
25219
 
24299
fi
25220
fi
-
 
25221
rm -f conftest.err conftest.$ac_objext \
24300
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25222
      conftest$ac_exeext conftest.$ac_ext
24301
  ac_ext=c
25223
  ac_ext=c
24302
ac_cpp='$CPP $CPPFLAGS'
25224
ac_cpp='$CPP $CPPFLAGS'
24303
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25225
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24304
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25226
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24305
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25227
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24306
 
25228
 
24307
  LIBS="${r_save_LIBS}"
25229
  LIBS="${r_save_LIBS}"
24308
fi
25230
fi
24309
 
25231
 
-
 
25232
  ac_ext=f
-
 
25233
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
25234
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
25235
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
24310
 
25236
 
24311
echo "$as_me:$LINENO: checking for dummy main to link with Fortran 77 libraries" >&5
25237
echo "$as_me:$LINENO: checking for dummy main to link with Fortran libraries" >&5
24312
echo $ECHO_N "checking for dummy main to link with Fortran 77 libraries... $ECHO_C" >&6
25238
echo $ECHO_N "checking for dummy main to link with Fortran libraries... $ECHO_C" >&6
24313
if test "${ac_cv_f77_dummy_main+set}" = set; then
25239
if test "${ac_cv_f77_dummy_main+set}" = set; then
24314
  echo $ECHO_N "(cached) $ECHO_C" >&6
25240
  echo $ECHO_N "(cached) $ECHO_C" >&6
24315
else
25241
else
-
 
25242
  ac_f77_dm_save_LIBS=$LIBS
-
 
25243
 LIBS="$LIBS $FLIBS"
-
 
25244
 ac_fortran_dm_var=F77_DUMMY_MAIN
24316
  ac_ext=c
25245
 ac_ext=c
24317
ac_cpp='$CPP $CPPFLAGS'
25246
ac_cpp='$CPP $CPPFLAGS'
24318
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25247
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24319
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25248
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24320
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25249
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24321
 ac_f77_dm_save_LIBS=$LIBS
-
 
24322
 LIBS="$LIBS $FLIBS"
-
 
24323
 
25250
 
24324
 # First, try linking without a dummy main:
25251
 # First, try linking without a dummy main:
24325
 cat >conftest.$ac_ext <<_ACEOF
25252
 cat >conftest.$ac_ext <<_ACEOF
24326
#line $LINENO "configure"
-
 
24327
/* confdefs.h.  */
25253
/* confdefs.h.  */
24328
_ACEOF
25254
_ACEOF
24329
cat confdefs.h >>conftest.$ac_ext
25255
cat confdefs.h >>conftest.$ac_ext
24330
cat >>conftest.$ac_ext <<_ACEOF
25256
cat >>conftest.$ac_ext <<_ACEOF
24331
/* end confdefs.h.  */
25257
/* end confdefs.h.  */
24332
 
25258
 
24333
#ifdef F77_DUMMY_MAIN
25259
#ifdef F77_DUMMY_MAIN
-
 
25260
 
24334
#  ifdef __cplusplus
25261
#  ifdef __cplusplus
24335
     extern "C"
25262
     extern "C"
24336
#  endif
25263
#  endif
24337
   int F77_DUMMY_MAIN() { return 1; }
25264
   int F77_DUMMY_MAIN() { return 1; }
-
 
25265
 
24338
#endif
25266
#endif
24339
int
25267
int
24340
main ()
25268
main ()
24341
{
25269
{
24342
 
25270
 
Line 24344... Line 25272...
24344
  return 0;
25272
  return 0;
24345
}
25273
}
24346
_ACEOF
25274
_ACEOF
24347
rm -f conftest.$ac_objext conftest$ac_exeext
25275
rm -f conftest.$ac_objext conftest$ac_exeext
24348
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25276
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24349
  (eval $ac_link) 2>&5
25277
  (eval $ac_link) 2>conftest.er1
24350
  ac_status=$?
25278
  ac_status=$?
-
 
25279
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25280
  rm -f conftest.er1
-
 
25281
  cat conftest.err >&5
24351
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25282
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24352
  (exit $ac_status); } &&
25283
  (exit $ac_status); } &&
-
 
25284
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
25285
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
25286
  (eval $ac_try) 2>&5
-
 
25287
  ac_status=$?
-
 
25288
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25289
  (exit $ac_status); }; } &&
24353
         { ac_try='test -s conftest$ac_exeext'
25290
	 { ac_try='test -s conftest$ac_exeext'
24354
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25291
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24355
  (eval $ac_try) 2>&5
25292
  (eval $ac_try) 2>&5
24356
  ac_status=$?
25293
  ac_status=$?
24357
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25294
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24358
  (exit $ac_status); }; }; then
25295
  (exit $ac_status); }; }; then
24359
  ac_cv_f77_dummy_main=none
25296
  ac_cv_fortran_dummy_main=none
24360
else
25297
else
24361
  echo "$as_me: failed program was:" >&5
25298
  echo "$as_me: failed program was:" >&5
24362
sed 's/^/| /' conftest.$ac_ext >&5
25299
sed 's/^/| /' conftest.$ac_ext >&5
24363
 
25300
 
24364
ac_cv_f77_dummy_main=unknown
25301
ac_cv_fortran_dummy_main=unknown
24365
fi
25302
fi
-
 
25303
rm -f conftest.err conftest.$ac_objext \
24366
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25304
      conftest$ac_exeext conftest.$ac_ext
24367
 
25305
 
24368
 if test $ac_cv_f77_dummy_main = unknown; then
25306
 if test $ac_cv_fortran_dummy_main = unknown; then
24369
   for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
25307
   for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
24370
     cat >conftest.$ac_ext <<_ACEOF
25308
     cat >conftest.$ac_ext <<_ACEOF
24371
#line $LINENO "configure"
-
 
24372
/* confdefs.h.  */
25309
/* confdefs.h.  */
24373
_ACEOF
25310
_ACEOF
24374
cat confdefs.h >>conftest.$ac_ext
25311
cat confdefs.h >>conftest.$ac_ext
24375
cat >>conftest.$ac_ext <<_ACEOF
25312
cat >>conftest.$ac_ext <<_ACEOF
24376
/* end confdefs.h.  */
25313
/* end confdefs.h.  */
24377
#define F77_DUMMY_MAIN $ac_func
25314
#define $ac_fortran_dm_var $ac_func
24378
#ifdef F77_DUMMY_MAIN
25315
#ifdef F77_DUMMY_MAIN
-
 
25316
 
24379
#  ifdef __cplusplus
25317
#  ifdef __cplusplus
24380
     extern "C"
25318
     extern "C"
24381
#  endif
25319
#  endif
24382
   int F77_DUMMY_MAIN() { return 1; }
25320
   int F77_DUMMY_MAIN() { return 1; }
-
 
25321
 
24383
#endif
25322
#endif
24384
int
25323
int
24385
main ()
25324
main ()
24386
{
25325
{
24387
 
25326
 
Line 24389... Line 25328...
24389
  return 0;
25328
  return 0;
24390
}
25329
}
24391
_ACEOF
25330
_ACEOF
24392
rm -f conftest.$ac_objext conftest$ac_exeext
25331
rm -f conftest.$ac_objext conftest$ac_exeext
24393
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25332
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24394
  (eval $ac_link) 2>&5
25333
  (eval $ac_link) 2>conftest.er1
24395
  ac_status=$?
25334
  ac_status=$?
-
 
25335
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25336
  rm -f conftest.er1
-
 
25337
  cat conftest.err >&5
24396
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25338
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24397
  (exit $ac_status); } &&
25339
  (exit $ac_status); } &&
-
 
25340
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
25341
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
25342
  (eval $ac_try) 2>&5
-
 
25343
  ac_status=$?
-
 
25344
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25345
  (exit $ac_status); }; } &&
24398
         { ac_try='test -s conftest$ac_exeext'
25346
	 { ac_try='test -s conftest$ac_exeext'
24399
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25347
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24400
  (eval $ac_try) 2>&5
25348
  (eval $ac_try) 2>&5
24401
  ac_status=$?
25349
  ac_status=$?
24402
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25350
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24403
  (exit $ac_status); }; }; then
25351
  (exit $ac_status); }; }; then
24404
  ac_cv_f77_dummy_main=$ac_func; break
25352
  ac_cv_fortran_dummy_main=$ac_func; break
24405
else
25353
else
24406
  echo "$as_me: failed program was:" >&5
25354
  echo "$as_me: failed program was:" >&5
24407
sed 's/^/| /' conftest.$ac_ext >&5
25355
sed 's/^/| /' conftest.$ac_ext >&5
24408
 
25356
 
24409
fi
25357
fi
-
 
25358
rm -f conftest.err conftest.$ac_objext \
24410
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25359
      conftest$ac_exeext conftest.$ac_ext
24411
   done
25360
   done
24412
 fi
25361
 fi
-
 
25362
 ac_ext=f
-
 
25363
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
25364
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
25365
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
25366
 ac_cv_f77_dummy_main=$ac_cv_fortran_dummy_main
24413
 rm -f conftest*
25367
 rm -f conftest*
24414
 LIBS=$ac_f77_dm_save_LIBS
25368
 LIBS=$ac_f77_dm_save_LIBS
24415
 ac_ext=c
-
 
24416
ac_cpp='$CPP $CPPFLAGS'
-
 
24417
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-
 
24418
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
24419
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
 
24420
 
25369
 
24421
fi
25370
fi
24422
echo "$as_me:$LINENO: result: $ac_cv_f77_dummy_main" >&5
25371
echo "$as_me:$LINENO: result: $ac_cv_f77_dummy_main" >&5
24423
echo "${ECHO_T}$ac_cv_f77_dummy_main" >&6
25372
echo "${ECHO_T}$ac_cv_f77_dummy_main" >&6
24424
F77_DUMMY_MAIN=$ac_cv_f77_dummy_main
25373
F77_DUMMY_MAIN=$ac_cv_f77_dummy_main
Line 24427... Line 25376...
24427
 
25376
 
24428
cat >>confdefs.h <<_ACEOF
25377
cat >>confdefs.h <<_ACEOF
24429
#define F77_DUMMY_MAIN $F77_DUMMY_MAIN
25378
#define F77_DUMMY_MAIN $F77_DUMMY_MAIN
24430
_ACEOF
25379
_ACEOF
24431
 
25380
 
-
 
25381
  if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
-
 
25382
 
-
 
25383
cat >>confdefs.h <<\_ACEOF
-
 
25384
#define FC_DUMMY_MAIN_EQ_F77 1
-
 
25385
_ACEOF
-
 
25386
 
-
 
25387
  fi
24432
fi
25388
fi
24433
else
25389
else
24434
  { { echo "$as_me:$LINENO: error: linking to Fortran libraries from C fails
25390
  { { echo "$as_me:$LINENO: error: linking to Fortran libraries from C fails
24435
See \`config.log' for more details." >&5
25391
See \`config.log' for more details." >&5
24436
echo "$as_me: error: linking to Fortran libraries from C fails
25392
echo "$as_me: error: linking to Fortran libraries from C fails
24437
See \`config.log' for more details." >&2;}
25393
See \`config.log' for more details." >&2;}
24438
   { (exit 1); exit 1; }; }
25394
   { (exit 1); exit 1; }; }
24439
fi
25395
fi
24440
 
25396
 
24441
 
25397
 
-
 
25398
ac_ext=c
24442
echo "$as_me:$LINENO: checking for Fortran 77 name-mangling scheme" >&5
25399
ac_cpp='$CPP $CPPFLAGS'
24443
echo $ECHO_N "checking for Fortran 77 name-mangling scheme... $ECHO_C" >&6
25400
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24444
if test "${ac_cv_f77_mangling+set}" = set; then
25401
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24445
  echo $ECHO_N "(cached) $ECHO_C" >&6
25402
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24446
else
25403
 
24447
  ac_ext=f
25404
ac_ext=f
24448
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
25405
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
24449
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25406
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24450
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
25407
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
25408
echo "$as_me:$LINENO: checking for Fortran name-mangling scheme" >&5
-
 
25409
echo $ECHO_N "checking for Fortran name-mangling scheme... $ECHO_C" >&6
-
 
25410
if test "${ac_cv_f77_mangling+set}" = set; then
-
 
25411
  echo $ECHO_N "(cached) $ECHO_C" >&6
-
 
25412
else
24451
cat >conftest.$ac_ext <<_ACEOF
25413
  cat >conftest.$ac_ext <<_ACEOF
24452
      subroutine foobar()
25414
      subroutine foobar()
24453
      return
25415
      return
24454
      end
25416
      end
24455
      subroutine foo_bar()
25417
      subroutine foo_bar()
24456
      return
25418
      return
24457
      end
25419
      end
24458
_ACEOF
25420
_ACEOF
24459
rm -f conftest.$ac_objext
25421
rm -f conftest.$ac_objext
24460
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25422
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24461
  (eval $ac_compile) 2>&5
25423
  (eval $ac_compile) 2>conftest.er1
24462
  ac_status=$?
25424
  ac_status=$?
-
 
25425
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25426
  rm -f conftest.er1
-
 
25427
  cat conftest.err >&5
24463
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25428
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24464
  (exit $ac_status); } &&
25429
  (exit $ac_status); } &&
-
 
25430
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
25431
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
25432
  (eval $ac_try) 2>&5
-
 
25433
  ac_status=$?
-
 
25434
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25435
  (exit $ac_status); }; } &&
24465
         { ac_try='test -s conftest.$ac_objext'
25436
	 { ac_try='test -s conftest.$ac_objext'
24466
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25437
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24467
  (eval $ac_try) 2>&5
25438
  (eval $ac_try) 2>&5
24468
  ac_status=$?
25439
  ac_status=$?
24469
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25440
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24470
  (exit $ac_status); }; }; then
25441
  (exit $ac_status); }; }; then
24471
  mv conftest.$ac_objext cf77_test.$ac_objext
25442
  mv conftest.$ac_objext cfortran_test.$ac_objext
-
 
25443
 
-
 
25444
  ac_save_LIBS=$LIBS
-
 
25445
  LIBS="cfortran_test.$ac_objext $LIBS $FLIBS"
24472
 
25446
 
24473
  ac_ext=c
25447
  ac_ext=c
24474
ac_cpp='$CPP $CPPFLAGS'
25448
ac_cpp='$CPP $CPPFLAGS'
24475
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25449
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24476
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25450
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24477
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25451
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24478
 
-
 
24479
  ac_save_LIBS=$LIBS
-
 
24480
  LIBS="cf77_test.$ac_objext $LIBS $FLIBS"
-
 
24481
 
-
 
24482
  ac_success=no
25452
  ac_success=no
24483
  for ac_foobar in foobar FOOBAR; do
25453
  for ac_foobar in foobar FOOBAR; do
24484
    for ac_underscore in "" "_"; do
25454
    for ac_underscore in "" "_"; do
24485
      ac_func="$ac_foobar$ac_underscore"
25455
      ac_func="$ac_foobar$ac_underscore"
24486
      cat >conftest.$ac_ext <<_ACEOF
25456
      cat >conftest.$ac_ext <<_ACEOF
24487
#line $LINENO "configure"
-
 
24488
/* confdefs.h.  */
25457
/* confdefs.h.  */
24489
_ACEOF
25458
_ACEOF
24490
cat confdefs.h >>conftest.$ac_ext
25459
cat confdefs.h >>conftest.$ac_ext
24491
cat >>conftest.$ac_ext <<_ACEOF
25460
cat >>conftest.$ac_ext <<_ACEOF
24492
/* end confdefs.h.  */
25461
/* end confdefs.h.  */
Line 24497... Line 25466...
24497
#endif
25466
#endif
24498
/* We use char because int might match the return type of a gcc2
25467
/* We use char because int might match the return type of a gcc2
24499
   builtin and then its argument prototype would still apply.  */
25468
   builtin and then its argument prototype would still apply.  */
24500
char $ac_func ();
25469
char $ac_func ();
24501
#ifdef F77_DUMMY_MAIN
25470
#ifdef F77_DUMMY_MAIN
-
 
25471
 
24502
#  ifdef __cplusplus
25472
#  ifdef __cplusplus
24503
     extern "C"
25473
     extern "C"
24504
#  endif
25474
#  endif
24505
   int F77_DUMMY_MAIN() { return 1; }
25475
   int F77_DUMMY_MAIN() { return 1; }
-
 
25476
 
24506
#endif
25477
#endif
24507
int
25478
int
24508
main ()
25479
main ()
24509
{
25480
{
24510
$ac_func ();
25481
$ac_func ();
Line 24512... Line 25483...
24512
  return 0;
25483
  return 0;
24513
}
25484
}
24514
_ACEOF
25485
_ACEOF
24515
rm -f conftest.$ac_objext conftest$ac_exeext
25486
rm -f conftest.$ac_objext conftest$ac_exeext
24516
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25487
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24517
  (eval $ac_link) 2>&5
25488
  (eval $ac_link) 2>conftest.er1
24518
  ac_status=$?
25489
  ac_status=$?
-
 
25490
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25491
  rm -f conftest.er1
-
 
25492
  cat conftest.err >&5
24519
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25493
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24520
  (exit $ac_status); } &&
25494
  (exit $ac_status); } &&
-
 
25495
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
25496
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
25497
  (eval $ac_try) 2>&5
-
 
25498
  ac_status=$?
-
 
25499
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25500
  (exit $ac_status); }; } &&
24521
         { ac_try='test -s conftest$ac_exeext'
25501
	 { ac_try='test -s conftest$ac_exeext'
24522
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25502
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24523
  (eval $ac_try) 2>&5
25503
  (eval $ac_try) 2>&5
24524
  ac_status=$?
25504
  ac_status=$?
24525
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25505
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24526
  (exit $ac_status); }; }; then
25506
  (exit $ac_status); }; }; then
Line 24528... Line 25508...
24528
else
25508
else
24529
  echo "$as_me: failed program was:" >&5
25509
  echo "$as_me: failed program was:" >&5
24530
sed 's/^/| /' conftest.$ac_ext >&5
25510
sed 's/^/| /' conftest.$ac_ext >&5
24531
 
25511
 
24532
fi
25512
fi
-
 
25513
rm -f conftest.err conftest.$ac_objext \
24533
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25514
      conftest$ac_exeext conftest.$ac_ext
24534
    done
25515
    done
24535
  done
25516
  done
-
 
25517
  ac_ext=f
-
 
25518
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
25519
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
25520
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
24536
 
25521
 
24537
  if test "$ac_success" = "yes"; then
25522
  if test "$ac_success" = "yes"; then
24538
     case $ac_foobar in
25523
     case $ac_foobar in
24539
        foobar)
25524
	foobar)
24540
           ac_case=lower
25525
	   ac_case=lower
24541
           ac_foo_bar=foo_bar
25526
	   ac_foo_bar=foo_bar
24542
           ;;
25527
	   ;;
24543
        FOOBAR)
25528
	FOOBAR)
24544
           ac_case=upper
25529
	   ac_case=upper
24545
           ac_foo_bar=FOO_BAR
25530
	   ac_foo_bar=FOO_BAR
24546
           ;;
25531
	   ;;
24547
     esac
25532
     esac
24548
 
25533
 
-
 
25534
     ac_ext=c
-
 
25535
ac_cpp='$CPP $CPPFLAGS'
-
 
25536
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-
 
25537
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
25538
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24549
     ac_success_extra=no
25539
     ac_success_extra=no
24550
     for ac_extra in "" "_"; do
25540
     for ac_extra in "" "_"; do
24551
        ac_func="$ac_foo_bar$ac_underscore$ac_extra"
25541
	ac_func="$ac_foo_bar$ac_underscore$ac_extra"
24552
        cat >conftest.$ac_ext <<_ACEOF
25542
	cat >conftest.$ac_ext <<_ACEOF
24553
#line $LINENO "configure"
-
 
24554
/* confdefs.h.  */
25543
/* confdefs.h.  */
24555
_ACEOF
25544
_ACEOF
24556
cat confdefs.h >>conftest.$ac_ext
25545
cat confdefs.h >>conftest.$ac_ext
24557
cat >>conftest.$ac_ext <<_ACEOF
25546
cat >>conftest.$ac_ext <<_ACEOF
24558
/* end confdefs.h.  */
25547
/* end confdefs.h.  */
Line 24563... Line 25552...
24563
#endif
25552
#endif
24564
/* We use char because int might match the return type of a gcc2
25553
/* We use char because int might match the return type of a gcc2
24565
   builtin and then its argument prototype would still apply.  */
25554
   builtin and then its argument prototype would still apply.  */
24566
char $ac_func ();
25555
char $ac_func ();
24567
#ifdef F77_DUMMY_MAIN
25556
#ifdef F77_DUMMY_MAIN
-
 
25557
 
24568
#  ifdef __cplusplus
25558
#  ifdef __cplusplus
24569
     extern "C"
25559
     extern "C"
24570
#  endif
25560
#  endif
24571
   int F77_DUMMY_MAIN() { return 1; }
25561
   int F77_DUMMY_MAIN() { return 1; }
-
 
25562
 
24572
#endif
25563
#endif
24573
int
25564
int
24574
main ()
25565
main ()
24575
{
25566
{
24576
$ac_func ();
25567
$ac_func ();
Line 24578... Line 25569...
24578
  return 0;
25569
  return 0;
24579
}
25570
}
24580
_ACEOF
25571
_ACEOF
24581
rm -f conftest.$ac_objext conftest$ac_exeext
25572
rm -f conftest.$ac_objext conftest$ac_exeext
24582
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25573
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24583
  (eval $ac_link) 2>&5
25574
  (eval $ac_link) 2>conftest.er1
24584
  ac_status=$?
25575
  ac_status=$?
-
 
25576
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
25577
  rm -f conftest.er1
-
 
25578
  cat conftest.err >&5
24585
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25579
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24586
  (exit $ac_status); } &&
25580
  (exit $ac_status); } &&
-
 
25581
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
25582
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
25583
  (eval $ac_try) 2>&5
-
 
25584
  ac_status=$?
-
 
25585
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
25586
  (exit $ac_status); }; } &&
24587
         { ac_try='test -s conftest$ac_exeext'
25587
	 { ac_try='test -s conftest$ac_exeext'
24588
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25588
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24589
  (eval $ac_try) 2>&5
25589
  (eval $ac_try) 2>&5
24590
  ac_status=$?
25590
  ac_status=$?
24591
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25591
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
24592
  (exit $ac_status); }; }; then
25592
  (exit $ac_status); }; }; then
Line 24594... Line 25594...
24594
else
25594
else
24595
  echo "$as_me: failed program was:" >&5
25595
  echo "$as_me: failed program was:" >&5
24596
sed 's/^/| /' conftest.$ac_ext >&5
25596
sed 's/^/| /' conftest.$ac_ext >&5
24597
 
25597
 
24598
fi
25598
fi
-
 
25599
rm -f conftest.err conftest.$ac_objext \
24599
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25600
      conftest$ac_exeext conftest.$ac_ext
24600
     done
25601
     done
-
 
25602
     ac_ext=f
-
 
25603
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
25604
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
25605
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
24601
 
25606
 
24602
     if test "$ac_success_extra" = "yes"; then
25607
     if test "$ac_success_extra" = "yes"; then
24603
	ac_cv_f77_mangling="$ac_case case"
25608
	ac_cv_f77_mangling="$ac_case case"
24604
        if test -z "$ac_underscore"; then
25609
        if test -z "$ac_underscore"; then
24605
           ac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"
25610
           ac_cv_f77_mangling="$ac_cv_f77_mangling, no underscore"
Line 24617... Line 25622...
24617
  else
25622
  else
24618
     ac_cv_f77_mangling="unknown"
25623
     ac_cv_f77_mangling="unknown"
24619
  fi
25624
  fi
24620
 
25625
 
24621
  LIBS=$ac_save_LIBS
25626
  LIBS=$ac_save_LIBS
24622
  ac_ext=f
-
 
24623
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
24624
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
24625
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
-
 
24626
  rm -f cf77_test* conftest*
25627
  rm -f cfortran_test* conftest*
24627
else
25628
else
24628
  echo "$as_me: failed program was:" >&5
25629
  echo "$as_me: failed program was:" >&5
24629
sed 's/^/| /' conftest.$ac_ext >&5
25630
sed 's/^/| /' conftest.$ac_ext >&5
24630
 
25631
 
24631
{ { echo "$as_me:$LINENO: error: cannot compile a simple Fortran program
25632
{ { echo "$as_me:$LINENO: error: cannot compile a simple Fortran program
24632
See \`config.log' for more details." >&5
25633
See \`config.log' for more details." >&5
24633
echo "$as_me: error: cannot compile a simple Fortran program
25634
echo "$as_me: error: cannot compile a simple Fortran program
24634
See \`config.log' for more details." >&2;}
25635
See \`config.log' for more details." >&2;}
24635
   { (exit 1); exit 1; }; }
25636
   { (exit 1); exit 1; }; }
24636
fi
25637
fi
24637
rm -f conftest.$ac_objext conftest.$ac_ext
25638
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-
 
25639
 
-
 
25640
fi
-
 
25641
echo "$as_me:$LINENO: result: $ac_cv_f77_mangling" >&5
-
 
25642
echo "${ECHO_T}$ac_cv_f77_mangling" >&6
-
 
25643
 
24638
ac_ext=c
25644
ac_ext=c
24639
ac_cpp='$CPP $CPPFLAGS'
25645
ac_cpp='$CPP $CPPFLAGS'
24640
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25646
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24641
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25647
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24642
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25648
ac_compiler_gnu=$ac_cv_c_compiler_gnu
24643
 
25649
 
24644
fi
25650
ac_ext=f
24645
echo "$as_me:$LINENO: result: $ac_cv_f77_mangling" >&5
25651
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-
 
25652
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24646
echo "${ECHO_T}$ac_cv_f77_mangling" >&6
25653
ac_compiler_gnu=$ac_cv_f77_compiler_gnu
24647
 
-
 
24648
 
25654
 
24649
 
25655
 
24650
case $ac_cv_f77_mangling in
25656
case $ac_cv_f77_mangling in
24651
  "lower case, no underscore, no extra underscore")
25657
  "lower case, no underscore, no extra underscore")
24652
          cat >>confdefs.h <<\_ACEOF
25658
          cat >>confdefs.h <<\_ACEOF
Line 24719... Line 25725...
24719
          cat >>confdefs.h <<\_ACEOF
25725
          cat >>confdefs.h <<\_ACEOF
24720
#define F77_FUNC_(name,NAME) NAME ## __
25726
#define F77_FUNC_(name,NAME) NAME ## __
24721
_ACEOF
25727
_ACEOF
24722
 ;;
25728
 ;;
24723
  *)
25729
  *)
24724
          { echo "$as_me:$LINENO: WARNING: unknown Fortran 77 name-mangling scheme" >&5
25730
          { echo "$as_me:$LINENO: WARNING: unknown Fortran name-mangling scheme" >&5
24725
echo "$as_me: WARNING: unknown Fortran 77 name-mangling scheme" >&2;}
25731
echo "$as_me: WARNING: unknown Fortran name-mangling scheme" >&2;}
24726
          ;;
25732
          ;;
24727
esac
25733
esac
24728
 
25734
 
-
 
25735
ac_ext=c
-
 
25736
ac_cpp='$CPP $CPPFLAGS'
-
 
25737
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-
 
25738
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-
 
25739
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
 
25740
 
24729
 
25741
 
24730
case "${ac_cv_f77_mangling}" in
25742
case "${ac_cv_f77_mangling}" in
24731
  "upper "*)
25743
  "upper "*)
24732
    { echo "$as_me:$LINENO: WARNING: Fortran compiler uses uppercase external names" >&5
25744
    { echo "$as_me:$LINENO: WARNING: Fortran compiler uses uppercase external names" >&5
24733
echo "$as_me: WARNING: Fortran compiler uses uppercase external names" >&2;}
25745
echo "$as_me: WARNING: Fortran compiler uses uppercase external names" >&2;}
Line 25090... Line 26102...
25090
  echo $ECHO_N "(cached) $ECHO_C" >&6
26102
  echo $ECHO_N "(cached) $ECHO_C" >&6
25091
else
26103
else
25092
  ac_check_lib_save_LIBS=$LIBS
26104
  ac_check_lib_save_LIBS=$LIBS
25093
LIBS="-lf2c -L. -lconftest ${LIBM} $LIBS"
26105
LIBS="-lf2c -L. -lconftest ${LIBM} $LIBS"
25094
cat >conftest.$ac_ext <<_ACEOF
26106
cat >conftest.$ac_ext <<_ACEOF
25095
#line $LINENO "configure"
-
 
25096
/* confdefs.h.  */
26107
/* confdefs.h.  */
25097
_ACEOF
26108
_ACEOF
25098
cat confdefs.h >>conftest.$ac_ext
26109
cat confdefs.h >>conftest.$ac_ext
25099
cat >>conftest.$ac_ext <<_ACEOF
26110
cat >>conftest.$ac_ext <<_ACEOF
25100
/* end confdefs.h.  */
26111
/* end confdefs.h.  */
Line 25105... Line 26116...
25105
#endif
26116
#endif
25106
/* We use char because int might match the return type of a gcc2
26117
/* We use char because int might match the return type of a gcc2
25107
   builtin and then its argument prototype would still apply.  */
26118
   builtin and then its argument prototype would still apply.  */
25108
char f_open ();
26119
char f_open ();
25109
#ifdef F77_DUMMY_MAIN
26120
#ifdef F77_DUMMY_MAIN
-
 
26121
 
25110
#  ifdef __cplusplus
26122
#  ifdef __cplusplus
25111
     extern "C"
26123
     extern "C"
25112
#  endif
26124
#  endif
25113
   int F77_DUMMY_MAIN() { return 1; }
26125
   int F77_DUMMY_MAIN() { return 1; }
-
 
26126
 
25114
#endif
26127
#endif
25115
int
26128
int
25116
main ()
26129
main ()
25117
{
26130
{
25118
f_open ();
26131
f_open ();
Line 25120... Line 26133...
25120
  return 0;
26133
  return 0;
25121
}
26134
}
25122
_ACEOF
26135
_ACEOF
25123
rm -f conftest.$ac_objext conftest$ac_exeext
26136
rm -f conftest.$ac_objext conftest$ac_exeext
25124
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26137
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25125
  (eval $ac_link) 2>&5
26138
  (eval $ac_link) 2>conftest.er1
25126
  ac_status=$?
26139
  ac_status=$?
-
 
26140
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26141
  rm -f conftest.er1
-
 
26142
  cat conftest.err >&5
25127
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26143
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25128
  (exit $ac_status); } &&
26144
  (exit $ac_status); } &&
-
 
26145
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
26146
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26147
  (eval $ac_try) 2>&5
-
 
26148
  ac_status=$?
-
 
26149
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26150
  (exit $ac_status); }; } &&
25129
         { ac_try='test -s conftest$ac_exeext'
26151
	 { ac_try='test -s conftest$ac_exeext'
25130
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26152
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25131
  (eval $ac_try) 2>&5
26153
  (eval $ac_try) 2>&5
25132
  ac_status=$?
26154
  ac_status=$?
25133
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26155
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25134
  (exit $ac_status); }; }; then
26156
  (exit $ac_status); }; }; then
Line 25137... Line 26159...
25137
  echo "$as_me: failed program was:" >&5
26159
  echo "$as_me: failed program was:" >&5
25138
sed 's/^/| /' conftest.$ac_ext >&5
26160
sed 's/^/| /' conftest.$ac_ext >&5
25139
 
26161
 
25140
ac_cv_lib_f2c_f_open=no
26162
ac_cv_lib_f2c_f_open=no
25141
fi
26163
fi
-
 
26164
rm -f conftest.err conftest.$ac_objext \
25142
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26165
      conftest$ac_exeext conftest.$ac_ext
25143
LIBS=$ac_check_lib_save_LIBS
26166
LIBS=$ac_check_lib_save_LIBS
25144
fi
26167
fi
25145
echo "$as_me:$LINENO: result: $ac_cv_lib_f2c_f_open" >&5
26168
echo "$as_me:$LINENO: result: $ac_cv_lib_f2c_f_open" >&5
25146
echo "${ECHO_T}$ac_cv_lib_f2c_f_open" >&6
26169
echo "${ECHO_T}$ac_cv_lib_f2c_f_open" >&6
25147
if test $ac_cv_lib_f2c_f_open = yes; then
26170
if test $ac_cv_lib_f2c_f_open = yes; then
Line 25158... Line 26181...
25158
  echo $ECHO_N "(cached) $ECHO_C" >&6
26181
  echo $ECHO_N "(cached) $ECHO_C" >&6
25159
else
26182
else
25160
  ac_check_lib_save_LIBS=$LIBS
26183
  ac_check_lib_save_LIBS=$LIBS
25161
LIBS="-lF77 ${LIBM} $LIBS"
26184
LIBS="-lF77 ${LIBM} $LIBS"
25162
cat >conftest.$ac_ext <<_ACEOF
26185
cat >conftest.$ac_ext <<_ACEOF
25163
#line $LINENO "configure"
-
 
25164
/* confdefs.h.  */
26186
/* confdefs.h.  */
25165
_ACEOF
26187
_ACEOF
25166
cat confdefs.h >>conftest.$ac_ext
26188
cat confdefs.h >>conftest.$ac_ext
25167
cat >>conftest.$ac_ext <<_ACEOF
26189
cat >>conftest.$ac_ext <<_ACEOF
25168
/* end confdefs.h.  */
26190
/* end confdefs.h.  */
Line 25173... Line 26195...
25173
#endif
26195
#endif
25174
/* We use char because int might match the return type of a gcc2
26196
/* We use char because int might match the return type of a gcc2
25175
   builtin and then its argument prototype would still apply.  */
26197
   builtin and then its argument prototype would still apply.  */
25176
char d_sin ();
26198
char d_sin ();
25177
#ifdef F77_DUMMY_MAIN
26199
#ifdef F77_DUMMY_MAIN
-
 
26200
 
25178
#  ifdef __cplusplus
26201
#  ifdef __cplusplus
25179
     extern "C"
26202
     extern "C"
25180
#  endif
26203
#  endif
25181
   int F77_DUMMY_MAIN() { return 1; }
26204
   int F77_DUMMY_MAIN() { return 1; }
-
 
26205
 
25182
#endif
26206
#endif
25183
int
26207
int
25184
main ()
26208
main ()
25185
{
26209
{
25186
d_sin ();
26210
d_sin ();
Line 25188... Line 26212...
25188
  return 0;
26212
  return 0;
25189
}
26213
}
25190
_ACEOF
26214
_ACEOF
25191
rm -f conftest.$ac_objext conftest$ac_exeext
26215
rm -f conftest.$ac_objext conftest$ac_exeext
25192
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26216
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25193
  (eval $ac_link) 2>&5
26217
  (eval $ac_link) 2>conftest.er1
25194
  ac_status=$?
26218
  ac_status=$?
-
 
26219
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26220
  rm -f conftest.er1
-
 
26221
  cat conftest.err >&5
25195
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26222
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25196
  (exit $ac_status); } &&
26223
  (exit $ac_status); } &&
-
 
26224
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
26225
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26226
  (eval $ac_try) 2>&5
-
 
26227
  ac_status=$?
-
 
26228
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26229
  (exit $ac_status); }; } &&
25197
         { ac_try='test -s conftest$ac_exeext'
26230
	 { ac_try='test -s conftest$ac_exeext'
25198
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26231
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25199
  (eval $ac_try) 2>&5
26232
  (eval $ac_try) 2>&5
25200
  ac_status=$?
26233
  ac_status=$?
25201
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26234
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25202
  (exit $ac_status); }; }; then
26235
  (exit $ac_status); }; }; then
Line 25205... Line 26238...
25205
  echo "$as_me: failed program was:" >&5
26238
  echo "$as_me: failed program was:" >&5
25206
sed 's/^/| /' conftest.$ac_ext >&5
26239
sed 's/^/| /' conftest.$ac_ext >&5
25207
 
26240
 
25208
ac_cv_lib_F77_d_sin=no
26241
ac_cv_lib_F77_d_sin=no
25209
fi
26242
fi
-
 
26243
rm -f conftest.err conftest.$ac_objext \
25210
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26244
      conftest$ac_exeext conftest.$ac_ext
25211
LIBS=$ac_check_lib_save_LIBS
26245
LIBS=$ac_check_lib_save_LIBS
25212
fi
26246
fi
25213
echo "$as_me:$LINENO: result: $ac_cv_lib_F77_d_sin" >&5
26247
echo "$as_me:$LINENO: result: $ac_cv_lib_F77_d_sin" >&5
25214
echo "${ECHO_T}$ac_cv_lib_F77_d_sin" >&6
26248
echo "${ECHO_T}$ac_cv_lib_F77_d_sin" >&6
25215
if test $ac_cv_lib_F77_d_sin = yes; then
26249
if test $ac_cv_lib_F77_d_sin = yes; then
Line 25225... Line 26259...
25225
  echo $ECHO_N "(cached) $ECHO_C" >&6
26259
  echo $ECHO_N "(cached) $ECHO_C" >&6
25226
else
26260
else
25227
  ac_check_lib_save_LIBS=$LIBS
26261
  ac_check_lib_save_LIBS=$LIBS
25228
LIBS="-lI77 -lF77 $LIBS"
26262
LIBS="-lI77 -lF77 $LIBS"
25229
cat >conftest.$ac_ext <<_ACEOF
26263
cat >conftest.$ac_ext <<_ACEOF
25230
#line $LINENO "configure"
-
 
25231
/* confdefs.h.  */
26264
/* confdefs.h.  */
25232
_ACEOF
26265
_ACEOF
25233
cat confdefs.h >>conftest.$ac_ext
26266
cat confdefs.h >>conftest.$ac_ext
25234
cat >>conftest.$ac_ext <<_ACEOF
26267
cat >>conftest.$ac_ext <<_ACEOF
25235
/* end confdefs.h.  */
26268
/* end confdefs.h.  */
Line 25240... Line 26273...
25240
#endif
26273
#endif
25241
/* We use char because int might match the return type of a gcc2
26274
/* We use char because int might match the return type of a gcc2
25242
   builtin and then its argument prototype would still apply.  */
26275
   builtin and then its argument prototype would still apply.  */
25243
char f_rew ();
26276
char f_rew ();
25244
#ifdef F77_DUMMY_MAIN
26277
#ifdef F77_DUMMY_MAIN
-
 
26278
 
25245
#  ifdef __cplusplus
26279
#  ifdef __cplusplus
25246
     extern "C"
26280
     extern "C"
25247
#  endif
26281
#  endif
25248
   int F77_DUMMY_MAIN() { return 1; }
26282
   int F77_DUMMY_MAIN() { return 1; }
-
 
26283
 
25249
#endif
26284
#endif
25250
int
26285
int
25251
main ()
26286
main ()
25252
{
26287
{
25253
f_rew ();
26288
f_rew ();
Line 25255... Line 26290...
25255
  return 0;
26290
  return 0;
25256
}
26291
}
25257
_ACEOF
26292
_ACEOF
25258
rm -f conftest.$ac_objext conftest$ac_exeext
26293
rm -f conftest.$ac_objext conftest$ac_exeext
25259
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26294
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25260
  (eval $ac_link) 2>&5
26295
  (eval $ac_link) 2>conftest.er1
25261
  ac_status=$?
26296
  ac_status=$?
-
 
26297
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26298
  rm -f conftest.er1
-
 
26299
  cat conftest.err >&5
25262
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26300
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25263
  (exit $ac_status); } &&
26301
  (exit $ac_status); } &&
-
 
26302
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
26303
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26304
  (eval $ac_try) 2>&5
-
 
26305
  ac_status=$?
-
 
26306
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26307
  (exit $ac_status); }; } &&
25264
         { ac_try='test -s conftest$ac_exeext'
26308
	 { ac_try='test -s conftest$ac_exeext'
25265
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26309
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25266
  (eval $ac_try) 2>&5
26310
  (eval $ac_try) 2>&5
25267
  ac_status=$?
26311
  ac_status=$?
25268
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26312
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25269
  (exit $ac_status); }; }; then
26313
  (exit $ac_status); }; }; then
Line 25272... Line 26316...
25272
  echo "$as_me: failed program was:" >&5
26316
  echo "$as_me: failed program was:" >&5
25273
sed 's/^/| /' conftest.$ac_ext >&5
26317
sed 's/^/| /' conftest.$ac_ext >&5
25274
 
26318
 
25275
ac_cv_lib_I77_f_rew=no
26319
ac_cv_lib_I77_f_rew=no
25276
fi
26320
fi
-
 
26321
rm -f conftest.err conftest.$ac_objext \
25277
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26322
      conftest$ac_exeext conftest.$ac_ext
25278
LIBS=$ac_check_lib_save_LIBS
26323
LIBS=$ac_check_lib_save_LIBS
25279
fi
26324
fi
25280
echo "$as_me:$LINENO: result: $ac_cv_lib_I77_f_rew" >&5
26325
echo "$as_me:$LINENO: result: $ac_cv_lib_I77_f_rew" >&5
25281
echo "${ECHO_T}$ac_cv_lib_I77_f_rew" >&6
26326
echo "${ECHO_T}$ac_cv_lib_I77_f_rew" >&6
25282
if test $ac_cv_lib_I77_f_rew = yes; then
26327
if test $ac_cv_lib_I77_f_rew = yes; then
Line 25461... Line 26506...
25461
### ** Platform-specific overrides for the C, Fortran 77 and C++ compilers.
26506
### ** Platform-specific overrides for the C, Fortran 77 and C++ compilers.
25462
 
26507
 
25463
case "${host_cpu}" in
26508
case "${host_cpu}" in
25464
  i*86)
26509
  i*86)
25465
    cat >conftest.$ac_ext <<_ACEOF
26510
    cat >conftest.$ac_ext <<_ACEOF
25466
#line $LINENO "configure"
-
 
25467
/* confdefs.h.  */
26511
/* confdefs.h.  */
25468
_ACEOF
26512
_ACEOF
25469
cat confdefs.h >>conftest.$ac_ext
26513
cat confdefs.h >>conftest.$ac_ext
25470
cat >>conftest.$ac_ext <<_ACEOF
26514
cat >>conftest.$ac_ext <<_ACEOF
25471
/* end confdefs.h.  */
26515
/* end confdefs.h.  */
Line 25501... Line 26545...
25501
ac_compiler_gnu=$ac_cv_c_compiler_gnu
26545
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25502
 
26546
 
25503
r_save_CFLAGS="${CFLAGS}"
26547
r_save_CFLAGS="${CFLAGS}"
25504
CFLAGS="${CFLAGS} -mieee-fp"
26548
CFLAGS="${CFLAGS} -mieee-fp"
25505
cat >conftest.$ac_ext <<_ACEOF
26549
cat >conftest.$ac_ext <<_ACEOF
25506
#line $LINENO "configure"
-
 
25507
/* confdefs.h.  */
26550
/* confdefs.h.  */
25508
_ACEOF
26551
_ACEOF
25509
cat confdefs.h >>conftest.$ac_ext
26552
cat confdefs.h >>conftest.$ac_ext
25510
cat >>conftest.$ac_ext <<_ACEOF
26553
cat >>conftest.$ac_ext <<_ACEOF
25511
/* end confdefs.h.  */
26554
/* end confdefs.h.  */
25512
 
26555
 
25513
#ifdef F77_DUMMY_MAIN
26556
#ifdef F77_DUMMY_MAIN
-
 
26557
 
25514
#  ifdef __cplusplus
26558
#  ifdef __cplusplus
25515
     extern "C"
26559
     extern "C"
25516
#  endif
26560
#  endif
25517
   int F77_DUMMY_MAIN() { return 1; }
26561
   int F77_DUMMY_MAIN() { return 1; }
-
 
26562
 
25518
#endif
26563
#endif
25519
int
26564
int
25520
main ()
26565
main ()
25521
{
26566
{
25522
 
26567
 
Line 25524... Line 26569...
25524
  return 0;
26569
  return 0;
25525
}
26570
}
25526
_ACEOF
26571
_ACEOF
25527
rm -f conftest.$ac_objext conftest$ac_exeext
26572
rm -f conftest.$ac_objext conftest$ac_exeext
25528
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26573
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25529
  (eval $ac_link) 2>&5
26574
  (eval $ac_link) 2>conftest.er1
25530
  ac_status=$?
26575
  ac_status=$?
-
 
26576
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26577
  rm -f conftest.er1
-
 
26578
  cat conftest.err >&5
25531
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26579
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25532
  (exit $ac_status); } &&
26580
  (exit $ac_status); } &&
-
 
26581
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
26582
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26583
  (eval $ac_try) 2>&5
-
 
26584
  ac_status=$?
-
 
26585
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26586
  (exit $ac_status); }; } &&
25533
         { ac_try='test -s conftest$ac_exeext'
26587
	 { ac_try='test -s conftest$ac_exeext'
25534
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26588
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25535
  (eval $ac_try) 2>&5
26589
  (eval $ac_try) 2>&5
25536
  ac_status=$?
26590
  ac_status=$?
25537
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26591
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25538
  (exit $ac_status); }; }; then
26592
  (exit $ac_status); }; }; then
Line 25541... Line 26595...
25541
  echo "$as_me: failed program was:" >&5
26595
  echo "$as_me: failed program was:" >&5
25542
sed 's/^/| /' conftest.$ac_ext >&5
26596
sed 's/^/| /' conftest.$ac_ext >&5
25543
 
26597
 
25544
eval "r_cv_prog_cc_flag_${ac_safe}=no"
26598
eval "r_cv_prog_cc_flag_${ac_safe}=no"
25545
fi
26599
fi
-
 
26600
rm -f conftest.err conftest.$ac_objext \
25546
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26601
      conftest$ac_exeext conftest.$ac_ext
25547
CFLAGS="${r_save_CFLAGS}"
26602
CFLAGS="${r_save_CFLAGS}"
25548
ac_ext=c
26603
ac_ext=c
25549
ac_cpp='$CPP $CPPFLAGS'
26604
ac_cpp='$CPP $CPPFLAGS'
25550
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26605
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25551
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26606
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 25587... Line 26642...
25587
 
26642
 
25588
      end
26643
      end
25589
_ACEOF
26644
_ACEOF
25590
rm -f conftest.$ac_objext conftest$ac_exeext
26645
rm -f conftest.$ac_objext conftest$ac_exeext
25591
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26646
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25592
  (eval $ac_link) 2>&5
26647
  (eval $ac_link) 2>conftest.er1
25593
  ac_status=$?
26648
  ac_status=$?
-
 
26649
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26650
  rm -f conftest.er1
-
 
26651
  cat conftest.err >&5
25594
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26652
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25595
  (exit $ac_status); } &&
26653
  (exit $ac_status); } &&
-
 
26654
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
26655
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26656
  (eval $ac_try) 2>&5
-
 
26657
  ac_status=$?
-
 
26658
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26659
  (exit $ac_status); }; } &&
25596
         { ac_try='test -s conftest$ac_exeext'
26660
	 { ac_try='test -s conftest$ac_exeext'
25597
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26661
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25598
  (eval $ac_try) 2>&5
26662
  (eval $ac_try) 2>&5
25599
  ac_status=$?
26663
  ac_status=$?
25600
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26664
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25601
  (exit $ac_status); }; }; then
26665
  (exit $ac_status); }; }; then
Line 25604... Line 26668...
25604
  echo "$as_me: failed program was:" >&5
26668
  echo "$as_me: failed program was:" >&5
25605
sed 's/^/| /' conftest.$ac_ext >&5
26669
sed 's/^/| /' conftest.$ac_ext >&5
25606
 
26670
 
25607
eval "r_cv_prog_f77_flag_${ac_safe}=no"
26671
eval "r_cv_prog_f77_flag_${ac_safe}=no"
25608
fi
26672
fi
-
 
26673
rm -f conftest.err conftest.$ac_objext \
25609
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26674
      conftest$ac_exeext conftest.$ac_ext
25610
FFLAGS="${r_save_FFLAGS}"
26675
FFLAGS="${r_save_FFLAGS}"
25611
ac_ext=c
26676
ac_ext=c
25612
ac_cpp='$CPP $CPPFLAGS'
26677
ac_cpp='$CPP $CPPFLAGS'
25613
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26678
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25614
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26679
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 25645... Line 26710...
25645
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26710
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25646
 
26711
 
25647
r_save_CXXFLAGS="${CXXFLAGS}"
26712
r_save_CXXFLAGS="${CXXFLAGS}"
25648
CXXFLAGS="${CXXFLAGS} -mieee-fp"
26713
CXXFLAGS="${CXXFLAGS} -mieee-fp"
25649
cat >conftest.$ac_ext <<_ACEOF
26714
cat >conftest.$ac_ext <<_ACEOF
25650
#line $LINENO "configure"
-
 
25651
/* confdefs.h.  */
26715
/* confdefs.h.  */
25652
_ACEOF
26716
_ACEOF
25653
cat confdefs.h >>conftest.$ac_ext
26717
cat confdefs.h >>conftest.$ac_ext
25654
cat >>conftest.$ac_ext <<_ACEOF
26718
cat >>conftest.$ac_ext <<_ACEOF
25655
/* end confdefs.h.  */
26719
/* end confdefs.h.  */
25656
 
26720
 
25657
#ifdef F77_DUMMY_MAIN
26721
#ifdef F77_DUMMY_MAIN
-
 
26722
 
25658
#  ifdef __cplusplus
26723
#  ifdef __cplusplus
25659
     extern "C"
26724
     extern "C"
25660
#  endif
26725
#  endif
25661
   int F77_DUMMY_MAIN() { return 1; }
26726
   int F77_DUMMY_MAIN() { return 1; }
-
 
26727
 
25662
#endif
26728
#endif
25663
int
26729
int
25664
main ()
26730
main ()
25665
{
26731
{
25666
 
26732
 
Line 25668... Line 26734...
25668
  return 0;
26734
  return 0;
25669
}
26735
}
25670
_ACEOF
26736
_ACEOF
25671
rm -f conftest.$ac_objext conftest$ac_exeext
26737
rm -f conftest.$ac_objext conftest$ac_exeext
25672
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26738
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25673
  (eval $ac_link) 2>&5
26739
  (eval $ac_link) 2>conftest.er1
25674
  ac_status=$?
26740
  ac_status=$?
-
 
26741
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26742
  rm -f conftest.er1
-
 
26743
  cat conftest.err >&5
25675
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26744
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25676
  (exit $ac_status); } &&
26745
  (exit $ac_status); } &&
-
 
26746
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
26747
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26748
  (eval $ac_try) 2>&5
-
 
26749
  ac_status=$?
-
 
26750
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26751
  (exit $ac_status); }; } &&
25677
         { ac_try='test -s conftest$ac_exeext'
26752
	 { ac_try='test -s conftest$ac_exeext'
25678
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26753
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25679
  (eval $ac_try) 2>&5
26754
  (eval $ac_try) 2>&5
25680
  ac_status=$?
26755
  ac_status=$?
25681
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26756
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25682
  (exit $ac_status); }; }; then
26757
  (exit $ac_status); }; }; then
Line 25685... Line 26760...
25685
  echo "$as_me: failed program was:" >&5
26760
  echo "$as_me: failed program was:" >&5
25686
sed 's/^/| /' conftest.$ac_ext >&5
26761
sed 's/^/| /' conftest.$ac_ext >&5
25687
 
26762
 
25688
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
26763
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
25689
fi
26764
fi
-
 
26765
rm -f conftest.err conftest.$ac_objext \
25690
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26766
      conftest$ac_exeext conftest.$ac_ext
25691
CXXFLAGS="${r_save_CXXFLAGS}"
26767
CXXFLAGS="${r_save_CXXFLAGS}"
25692
ac_ext=c
26768
ac_ext=c
25693
ac_cpp='$CPP $CPPFLAGS'
26769
ac_cpp='$CPP $CPPFLAGS'
25694
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26770
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25695
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26771
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 25743... Line 26819...
25743
ac_compiler_gnu=$ac_cv_c_compiler_gnu
26819
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25744
 
26820
 
25745
r_save_CFLAGS="${CFLAGS}"
26821
r_save_CFLAGS="${CFLAGS}"
25746
CFLAGS="${CFLAGS} -mieee-with-inexact"
26822
CFLAGS="${CFLAGS} -mieee-with-inexact"
25747
cat >conftest.$ac_ext <<_ACEOF
26823
cat >conftest.$ac_ext <<_ACEOF
25748
#line $LINENO "configure"
-
 
25749
/* confdefs.h.  */
26824
/* confdefs.h.  */
25750
_ACEOF
26825
_ACEOF
25751
cat confdefs.h >>conftest.$ac_ext
26826
cat confdefs.h >>conftest.$ac_ext
25752
cat >>conftest.$ac_ext <<_ACEOF
26827
cat >>conftest.$ac_ext <<_ACEOF
25753
/* end confdefs.h.  */
26828
/* end confdefs.h.  */
25754
 
26829
 
25755
#ifdef F77_DUMMY_MAIN
26830
#ifdef F77_DUMMY_MAIN
-
 
26831
 
25756
#  ifdef __cplusplus
26832
#  ifdef __cplusplus
25757
     extern "C"
26833
     extern "C"
25758
#  endif
26834
#  endif
25759
   int F77_DUMMY_MAIN() { return 1; }
26835
   int F77_DUMMY_MAIN() { return 1; }
-
 
26836
 
25760
#endif
26837
#endif
25761
int
26838
int
25762
main ()
26839
main ()
25763
{
26840
{
25764
 
26841
 
Line 25766... Line 26843...
25766
  return 0;
26843
  return 0;
25767
}
26844
}
25768
_ACEOF
26845
_ACEOF
25769
rm -f conftest.$ac_objext conftest$ac_exeext
26846
rm -f conftest.$ac_objext conftest$ac_exeext
25770
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26847
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25771
  (eval $ac_link) 2>&5
26848
  (eval $ac_link) 2>conftest.er1
25772
  ac_status=$?
26849
  ac_status=$?
-
 
26850
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26851
  rm -f conftest.er1
-
 
26852
  cat conftest.err >&5
25773
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26853
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25774
  (exit $ac_status); } &&
26854
  (exit $ac_status); } &&
-
 
26855
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
26856
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26857
  (eval $ac_try) 2>&5
-
 
26858
  ac_status=$?
-
 
26859
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26860
  (exit $ac_status); }; } &&
25775
         { ac_try='test -s conftest$ac_exeext'
26861
	 { ac_try='test -s conftest$ac_exeext'
25776
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26862
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25777
  (eval $ac_try) 2>&5
26863
  (eval $ac_try) 2>&5
25778
  ac_status=$?
26864
  ac_status=$?
25779
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26865
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25780
  (exit $ac_status); }; }; then
26866
  (exit $ac_status); }; }; then
Line 25783... Line 26869...
25783
  echo "$as_me: failed program was:" >&5
26869
  echo "$as_me: failed program was:" >&5
25784
sed 's/^/| /' conftest.$ac_ext >&5
26870
sed 's/^/| /' conftest.$ac_ext >&5
25785
 
26871
 
25786
eval "r_cv_prog_cc_flag_${ac_safe}=no"
26872
eval "r_cv_prog_cc_flag_${ac_safe}=no"
25787
fi
26873
fi
-
 
26874
rm -f conftest.err conftest.$ac_objext \
25788
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26875
      conftest$ac_exeext conftest.$ac_ext
25789
CFLAGS="${r_save_CFLAGS}"
26876
CFLAGS="${r_save_CFLAGS}"
25790
ac_ext=c
26877
ac_ext=c
25791
ac_cpp='$CPP $CPPFLAGS'
26878
ac_cpp='$CPP $CPPFLAGS'
25792
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26879
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25793
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26880
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 25825... Line 26912...
25825
ac_compiler_gnu=$ac_cv_c_compiler_gnu
26912
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25826
 
26913
 
25827
r_save_CFLAGS="${CFLAGS}"
26914
r_save_CFLAGS="${CFLAGS}"
25828
CFLAGS="${CFLAGS} -std1"
26915
CFLAGS="${CFLAGS} -std1"
25829
cat >conftest.$ac_ext <<_ACEOF
26916
cat >conftest.$ac_ext <<_ACEOF
25830
#line $LINENO "configure"
-
 
25831
/* confdefs.h.  */
26917
/* confdefs.h.  */
25832
_ACEOF
26918
_ACEOF
25833
cat confdefs.h >>conftest.$ac_ext
26919
cat confdefs.h >>conftest.$ac_ext
25834
cat >>conftest.$ac_ext <<_ACEOF
26920
cat >>conftest.$ac_ext <<_ACEOF
25835
/* end confdefs.h.  */
26921
/* end confdefs.h.  */
25836
 
26922
 
25837
#ifdef F77_DUMMY_MAIN
26923
#ifdef F77_DUMMY_MAIN
-
 
26924
 
25838
#  ifdef __cplusplus
26925
#  ifdef __cplusplus
25839
     extern "C"
26926
     extern "C"
25840
#  endif
26927
#  endif
25841
   int F77_DUMMY_MAIN() { return 1; }
26928
   int F77_DUMMY_MAIN() { return 1; }
-
 
26929
 
25842
#endif
26930
#endif
25843
int
26931
int
25844
main ()
26932
main ()
25845
{
26933
{
25846
 
26934
 
Line 25848... Line 26936...
25848
  return 0;
26936
  return 0;
25849
}
26937
}
25850
_ACEOF
26938
_ACEOF
25851
rm -f conftest.$ac_objext conftest$ac_exeext
26939
rm -f conftest.$ac_objext conftest$ac_exeext
25852
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26940
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25853
  (eval $ac_link) 2>&5
26941
  (eval $ac_link) 2>conftest.er1
25854
  ac_status=$?
26942
  ac_status=$?
-
 
26943
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
26944
  rm -f conftest.er1
-
 
26945
  cat conftest.err >&5
25855
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26946
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25856
  (exit $ac_status); } &&
26947
  (exit $ac_status); } &&
-
 
26948
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
26949
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
26950
  (eval $ac_try) 2>&5
-
 
26951
  ac_status=$?
-
 
26952
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
26953
  (exit $ac_status); }; } &&
25857
         { ac_try='test -s conftest$ac_exeext'
26954
	 { ac_try='test -s conftest$ac_exeext'
25858
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26955
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25859
  (eval $ac_try) 2>&5
26956
  (eval $ac_try) 2>&5
25860
  ac_status=$?
26957
  ac_status=$?
25861
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26958
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25862
  (exit $ac_status); }; }; then
26959
  (exit $ac_status); }; }; then
Line 25865... Line 26962...
25865
  echo "$as_me: failed program was:" >&5
26962
  echo "$as_me: failed program was:" >&5
25866
sed 's/^/| /' conftest.$ac_ext >&5
26963
sed 's/^/| /' conftest.$ac_ext >&5
25867
 
26964
 
25868
eval "r_cv_prog_cc_flag_${ac_safe}=no"
26965
eval "r_cv_prog_cc_flag_${ac_safe}=no"
25869
fi
26966
fi
-
 
26967
rm -f conftest.err conftest.$ac_objext \
25870
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26968
      conftest$ac_exeext conftest.$ac_ext
25871
CFLAGS="${r_save_CFLAGS}"
26969
CFLAGS="${r_save_CFLAGS}"
25872
ac_ext=c
26970
ac_ext=c
25873
ac_cpp='$CPP $CPPFLAGS'
26971
ac_cpp='$CPP $CPPFLAGS'
25874
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26972
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25875
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26973
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 25906... Line 27004...
25906
ac_compiler_gnu=$ac_cv_c_compiler_gnu
27004
ac_compiler_gnu=$ac_cv_c_compiler_gnu
25907
 
27005
 
25908
r_save_CFLAGS="${CFLAGS}"
27006
r_save_CFLAGS="${CFLAGS}"
25909
CFLAGS="${CFLAGS} -ieee_with_inexact"
27007
CFLAGS="${CFLAGS} -ieee_with_inexact"
25910
cat >conftest.$ac_ext <<_ACEOF
27008
cat >conftest.$ac_ext <<_ACEOF
25911
#line $LINENO "configure"
-
 
25912
/* confdefs.h.  */
27009
/* confdefs.h.  */
25913
_ACEOF
27010
_ACEOF
25914
cat confdefs.h >>conftest.$ac_ext
27011
cat confdefs.h >>conftest.$ac_ext
25915
cat >>conftest.$ac_ext <<_ACEOF
27012
cat >>conftest.$ac_ext <<_ACEOF
25916
/* end confdefs.h.  */
27013
/* end confdefs.h.  */
25917
 
27014
 
25918
#ifdef F77_DUMMY_MAIN
27015
#ifdef F77_DUMMY_MAIN
-
 
27016
 
25919
#  ifdef __cplusplus
27017
#  ifdef __cplusplus
25920
     extern "C"
27018
     extern "C"
25921
#  endif
27019
#  endif
25922
   int F77_DUMMY_MAIN() { return 1; }
27020
   int F77_DUMMY_MAIN() { return 1; }
-
 
27021
 
25923
#endif
27022
#endif
25924
int
27023
int
25925
main ()
27024
main ()
25926
{
27025
{
25927
 
27026
 
Line 25929... Line 27028...
25929
  return 0;
27028
  return 0;
25930
}
27029
}
25931
_ACEOF
27030
_ACEOF
25932
rm -f conftest.$ac_objext conftest$ac_exeext
27031
rm -f conftest.$ac_objext conftest$ac_exeext
25933
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27032
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25934
  (eval $ac_link) 2>&5
27033
  (eval $ac_link) 2>conftest.er1
25935
  ac_status=$?
27034
  ac_status=$?
-
 
27035
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27036
  rm -f conftest.er1
-
 
27037
  cat conftest.err >&5
25936
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27038
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25937
  (exit $ac_status); } &&
27039
  (exit $ac_status); } &&
-
 
27040
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
27041
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27042
  (eval $ac_try) 2>&5
-
 
27043
  ac_status=$?
-
 
27044
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27045
  (exit $ac_status); }; } &&
25938
         { ac_try='test -s conftest$ac_exeext'
27046
	 { ac_try='test -s conftest$ac_exeext'
25939
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27047
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25940
  (eval $ac_try) 2>&5
27048
  (eval $ac_try) 2>&5
25941
  ac_status=$?
27049
  ac_status=$?
25942
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27050
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
25943
  (exit $ac_status); }; }; then
27051
  (exit $ac_status); }; }; then
Line 25946... Line 27054...
25946
  echo "$as_me: failed program was:" >&5
27054
  echo "$as_me: failed program was:" >&5
25947
sed 's/^/| /' conftest.$ac_ext >&5
27055
sed 's/^/| /' conftest.$ac_ext >&5
25948
 
27056
 
25949
eval "r_cv_prog_cc_flag_${ac_safe}=no"
27057
eval "r_cv_prog_cc_flag_${ac_safe}=no"
25950
fi
27058
fi
-
 
27059
rm -f conftest.err conftest.$ac_objext \
25951
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27060
      conftest$ac_exeext conftest.$ac_ext
25952
CFLAGS="${r_save_CFLAGS}"
27061
CFLAGS="${r_save_CFLAGS}"
25953
ac_ext=c
27062
ac_ext=c
25954
ac_cpp='$CPP $CPPFLAGS'
27063
ac_cpp='$CPP $CPPFLAGS'
25955
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27064
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25956
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27065
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 25994... Line 27103...
25994
 
27103
 
25995
      end
27104
      end
25996
_ACEOF
27105
_ACEOF
25997
rm -f conftest.$ac_objext conftest$ac_exeext
27106
rm -f conftest.$ac_objext conftest$ac_exeext
25998
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27107
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25999
  (eval $ac_link) 2>&5
27108
  (eval $ac_link) 2>conftest.er1
26000
  ac_status=$?
27109
  ac_status=$?
-
 
27110
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27111
  rm -f conftest.er1
-
 
27112
  cat conftest.err >&5
26001
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27113
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26002
  (exit $ac_status); } &&
27114
  (exit $ac_status); } &&
-
 
27115
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
27116
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27117
  (eval $ac_try) 2>&5
-
 
27118
  ac_status=$?
-
 
27119
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27120
  (exit $ac_status); }; } &&
26003
         { ac_try='test -s conftest$ac_exeext'
27121
	 { ac_try='test -s conftest$ac_exeext'
26004
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27122
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26005
  (eval $ac_try) 2>&5
27123
  (eval $ac_try) 2>&5
26006
  ac_status=$?
27124
  ac_status=$?
26007
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27125
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26008
  (exit $ac_status); }; }; then
27126
  (exit $ac_status); }; }; then
Line 26011... Line 27129...
26011
  echo "$as_me: failed program was:" >&5
27129
  echo "$as_me: failed program was:" >&5
26012
sed 's/^/| /' conftest.$ac_ext >&5
27130
sed 's/^/| /' conftest.$ac_ext >&5
26013
 
27131
 
26014
eval "r_cv_prog_f77_flag_${ac_safe}=no"
27132
eval "r_cv_prog_f77_flag_${ac_safe}=no"
26015
fi
27133
fi
-
 
27134
rm -f conftest.err conftest.$ac_objext \
26016
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27135
      conftest$ac_exeext conftest.$ac_ext
26017
FFLAGS="${r_save_FFLAGS}"
27136
FFLAGS="${r_save_FFLAGS}"
26018
ac_ext=c
27137
ac_ext=c
26019
ac_cpp='$CPP $CPPFLAGS'
27138
ac_cpp='$CPP $CPPFLAGS'
26020
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27139
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26021
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27140
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 26058... Line 27177...
26058
 
27177
 
26059
      end
27178
      end
26060
_ACEOF
27179
_ACEOF
26061
rm -f conftest.$ac_objext conftest$ac_exeext
27180
rm -f conftest.$ac_objext conftest$ac_exeext
26062
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27181
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26063
  (eval $ac_link) 2>&5
27182
  (eval $ac_link) 2>conftest.er1
26064
  ac_status=$?
27183
  ac_status=$?
-
 
27184
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27185
  rm -f conftest.er1
-
 
27186
  cat conftest.err >&5
26065
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27187
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26066
  (exit $ac_status); } &&
27188
  (exit $ac_status); } &&
-
 
27189
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
27190
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27191
  (eval $ac_try) 2>&5
-
 
27192
  ac_status=$?
-
 
27193
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27194
  (exit $ac_status); }; } &&
26067
         { ac_try='test -s conftest$ac_exeext'
27195
	 { ac_try='test -s conftest$ac_exeext'
26068
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27196
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26069
  (eval $ac_try) 2>&5
27197
  (eval $ac_try) 2>&5
26070
  ac_status=$?
27198
  ac_status=$?
26071
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27199
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26072
  (exit $ac_status); }; }; then
27200
  (exit $ac_status); }; }; then
Line 26075... Line 27203...
26075
  echo "$as_me: failed program was:" >&5
27203
  echo "$as_me: failed program was:" >&5
26076
sed 's/^/| /' conftest.$ac_ext >&5
27204
sed 's/^/| /' conftest.$ac_ext >&5
26077
 
27205
 
26078
eval "r_cv_prog_f77_flag_${ac_safe}=no"
27206
eval "r_cv_prog_f77_flag_${ac_safe}=no"
26079
fi
27207
fi
-
 
27208
rm -f conftest.err conftest.$ac_objext \
26080
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27209
      conftest$ac_exeext conftest.$ac_ext
26081
FFLAGS="${r_save_FFLAGS}"
27210
FFLAGS="${r_save_FFLAGS}"
26082
ac_ext=c
27211
ac_ext=c
26083
ac_cpp='$CPP $CPPFLAGS'
27212
ac_cpp='$CPP $CPPFLAGS'
26084
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27213
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26085
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27214
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 26118... Line 27247...
26118
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27247
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26119
 
27248
 
26120
r_save_CXXFLAGS="${CXXFLAGS}"
27249
r_save_CXXFLAGS="${CXXFLAGS}"
26121
CXXFLAGS="${CXXFLAGS} -mieee"
27250
CXXFLAGS="${CXXFLAGS} -mieee"
26122
cat >conftest.$ac_ext <<_ACEOF
27251
cat >conftest.$ac_ext <<_ACEOF
26123
#line $LINENO "configure"
-
 
26124
/* confdefs.h.  */
27252
/* confdefs.h.  */
26125
_ACEOF
27253
_ACEOF
26126
cat confdefs.h >>conftest.$ac_ext
27254
cat confdefs.h >>conftest.$ac_ext
26127
cat >>conftest.$ac_ext <<_ACEOF
27255
cat >>conftest.$ac_ext <<_ACEOF
26128
/* end confdefs.h.  */
27256
/* end confdefs.h.  */
26129
 
27257
 
26130
#ifdef F77_DUMMY_MAIN
27258
#ifdef F77_DUMMY_MAIN
-
 
27259
 
26131
#  ifdef __cplusplus
27260
#  ifdef __cplusplus
26132
     extern "C"
27261
     extern "C"
26133
#  endif
27262
#  endif
26134
   int F77_DUMMY_MAIN() { return 1; }
27263
   int F77_DUMMY_MAIN() { return 1; }
-
 
27264
 
26135
#endif
27265
#endif
26136
int
27266
int
26137
main ()
27267
main ()
26138
{
27268
{
26139
 
27269
 
Line 26141... Line 27271...
26141
  return 0;
27271
  return 0;
26142
}
27272
}
26143
_ACEOF
27273
_ACEOF
26144
rm -f conftest.$ac_objext conftest$ac_exeext
27274
rm -f conftest.$ac_objext conftest$ac_exeext
26145
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27275
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26146
  (eval $ac_link) 2>&5
27276
  (eval $ac_link) 2>conftest.er1
26147
  ac_status=$?
27277
  ac_status=$?
-
 
27278
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27279
  rm -f conftest.er1
-
 
27280
  cat conftest.err >&5
26148
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27281
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26149
  (exit $ac_status); } &&
27282
  (exit $ac_status); } &&
-
 
27283
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
27284
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27285
  (eval $ac_try) 2>&5
-
 
27286
  ac_status=$?
-
 
27287
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27288
  (exit $ac_status); }; } &&
26150
         { ac_try='test -s conftest$ac_exeext'
27289
	 { ac_try='test -s conftest$ac_exeext'
26151
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27290
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26152
  (eval $ac_try) 2>&5
27291
  (eval $ac_try) 2>&5
26153
  ac_status=$?
27292
  ac_status=$?
26154
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27293
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26155
  (exit $ac_status); }; }; then
27294
  (exit $ac_status); }; }; then
Line 26158... Line 27297...
26158
  echo "$as_me: failed program was:" >&5
27297
  echo "$as_me: failed program was:" >&5
26159
sed 's/^/| /' conftest.$ac_ext >&5
27298
sed 's/^/| /' conftest.$ac_ext >&5
26160
 
27299
 
26161
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
27300
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
26162
fi
27301
fi
-
 
27302
rm -f conftest.err conftest.$ac_objext \
26163
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27303
      conftest$ac_exeext conftest.$ac_ext
26164
CXXFLAGS="${r_save_CXXFLAGS}"
27304
CXXFLAGS="${r_save_CXXFLAGS}"
26165
ac_ext=c
27305
ac_ext=c
26166
ac_cpp='$CPP $CPPFLAGS'
27306
ac_cpp='$CPP $CPPFLAGS'
26167
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27307
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26168
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27308
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 26200... Line 27340...
26200
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27340
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26201
 
27341
 
26202
r_save_CXXFLAGS="${CXXFLAGS}"
27342
r_save_CXXFLAGS="${CXXFLAGS}"
26203
CXXFLAGS="${CXXFLAGS} -ieee"
27343
CXXFLAGS="${CXXFLAGS} -ieee"
26204
cat >conftest.$ac_ext <<_ACEOF
27344
cat >conftest.$ac_ext <<_ACEOF
26205
#line $LINENO "configure"
-
 
26206
/* confdefs.h.  */
27345
/* confdefs.h.  */
26207
_ACEOF
27346
_ACEOF
26208
cat confdefs.h >>conftest.$ac_ext
27347
cat confdefs.h >>conftest.$ac_ext
26209
cat >>conftest.$ac_ext <<_ACEOF
27348
cat >>conftest.$ac_ext <<_ACEOF
26210
/* end confdefs.h.  */
27349
/* end confdefs.h.  */
26211
 
27350
 
26212
#ifdef F77_DUMMY_MAIN
27351
#ifdef F77_DUMMY_MAIN
-
 
27352
 
26213
#  ifdef __cplusplus
27353
#  ifdef __cplusplus
26214
     extern "C"
27354
     extern "C"
26215
#  endif
27355
#  endif
26216
   int F77_DUMMY_MAIN() { return 1; }
27356
   int F77_DUMMY_MAIN() { return 1; }
-
 
27357
 
26217
#endif
27358
#endif
26218
int
27359
int
26219
main ()
27360
main ()
26220
{
27361
{
26221
 
27362
 
Line 26223... Line 27364...
26223
  return 0;
27364
  return 0;
26224
}
27365
}
26225
_ACEOF
27366
_ACEOF
26226
rm -f conftest.$ac_objext conftest$ac_exeext
27367
rm -f conftest.$ac_objext conftest$ac_exeext
26227
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27368
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26228
  (eval $ac_link) 2>&5
27369
  (eval $ac_link) 2>conftest.er1
26229
  ac_status=$?
27370
  ac_status=$?
-
 
27371
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27372
  rm -f conftest.er1
-
 
27373
  cat conftest.err >&5
26230
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27374
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26231
  (exit $ac_status); } &&
27375
  (exit $ac_status); } &&
-
 
27376
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
27377
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27378
  (eval $ac_try) 2>&5
-
 
27379
  ac_status=$?
-
 
27380
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27381
  (exit $ac_status); }; } &&
26232
         { ac_try='test -s conftest$ac_exeext'
27382
	 { ac_try='test -s conftest$ac_exeext'
26233
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27383
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26234
  (eval $ac_try) 2>&5
27384
  (eval $ac_try) 2>&5
26235
  ac_status=$?
27385
  ac_status=$?
26236
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27386
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26237
  (exit $ac_status); }; }; then
27387
  (exit $ac_status); }; }; then
Line 26240... Line 27390...
26240
  echo "$as_me: failed program was:" >&5
27390
  echo "$as_me: failed program was:" >&5
26241
sed 's/^/| /' conftest.$ac_ext >&5
27391
sed 's/^/| /' conftest.$ac_ext >&5
26242
 
27392
 
26243
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
27393
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
26244
fi
27394
fi
-
 
27395
rm -f conftest.err conftest.$ac_objext \
26245
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27396
      conftest$ac_exeext conftest.$ac_ext
26246
CXXFLAGS="${r_save_CXXFLAGS}"
27397
CXXFLAGS="${r_save_CXXFLAGS}"
26247
ac_ext=c
27398
ac_ext=c
26248
ac_cpp='$CPP $CPPFLAGS'
27399
ac_cpp='$CPP $CPPFLAGS'
26249
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27400
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26250
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27401
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 26296... Line 27447...
26296
ac_compiler_gnu=$ac_cv_c_compiler_gnu
27447
ac_compiler_gnu=$ac_cv_c_compiler_gnu
26297
 
27448
 
26298
r_save_CFLAGS="${CFLAGS}"
27449
r_save_CFLAGS="${CFLAGS}"
26299
CFLAGS="${CFLAGS} -mno-fp-in-toc"
27450
CFLAGS="${CFLAGS} -mno-fp-in-toc"
26300
cat >conftest.$ac_ext <<_ACEOF
27451
cat >conftest.$ac_ext <<_ACEOF
26301
#line $LINENO "configure"
-
 
26302
/* confdefs.h.  */
27452
/* confdefs.h.  */
26303
_ACEOF
27453
_ACEOF
26304
cat confdefs.h >>conftest.$ac_ext
27454
cat confdefs.h >>conftest.$ac_ext
26305
cat >>conftest.$ac_ext <<_ACEOF
27455
cat >>conftest.$ac_ext <<_ACEOF
26306
/* end confdefs.h.  */
27456
/* end confdefs.h.  */
26307
 
27457
 
26308
#ifdef F77_DUMMY_MAIN
27458
#ifdef F77_DUMMY_MAIN
-
 
27459
 
26309
#  ifdef __cplusplus
27460
#  ifdef __cplusplus
26310
     extern "C"
27461
     extern "C"
26311
#  endif
27462
#  endif
26312
   int F77_DUMMY_MAIN() { return 1; }
27463
   int F77_DUMMY_MAIN() { return 1; }
-
 
27464
 
26313
#endif
27465
#endif
26314
int
27466
int
26315
main ()
27467
main ()
26316
{
27468
{
26317
 
27469
 
Line 26319... Line 27471...
26319
  return 0;
27471
  return 0;
26320
}
27472
}
26321
_ACEOF
27473
_ACEOF
26322
rm -f conftest.$ac_objext conftest$ac_exeext
27474
rm -f conftest.$ac_objext conftest$ac_exeext
26323
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27475
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26324
  (eval $ac_link) 2>&5
27476
  (eval $ac_link) 2>conftest.er1
26325
  ac_status=$?
27477
  ac_status=$?
-
 
27478
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27479
  rm -f conftest.er1
-
 
27480
  cat conftest.err >&5
26326
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27481
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26327
  (exit $ac_status); } &&
27482
  (exit $ac_status); } &&
-
 
27483
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
27484
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27485
  (eval $ac_try) 2>&5
-
 
27486
  ac_status=$?
-
 
27487
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27488
  (exit $ac_status); }; } &&
26328
         { ac_try='test -s conftest$ac_exeext'
27489
	 { ac_try='test -s conftest$ac_exeext'
26329
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27490
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26330
  (eval $ac_try) 2>&5
27491
  (eval $ac_try) 2>&5
26331
  ac_status=$?
27492
  ac_status=$?
26332
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27493
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26333
  (exit $ac_status); }; }; then
27494
  (exit $ac_status); }; }; then
Line 26336... Line 27497...
26336
  echo "$as_me: failed program was:" >&5
27497
  echo "$as_me: failed program was:" >&5
26337
sed 's/^/| /' conftest.$ac_ext >&5
27498
sed 's/^/| /' conftest.$ac_ext >&5
26338
 
27499
 
26339
eval "r_cv_prog_cc_flag_${ac_safe}=no"
27500
eval "r_cv_prog_cc_flag_${ac_safe}=no"
26340
fi
27501
fi
-
 
27502
rm -f conftest.err conftest.$ac_objext \
26341
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27503
      conftest$ac_exeext conftest.$ac_ext
26342
CFLAGS="${r_save_CFLAGS}"
27504
CFLAGS="${r_save_CFLAGS}"
26343
ac_ext=c
27505
ac_ext=c
26344
ac_cpp='$CPP $CPPFLAGS'
27506
ac_cpp='$CPP $CPPFLAGS'
26345
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27507
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26346
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27508
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 26421... Line 27583...
26421
  echo $ECHO_N "(cached) $ECHO_C" >&6
27583
  echo $ECHO_N "(cached) $ECHO_C" >&6
26422
else
27584
else
26423
  ac_check_lib_save_LIBS=$LIBS
27585
  ac_check_lib_save_LIBS=$LIBS
26424
LIBS="-ldld  $LIBS"
27586
LIBS="-ldld  $LIBS"
26425
cat >conftest.$ac_ext <<_ACEOF
27587
cat >conftest.$ac_ext <<_ACEOF
26426
#line $LINENO "configure"
-
 
26427
/* confdefs.h.  */
27588
/* confdefs.h.  */
26428
_ACEOF
27589
_ACEOF
26429
cat confdefs.h >>conftest.$ac_ext
27590
cat confdefs.h >>conftest.$ac_ext
26430
cat >>conftest.$ac_ext <<_ACEOF
27591
cat >>conftest.$ac_ext <<_ACEOF
26431
/* end confdefs.h.  */
27592
/* end confdefs.h.  */
Line 26436... Line 27597...
26436
#endif
27597
#endif
26437
/* We use char because int might match the return type of a gcc2
27598
/* We use char because int might match the return type of a gcc2
26438
   builtin and then its argument prototype would still apply.  */
27599
   builtin and then its argument prototype would still apply.  */
26439
char shl_load ();
27600
char shl_load ();
26440
#ifdef F77_DUMMY_MAIN
27601
#ifdef F77_DUMMY_MAIN
-
 
27602
 
26441
#  ifdef __cplusplus
27603
#  ifdef __cplusplus
26442
     extern "C"
27604
     extern "C"
26443
#  endif
27605
#  endif
26444
   int F77_DUMMY_MAIN() { return 1; }
27606
   int F77_DUMMY_MAIN() { return 1; }
-
 
27607
 
26445
#endif
27608
#endif
26446
int
27609
int
26447
main ()
27610
main ()
26448
{
27611
{
26449
shl_load ();
27612
shl_load ();
Line 26451... Line 27614...
26451
  return 0;
27614
  return 0;
26452
}
27615
}
26453
_ACEOF
27616
_ACEOF
26454
rm -f conftest.$ac_objext conftest$ac_exeext
27617
rm -f conftest.$ac_objext conftest$ac_exeext
26455
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27618
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26456
  (eval $ac_link) 2>&5
27619
  (eval $ac_link) 2>conftest.er1
26457
  ac_status=$?
27620
  ac_status=$?
-
 
27621
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27622
  rm -f conftest.er1
-
 
27623
  cat conftest.err >&5
26458
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27624
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26459
  (exit $ac_status); } &&
27625
  (exit $ac_status); } &&
-
 
27626
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
27627
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27628
  (eval $ac_try) 2>&5
-
 
27629
  ac_status=$?
-
 
27630
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27631
  (exit $ac_status); }; } &&
26460
         { ac_try='test -s conftest$ac_exeext'
27632
	 { ac_try='test -s conftest$ac_exeext'
26461
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27633
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26462
  (eval $ac_try) 2>&5
27634
  (eval $ac_try) 2>&5
26463
  ac_status=$?
27635
  ac_status=$?
26464
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27636
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26465
  (exit $ac_status); }; }; then
27637
  (exit $ac_status); }; }; then
Line 26468... Line 27640...
26468
  echo "$as_me: failed program was:" >&5
27640
  echo "$as_me: failed program was:" >&5
26469
sed 's/^/| /' conftest.$ac_ext >&5
27641
sed 's/^/| /' conftest.$ac_ext >&5
26470
 
27642
 
26471
ac_cv_lib_dld_shl_load=no
27643
ac_cv_lib_dld_shl_load=no
26472
fi
27644
fi
-
 
27645
rm -f conftest.err conftest.$ac_objext \
26473
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27646
      conftest$ac_exeext conftest.$ac_ext
26474
LIBS=$ac_check_lib_save_LIBS
27647
LIBS=$ac_check_lib_save_LIBS
26475
fi
27648
fi
26476
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
27649
echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
26477
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
27650
echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
26478
if test $ac_cv_lib_dld_shl_load = yes; then
27651
if test $ac_cv_lib_dld_shl_load = yes; then
Line 26488... Line 27661...
26488
else
27661
else
26489
  if test "$cross_compiling" = yes; then
27662
  if test "$cross_compiling" = yes; then
26490
  r_cv_c_optieee=no
27663
  r_cv_c_optieee=no
26491
else
27664
else
26492
  cat >conftest.$ac_ext <<_ACEOF
27665
  cat >conftest.$ac_ext <<_ACEOF
26493
#line $LINENO "configure"
-
 
26494
/* confdefs.h.  */
27666
/* confdefs.h.  */
26495
_ACEOF
27667
_ACEOF
26496
cat confdefs.h >>conftest.$ac_ext
27668
cat confdefs.h >>conftest.$ac_ext
26497
cat >>conftest.$ac_ext <<_ACEOF
27669
cat >>conftest.$ac_ext <<_ACEOF
26498
/* end confdefs.h.  */
27670
/* end confdefs.h.  */
Line 26523... Line 27695...
26523
sed 's/^/| /' conftest.$ac_ext >&5
27695
sed 's/^/| /' conftest.$ac_ext >&5
26524
 
27696
 
26525
( exit $ac_status )
27697
( exit $ac_status )
26526
r_cv_c_optieee=no
27698
r_cv_c_optieee=no
26527
fi
27699
fi
26528
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27700
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
26529
fi
27701
fi
26530
fi
27702
fi
26531
echo "$as_me:$LINENO: result: $r_cv_c_optieee" >&5
27703
echo "$as_me:$LINENO: result: $r_cv_c_optieee" >&5
26532
echo "${ECHO_T}$r_cv_c_optieee" >&6
27704
echo "${ECHO_T}$r_cv_c_optieee" >&6
26533
if test "${r_cv_c_optieee}" = yes; then
27705
if test "${r_cv_c_optieee}" = yes; then
Line 26563... Line 27735...
26563
 
27735
 
26564
      end
27736
      end
26565
_ACEOF
27737
_ACEOF
26566
rm -f conftest.$ac_objext conftest$ac_exeext
27738
rm -f conftest.$ac_objext conftest$ac_exeext
26567
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27739
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26568
  (eval $ac_link) 2>&5
27740
  (eval $ac_link) 2>conftest.er1
26569
  ac_status=$?
27741
  ac_status=$?
-
 
27742
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27743
  rm -f conftest.er1
-
 
27744
  cat conftest.err >&5
26570
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27745
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26571
  (exit $ac_status); } &&
27746
  (exit $ac_status); } &&
-
 
27747
	 { ac_try='test -z "$ac_f77_werror_flag"			 || test ! -s conftest.err'
-
 
27748
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27749
  (eval $ac_try) 2>&5
-
 
27750
  ac_status=$?
-
 
27751
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27752
  (exit $ac_status); }; } &&
26572
         { ac_try='test -s conftest$ac_exeext'
27753
	 { ac_try='test -s conftest$ac_exeext'
26573
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27754
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26574
  (eval $ac_try) 2>&5
27755
  (eval $ac_try) 2>&5
26575
  ac_status=$?
27756
  ac_status=$?
26576
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27757
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26577
  (exit $ac_status); }; }; then
27758
  (exit $ac_status); }; }; then
Line 26580... Line 27761...
26580
  echo "$as_me: failed program was:" >&5
27761
  echo "$as_me: failed program was:" >&5
26581
sed 's/^/| /' conftest.$ac_ext >&5
27762
sed 's/^/| /' conftest.$ac_ext >&5
26582
 
27763
 
26583
eval "r_cv_prog_f77_flag_${ac_safe}=no"
27764
eval "r_cv_prog_f77_flag_${ac_safe}=no"
26584
fi
27765
fi
-
 
27766
rm -f conftest.err conftest.$ac_objext \
26585
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27767
      conftest$ac_exeext conftest.$ac_ext
26586
FFLAGS="${r_save_FFLAGS}"
27768
FFLAGS="${r_save_FFLAGS}"
26587
ac_ext=c
27769
ac_ext=c
26588
ac_cpp='$CPP $CPPFLAGS'
27770
ac_cpp='$CPP $CPPFLAGS'
26589
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27771
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26590
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27772
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 26623... Line 27805...
26623
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27805
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26624
 
27806
 
26625
r_save_CXXFLAGS="${CXXFLAGS}"
27807
r_save_CXXFLAGS="${CXXFLAGS}"
26626
CXXFLAGS="${CXXFLAGS} -OPT:IEEE_NaN_inf=ON"
27808
CXXFLAGS="${CXXFLAGS} -OPT:IEEE_NaN_inf=ON"
26627
cat >conftest.$ac_ext <<_ACEOF
27809
cat >conftest.$ac_ext <<_ACEOF
26628
#line $LINENO "configure"
-
 
26629
/* confdefs.h.  */
27810
/* confdefs.h.  */
26630
_ACEOF
27811
_ACEOF
26631
cat confdefs.h >>conftest.$ac_ext
27812
cat confdefs.h >>conftest.$ac_ext
26632
cat >>conftest.$ac_ext <<_ACEOF
27813
cat >>conftest.$ac_ext <<_ACEOF
26633
/* end confdefs.h.  */
27814
/* end confdefs.h.  */
26634
 
27815
 
26635
#ifdef F77_DUMMY_MAIN
27816
#ifdef F77_DUMMY_MAIN
-
 
27817
 
26636
#  ifdef __cplusplus
27818
#  ifdef __cplusplus
26637
     extern "C"
27819
     extern "C"
26638
#  endif
27820
#  endif
26639
   int F77_DUMMY_MAIN() { return 1; }
27821
   int F77_DUMMY_MAIN() { return 1; }
-
 
27822
 
26640
#endif
27823
#endif
26641
int
27824
int
26642
main ()
27825
main ()
26643
{
27826
{
26644
 
27827
 
Line 26646... Line 27829...
26646
  return 0;
27829
  return 0;
26647
}
27830
}
26648
_ACEOF
27831
_ACEOF
26649
rm -f conftest.$ac_objext conftest$ac_exeext
27832
rm -f conftest.$ac_objext conftest$ac_exeext
26650
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27833
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26651
  (eval $ac_link) 2>&5
27834
  (eval $ac_link) 2>conftest.er1
26652
  ac_status=$?
27835
  ac_status=$?
-
 
27836
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
27837
  rm -f conftest.er1
-
 
27838
  cat conftest.err >&5
26653
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27839
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26654
  (exit $ac_status); } &&
27840
  (exit $ac_status); } &&
-
 
27841
	 { ac_try='test -z "$ac_cxx_werror_flag"			 || test ! -s conftest.err'
-
 
27842
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
27843
  (eval $ac_try) 2>&5
-
 
27844
  ac_status=$?
-
 
27845
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
27846
  (exit $ac_status); }; } &&
26655
         { ac_try='test -s conftest$ac_exeext'
27847
	 { ac_try='test -s conftest$ac_exeext'
26656
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27848
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26657
  (eval $ac_try) 2>&5
27849
  (eval $ac_try) 2>&5
26658
  ac_status=$?
27850
  ac_status=$?
26659
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27851
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
26660
  (exit $ac_status); }; }; then
27852
  (exit $ac_status); }; }; then
Line 26663... Line 27855...
26663
  echo "$as_me: failed program was:" >&5
27855
  echo "$as_me: failed program was:" >&5
26664
sed 's/^/| /' conftest.$ac_ext >&5
27856
sed 's/^/| /' conftest.$ac_ext >&5
26665
 
27857
 
26666
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
27858
eval "r_cv_prog_cxx_flag_${ac_safe}=no"
26667
fi
27859
fi
-
 
27860
rm -f conftest.err conftest.$ac_objext \
26668
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27861
      conftest$ac_exeext conftest.$ac_ext
26669
CXXFLAGS="${r_save_CXXFLAGS}"
27862
CXXFLAGS="${r_save_CXXFLAGS}"
26670
ac_ext=c
27863
ac_ext=c
26671
ac_cpp='$CPP $CPPFLAGS'
27864
ac_cpp='$CPP $CPPFLAGS'
26672
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27865
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26673
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27866
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Line 27254... Line 28447...
27254
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
28447
echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
27255
if test "${ac_cv_working_alloca_h+set}" = set; then
28448
if test "${ac_cv_working_alloca_h+set}" = set; then
27256
  echo $ECHO_N "(cached) $ECHO_C" >&6
28449
  echo $ECHO_N "(cached) $ECHO_C" >&6
27257
else
28450
else
27258
  cat >conftest.$ac_ext <<_ACEOF
28451
  cat >conftest.$ac_ext <<_ACEOF
27259
#line $LINENO "configure"
-
 
27260
/* confdefs.h.  */
28452
/* confdefs.h.  */
27261
_ACEOF
28453
_ACEOF
27262
cat confdefs.h >>conftest.$ac_ext
28454
cat confdefs.h >>conftest.$ac_ext
27263
cat >>conftest.$ac_ext <<_ACEOF
28455
cat >>conftest.$ac_ext <<_ACEOF
27264
/* end confdefs.h.  */
28456
/* end confdefs.h.  */
27265
#include <alloca.h>
28457
#include <alloca.h>
27266
#ifdef F77_DUMMY_MAIN
28458
#ifdef F77_DUMMY_MAIN
-
 
28459
 
27267
#  ifdef __cplusplus
28460
#  ifdef __cplusplus
27268
     extern "C"
28461
     extern "C"
27269
#  endif
28462
#  endif
27270
   int F77_DUMMY_MAIN() { return 1; }
28463
   int F77_DUMMY_MAIN() { return 1; }
-
 
28464
 
27271
#endif
28465
#endif
27272
int
28466
int
27273
main ()
28467
main ()
27274
{
28468
{
27275
char *p = (char *) alloca (2 * sizeof (int));
28469
char *p = (char *) alloca (2 * sizeof (int));
Line 27277... Line 28471...
27277
  return 0;
28471
  return 0;
27278
}
28472
}
27279
_ACEOF
28473
_ACEOF
27280
rm -f conftest.$ac_objext conftest$ac_exeext
28474
rm -f conftest.$ac_objext conftest$ac_exeext
27281
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28475
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27282
  (eval $ac_link) 2>&5
28476
  (eval $ac_link) 2>conftest.er1
27283
  ac_status=$?
28477
  ac_status=$?
-
 
28478
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
28479
  rm -f conftest.er1
-
 
28480
  cat conftest.err >&5
27284
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28481
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27285
  (exit $ac_status); } &&
28482
  (exit $ac_status); } &&
-
 
28483
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
28484
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
28485
  (eval $ac_try) 2>&5
-
 
28486
  ac_status=$?
-
 
28487
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
28488
  (exit $ac_status); }; } &&
27286
         { ac_try='test -s conftest$ac_exeext'
28489
	 { ac_try='test -s conftest$ac_exeext'
27287
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28490
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27288
  (eval $ac_try) 2>&5
28491
  (eval $ac_try) 2>&5
27289
  ac_status=$?
28492
  ac_status=$?
27290
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28493
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27291
  (exit $ac_status); }; }; then
28494
  (exit $ac_status); }; }; then
Line 27294... Line 28497...
27294
  echo "$as_me: failed program was:" >&5
28497
  echo "$as_me: failed program was:" >&5
27295
sed 's/^/| /' conftest.$ac_ext >&5
28498
sed 's/^/| /' conftest.$ac_ext >&5
27296
 
28499
 
27297
ac_cv_working_alloca_h=no
28500
ac_cv_working_alloca_h=no
27298
fi
28501
fi
-
 
28502
rm -f conftest.err conftest.$ac_objext \
27299
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28503
      conftest$ac_exeext conftest.$ac_ext
27300
fi
28504
fi
27301
echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
28505
echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
27302
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
28506
echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
27303
if test $ac_cv_working_alloca_h = yes; then
28507
if test $ac_cv_working_alloca_h = yes; then
27304
 
28508
 
Line 27312... Line 28516...
27312
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
28516
echo $ECHO_N "checking for alloca... $ECHO_C" >&6
27313
if test "${ac_cv_func_alloca_works+set}" = set; then
28517
if test "${ac_cv_func_alloca_works+set}" = set; then
27314
  echo $ECHO_N "(cached) $ECHO_C" >&6
28518
  echo $ECHO_N "(cached) $ECHO_C" >&6
27315
else
28519
else
27316
  cat >conftest.$ac_ext <<_ACEOF
28520
  cat >conftest.$ac_ext <<_ACEOF
27317
#line $LINENO "configure"
-
 
27318
/* confdefs.h.  */
28521
/* confdefs.h.  */
27319
_ACEOF
28522
_ACEOF
27320
cat confdefs.h >>conftest.$ac_ext
28523
cat confdefs.h >>conftest.$ac_ext
27321
cat >>conftest.$ac_ext <<_ACEOF
28524
cat >>conftest.$ac_ext <<_ACEOF
27322
/* end confdefs.h.  */
28525
/* end confdefs.h.  */
Line 27340... Line 28543...
27340
#  endif
28543
#  endif
27341
# endif
28544
# endif
27342
#endif
28545
#endif
27343
 
28546
 
27344
#ifdef F77_DUMMY_MAIN
28547
#ifdef F77_DUMMY_MAIN
-
 
28548
 
27345
#  ifdef __cplusplus
28549
#  ifdef __cplusplus
27346
     extern "C"
28550
     extern "C"
27347
#  endif
28551
#  endif
27348
   int F77_DUMMY_MAIN() { return 1; }
28552
   int F77_DUMMY_MAIN() { return 1; }
-
 
28553
 
27349
#endif
28554
#endif
27350
int
28555
int
27351
main ()
28556
main ()
27352
{
28557
{
27353
char *p = (char *) alloca (1);
28558
char *p = (char *) alloca (1);
Line 27355... Line 28560...
27355
  return 0;
28560
  return 0;
27356
}
28561
}
27357
_ACEOF
28562
_ACEOF
27358
rm -f conftest.$ac_objext conftest$ac_exeext
28563
rm -f conftest.$ac_objext conftest$ac_exeext
27359
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28564
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27360
  (eval $ac_link) 2>&5
28565
  (eval $ac_link) 2>conftest.er1
27361
  ac_status=$?
28566
  ac_status=$?
-
 
28567
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
28568
  rm -f conftest.er1
-
 
28569
  cat conftest.err >&5
27362
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28570
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27363
  (exit $ac_status); } &&
28571
  (exit $ac_status); } &&
-
 
28572
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
28573
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
28574
  (eval $ac_try) 2>&5
-
 
28575
  ac_status=$?
-
 
28576
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
28577
  (exit $ac_status); }; } &&
27364
         { ac_try='test -s conftest$ac_exeext'
28578
	 { ac_try='test -s conftest$ac_exeext'
27365
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28579
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27366
  (eval $ac_try) 2>&5
28580
  (eval $ac_try) 2>&5
27367
  ac_status=$?
28581
  ac_status=$?
27368
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28582
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27369
  (exit $ac_status); }; }; then
28583
  (exit $ac_status); }; }; then
Line 27372... Line 28586...
27372
  echo "$as_me: failed program was:" >&5
28586
  echo "$as_me: failed program was:" >&5
27373
sed 's/^/| /' conftest.$ac_ext >&5
28587
sed 's/^/| /' conftest.$ac_ext >&5
27374
 
28588
 
27375
ac_cv_func_alloca_works=no
28589
ac_cv_func_alloca_works=no
27376
fi
28590
fi
-
 
28591
rm -f conftest.err conftest.$ac_objext \
27377
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28592
      conftest$ac_exeext conftest.$ac_ext
27378
fi
28593
fi
27379
echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
28594
echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
27380
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
28595
echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
27381
 
28596
 
27382
if test $ac_cv_func_alloca_works = yes; then
28597
if test $ac_cv_func_alloca_works = yes; then
Line 27402... Line 28617...
27402
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
28617
echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
27403
if test "${ac_cv_os_cray+set}" = set; then
28618
if test "${ac_cv_os_cray+set}" = set; then
27404
  echo $ECHO_N "(cached) $ECHO_C" >&6
28619
  echo $ECHO_N "(cached) $ECHO_C" >&6
27405
else
28620
else
27406
  cat >conftest.$ac_ext <<_ACEOF
28621
  cat >conftest.$ac_ext <<_ACEOF
27407
#line $LINENO "configure"
-
 
27408
/* confdefs.h.  */
28622
/* confdefs.h.  */
27409
_ACEOF
28623
_ACEOF
27410
cat confdefs.h >>conftest.$ac_ext
28624
cat confdefs.h >>conftest.$ac_ext
27411
cat >>conftest.$ac_ext <<_ACEOF
28625
cat >>conftest.$ac_ext <<_ACEOF
27412
/* end confdefs.h.  */
28626
/* end confdefs.h.  */
Line 27435... Line 28649...
27435
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28649
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27436
if eval "test \"\${$as_ac_var+set}\" = set"; then
28650
if eval "test \"\${$as_ac_var+set}\" = set"; then
27437
  echo $ECHO_N "(cached) $ECHO_C" >&6
28651
  echo $ECHO_N "(cached) $ECHO_C" >&6
27438
else
28652
else
27439
  cat >conftest.$ac_ext <<_ACEOF
28653
  cat >conftest.$ac_ext <<_ACEOF
27440
#line $LINENO "configure"
-
 
27441
/* confdefs.h.  */
28654
/* confdefs.h.  */
27442
_ACEOF
28655
_ACEOF
27443
cat confdefs.h >>conftest.$ac_ext
28656
cat confdefs.h >>conftest.$ac_ext
27444
cat >>conftest.$ac_ext <<_ACEOF
28657
cat >>conftest.$ac_ext <<_ACEOF
27445
/* end confdefs.h.  */
28658
/* end confdefs.h.  */
-
 
28659
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
28660
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
28661
#define $ac_func innocuous_$ac_func
-
 
28662
 
27446
/* System header to define __stub macros and hopefully few prototypes,
28663
/* System header to define __stub macros and hopefully few prototypes,
27447
    which can conflict with char $ac_func (); below.
28664
    which can conflict with char $ac_func (); below.
27448
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28665
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27449
    <limits.h> exists even on freestanding compilers.  */
28666
    <limits.h> exists even on freestanding compilers.  */
-
 
28667
 
27450
#ifdef __STDC__
28668
#ifdef __STDC__
27451
# include <limits.h>
28669
# include <limits.h>
27452
#else
28670
#else
27453
# include <assert.h>
28671
# include <assert.h>
27454
#endif
28672
#endif
-
 
28673
 
-
 
28674
#undef $ac_func
-
 
28675
 
27455
/* Override any gcc2 internal prototype to avoid an error.  */
28676
/* Override any gcc2 internal prototype to avoid an error.  */
27456
#ifdef __cplusplus
28677
#ifdef __cplusplus
27457
extern "C"
28678
extern "C"
27458
{
28679
{
27459
#endif
28680
#endif
Line 27471... Line 28692...
27471
#ifdef __cplusplus
28692
#ifdef __cplusplus
27472
}
28693
}
27473
#endif
28694
#endif
27474
 
28695
 
27475
#ifdef F77_DUMMY_MAIN
28696
#ifdef F77_DUMMY_MAIN
-
 
28697
 
27476
#  ifdef __cplusplus
28698
#  ifdef __cplusplus
27477
     extern "C"
28699
     extern "C"
27478
#  endif
28700
#  endif
27479
   int F77_DUMMY_MAIN() { return 1; }
28701
   int F77_DUMMY_MAIN() { return 1; }
-
 
28702
 
27480
#endif
28703
#endif
27481
int
28704
int
27482
main ()
28705
main ()
27483
{
28706
{
27484
return f != $ac_func;
28707
return f != $ac_func;
Line 27486... Line 28709...
27486
  return 0;
28709
  return 0;
27487
}
28710
}
27488
_ACEOF
28711
_ACEOF
27489
rm -f conftest.$ac_objext conftest$ac_exeext
28712
rm -f conftest.$ac_objext conftest$ac_exeext
27490
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28713
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27491
  (eval $ac_link) 2>&5
28714
  (eval $ac_link) 2>conftest.er1
27492
  ac_status=$?
28715
  ac_status=$?
-
 
28716
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
28717
  rm -f conftest.er1
-
 
28718
  cat conftest.err >&5
27493
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28719
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27494
  (exit $ac_status); } &&
28720
  (exit $ac_status); } &&
-
 
28721
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
28722
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
28723
  (eval $ac_try) 2>&5
-
 
28724
  ac_status=$?
-
 
28725
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
28726
  (exit $ac_status); }; } &&
27495
         { ac_try='test -s conftest$ac_exeext'
28727
	 { ac_try='test -s conftest$ac_exeext'
27496
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28728
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27497
  (eval $ac_try) 2>&5
28729
  (eval $ac_try) 2>&5
27498
  ac_status=$?
28730
  ac_status=$?
27499
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28731
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27500
  (exit $ac_status); }; }; then
28732
  (exit $ac_status); }; }; then
Line 27503... Line 28735...
27503
  echo "$as_me: failed program was:" >&5
28735
  echo "$as_me: failed program was:" >&5
27504
sed 's/^/| /' conftest.$ac_ext >&5
28736
sed 's/^/| /' conftest.$ac_ext >&5
27505
 
28737
 
27506
eval "$as_ac_var=no"
28738
eval "$as_ac_var=no"
27507
fi
28739
fi
-
 
28740
rm -f conftest.err conftest.$ac_objext \
27508
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28741
      conftest$ac_exeext conftest.$ac_ext
27509
fi
28742
fi
27510
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28743
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27511
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28744
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27512
if test `eval echo '${'$as_ac_var'}'` = yes; then
28745
if test `eval echo '${'$as_ac_var'}'` = yes; then
27513
 
28746
 
Line 27528... Line 28761...
27528
else
28761
else
27529
  if test "$cross_compiling" = yes; then
28762
  if test "$cross_compiling" = yes; then
27530
  ac_cv_c_stack_direction=0
28763
  ac_cv_c_stack_direction=0
27531
else
28764
else
27532
  cat >conftest.$ac_ext <<_ACEOF
28765
  cat >conftest.$ac_ext <<_ACEOF
27533
#line $LINENO "configure"
-
 
27534
/* confdefs.h.  */
28766
/* confdefs.h.  */
27535
_ACEOF
28767
_ACEOF
27536
cat confdefs.h >>conftest.$ac_ext
28768
cat confdefs.h >>conftest.$ac_ext
27537
cat >>conftest.$ac_ext <<_ACEOF
28769
cat >>conftest.$ac_ext <<_ACEOF
27538
/* end confdefs.h.  */
28770
/* end confdefs.h.  */
Line 27574... Line 28806...
27574
sed 's/^/| /' conftest.$ac_ext >&5
28806
sed 's/^/| /' conftest.$ac_ext >&5
27575
 
28807
 
27576
( exit $ac_status )
28808
( exit $ac_status )
27577
ac_cv_c_stack_direction=-1
28809
ac_cv_c_stack_direction=-1
27578
fi
28810
fi
27579
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28811
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
27580
fi
28812
fi
27581
fi
28813
fi
27582
echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
28814
echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
27583
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
28815
echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
27584
 
28816
 
Line 27627... Line 28859...
27627
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28859
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27628
if eval "test \"\${$as_ac_var+set}\" = set"; then
28860
if eval "test \"\${$as_ac_var+set}\" = set"; then
27629
  echo $ECHO_N "(cached) $ECHO_C" >&6
28861
  echo $ECHO_N "(cached) $ECHO_C" >&6
27630
else
28862
else
27631
  cat >conftest.$ac_ext <<_ACEOF
28863
  cat >conftest.$ac_ext <<_ACEOF
27632
#line $LINENO "configure"
-
 
27633
/* confdefs.h.  */
28864
/* confdefs.h.  */
27634
_ACEOF
28865
_ACEOF
27635
cat confdefs.h >>conftest.$ac_ext
28866
cat confdefs.h >>conftest.$ac_ext
27636
cat >>conftest.$ac_ext <<_ACEOF
28867
cat >>conftest.$ac_ext <<_ACEOF
27637
/* end confdefs.h.  */
28868
/* end confdefs.h.  */
-
 
28869
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
28870
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
28871
#define $ac_func innocuous_$ac_func
-
 
28872
 
27638
/* System header to define __stub macros and hopefully few prototypes,
28873
/* System header to define __stub macros and hopefully few prototypes,
27639
    which can conflict with char $ac_func (); below.
28874
    which can conflict with char $ac_func (); below.
27640
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28875
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27641
    <limits.h> exists even on freestanding compilers.  */
28876
    <limits.h> exists even on freestanding compilers.  */
-
 
28877
 
27642
#ifdef __STDC__
28878
#ifdef __STDC__
27643
# include <limits.h>
28879
# include <limits.h>
27644
#else
28880
#else
27645
# include <assert.h>
28881
# include <assert.h>
27646
#endif
28882
#endif
-
 
28883
 
-
 
28884
#undef $ac_func
-
 
28885
 
27647
/* Override any gcc2 internal prototype to avoid an error.  */
28886
/* Override any gcc2 internal prototype to avoid an error.  */
27648
#ifdef __cplusplus
28887
#ifdef __cplusplus
27649
extern "C"
28888
extern "C"
27650
{
28889
{
27651
#endif
28890
#endif
Line 27663... Line 28902...
27663
#ifdef __cplusplus
28902
#ifdef __cplusplus
27664
}
28903
}
27665
#endif
28904
#endif
27666
 
28905
 
27667
#ifdef F77_DUMMY_MAIN
28906
#ifdef F77_DUMMY_MAIN
-
 
28907
 
27668
#  ifdef __cplusplus
28908
#  ifdef __cplusplus
27669
     extern "C"
28909
     extern "C"
27670
#  endif
28910
#  endif
27671
   int F77_DUMMY_MAIN() { return 1; }
28911
   int F77_DUMMY_MAIN() { return 1; }
-
 
28912
 
27672
#endif
28913
#endif
27673
int
28914
int
27674
main ()
28915
main ()
27675
{
28916
{
27676
return f != $ac_func;
28917
return f != $ac_func;
Line 27678... Line 28919...
27678
  return 0;
28919
  return 0;
27679
}
28920
}
27680
_ACEOF
28921
_ACEOF
27681
rm -f conftest.$ac_objext conftest$ac_exeext
28922
rm -f conftest.$ac_objext conftest$ac_exeext
27682
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28923
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27683
  (eval $ac_link) 2>&5
28924
  (eval $ac_link) 2>conftest.er1
27684
  ac_status=$?
28925
  ac_status=$?
-
 
28926
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
28927
  rm -f conftest.er1
-
 
28928
  cat conftest.err >&5
27685
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28929
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27686
  (exit $ac_status); } &&
28930
  (exit $ac_status); } &&
-
 
28931
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
28932
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
28933
  (eval $ac_try) 2>&5
-
 
28934
  ac_status=$?
-
 
28935
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
28936
  (exit $ac_status); }; } &&
27687
         { ac_try='test -s conftest$ac_exeext'
28937
	 { ac_try='test -s conftest$ac_exeext'
27688
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28938
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27689
  (eval $ac_try) 2>&5
28939
  (eval $ac_try) 2>&5
27690
  ac_status=$?
28940
  ac_status=$?
27691
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28941
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27692
  (exit $ac_status); }; }; then
28942
  (exit $ac_status); }; }; then
Line 27695... Line 28945...
27695
  echo "$as_me: failed program was:" >&5
28945
  echo "$as_me: failed program was:" >&5
27696
sed 's/^/| /' conftest.$ac_ext >&5
28946
sed 's/^/| /' conftest.$ac_ext >&5
27697
 
28947
 
27698
eval "$as_ac_var=no"
28948
eval "$as_ac_var=no"
27699
fi
28949
fi
-
 
28950
rm -f conftest.err conftest.$ac_objext \
27700
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28951
      conftest$ac_exeext conftest.$ac_ext
27701
fi
28952
fi
27702
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28953
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27703
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28954
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27704
if test `eval echo '${'$as_ac_var'}'` = yes; then
28955
if test `eval echo '${'$as_ac_var'}'` = yes; then
27705
  cat >>confdefs.h <<_ACEOF
28956
  cat >>confdefs.h <<_ACEOF
Line 27748... Line 28999...
27748
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28999
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27749
if eval "test \"\${$as_ac_var+set}\" = set"; then
29000
if eval "test \"\${$as_ac_var+set}\" = set"; then
27750
  echo $ECHO_N "(cached) $ECHO_C" >&6
29001
  echo $ECHO_N "(cached) $ECHO_C" >&6
27751
else
29002
else
27752
  cat >conftest.$ac_ext <<_ACEOF
29003
  cat >conftest.$ac_ext <<_ACEOF
27753
#line $LINENO "configure"
-
 
27754
/* confdefs.h.  */
29004
/* confdefs.h.  */
27755
_ACEOF
29005
_ACEOF
27756
cat confdefs.h >>conftest.$ac_ext
29006
cat confdefs.h >>conftest.$ac_ext
27757
cat >>conftest.$ac_ext <<_ACEOF
29007
cat >>conftest.$ac_ext <<_ACEOF
27758
/* end confdefs.h.  */
29008
/* end confdefs.h.  */
-
 
29009
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
29010
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
29011
#define $ac_func innocuous_$ac_func
-
 
29012
 
27759
/* System header to define __stub macros and hopefully few prototypes,
29013
/* System header to define __stub macros and hopefully few prototypes,
27760
    which can conflict with char $ac_func (); below.
29014
    which can conflict with char $ac_func (); below.
27761
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29015
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27762
    <limits.h> exists even on freestanding compilers.  */
29016
    <limits.h> exists even on freestanding compilers.  */
-
 
29017
 
27763
#ifdef __STDC__
29018
#ifdef __STDC__
27764
# include <limits.h>
29019
# include <limits.h>
27765
#else
29020
#else
27766
# include <assert.h>
29021
# include <assert.h>
27767
#endif
29022
#endif
-
 
29023
 
-
 
29024
#undef $ac_func
-
 
29025
 
27768
/* Override any gcc2 internal prototype to avoid an error.  */
29026
/* Override any gcc2 internal prototype to avoid an error.  */
27769
#ifdef __cplusplus
29027
#ifdef __cplusplus
27770
extern "C"
29028
extern "C"
27771
{
29029
{
27772
#endif
29030
#endif
Line 27784... Line 29042...
27784
#ifdef __cplusplus
29042
#ifdef __cplusplus
27785
}
29043
}
27786
#endif
29044
#endif
27787
 
29045
 
27788
#ifdef F77_DUMMY_MAIN
29046
#ifdef F77_DUMMY_MAIN
-
 
29047
 
27789
#  ifdef __cplusplus
29048
#  ifdef __cplusplus
27790
     extern "C"
29049
     extern "C"
27791
#  endif
29050
#  endif
27792
   int F77_DUMMY_MAIN() { return 1; }
29051
   int F77_DUMMY_MAIN() { return 1; }
-
 
29052
 
27793
#endif
29053
#endif
27794
int
29054
int
27795
main ()
29055
main ()
27796
{
29056
{
27797
return f != $ac_func;
29057
return f != $ac_func;
Line 27799... Line 29059...
27799
  return 0;
29059
  return 0;
27800
}
29060
}
27801
_ACEOF
29061
_ACEOF
27802
rm -f conftest.$ac_objext conftest$ac_exeext
29062
rm -f conftest.$ac_objext conftest$ac_exeext
27803
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29063
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27804
  (eval $ac_link) 2>&5
29064
  (eval $ac_link) 2>conftest.er1
27805
  ac_status=$?
29065
  ac_status=$?
-
 
29066
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29067
  rm -f conftest.er1
-
 
29068
  cat conftest.err >&5
27806
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29069
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27807
  (exit $ac_status); } &&
29070
  (exit $ac_status); } &&
-
 
29071
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29072
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29073
  (eval $ac_try) 2>&5
-
 
29074
  ac_status=$?
-
 
29075
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29076
  (exit $ac_status); }; } &&
27808
         { ac_try='test -s conftest$ac_exeext'
29077
	 { ac_try='test -s conftest$ac_exeext'
27809
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29078
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27810
  (eval $ac_try) 2>&5
29079
  (eval $ac_try) 2>&5
27811
  ac_status=$?
29080
  ac_status=$?
27812
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29081
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27813
  (exit $ac_status); }; }; then
29082
  (exit $ac_status); }; }; then
Line 27816... Line 29085...
27816
  echo "$as_me: failed program was:" >&5
29085
  echo "$as_me: failed program was:" >&5
27817
sed 's/^/| /' conftest.$ac_ext >&5
29086
sed 's/^/| /' conftest.$ac_ext >&5
27818
 
29087
 
27819
eval "$as_ac_var=no"
29088
eval "$as_ac_var=no"
27820
fi
29089
fi
-
 
29090
rm -f conftest.err conftest.$ac_objext \
27821
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29091
      conftest$ac_exeext conftest.$ac_ext
27822
fi
29092
fi
27823
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29093
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27824
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29094
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27825
if test `eval echo '${'$as_ac_var'}'` = yes; then
29095
if test `eval echo '${'$as_ac_var'}'` = yes; then
27826
  cat >>confdefs.h <<_ACEOF
29096
  cat >>confdefs.h <<_ACEOF
27827
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29097
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27828
_ACEOF
29098
_ACEOF
27829
 
29099
 
27830
else
29100
else
-
 
29101
  case $LIBOBJS in
-
 
29102
    "$ac_func.$ac_objext"   | \
-
 
29103
  *" $ac_func.$ac_objext"   | \
-
 
29104
    "$ac_func.$ac_objext "* | \
-
 
29105
  *" $ac_func.$ac_objext "* ) ;;
27831
  LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
29106
  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;;
-
 
29107
esac
-
 
29108
 
27832
fi
29109
fi
27833
done
29110
done
27834
 
29111
 
27835
 
29112
 
27836
## Enable declarations in Defn.h?
29113
## Enable declarations in Defn.h?
Line 27838... Line 29115...
27838
echo $ECHO_N "checking whether acosh is declared... $ECHO_C" >&6
29115
echo $ECHO_N "checking whether acosh is declared... $ECHO_C" >&6
27839
if test "${ac_cv_have_decl_acosh+set}" = set; then
29116
if test "${ac_cv_have_decl_acosh+set}" = set; then
27840
  echo $ECHO_N "(cached) $ECHO_C" >&6
29117
  echo $ECHO_N "(cached) $ECHO_C" >&6
27841
else
29118
else
27842
  cat >conftest.$ac_ext <<_ACEOF
29119
  cat >conftest.$ac_ext <<_ACEOF
27843
#line $LINENO "configure"
-
 
27844
/* confdefs.h.  */
29120
/* confdefs.h.  */
27845
_ACEOF
29121
_ACEOF
27846
cat confdefs.h >>conftest.$ac_ext
29122
cat confdefs.h >>conftest.$ac_ext
27847
cat >>conftest.$ac_ext <<_ACEOF
29123
cat >>conftest.$ac_ext <<_ACEOF
27848
/* end confdefs.h.  */
29124
/* end confdefs.h.  */
27849
#include <math.h>
29125
#include <math.h>
27850
 
29126
 
27851
#ifdef F77_DUMMY_MAIN
29127
#ifdef F77_DUMMY_MAIN
-
 
29128
 
27852
#  ifdef __cplusplus
29129
#  ifdef __cplusplus
27853
     extern "C"
29130
     extern "C"
27854
#  endif
29131
#  endif
27855
   int F77_DUMMY_MAIN() { return 1; }
29132
   int F77_DUMMY_MAIN() { return 1; }
-
 
29133
 
27856
#endif
29134
#endif
27857
int
29135
int
27858
main ()
29136
main ()
27859
{
29137
{
27860
#ifndef acosh
29138
#ifndef acosh
Line 27865... Line 29143...
27865
  return 0;
29143
  return 0;
27866
}
29144
}
27867
_ACEOF
29145
_ACEOF
27868
rm -f conftest.$ac_objext
29146
rm -f conftest.$ac_objext
27869
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29147
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27870
  (eval $ac_compile) 2>&5
29148
  (eval $ac_compile) 2>conftest.er1
27871
  ac_status=$?
29149
  ac_status=$?
-
 
29150
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29151
  rm -f conftest.er1
-
 
29152
  cat conftest.err >&5
27872
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29153
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27873
  (exit $ac_status); } &&
29154
  (exit $ac_status); } &&
-
 
29155
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29156
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29157
  (eval $ac_try) 2>&5
-
 
29158
  ac_status=$?
-
 
29159
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29160
  (exit $ac_status); }; } &&
27874
         { ac_try='test -s conftest.$ac_objext'
29161
	 { ac_try='test -s conftest.$ac_objext'
27875
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29162
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27876
  (eval $ac_try) 2>&5
29163
  (eval $ac_try) 2>&5
27877
  ac_status=$?
29164
  ac_status=$?
27878
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29165
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27879
  (exit $ac_status); }; }; then
29166
  (exit $ac_status); }; }; then
Line 27882... Line 29169...
27882
  echo "$as_me: failed program was:" >&5
29169
  echo "$as_me: failed program was:" >&5
27883
sed 's/^/| /' conftest.$ac_ext >&5
29170
sed 's/^/| /' conftest.$ac_ext >&5
27884
 
29171
 
27885
ac_cv_have_decl_acosh=no
29172
ac_cv_have_decl_acosh=no
27886
fi
29173
fi
27887
rm -f conftest.$ac_objext conftest.$ac_ext
29174
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27888
fi
29175
fi
27889
echo "$as_me:$LINENO: result: $ac_cv_have_decl_acosh" >&5
29176
echo "$as_me:$LINENO: result: $ac_cv_have_decl_acosh" >&5
27890
echo "${ECHO_T}$ac_cv_have_decl_acosh" >&6
29177
echo "${ECHO_T}$ac_cv_have_decl_acosh" >&6
27891
if test $ac_cv_have_decl_acosh = yes; then
29178
if test $ac_cv_have_decl_acosh = yes; then
27892
 
29179
 
Line 27906... Line 29193...
27906
echo $ECHO_N "checking whether asinh is declared... $ECHO_C" >&6
29193
echo $ECHO_N "checking whether asinh is declared... $ECHO_C" >&6
27907
if test "${ac_cv_have_decl_asinh+set}" = set; then
29194
if test "${ac_cv_have_decl_asinh+set}" = set; then
27908
  echo $ECHO_N "(cached) $ECHO_C" >&6
29195
  echo $ECHO_N "(cached) $ECHO_C" >&6
27909
else
29196
else
27910
  cat >conftest.$ac_ext <<_ACEOF
29197
  cat >conftest.$ac_ext <<_ACEOF
27911
#line $LINENO "configure"
-
 
27912
/* confdefs.h.  */
29198
/* confdefs.h.  */
27913
_ACEOF
29199
_ACEOF
27914
cat confdefs.h >>conftest.$ac_ext
29200
cat confdefs.h >>conftest.$ac_ext
27915
cat >>conftest.$ac_ext <<_ACEOF
29201
cat >>conftest.$ac_ext <<_ACEOF
27916
/* end confdefs.h.  */
29202
/* end confdefs.h.  */
27917
#include <math.h>
29203
#include <math.h>
27918
 
29204
 
27919
#ifdef F77_DUMMY_MAIN
29205
#ifdef F77_DUMMY_MAIN
-
 
29206
 
27920
#  ifdef __cplusplus
29207
#  ifdef __cplusplus
27921
     extern "C"
29208
     extern "C"
27922
#  endif
29209
#  endif
27923
   int F77_DUMMY_MAIN() { return 1; }
29210
   int F77_DUMMY_MAIN() { return 1; }
-
 
29211
 
27924
#endif
29212
#endif
27925
int
29213
int
27926
main ()
29214
main ()
27927
{
29215
{
27928
#ifndef asinh
29216
#ifndef asinh
Line 27933... Line 29221...
27933
  return 0;
29221
  return 0;
27934
}
29222
}
27935
_ACEOF
29223
_ACEOF
27936
rm -f conftest.$ac_objext
29224
rm -f conftest.$ac_objext
27937
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29225
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27938
  (eval $ac_compile) 2>&5
29226
  (eval $ac_compile) 2>conftest.er1
27939
  ac_status=$?
29227
  ac_status=$?
-
 
29228
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29229
  rm -f conftest.er1
-
 
29230
  cat conftest.err >&5
27940
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29231
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27941
  (exit $ac_status); } &&
29232
  (exit $ac_status); } &&
-
 
29233
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29234
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29235
  (eval $ac_try) 2>&5
-
 
29236
  ac_status=$?
-
 
29237
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29238
  (exit $ac_status); }; } &&
27942
         { ac_try='test -s conftest.$ac_objext'
29239
	 { ac_try='test -s conftest.$ac_objext'
27943
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29240
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27944
  (eval $ac_try) 2>&5
29241
  (eval $ac_try) 2>&5
27945
  ac_status=$?
29242
  ac_status=$?
27946
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29243
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
27947
  (exit $ac_status); }; }; then
29244
  (exit $ac_status); }; }; then
Line 27950... Line 29247...
27950
  echo "$as_me: failed program was:" >&5
29247
  echo "$as_me: failed program was:" >&5
27951
sed 's/^/| /' conftest.$ac_ext >&5
29248
sed 's/^/| /' conftest.$ac_ext >&5
27952
 
29249
 
27953
ac_cv_have_decl_asinh=no
29250
ac_cv_have_decl_asinh=no
27954
fi
29251
fi
27955
rm -f conftest.$ac_objext conftest.$ac_ext
29252
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
27956
fi
29253
fi
27957
echo "$as_me:$LINENO: result: $ac_cv_have_decl_asinh" >&5
29254
echo "$as_me:$LINENO: result: $ac_cv_have_decl_asinh" >&5
27958
echo "${ECHO_T}$ac_cv_have_decl_asinh" >&6
29255
echo "${ECHO_T}$ac_cv_have_decl_asinh" >&6
27959
if test $ac_cv_have_decl_asinh = yes; then
29256
if test $ac_cv_have_decl_asinh = yes; then
27960
 
29257
 
Line 27974... Line 29271...
27974
echo $ECHO_N "checking whether atanh is declared... $ECHO_C" >&6
29271
echo $ECHO_N "checking whether atanh is declared... $ECHO_C" >&6
27975
if test "${ac_cv_have_decl_atanh+set}" = set; then
29272
if test "${ac_cv_have_decl_atanh+set}" = set; then
27976
  echo $ECHO_N "(cached) $ECHO_C" >&6
29273
  echo $ECHO_N "(cached) $ECHO_C" >&6
27977
else
29274
else
27978
  cat >conftest.$ac_ext <<_ACEOF
29275
  cat >conftest.$ac_ext <<_ACEOF
27979
#line $LINENO "configure"
-
 
27980
/* confdefs.h.  */
29276
/* confdefs.h.  */
27981
_ACEOF
29277
_ACEOF
27982
cat confdefs.h >>conftest.$ac_ext
29278
cat confdefs.h >>conftest.$ac_ext
27983
cat >>conftest.$ac_ext <<_ACEOF
29279
cat >>conftest.$ac_ext <<_ACEOF
27984
/* end confdefs.h.  */
29280
/* end confdefs.h.  */
27985
#include <math.h>
29281
#include <math.h>
27986
 
29282
 
27987
#ifdef F77_DUMMY_MAIN
29283
#ifdef F77_DUMMY_MAIN
-
 
29284
 
27988
#  ifdef __cplusplus
29285
#  ifdef __cplusplus
27989
     extern "C"
29286
     extern "C"
27990
#  endif
29287
#  endif
27991
   int F77_DUMMY_MAIN() { return 1; }
29288
   int F77_DUMMY_MAIN() { return 1; }
-
 
29289
 
27992
#endif
29290
#endif
27993
int
29291
int
27994
main ()
29292
main ()
27995
{
29293
{
27996
#ifndef atanh
29294
#ifndef atanh
Line 28001... Line 29299...
28001
  return 0;
29299
  return 0;
28002
}
29300
}
28003
_ACEOF
29301
_ACEOF
28004
rm -f conftest.$ac_objext
29302
rm -f conftest.$ac_objext
28005
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29303
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28006
  (eval $ac_compile) 2>&5
29304
  (eval $ac_compile) 2>conftest.er1
28007
  ac_status=$?
29305
  ac_status=$?
-
 
29306
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29307
  rm -f conftest.er1
-
 
29308
  cat conftest.err >&5
28008
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29309
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28009
  (exit $ac_status); } &&
29310
  (exit $ac_status); } &&
-
 
29311
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29312
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29313
  (eval $ac_try) 2>&5
-
 
29314
  ac_status=$?
-
 
29315
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29316
  (exit $ac_status); }; } &&
28010
         { ac_try='test -s conftest.$ac_objext'
29317
	 { ac_try='test -s conftest.$ac_objext'
28011
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29318
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28012
  (eval $ac_try) 2>&5
29319
  (eval $ac_try) 2>&5
28013
  ac_status=$?
29320
  ac_status=$?
28014
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29321
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28015
  (exit $ac_status); }; }; then
29322
  (exit $ac_status); }; }; then
Line 28018... Line 29325...
28018
  echo "$as_me: failed program was:" >&5
29325
  echo "$as_me: failed program was:" >&5
28019
sed 's/^/| /' conftest.$ac_ext >&5
29326
sed 's/^/| /' conftest.$ac_ext >&5
28020
 
29327
 
28021
ac_cv_have_decl_atanh=no
29328
ac_cv_have_decl_atanh=no
28022
fi
29329
fi
28023
rm -f conftest.$ac_objext conftest.$ac_ext
29330
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28024
fi
29331
fi
28025
echo "$as_me:$LINENO: result: $ac_cv_have_decl_atanh" >&5
29332
echo "$as_me:$LINENO: result: $ac_cv_have_decl_atanh" >&5
28026
echo "${ECHO_T}$ac_cv_have_decl_atanh" >&6
29333
echo "${ECHO_T}$ac_cv_have_decl_atanh" >&6
28027
if test $ac_cv_have_decl_atanh = yes; then
29334
if test $ac_cv_have_decl_atanh = yes; then
28028
 
29335
 
Line 28044... Line 29351...
28044
echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
29351
echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
28045
if test "${ac_cv_have_decl_snprintf+set}" = set; then
29352
if test "${ac_cv_have_decl_snprintf+set}" = set; then
28046
  echo $ECHO_N "(cached) $ECHO_C" >&6
29353
  echo $ECHO_N "(cached) $ECHO_C" >&6
28047
else
29354
else
28048
  cat >conftest.$ac_ext <<_ACEOF
29355
  cat >conftest.$ac_ext <<_ACEOF
28049
#line $LINENO "configure"
-
 
28050
/* confdefs.h.  */
29356
/* confdefs.h.  */
28051
_ACEOF
29357
_ACEOF
28052
cat confdefs.h >>conftest.$ac_ext
29358
cat confdefs.h >>conftest.$ac_ext
28053
cat >>conftest.$ac_ext <<_ACEOF
29359
cat >>conftest.$ac_ext <<_ACEOF
28054
/* end confdefs.h.  */
29360
/* end confdefs.h.  */
28055
$ac_includes_default
29361
$ac_includes_default
28056
#ifdef F77_DUMMY_MAIN
29362
#ifdef F77_DUMMY_MAIN
-
 
29363
 
28057
#  ifdef __cplusplus
29364
#  ifdef __cplusplus
28058
     extern "C"
29365
     extern "C"
28059
#  endif
29366
#  endif
28060
   int F77_DUMMY_MAIN() { return 1; }
29367
   int F77_DUMMY_MAIN() { return 1; }
-
 
29368
 
28061
#endif
29369
#endif
28062
int
29370
int
28063
main ()
29371
main ()
28064
{
29372
{
28065
#ifndef snprintf
29373
#ifndef snprintf
Line 28070... Line 29378...
28070
  return 0;
29378
  return 0;
28071
}
29379
}
28072
_ACEOF
29380
_ACEOF
28073
rm -f conftest.$ac_objext
29381
rm -f conftest.$ac_objext
28074
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29382
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28075
  (eval $ac_compile) 2>&5
29383
  (eval $ac_compile) 2>conftest.er1
28076
  ac_status=$?
29384
  ac_status=$?
-
 
29385
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29386
  rm -f conftest.er1
-
 
29387
  cat conftest.err >&5
28077
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29388
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28078
  (exit $ac_status); } &&
29389
  (exit $ac_status); } &&
-
 
29390
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29391
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29392
  (eval $ac_try) 2>&5
-
 
29393
  ac_status=$?
-
 
29394
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29395
  (exit $ac_status); }; } &&
28079
         { ac_try='test -s conftest.$ac_objext'
29396
	 { ac_try='test -s conftest.$ac_objext'
28080
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29397
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28081
  (eval $ac_try) 2>&5
29398
  (eval $ac_try) 2>&5
28082
  ac_status=$?
29399
  ac_status=$?
28083
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29400
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28084
  (exit $ac_status); }; }; then
29401
  (exit $ac_status); }; }; then
Line 28087... Line 29404...
28087
  echo "$as_me: failed program was:" >&5
29404
  echo "$as_me: failed program was:" >&5
28088
sed 's/^/| /' conftest.$ac_ext >&5
29405
sed 's/^/| /' conftest.$ac_ext >&5
28089
 
29406
 
28090
ac_cv_have_decl_snprintf=no
29407
ac_cv_have_decl_snprintf=no
28091
fi
29408
fi
28092
rm -f conftest.$ac_objext conftest.$ac_ext
29409
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28093
fi
29410
fi
28094
echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
29411
echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
28095
echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
29412
echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
28096
if test $ac_cv_have_decl_snprintf = yes; then
29413
if test $ac_cv_have_decl_snprintf = yes; then
28097
 
29414
 
Line 28111... Line 29428...
28111
echo $ECHO_N "checking whether strdup is declared... $ECHO_C" >&6
29428
echo $ECHO_N "checking whether strdup is declared... $ECHO_C" >&6
28112
if test "${ac_cv_have_decl_strdup+set}" = set; then
29429
if test "${ac_cv_have_decl_strdup+set}" = set; then
28113
  echo $ECHO_N "(cached) $ECHO_C" >&6
29430
  echo $ECHO_N "(cached) $ECHO_C" >&6
28114
else
29431
else
28115
  cat >conftest.$ac_ext <<_ACEOF
29432
  cat >conftest.$ac_ext <<_ACEOF
28116
#line $LINENO "configure"
-
 
28117
/* confdefs.h.  */
29433
/* confdefs.h.  */
28118
_ACEOF
29434
_ACEOF
28119
cat confdefs.h >>conftest.$ac_ext
29435
cat confdefs.h >>conftest.$ac_ext
28120
cat >>conftest.$ac_ext <<_ACEOF
29436
cat >>conftest.$ac_ext <<_ACEOF
28121
/* end confdefs.h.  */
29437
/* end confdefs.h.  */
28122
$ac_includes_default
29438
$ac_includes_default
28123
#ifdef F77_DUMMY_MAIN
29439
#ifdef F77_DUMMY_MAIN
-
 
29440
 
28124
#  ifdef __cplusplus
29441
#  ifdef __cplusplus
28125
     extern "C"
29442
     extern "C"
28126
#  endif
29443
#  endif
28127
   int F77_DUMMY_MAIN() { return 1; }
29444
   int F77_DUMMY_MAIN() { return 1; }
-
 
29445
 
28128
#endif
29446
#endif
28129
int
29447
int
28130
main ()
29448
main ()
28131
{
29449
{
28132
#ifndef strdup
29450
#ifndef strdup
Line 28137... Line 29455...
28137
  return 0;
29455
  return 0;
28138
}
29456
}
28139
_ACEOF
29457
_ACEOF
28140
rm -f conftest.$ac_objext
29458
rm -f conftest.$ac_objext
28141
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29459
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28142
  (eval $ac_compile) 2>&5
29460
  (eval $ac_compile) 2>conftest.er1
28143
  ac_status=$?
29461
  ac_status=$?
-
 
29462
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29463
  rm -f conftest.er1
-
 
29464
  cat conftest.err >&5
28144
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29465
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28145
  (exit $ac_status); } &&
29466
  (exit $ac_status); } &&
-
 
29467
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29468
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29469
  (eval $ac_try) 2>&5
-
 
29470
  ac_status=$?
-
 
29471
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29472
  (exit $ac_status); }; } &&
28146
         { ac_try='test -s conftest.$ac_objext'
29473
	 { ac_try='test -s conftest.$ac_objext'
28147
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29474
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28148
  (eval $ac_try) 2>&5
29475
  (eval $ac_try) 2>&5
28149
  ac_status=$?
29476
  ac_status=$?
28150
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29477
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28151
  (exit $ac_status); }; }; then
29478
  (exit $ac_status); }; }; then
Line 28154... Line 29481...
28154
  echo "$as_me: failed program was:" >&5
29481
  echo "$as_me: failed program was:" >&5
28155
sed 's/^/| /' conftest.$ac_ext >&5
29482
sed 's/^/| /' conftest.$ac_ext >&5
28156
 
29483
 
28157
ac_cv_have_decl_strdup=no
29484
ac_cv_have_decl_strdup=no
28158
fi
29485
fi
28159
rm -f conftest.$ac_objext conftest.$ac_ext
29486
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28160
fi
29487
fi
28161
echo "$as_me:$LINENO: result: $ac_cv_have_decl_strdup" >&5
29488
echo "$as_me:$LINENO: result: $ac_cv_have_decl_strdup" >&5
28162
echo "${ECHO_T}$ac_cv_have_decl_strdup" >&6
29489
echo "${ECHO_T}$ac_cv_have_decl_strdup" >&6
28163
if test $ac_cv_have_decl_strdup = yes; then
29490
if test $ac_cv_have_decl_strdup = yes; then
28164
 
29491
 
Line 28178... Line 29505...
28178
echo $ECHO_N "checking whether strncasecmp is declared... $ECHO_C" >&6
29505
echo $ECHO_N "checking whether strncasecmp is declared... $ECHO_C" >&6
28179
if test "${ac_cv_have_decl_strncasecmp+set}" = set; then
29506
if test "${ac_cv_have_decl_strncasecmp+set}" = set; then
28180
  echo $ECHO_N "(cached) $ECHO_C" >&6
29507
  echo $ECHO_N "(cached) $ECHO_C" >&6
28181
else
29508
else
28182
  cat >conftest.$ac_ext <<_ACEOF
29509
  cat >conftest.$ac_ext <<_ACEOF
28183
#line $LINENO "configure"
-
 
28184
/* confdefs.h.  */
29510
/* confdefs.h.  */
28185
_ACEOF
29511
_ACEOF
28186
cat confdefs.h >>conftest.$ac_ext
29512
cat confdefs.h >>conftest.$ac_ext
28187
cat >>conftest.$ac_ext <<_ACEOF
29513
cat >>conftest.$ac_ext <<_ACEOF
28188
/* end confdefs.h.  */
29514
/* end confdefs.h.  */
28189
$ac_includes_default
29515
$ac_includes_default
28190
#ifdef F77_DUMMY_MAIN
29516
#ifdef F77_DUMMY_MAIN
-
 
29517
 
28191
#  ifdef __cplusplus
29518
#  ifdef __cplusplus
28192
     extern "C"
29519
     extern "C"
28193
#  endif
29520
#  endif
28194
   int F77_DUMMY_MAIN() { return 1; }
29521
   int F77_DUMMY_MAIN() { return 1; }
-
 
29522
 
28195
#endif
29523
#endif
28196
int
29524
int
28197
main ()
29525
main ()
28198
{
29526
{
28199
#ifndef strncasecmp
29527
#ifndef strncasecmp
Line 28204... Line 29532...
28204
  return 0;
29532
  return 0;
28205
}
29533
}
28206
_ACEOF
29534
_ACEOF
28207
rm -f conftest.$ac_objext
29535
rm -f conftest.$ac_objext
28208
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29536
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28209
  (eval $ac_compile) 2>&5
29537
  (eval $ac_compile) 2>conftest.er1
28210
  ac_status=$?
29538
  ac_status=$?
-
 
29539
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29540
  rm -f conftest.er1
-
 
29541
  cat conftest.err >&5
28211
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29542
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28212
  (exit $ac_status); } &&
29543
  (exit $ac_status); } &&
-
 
29544
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29545
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29546
  (eval $ac_try) 2>&5
-
 
29547
  ac_status=$?
-
 
29548
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29549
  (exit $ac_status); }; } &&
28213
         { ac_try='test -s conftest.$ac_objext'
29550
	 { ac_try='test -s conftest.$ac_objext'
28214
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29551
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28215
  (eval $ac_try) 2>&5
29552
  (eval $ac_try) 2>&5
28216
  ac_status=$?
29553
  ac_status=$?
28217
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29554
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28218
  (exit $ac_status); }; }; then
29555
  (exit $ac_status); }; }; then
Line 28221... Line 29558...
28221
  echo "$as_me: failed program was:" >&5
29558
  echo "$as_me: failed program was:" >&5
28222
sed 's/^/| /' conftest.$ac_ext >&5
29559
sed 's/^/| /' conftest.$ac_ext >&5
28223
 
29560
 
28224
ac_cv_have_decl_strncasecmp=no
29561
ac_cv_have_decl_strncasecmp=no
28225
fi
29562
fi
28226
rm -f conftest.$ac_objext conftest.$ac_ext
29563
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28227
fi
29564
fi
28228
echo "$as_me:$LINENO: result: $ac_cv_have_decl_strncasecmp" >&5
29565
echo "$as_me:$LINENO: result: $ac_cv_have_decl_strncasecmp" >&5
28229
echo "${ECHO_T}$ac_cv_have_decl_strncasecmp" >&6
29566
echo "${ECHO_T}$ac_cv_have_decl_strncasecmp" >&6
28230
if test $ac_cv_have_decl_strncasecmp = yes; then
29567
if test $ac_cv_have_decl_strncasecmp = yes; then
28231
 
29568
 
Line 28245... Line 29582...
28245
echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
29582
echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
28246
if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
29583
if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
28247
  echo $ECHO_N "(cached) $ECHO_C" >&6
29584
  echo $ECHO_N "(cached) $ECHO_C" >&6
28248
else
29585
else
28249
  cat >conftest.$ac_ext <<_ACEOF
29586
  cat >conftest.$ac_ext <<_ACEOF
28250
#line $LINENO "configure"
-
 
28251
/* confdefs.h.  */
29587
/* confdefs.h.  */
28252
_ACEOF
29588
_ACEOF
28253
cat confdefs.h >>conftest.$ac_ext
29589
cat confdefs.h >>conftest.$ac_ext
28254
cat >>conftest.$ac_ext <<_ACEOF
29590
cat >>conftest.$ac_ext <<_ACEOF
28255
/* end confdefs.h.  */
29591
/* end confdefs.h.  */
28256
$ac_includes_default
29592
$ac_includes_default
28257
#ifdef F77_DUMMY_MAIN
29593
#ifdef F77_DUMMY_MAIN
-
 
29594
 
28258
#  ifdef __cplusplus
29595
#  ifdef __cplusplus
28259
     extern "C"
29596
     extern "C"
28260
#  endif
29597
#  endif
28261
   int F77_DUMMY_MAIN() { return 1; }
29598
   int F77_DUMMY_MAIN() { return 1; }
-
 
29599
 
28262
#endif
29600
#endif
28263
int
29601
int
28264
main ()
29602
main ()
28265
{
29603
{
28266
#ifndef vsnprintf
29604
#ifndef vsnprintf
Line 28271... Line 29609...
28271
  return 0;
29609
  return 0;
28272
}
29610
}
28273
_ACEOF
29611
_ACEOF
28274
rm -f conftest.$ac_objext
29612
rm -f conftest.$ac_objext
28275
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29613
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28276
  (eval $ac_compile) 2>&5
29614
  (eval $ac_compile) 2>conftest.er1
28277
  ac_status=$?
29615
  ac_status=$?
-
 
29616
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29617
  rm -f conftest.er1
-
 
29618
  cat conftest.err >&5
28278
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29619
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28279
  (exit $ac_status); } &&
29620
  (exit $ac_status); } &&
-
 
29621
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29622
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29623
  (eval $ac_try) 2>&5
-
 
29624
  ac_status=$?
-
 
29625
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29626
  (exit $ac_status); }; } &&
28280
         { ac_try='test -s conftest.$ac_objext'
29627
	 { ac_try='test -s conftest.$ac_objext'
28281
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29628
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28282
  (eval $ac_try) 2>&5
29629
  (eval $ac_try) 2>&5
28283
  ac_status=$?
29630
  ac_status=$?
28284
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29631
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28285
  (exit $ac_status); }; }; then
29632
  (exit $ac_status); }; }; then
Line 28288... Line 29635...
28288
  echo "$as_me: failed program was:" >&5
29635
  echo "$as_me: failed program was:" >&5
28289
sed 's/^/| /' conftest.$ac_ext >&5
29636
sed 's/^/| /' conftest.$ac_ext >&5
28290
 
29637
 
28291
ac_cv_have_decl_vsnprintf=no
29638
ac_cv_have_decl_vsnprintf=no
28292
fi
29639
fi
28293
rm -f conftest.$ac_objext conftest.$ac_ext
29640
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
28294
fi
29641
fi
28295
echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
29642
echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
28296
echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
29643
echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
28297
if test $ac_cv_have_decl_vsnprintf = yes; then
29644
if test $ac_cv_have_decl_vsnprintf = yes; then
28298
 
29645
 
Line 28317... Line 29664...
28317
  echo $ECHO_N "(cached) $ECHO_C" >&6
29664
  echo $ECHO_N "(cached) $ECHO_C" >&6
28318
else
29665
else
28319
  ac_func_search_save_LIBS=$LIBS
29666
  ac_func_search_save_LIBS=$LIBS
28320
ac_cv_search_connect=no
29667
ac_cv_search_connect=no
28321
cat >conftest.$ac_ext <<_ACEOF
29668
cat >conftest.$ac_ext <<_ACEOF
28322
#line $LINENO "configure"
-
 
28323
/* confdefs.h.  */
29669
/* confdefs.h.  */
28324
_ACEOF
29670
_ACEOF
28325
cat confdefs.h >>conftest.$ac_ext
29671
cat confdefs.h >>conftest.$ac_ext
28326
cat >>conftest.$ac_ext <<_ACEOF
29672
cat >>conftest.$ac_ext <<_ACEOF
28327
/* end confdefs.h.  */
29673
/* end confdefs.h.  */
Line 28332... Line 29678...
28332
#endif
29678
#endif
28333
/* We use char because int might match the return type of a gcc2
29679
/* We use char because int might match the return type of a gcc2
28334
   builtin and then its argument prototype would still apply.  */
29680
   builtin and then its argument prototype would still apply.  */
28335
char connect ();
29681
char connect ();
28336
#ifdef F77_DUMMY_MAIN
29682
#ifdef F77_DUMMY_MAIN
-
 
29683
 
28337
#  ifdef __cplusplus
29684
#  ifdef __cplusplus
28338
     extern "C"
29685
     extern "C"
28339
#  endif
29686
#  endif
28340
   int F77_DUMMY_MAIN() { return 1; }
29687
   int F77_DUMMY_MAIN() { return 1; }
-
 
29688
 
28341
#endif
29689
#endif
28342
int
29690
int
28343
main ()
29691
main ()
28344
{
29692
{
28345
connect ();
29693
connect ();
Line 28347... Line 29695...
28347
  return 0;
29695
  return 0;
28348
}
29696
}
28349
_ACEOF
29697
_ACEOF
28350
rm -f conftest.$ac_objext conftest$ac_exeext
29698
rm -f conftest.$ac_objext conftest$ac_exeext
28351
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29699
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28352
  (eval $ac_link) 2>&5
29700
  (eval $ac_link) 2>conftest.er1
28353
  ac_status=$?
29701
  ac_status=$?
-
 
29702
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29703
  rm -f conftest.er1
-
 
29704
  cat conftest.err >&5
28354
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29705
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28355
  (exit $ac_status); } &&
29706
  (exit $ac_status); } &&
-
 
29707
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29708
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29709
  (eval $ac_try) 2>&5
-
 
29710
  ac_status=$?
-
 
29711
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29712
  (exit $ac_status); }; } &&
28356
         { ac_try='test -s conftest$ac_exeext'
29713
	 { ac_try='test -s conftest$ac_exeext'
28357
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29714
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28358
  (eval $ac_try) 2>&5
29715
  (eval $ac_try) 2>&5
28359
  ac_status=$?
29716
  ac_status=$?
28360
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29717
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28361
  (exit $ac_status); }; }; then
29718
  (exit $ac_status); }; }; then
Line 28363... Line 29720...
28363
else
29720
else
28364
  echo "$as_me: failed program was:" >&5
29721
  echo "$as_me: failed program was:" >&5
28365
sed 's/^/| /' conftest.$ac_ext >&5
29722
sed 's/^/| /' conftest.$ac_ext >&5
28366
 
29723
 
28367
fi
29724
fi
-
 
29725
rm -f conftest.err conftest.$ac_objext \
28368
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29726
      conftest$ac_exeext conftest.$ac_ext
28369
if test "$ac_cv_search_connect" = no; then
29727
if test "$ac_cv_search_connect" = no; then
28370
  for ac_lib in socket; do
29728
  for ac_lib in socket; do
28371
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
29729
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
28372
    cat >conftest.$ac_ext <<_ACEOF
29730
    cat >conftest.$ac_ext <<_ACEOF
28373
#line $LINENO "configure"
-
 
28374
/* confdefs.h.  */
29731
/* confdefs.h.  */
28375
_ACEOF
29732
_ACEOF
28376
cat confdefs.h >>conftest.$ac_ext
29733
cat confdefs.h >>conftest.$ac_ext
28377
cat >>conftest.$ac_ext <<_ACEOF
29734
cat >>conftest.$ac_ext <<_ACEOF
28378
/* end confdefs.h.  */
29735
/* end confdefs.h.  */
Line 28383... Line 29740...
28383
#endif
29740
#endif
28384
/* We use char because int might match the return type of a gcc2
29741
/* We use char because int might match the return type of a gcc2
28385
   builtin and then its argument prototype would still apply.  */
29742
   builtin and then its argument prototype would still apply.  */
28386
char connect ();
29743
char connect ();
28387
#ifdef F77_DUMMY_MAIN
29744
#ifdef F77_DUMMY_MAIN
-
 
29745
 
28388
#  ifdef __cplusplus
29746
#  ifdef __cplusplus
28389
     extern "C"
29747
     extern "C"
28390
#  endif
29748
#  endif
28391
   int F77_DUMMY_MAIN() { return 1; }
29749
   int F77_DUMMY_MAIN() { return 1; }
-
 
29750
 
28392
#endif
29751
#endif
28393
int
29752
int
28394
main ()
29753
main ()
28395
{
29754
{
28396
connect ();
29755
connect ();
Line 28398... Line 29757...
28398
  return 0;
29757
  return 0;
28399
}
29758
}
28400
_ACEOF
29759
_ACEOF
28401
rm -f conftest.$ac_objext conftest$ac_exeext
29760
rm -f conftest.$ac_objext conftest$ac_exeext
28402
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29761
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28403
  (eval $ac_link) 2>&5
29762
  (eval $ac_link) 2>conftest.er1
28404
  ac_status=$?
29763
  ac_status=$?
-
 
29764
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29765
  rm -f conftest.er1
-
 
29766
  cat conftest.err >&5
28405
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29767
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28406
  (exit $ac_status); } &&
29768
  (exit $ac_status); } &&
-
 
29769
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29770
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29771
  (eval $ac_try) 2>&5
-
 
29772
  ac_status=$?
-
 
29773
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29774
  (exit $ac_status); }; } &&
28407
         { ac_try='test -s conftest$ac_exeext'
29775
	 { ac_try='test -s conftest$ac_exeext'
28408
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29776
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28409
  (eval $ac_try) 2>&5
29777
  (eval $ac_try) 2>&5
28410
  ac_status=$?
29778
  ac_status=$?
28411
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29779
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28412
  (exit $ac_status); }; }; then
29780
  (exit $ac_status); }; }; then
Line 28415... Line 29783...
28415
else
29783
else
28416
  echo "$as_me: failed program was:" >&5
29784
  echo "$as_me: failed program was:" >&5
28417
sed 's/^/| /' conftest.$ac_ext >&5
29785
sed 's/^/| /' conftest.$ac_ext >&5
28418
 
29786
 
28419
fi
29787
fi
-
 
29788
rm -f conftest.err conftest.$ac_objext \
28420
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29789
      conftest$ac_exeext conftest.$ac_ext
28421
  done
29790
  done
28422
fi
29791
fi
28423
LIBS=$ac_func_search_save_LIBS
29792
LIBS=$ac_func_search_save_LIBS
28424
fi
29793
fi
28425
echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
29794
echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
Line 28435... Line 29804...
28435
  echo $ECHO_N "(cached) $ECHO_C" >&6
29804
  echo $ECHO_N "(cached) $ECHO_C" >&6
28436
else
29805
else
28437
  ac_func_search_save_LIBS=$LIBS
29806
  ac_func_search_save_LIBS=$LIBS
28438
ac_cv_search_gethostbyname=no
29807
ac_cv_search_gethostbyname=no
28439
cat >conftest.$ac_ext <<_ACEOF
29808
cat >conftest.$ac_ext <<_ACEOF
28440
#line $LINENO "configure"
-
 
28441
/* confdefs.h.  */
29809
/* confdefs.h.  */
28442
_ACEOF
29810
_ACEOF
28443
cat confdefs.h >>conftest.$ac_ext
29811
cat confdefs.h >>conftest.$ac_ext
28444
cat >>conftest.$ac_ext <<_ACEOF
29812
cat >>conftest.$ac_ext <<_ACEOF
28445
/* end confdefs.h.  */
29813
/* end confdefs.h.  */
Line 28450... Line 29818...
28450
#endif
29818
#endif
28451
/* We use char because int might match the return type of a gcc2
29819
/* We use char because int might match the return type of a gcc2
28452
   builtin and then its argument prototype would still apply.  */
29820
   builtin and then its argument prototype would still apply.  */
28453
char gethostbyname ();
29821
char gethostbyname ();
28454
#ifdef F77_DUMMY_MAIN
29822
#ifdef F77_DUMMY_MAIN
-
 
29823
 
28455
#  ifdef __cplusplus
29824
#  ifdef __cplusplus
28456
     extern "C"
29825
     extern "C"
28457
#  endif
29826
#  endif
28458
   int F77_DUMMY_MAIN() { return 1; }
29827
   int F77_DUMMY_MAIN() { return 1; }
-
 
29828
 
28459
#endif
29829
#endif
28460
int
29830
int
28461
main ()
29831
main ()
28462
{
29832
{
28463
gethostbyname ();
29833
gethostbyname ();
Line 28465... Line 29835...
28465
  return 0;
29835
  return 0;
28466
}
29836
}
28467
_ACEOF
29837
_ACEOF
28468
rm -f conftest.$ac_objext conftest$ac_exeext
29838
rm -f conftest.$ac_objext conftest$ac_exeext
28469
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29839
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28470
  (eval $ac_link) 2>&5
29840
  (eval $ac_link) 2>conftest.er1
28471
  ac_status=$?
29841
  ac_status=$?
-
 
29842
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29843
  rm -f conftest.er1
-
 
29844
  cat conftest.err >&5
28472
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29845
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28473
  (exit $ac_status); } &&
29846
  (exit $ac_status); } &&
-
 
29847
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29848
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29849
  (eval $ac_try) 2>&5
-
 
29850
  ac_status=$?
-
 
29851
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29852
  (exit $ac_status); }; } &&
28474
         { ac_try='test -s conftest$ac_exeext'
29853
	 { ac_try='test -s conftest$ac_exeext'
28475
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29854
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28476
  (eval $ac_try) 2>&5
29855
  (eval $ac_try) 2>&5
28477
  ac_status=$?
29856
  ac_status=$?
28478
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29857
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28479
  (exit $ac_status); }; }; then
29858
  (exit $ac_status); }; }; then
Line 28481... Line 29860...
28481
else
29860
else
28482
  echo "$as_me: failed program was:" >&5
29861
  echo "$as_me: failed program was:" >&5
28483
sed 's/^/| /' conftest.$ac_ext >&5
29862
sed 's/^/| /' conftest.$ac_ext >&5
28484
 
29863
 
28485
fi
29864
fi
-
 
29865
rm -f conftest.err conftest.$ac_objext \
28486
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29866
      conftest$ac_exeext conftest.$ac_ext
28487
if test "$ac_cv_search_gethostbyname" = no; then
29867
if test "$ac_cv_search_gethostbyname" = no; then
28488
  for ac_lib in nsl socket; do
29868
  for ac_lib in nsl socket; do
28489
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
29869
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
28490
    cat >conftest.$ac_ext <<_ACEOF
29870
    cat >conftest.$ac_ext <<_ACEOF
28491
#line $LINENO "configure"
-
 
28492
/* confdefs.h.  */
29871
/* confdefs.h.  */
28493
_ACEOF
29872
_ACEOF
28494
cat confdefs.h >>conftest.$ac_ext
29873
cat confdefs.h >>conftest.$ac_ext
28495
cat >>conftest.$ac_ext <<_ACEOF
29874
cat >>conftest.$ac_ext <<_ACEOF
28496
/* end confdefs.h.  */
29875
/* end confdefs.h.  */
Line 28501... Line 29880...
28501
#endif
29880
#endif
28502
/* We use char because int might match the return type of a gcc2
29881
/* We use char because int might match the return type of a gcc2
28503
   builtin and then its argument prototype would still apply.  */
29882
   builtin and then its argument prototype would still apply.  */
28504
char gethostbyname ();
29883
char gethostbyname ();
28505
#ifdef F77_DUMMY_MAIN
29884
#ifdef F77_DUMMY_MAIN
-
 
29885
 
28506
#  ifdef __cplusplus
29886
#  ifdef __cplusplus
28507
     extern "C"
29887
     extern "C"
28508
#  endif
29888
#  endif
28509
   int F77_DUMMY_MAIN() { return 1; }
29889
   int F77_DUMMY_MAIN() { return 1; }
-
 
29890
 
28510
#endif
29891
#endif
28511
int
29892
int
28512
main ()
29893
main ()
28513
{
29894
{
28514
gethostbyname ();
29895
gethostbyname ();
Line 28516... Line 29897...
28516
  return 0;
29897
  return 0;
28517
}
29898
}
28518
_ACEOF
29899
_ACEOF
28519
rm -f conftest.$ac_objext conftest$ac_exeext
29900
rm -f conftest.$ac_objext conftest$ac_exeext
28520
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29901
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28521
  (eval $ac_link) 2>&5
29902
  (eval $ac_link) 2>conftest.er1
28522
  ac_status=$?
29903
  ac_status=$?
-
 
29904
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29905
  rm -f conftest.er1
-
 
29906
  cat conftest.err >&5
28523
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29907
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28524
  (exit $ac_status); } &&
29908
  (exit $ac_status); } &&
-
 
29909
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29910
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29911
  (eval $ac_try) 2>&5
-
 
29912
  ac_status=$?
-
 
29913
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29914
  (exit $ac_status); }; } &&
28525
         { ac_try='test -s conftest$ac_exeext'
29915
	 { ac_try='test -s conftest$ac_exeext'
28526
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29916
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28527
  (eval $ac_try) 2>&5
29917
  (eval $ac_try) 2>&5
28528
  ac_status=$?
29918
  ac_status=$?
28529
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29919
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28530
  (exit $ac_status); }; }; then
29920
  (exit $ac_status); }; }; then
Line 28533... Line 29923...
28533
else
29923
else
28534
  echo "$as_me: failed program was:" >&5
29924
  echo "$as_me: failed program was:" >&5
28535
sed 's/^/| /' conftest.$ac_ext >&5
29925
sed 's/^/| /' conftest.$ac_ext >&5
28536
 
29926
 
28537
fi
29927
fi
-
 
29928
rm -f conftest.err conftest.$ac_objext \
28538
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29929
      conftest$ac_exeext conftest.$ac_ext
28539
  done
29930
  done
28540
fi
29931
fi
28541
LIBS=$ac_func_search_save_LIBS
29932
LIBS=$ac_func_search_save_LIBS
28542
fi
29933
fi
28543
echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
29934
echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
Line 28553... Line 29944...
28553
  echo $ECHO_N "(cached) $ECHO_C" >&6
29944
  echo $ECHO_N "(cached) $ECHO_C" >&6
28554
else
29945
else
28555
  ac_func_search_save_LIBS=$LIBS
29946
  ac_func_search_save_LIBS=$LIBS
28556
ac_cv_search_xdr_string=no
29947
ac_cv_search_xdr_string=no
28557
cat >conftest.$ac_ext <<_ACEOF
29948
cat >conftest.$ac_ext <<_ACEOF
28558
#line $LINENO "configure"
-
 
28559
/* confdefs.h.  */
29949
/* confdefs.h.  */
28560
_ACEOF
29950
_ACEOF
28561
cat confdefs.h >>conftest.$ac_ext
29951
cat confdefs.h >>conftest.$ac_ext
28562
cat >>conftest.$ac_ext <<_ACEOF
29952
cat >>conftest.$ac_ext <<_ACEOF
28563
/* end confdefs.h.  */
29953
/* end confdefs.h.  */
Line 28568... Line 29958...
28568
#endif
29958
#endif
28569
/* We use char because int might match the return type of a gcc2
29959
/* We use char because int might match the return type of a gcc2
28570
   builtin and then its argument prototype would still apply.  */
29960
   builtin and then its argument prototype would still apply.  */
28571
char xdr_string ();
29961
char xdr_string ();
28572
#ifdef F77_DUMMY_MAIN
29962
#ifdef F77_DUMMY_MAIN
-
 
29963
 
28573
#  ifdef __cplusplus
29964
#  ifdef __cplusplus
28574
     extern "C"
29965
     extern "C"
28575
#  endif
29966
#  endif
28576
   int F77_DUMMY_MAIN() { return 1; }
29967
   int F77_DUMMY_MAIN() { return 1; }
-
 
29968
 
28577
#endif
29969
#endif
28578
int
29970
int
28579
main ()
29971
main ()
28580
{
29972
{
28581
xdr_string ();
29973
xdr_string ();
Line 28583... Line 29975...
28583
  return 0;
29975
  return 0;
28584
}
29976
}
28585
_ACEOF
29977
_ACEOF
28586
rm -f conftest.$ac_objext conftest$ac_exeext
29978
rm -f conftest.$ac_objext conftest$ac_exeext
28587
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29979
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28588
  (eval $ac_link) 2>&5
29980
  (eval $ac_link) 2>conftest.er1
28589
  ac_status=$?
29981
  ac_status=$?
-
 
29982
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
29983
  rm -f conftest.er1
-
 
29984
  cat conftest.err >&5
28590
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29985
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28591
  (exit $ac_status); } &&
29986
  (exit $ac_status); } &&
-
 
29987
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
29988
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
29989
  (eval $ac_try) 2>&5
-
 
29990
  ac_status=$?
-
 
29991
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
29992
  (exit $ac_status); }; } &&
28592
         { ac_try='test -s conftest$ac_exeext'
29993
	 { ac_try='test -s conftest$ac_exeext'
28593
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29994
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28594
  (eval $ac_try) 2>&5
29995
  (eval $ac_try) 2>&5
28595
  ac_status=$?
29996
  ac_status=$?
28596
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29997
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28597
  (exit $ac_status); }; }; then
29998
  (exit $ac_status); }; }; then
Line 28599... Line 30000...
28599
else
30000
else
28600
  echo "$as_me: failed program was:" >&5
30001
  echo "$as_me: failed program was:" >&5
28601
sed 's/^/| /' conftest.$ac_ext >&5
30002
sed 's/^/| /' conftest.$ac_ext >&5
28602
 
30003
 
28603
fi
30004
fi
-
 
30005
rm -f conftest.err conftest.$ac_objext \
28604
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30006
      conftest$ac_exeext conftest.$ac_ext
28605
if test "$ac_cv_search_xdr_string" = no; then
30007
if test "$ac_cv_search_xdr_string" = no; then
28606
  for ac_lib in nsl; do
30008
  for ac_lib in nsl; do
28607
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
30009
    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
28608
    cat >conftest.$ac_ext <<_ACEOF
30010
    cat >conftest.$ac_ext <<_ACEOF
28609
#line $LINENO "configure"
-
 
28610
/* confdefs.h.  */
30011
/* confdefs.h.  */
28611
_ACEOF
30012
_ACEOF
28612
cat confdefs.h >>conftest.$ac_ext
30013
cat confdefs.h >>conftest.$ac_ext
28613
cat >>conftest.$ac_ext <<_ACEOF
30014
cat >>conftest.$ac_ext <<_ACEOF
28614
/* end confdefs.h.  */
30015
/* end confdefs.h.  */
Line 28619... Line 30020...
28619
#endif
30020
#endif
28620
/* We use char because int might match the return type of a gcc2
30021
/* We use char because int might match the return type of a gcc2
28621
   builtin and then its argument prototype would still apply.  */
30022
   builtin and then its argument prototype would still apply.  */
28622
char xdr_string ();
30023
char xdr_string ();
28623
#ifdef F77_DUMMY_MAIN
30024
#ifdef F77_DUMMY_MAIN
-
 
30025
 
28624
#  ifdef __cplusplus
30026
#  ifdef __cplusplus
28625
     extern "C"
30027
     extern "C"
28626
#  endif
30028
#  endif
28627
   int F77_DUMMY_MAIN() { return 1; }
30029
   int F77_DUMMY_MAIN() { return 1; }
-
 
30030
 
28628
#endif
30031
#endif
28629
int
30032
int
28630
main ()
30033
main ()
28631
{
30034
{
28632
xdr_string ();
30035
xdr_string ();
Line 28634... Line 30037...
28634
  return 0;
30037
  return 0;
28635
}
30038
}
28636
_ACEOF
30039
_ACEOF
28637
rm -f conftest.$ac_objext conftest$ac_exeext
30040
rm -f conftest.$ac_objext conftest$ac_exeext
28638
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30041
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28639
  (eval $ac_link) 2>&5
30042
  (eval $ac_link) 2>conftest.er1
28640
  ac_status=$?
30043
  ac_status=$?
-
 
30044
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30045
  rm -f conftest.er1
-
 
30046
  cat conftest.err >&5
28641
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30047
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28642
  (exit $ac_status); } &&
30048
  (exit $ac_status); } &&
-
 
30049
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30050
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30051
  (eval $ac_try) 2>&5
-
 
30052
  ac_status=$?
-
 
30053
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30054
  (exit $ac_status); }; } &&
28643
         { ac_try='test -s conftest$ac_exeext'
30055
	 { ac_try='test -s conftest$ac_exeext'
28644
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30056
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28645
  (eval $ac_try) 2>&5
30057
  (eval $ac_try) 2>&5
28646
  ac_status=$?
30058
  ac_status=$?
28647
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30059
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28648
  (exit $ac_status); }; }; then
30060
  (exit $ac_status); }; }; then
Line 28651... Line 30063...
28651
else
30063
else
28652
  echo "$as_me: failed program was:" >&5
30064
  echo "$as_me: failed program was:" >&5
28653
sed 's/^/| /' conftest.$ac_ext >&5
30065
sed 's/^/| /' conftest.$ac_ext >&5
28654
 
30066
 
28655
fi
30067
fi
-
 
30068
rm -f conftest.err conftest.$ac_objext \
28656
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30069
      conftest$ac_exeext conftest.$ac_ext
28657
  done
30070
  done
28658
fi
30071
fi
28659
LIBS=$ac_func_search_save_LIBS
30072
LIBS=$ac_func_search_save_LIBS
28660
fi
30073
fi
28661
echo "$as_me:$LINENO: result: $ac_cv_search_xdr_string" >&5
30074
echo "$as_me:$LINENO: result: $ac_cv_search_xdr_string" >&5
Line 28669... Line 30082...
28669
echo $ECHO_N "checking for __setfpucw... $ECHO_C" >&6
30082
echo $ECHO_N "checking for __setfpucw... $ECHO_C" >&6
28670
if test "${ac_cv_func___setfpucw+set}" = set; then
30083
if test "${ac_cv_func___setfpucw+set}" = set; then
28671
  echo $ECHO_N "(cached) $ECHO_C" >&6
30084
  echo $ECHO_N "(cached) $ECHO_C" >&6
28672
else
30085
else
28673
  cat >conftest.$ac_ext <<_ACEOF
30086
  cat >conftest.$ac_ext <<_ACEOF
28674
#line $LINENO "configure"
-
 
28675
/* confdefs.h.  */
30087
/* confdefs.h.  */
28676
_ACEOF
30088
_ACEOF
28677
cat confdefs.h >>conftest.$ac_ext
30089
cat confdefs.h >>conftest.$ac_ext
28678
cat >>conftest.$ac_ext <<_ACEOF
30090
cat >>conftest.$ac_ext <<_ACEOF
28679
/* end confdefs.h.  */
30091
/* end confdefs.h.  */
-
 
30092
/* Define __setfpucw to an innocuous variant, in case <limits.h> declares __setfpucw.
-
 
30093
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
30094
#define __setfpucw innocuous___setfpucw
-
 
30095
 
28680
/* System header to define __stub macros and hopefully few prototypes,
30096
/* System header to define __stub macros and hopefully few prototypes,
28681
    which can conflict with char __setfpucw (); below.
30097
    which can conflict with char __setfpucw (); below.
28682
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30098
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28683
    <limits.h> exists even on freestanding compilers.  */
30099
    <limits.h> exists even on freestanding compilers.  */
-
 
30100
 
28684
#ifdef __STDC__
30101
#ifdef __STDC__
28685
# include <limits.h>
30102
# include <limits.h>
28686
#else
30103
#else
28687
# include <assert.h>
30104
# include <assert.h>
28688
#endif
30105
#endif
-
 
30106
 
-
 
30107
#undef __setfpucw
-
 
30108
 
28689
/* Override any gcc2 internal prototype to avoid an error.  */
30109
/* Override any gcc2 internal prototype to avoid an error.  */
28690
#ifdef __cplusplus
30110
#ifdef __cplusplus
28691
extern "C"
30111
extern "C"
28692
{
30112
{
28693
#endif
30113
#endif
Line 28705... Line 30125...
28705
#ifdef __cplusplus
30125
#ifdef __cplusplus
28706
}
30126
}
28707
#endif
30127
#endif
28708
 
30128
 
28709
#ifdef F77_DUMMY_MAIN
30129
#ifdef F77_DUMMY_MAIN
-
 
30130
 
28710
#  ifdef __cplusplus
30131
#  ifdef __cplusplus
28711
     extern "C"
30132
     extern "C"
28712
#  endif
30133
#  endif
28713
   int F77_DUMMY_MAIN() { return 1; }
30134
   int F77_DUMMY_MAIN() { return 1; }
-
 
30135
 
28714
#endif
30136
#endif
28715
int
30137
int
28716
main ()
30138
main ()
28717
{
30139
{
28718
return f != __setfpucw;
30140
return f != __setfpucw;
Line 28720... Line 30142...
28720
  return 0;
30142
  return 0;
28721
}
30143
}
28722
_ACEOF
30144
_ACEOF
28723
rm -f conftest.$ac_objext conftest$ac_exeext
30145
rm -f conftest.$ac_objext conftest$ac_exeext
28724
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30146
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28725
  (eval $ac_link) 2>&5
30147
  (eval $ac_link) 2>conftest.er1
28726
  ac_status=$?
30148
  ac_status=$?
-
 
30149
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30150
  rm -f conftest.er1
-
 
30151
  cat conftest.err >&5
28727
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30152
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28728
  (exit $ac_status); } &&
30153
  (exit $ac_status); } &&
-
 
30154
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30155
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30156
  (eval $ac_try) 2>&5
-
 
30157
  ac_status=$?
-
 
30158
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30159
  (exit $ac_status); }; } &&
28729
         { ac_try='test -s conftest$ac_exeext'
30160
	 { ac_try='test -s conftest$ac_exeext'
28730
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30161
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28731
  (eval $ac_try) 2>&5
30162
  (eval $ac_try) 2>&5
28732
  ac_status=$?
30163
  ac_status=$?
28733
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30164
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
28734
  (exit $ac_status); }; }; then
30165
  (exit $ac_status); }; }; then
Line 28737... Line 30168...
28737
  echo "$as_me: failed program was:" >&5
30168
  echo "$as_me: failed program was:" >&5
28738
sed 's/^/| /' conftest.$ac_ext >&5
30169
sed 's/^/| /' conftest.$ac_ext >&5
28739
 
30170
 
28740
ac_cv_func___setfpucw=no
30171
ac_cv_func___setfpucw=no
28741
fi
30172
fi
-
 
30173
rm -f conftest.err conftest.$ac_objext \
28742
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30174
      conftest$ac_exeext conftest.$ac_ext
28743
fi
30175
fi
28744
echo "$as_me:$LINENO: result: $ac_cv_func___setfpucw" >&5
30176
echo "$as_me:$LINENO: result: $ac_cv_func___setfpucw" >&5
28745
echo "${ECHO_T}$ac_cv_func___setfpucw" >&6
30177
echo "${ECHO_T}$ac_cv_func___setfpucw" >&6
28746
if test $ac_cv_func___setfpucw = yes; then
30178
if test $ac_cv_func___setfpucw = yes; then
28747
  echo "$as_me:$LINENO: checking whether __setfpucw is needed" >&5
30179
  echo "$as_me:$LINENO: checking whether __setfpucw is needed" >&5
Line 28751... Line 30183...
28751
else
30183
else
28752
  if test "$cross_compiling" = yes; then
30184
  if test "$cross_compiling" = yes; then
28753
  r_cv_func___setfpucw_needed=no
30185
  r_cv_func___setfpucw_needed=no
28754
else
30186
else
28755
  cat >conftest.$ac_ext <<_ACEOF
30187
  cat >conftest.$ac_ext <<_ACEOF
28756
#line $LINENO "configure"
-
 
28757
/* confdefs.h.  */
30188
/* confdefs.h.  */
28758
_ACEOF
30189
_ACEOF
28759
cat confdefs.h >>conftest.$ac_ext
30190
cat confdefs.h >>conftest.$ac_ext
28760
cat >>conftest.$ac_ext <<_ACEOF
30191
cat >>conftest.$ac_ext <<_ACEOF
28761
/* end confdefs.h.  */
30192
/* end confdefs.h.  */
Line 28787... Line 30218...
28787
sed 's/^/| /' conftest.$ac_ext >&5
30218
sed 's/^/| /' conftest.$ac_ext >&5
28788
 
30219
 
28789
( exit $ac_status )
30220
( exit $ac_status )
28790
r_cv_func___setfpucw_needed=yes
30221
r_cv_func___setfpucw_needed=yes
28791
fi
30222
fi
28792
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30223
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28793
fi
30224
fi
28794
fi
30225
fi
28795
echo "$as_me:$LINENO: result: $r_cv_func___setfpucw_needed" >&5
30226
echo "$as_me:$LINENO: result: $r_cv_func___setfpucw_needed" >&5
28796
echo "${ECHO_T}$r_cv_func___setfpucw_needed" >&6
30227
echo "${ECHO_T}$r_cv_func___setfpucw_needed" >&6
28797
if test "x${r_cv_func___setfpucw_needed}" = xyes; then
30228
if test "x${r_cv_func___setfpucw_needed}" = xyes; then
Line 28811... Line 30242...
28811
else
30242
else
28812
  if test "$cross_compiling" = yes; then
30243
  if test "$cross_compiling" = yes; then
28813
  r_cv_func_calloc_works=no
30244
  r_cv_func_calloc_works=no
28814
else
30245
else
28815
  cat >conftest.$ac_ext <<_ACEOF
30246
  cat >conftest.$ac_ext <<_ACEOF
28816
#line $LINENO "configure"
-
 
28817
/* confdefs.h.  */
30247
/* confdefs.h.  */
28818
_ACEOF
30248
_ACEOF
28819
cat confdefs.h >>conftest.$ac_ext
30249
cat confdefs.h >>conftest.$ac_ext
28820
cat >>conftest.$ac_ext <<_ACEOF
30250
cat >>conftest.$ac_ext <<_ACEOF
28821
/* end confdefs.h.  */
30251
/* end confdefs.h.  */
Line 28845... Line 30275...
28845
sed 's/^/| /' conftest.$ac_ext >&5
30275
sed 's/^/| /' conftest.$ac_ext >&5
28846
 
30276
 
28847
( exit $ac_status )
30277
( exit $ac_status )
28848
r_cv_func_calloc_works=no
30278
r_cv_func_calloc_works=no
28849
fi
30279
fi
28850
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30280
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28851
fi
30281
fi
28852
fi
30282
fi
28853
echo "$as_me:$LINENO: result: $r_cv_func_calloc_works" >&5
30283
echo "$as_me:$LINENO: result: $r_cv_func_calloc_works" >&5
28854
echo "${ECHO_T}$r_cv_func_calloc_works" >&6
30284
echo "${ECHO_T}$r_cv_func_calloc_works" >&6
28855
if test "x${r_cv_func_calloc_works}" = xyes; then
30285
if test "x${r_cv_func_calloc_works}" = xyes; then
Line 28867... Line 30297...
28867
else
30297
else
28868
  if test "$cross_compiling" = yes; then
30298
  if test "$cross_compiling" = yes; then
28869
  r_cv_func_finite_works=no
30299
  r_cv_func_finite_works=no
28870
else
30300
else
28871
  cat >conftest.$ac_ext <<_ACEOF
30301
  cat >conftest.$ac_ext <<_ACEOF
28872
#line $LINENO "configure"
-
 
28873
/* confdefs.h.  */
30302
/* confdefs.h.  */
28874
_ACEOF
30303
_ACEOF
28875
cat confdefs.h >>conftest.$ac_ext
30304
cat confdefs.h >>conftest.$ac_ext
28876
cat >>conftest.$ac_ext <<_ACEOF
30305
cat >>conftest.$ac_ext <<_ACEOF
28877
/* end confdefs.h.  */
30306
/* end confdefs.h.  */
Line 28905... Line 30334...
28905
sed 's/^/| /' conftest.$ac_ext >&5
30334
sed 's/^/| /' conftest.$ac_ext >&5
28906
 
30335
 
28907
( exit $ac_status )
30336
( exit $ac_status )
28908
r_cv_func_finite_works=no
30337
r_cv_func_finite_works=no
28909
fi
30338
fi
28910
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30339
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28911
fi
30340
fi
28912
fi
30341
fi
28913
echo "$as_me:$LINENO: result: $r_cv_func_finite_works" >&5
30342
echo "$as_me:$LINENO: result: $r_cv_func_finite_works" >&5
28914
echo "${ECHO_T}$r_cv_func_finite_works" >&6
30343
echo "${ECHO_T}$r_cv_func_finite_works" >&6
28915
if test "x${r_cv_func_finite_works}" = xyes; then
30344
if test "x${r_cv_func_finite_works}" = xyes; then
Line 28927... Line 30356...
28927
else
30356
else
28928
  if test "$cross_compiling" = yes; then
30357
  if test "$cross_compiling" = yes; then
28929
  r_cv_func_log_works=no
30358
  r_cv_func_log_works=no
28930
else
30359
else
28931
  cat >conftest.$ac_ext <<_ACEOF
30360
  cat >conftest.$ac_ext <<_ACEOF
28932
#line $LINENO "configure"
-
 
28933
/* confdefs.h.  */
30361
/* confdefs.h.  */
28934
_ACEOF
30362
_ACEOF
28935
cat confdefs.h >>conftest.$ac_ext
30363
cat confdefs.h >>conftest.$ac_ext
28936
cat >>conftest.$ac_ext <<_ACEOF
30364
cat >>conftest.$ac_ext <<_ACEOF
28937
/* end confdefs.h.  */
30365
/* end confdefs.h.  */
Line 28965... Line 30393...
28965
sed 's/^/| /' conftest.$ac_ext >&5
30393
sed 's/^/| /' conftest.$ac_ext >&5
28966
 
30394
 
28967
( exit $ac_status )
30395
( exit $ac_status )
28968
r_cv_func_log_works=no
30396
r_cv_func_log_works=no
28969
fi
30397
fi
28970
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30398
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28971
fi
30399
fi
28972
fi
30400
fi
28973
echo "$as_me:$LINENO: result: $r_cv_func_log_works" >&5
30401
echo "$as_me:$LINENO: result: $r_cv_func_log_works" >&5
28974
echo "${ECHO_T}$r_cv_func_log_works" >&6
30402
echo "${ECHO_T}$r_cv_func_log_works" >&6
28975
if test "x${r_cv_func_log_works}" = xyes; then
30403
if test "x${r_cv_func_log_works}" = xyes; then
Line 28987... Line 30415...
28987
else
30415
else
28988
  if test "$cross_compiling" = yes; then
30416
  if test "$cross_compiling" = yes; then
28989
  r_cv_func_log1p_works=no
30417
  r_cv_func_log1p_works=no
28990
else
30418
else
28991
  cat >conftest.$ac_ext <<_ACEOF
30419
  cat >conftest.$ac_ext <<_ACEOF
28992
#line $LINENO "configure"
-
 
28993
/* confdefs.h.  */
30420
/* confdefs.h.  */
28994
_ACEOF
30421
_ACEOF
28995
cat confdefs.h >>conftest.$ac_ext
30422
cat confdefs.h >>conftest.$ac_ext
28996
cat >>conftest.$ac_ext <<_ACEOF
30423
cat >>conftest.$ac_ext <<_ACEOF
28997
/* end confdefs.h.  */
30424
/* end confdefs.h.  */
Line 29041... Line 30468...
29041
sed 's/^/| /' conftest.$ac_ext >&5
30468
sed 's/^/| /' conftest.$ac_ext >&5
29042
 
30469
 
29043
( exit $ac_status )
30470
( exit $ac_status )
29044
r_cv_func_log1p_works=no
30471
r_cv_func_log1p_works=no
29045
fi
30472
fi
29046
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30473
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29047
fi
30474
fi
29048
fi
30475
fi
29049
echo "$as_me:$LINENO: result: $r_cv_func_log1p_works" >&5
30476
echo "$as_me:$LINENO: result: $r_cv_func_log1p_works" >&5
29050
echo "${ECHO_T}$r_cv_func_log1p_works" >&6
30477
echo "${ECHO_T}$r_cv_func_log1p_works" >&6
29051
if test "x${r_cv_func_log1p_works}" = xyes; then
30478
if test "x${r_cv_func_log1p_works}" = xyes; then
Line 29067... Line 30494...
29067
else
30494
else
29068
  if test "$cross_compiling" = yes; then
30495
  if test "$cross_compiling" = yes; then
29069
  r_cv_func_strptime_works=no
30496
  r_cv_func_strptime_works=no
29070
else
30497
else
29071
  cat >conftest.$ac_ext <<_ACEOF
30498
  cat >conftest.$ac_ext <<_ACEOF
29072
#line $LINENO "configure"
-
 
29073
/* confdefs.h.  */
30499
/* confdefs.h.  */
29074
_ACEOF
30500
_ACEOF
29075
cat confdefs.h >>conftest.$ac_ext
30501
cat confdefs.h >>conftest.$ac_ext
29076
cat >>conftest.$ac_ext <<_ACEOF
30502
cat >>conftest.$ac_ext <<_ACEOF
29077
/* end confdefs.h.  */
30503
/* end confdefs.h.  */
Line 29113... Line 30539...
29113
sed 's/^/| /' conftest.$ac_ext >&5
30539
sed 's/^/| /' conftest.$ac_ext >&5
29114
 
30540
 
29115
( exit $ac_status )
30541
( exit $ac_status )
29116
r_cv_func_strptime_works=no
30542
r_cv_func_strptime_works=no
29117
fi
30543
fi
29118
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30544
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29119
fi
30545
fi
29120
fi
30546
fi
29121
echo "$as_me:$LINENO: result: $r_cv_func_strptime_works" >&5
30547
echo "$as_me:$LINENO: result: $r_cv_func_strptime_works" >&5
29122
echo "${ECHO_T}$r_cv_func_strptime_works" >&6
30548
echo "${ECHO_T}$r_cv_func_strptime_works" >&6
29123
if test "x${r_cv_func_strptime_works}" = xyes; then
30549
if test "x${r_cv_func_strptime_works}" = xyes; then
Line 29166... Line 30592...
29166
  if test "x${BLAS_LIBS}" != x; then
30592
  if test "x${BLAS_LIBS}" != x; then
29167
    r_save_LIBS="${LIBS}"; LIBS="${BLAS_LIBS} ${LIBS}"
30593
    r_save_LIBS="${LIBS}"; LIBS="${BLAS_LIBS} ${LIBS}"
29168
    echo "$as_me:$LINENO: checking for ${sgemm} in ${BLAS_LIBS}" >&5
30594
    echo "$as_me:$LINENO: checking for ${sgemm} in ${BLAS_LIBS}" >&5
29169
echo $ECHO_N "checking for ${sgemm} in ${BLAS_LIBS}... $ECHO_C" >&6
30595
echo $ECHO_N "checking for ${sgemm} in ${BLAS_LIBS}... $ECHO_C" >&6
29170
    cat >conftest.$ac_ext <<_ACEOF
30596
    cat >conftest.$ac_ext <<_ACEOF
29171
#line $LINENO "configure"
-
 
29172
/* confdefs.h.  */
30597
/* confdefs.h.  */
29173
_ACEOF
30598
_ACEOF
29174
cat confdefs.h >>conftest.$ac_ext
30599
cat confdefs.h >>conftest.$ac_ext
29175
cat >>conftest.$ac_ext <<_ACEOF
30600
cat >>conftest.$ac_ext <<_ACEOF
29176
/* end confdefs.h.  */
30601
/* end confdefs.h.  */
29177
void ${xerbla}(char *srname, int *info){}
30602
void ${xerbla}(char *srname, int *info){}
29178
#ifdef F77_DUMMY_MAIN
30603
#ifdef F77_DUMMY_MAIN
-
 
30604
 
29179
#  ifdef __cplusplus
30605
#  ifdef __cplusplus
29180
     extern "C"
30606
     extern "C"
29181
#  endif
30607
#  endif
29182
   int F77_DUMMY_MAIN() { return 1; }
30608
   int F77_DUMMY_MAIN() { return 1; }
-
 
30609
 
29183
#endif
30610
#endif
29184
int
30611
int
29185
main ()
30612
main ()
29186
{
30613
{
29187
${sgemm}()
30614
${sgemm}()
Line 29189... Line 30616...
29189
  return 0;
30616
  return 0;
29190
}
30617
}
29191
_ACEOF
30618
_ACEOF
29192
rm -f conftest.$ac_objext conftest$ac_exeext
30619
rm -f conftest.$ac_objext conftest$ac_exeext
29193
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30620
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29194
  (eval $ac_link) 2>&5
30621
  (eval $ac_link) 2>conftest.er1
29195
  ac_status=$?
30622
  ac_status=$?
-
 
30623
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30624
  rm -f conftest.er1
-
 
30625
  cat conftest.err >&5
29196
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30626
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29197
  (exit $ac_status); } &&
30627
  (exit $ac_status); } &&
-
 
30628
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30629
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30630
  (eval $ac_try) 2>&5
-
 
30631
  ac_status=$?
-
 
30632
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30633
  (exit $ac_status); }; } &&
29198
         { ac_try='test -s conftest$ac_exeext'
30634
	 { ac_try='test -s conftest$ac_exeext'
29199
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30635
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29200
  (eval $ac_try) 2>&5
30636
  (eval $ac_try) 2>&5
29201
  ac_status=$?
30637
  ac_status=$?
29202
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30638
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29203
  (exit $ac_status); }; }; then
30639
  (exit $ac_status); }; }; then
Line 29206... Line 30642...
29206
  echo "$as_me: failed program was:" >&5
30642
  echo "$as_me: failed program was:" >&5
29207
sed 's/^/| /' conftest.$ac_ext >&5
30643
sed 's/^/| /' conftest.$ac_ext >&5
29208
 
30644
 
29209
BLAS_LIBS=""
30645
BLAS_LIBS=""
29210
fi
30646
fi
-
 
30647
rm -f conftest.err conftest.$ac_objext \
29211
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30648
      conftest$ac_exeext conftest.$ac_ext
29212
    echo "$as_me:$LINENO: result: ${acx_blas_ok}" >&5
30649
    echo "$as_me:$LINENO: result: ${acx_blas_ok}" >&5
29213
echo "${ECHO_T}${acx_blas_ok}" >&6
30650
echo "${ECHO_T}${acx_blas_ok}" >&6
29214
    LIBS="${r_save_LIBS}"
30651
    LIBS="${r_save_LIBS}"
29215
  fi
30652
  fi
29216
fi
30653
fi
Line 29221... Line 30658...
29221
echo $ECHO_N "checking for ${sgemm}... $ECHO_C" >&6
30658
echo $ECHO_N "checking for ${sgemm}... $ECHO_C" >&6
29222
if eval "test \"\${$as_ac_var+set}\" = set"; then
30659
if eval "test \"\${$as_ac_var+set}\" = set"; then
29223
  echo $ECHO_N "(cached) $ECHO_C" >&6
30660
  echo $ECHO_N "(cached) $ECHO_C" >&6
29224
else
30661
else
29225
  cat >conftest.$ac_ext <<_ACEOF
30662
  cat >conftest.$ac_ext <<_ACEOF
29226
#line $LINENO "configure"
-
 
29227
/* confdefs.h.  */
30663
/* confdefs.h.  */
29228
_ACEOF
30664
_ACEOF
29229
cat confdefs.h >>conftest.$ac_ext
30665
cat confdefs.h >>conftest.$ac_ext
29230
cat >>conftest.$ac_ext <<_ACEOF
30666
cat >>conftest.$ac_ext <<_ACEOF
29231
/* end confdefs.h.  */
30667
/* end confdefs.h.  */
-
 
30668
/* Define ${sgemm} to an innocuous variant, in case <limits.h> declares ${sgemm}.
-
 
30669
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
30670
#define ${sgemm} innocuous_${sgemm}
-
 
30671
 
29232
/* System header to define __stub macros and hopefully few prototypes,
30672
/* System header to define __stub macros and hopefully few prototypes,
29233
    which can conflict with char ${sgemm} (); below.
30673
    which can conflict with char ${sgemm} (); below.
29234
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30674
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29235
    <limits.h> exists even on freestanding compilers.  */
30675
    <limits.h> exists even on freestanding compilers.  */
-
 
30676
 
29236
#ifdef __STDC__
30677
#ifdef __STDC__
29237
# include <limits.h>
30678
# include <limits.h>
29238
#else
30679
#else
29239
# include <assert.h>
30680
# include <assert.h>
29240
#endif
30681
#endif
-
 
30682
 
-
 
30683
#undef ${sgemm}
-
 
30684
 
29241
/* Override any gcc2 internal prototype to avoid an error.  */
30685
/* Override any gcc2 internal prototype to avoid an error.  */
29242
#ifdef __cplusplus
30686
#ifdef __cplusplus
29243
extern "C"
30687
extern "C"
29244
{
30688
{
29245
#endif
30689
#endif
Line 29257... Line 30701...
29257
#ifdef __cplusplus
30701
#ifdef __cplusplus
29258
}
30702
}
29259
#endif
30703
#endif
29260
 
30704
 
29261
#ifdef F77_DUMMY_MAIN
30705
#ifdef F77_DUMMY_MAIN
-
 
30706
 
29262
#  ifdef __cplusplus
30707
#  ifdef __cplusplus
29263
     extern "C"
30708
     extern "C"
29264
#  endif
30709
#  endif
29265
   int F77_DUMMY_MAIN() { return 1; }
30710
   int F77_DUMMY_MAIN() { return 1; }
-
 
30711
 
29266
#endif
30712
#endif
29267
int
30713
int
29268
main ()
30714
main ()
29269
{
30715
{
29270
return f != ${sgemm};
30716
return f != ${sgemm};
Line 29272... Line 30718...
29272
  return 0;
30718
  return 0;
29273
}
30719
}
29274
_ACEOF
30720
_ACEOF
29275
rm -f conftest.$ac_objext conftest$ac_exeext
30721
rm -f conftest.$ac_objext conftest$ac_exeext
29276
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30722
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29277
  (eval $ac_link) 2>&5
30723
  (eval $ac_link) 2>conftest.er1
29278
  ac_status=$?
30724
  ac_status=$?
-
 
30725
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30726
  rm -f conftest.er1
-
 
30727
  cat conftest.err >&5
29279
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30728
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29280
  (exit $ac_status); } &&
30729
  (exit $ac_status); } &&
-
 
30730
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30731
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30732
  (eval $ac_try) 2>&5
-
 
30733
  ac_status=$?
-
 
30734
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30735
  (exit $ac_status); }; } &&
29281
         { ac_try='test -s conftest$ac_exeext'
30736
	 { ac_try='test -s conftest$ac_exeext'
29282
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30737
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29283
  (eval $ac_try) 2>&5
30738
  (eval $ac_try) 2>&5
29284
  ac_status=$?
30739
  ac_status=$?
29285
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30740
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29286
  (exit $ac_status); }; }; then
30741
  (exit $ac_status); }; }; then
Line 29289... Line 30744...
29289
  echo "$as_me: failed program was:" >&5
30744
  echo "$as_me: failed program was:" >&5
29290
sed 's/^/| /' conftest.$ac_ext >&5
30745
sed 's/^/| /' conftest.$ac_ext >&5
29291
 
30746
 
29292
eval "$as_ac_var=no"
30747
eval "$as_ac_var=no"
29293
fi
30748
fi
-
 
30749
rm -f conftest.err conftest.$ac_objext \
29294
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30750
      conftest$ac_exeext conftest.$ac_ext
29295
fi
30751
fi
29296
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30752
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29297
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30753
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29298
if test `eval echo '${'$as_ac_var'}'` = yes; then
30754
if test `eval echo '${'$as_ac_var'}'` = yes; then
29299
  acx_blas_ok=yes
30755
  acx_blas_ok=yes
Line 29308... Line 30764...
29308
  echo $ECHO_N "(cached) $ECHO_C" >&6
30764
  echo $ECHO_N "(cached) $ECHO_C" >&6
29309
else
30765
else
29310
  ac_check_lib_save_LIBS=$LIBS
30766
  ac_check_lib_save_LIBS=$LIBS
29311
LIBS="-latlas  $LIBS"
30767
LIBS="-latlas  $LIBS"
29312
cat >conftest.$ac_ext <<_ACEOF
30768
cat >conftest.$ac_ext <<_ACEOF
29313
#line $LINENO "configure"
-
 
29314
/* confdefs.h.  */
30769
/* confdefs.h.  */
29315
_ACEOF
30770
_ACEOF
29316
cat confdefs.h >>conftest.$ac_ext
30771
cat confdefs.h >>conftest.$ac_ext
29317
cat >>conftest.$ac_ext <<_ACEOF
30772
cat >>conftest.$ac_ext <<_ACEOF
29318
/* end confdefs.h.  */
30773
/* end confdefs.h.  */
Line 29323... Line 30778...
29323
#endif
30778
#endif
29324
/* We use char because int might match the return type of a gcc2
30779
/* We use char because int might match the return type of a gcc2
29325
   builtin and then its argument prototype would still apply.  */
30780
   builtin and then its argument prototype would still apply.  */
29326
char ATL_xerbla ();
30781
char ATL_xerbla ();
29327
#ifdef F77_DUMMY_MAIN
30782
#ifdef F77_DUMMY_MAIN
-
 
30783
 
29328
#  ifdef __cplusplus
30784
#  ifdef __cplusplus
29329
     extern "C"
30785
     extern "C"
29330
#  endif
30786
#  endif
29331
   int F77_DUMMY_MAIN() { return 1; }
30787
   int F77_DUMMY_MAIN() { return 1; }
-
 
30788
 
29332
#endif
30789
#endif
29333
int
30790
int
29334
main ()
30791
main ()
29335
{
30792
{
29336
ATL_xerbla ();
30793
ATL_xerbla ();
Line 29338... Line 30795...
29338
  return 0;
30795
  return 0;
29339
}
30796
}
29340
_ACEOF
30797
_ACEOF
29341
rm -f conftest.$ac_objext conftest$ac_exeext
30798
rm -f conftest.$ac_objext conftest$ac_exeext
29342
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30799
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29343
  (eval $ac_link) 2>&5
30800
  (eval $ac_link) 2>conftest.er1
29344
  ac_status=$?
30801
  ac_status=$?
-
 
30802
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30803
  rm -f conftest.er1
-
 
30804
  cat conftest.err >&5
29345
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30805
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29346
  (exit $ac_status); } &&
30806
  (exit $ac_status); } &&
-
 
30807
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30808
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30809
  (eval $ac_try) 2>&5
-
 
30810
  ac_status=$?
-
 
30811
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30812
  (exit $ac_status); }; } &&
29347
         { ac_try='test -s conftest$ac_exeext'
30813
	 { ac_try='test -s conftest$ac_exeext'
29348
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30814
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29349
  (eval $ac_try) 2>&5
30815
  (eval $ac_try) 2>&5
29350
  ac_status=$?
30816
  ac_status=$?
29351
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30817
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29352
  (exit $ac_status); }; }; then
30818
  (exit $ac_status); }; }; then
Line 29355... Line 30821...
29355
  echo "$as_me: failed program was:" >&5
30821
  echo "$as_me: failed program was:" >&5
29356
sed 's/^/| /' conftest.$ac_ext >&5
30822
sed 's/^/| /' conftest.$ac_ext >&5
29357
 
30823
 
29358
ac_cv_lib_atlas_ATL_xerbla=no
30824
ac_cv_lib_atlas_ATL_xerbla=no
29359
fi
30825
fi
-
 
30826
rm -f conftest.err conftest.$ac_objext \
29360
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30827
      conftest$ac_exeext conftest.$ac_ext
29361
LIBS=$ac_check_lib_save_LIBS
30828
LIBS=$ac_check_lib_save_LIBS
29362
fi
30829
fi
29363
echo "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5
30830
echo "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5
29364
echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6
30831
echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6
29365
if test $ac_cv_lib_atlas_ATL_xerbla = yes; then
30832
if test $ac_cv_lib_atlas_ATL_xerbla = yes; then
Line 29370... Line 30837...
29370
  echo $ECHO_N "(cached) $ECHO_C" >&6
30837
  echo $ECHO_N "(cached) $ECHO_C" >&6
29371
else
30838
else
29372
  ac_check_lib_save_LIBS=$LIBS
30839
  ac_check_lib_save_LIBS=$LIBS
29373
LIBS="-lf77blas -latlas $LIBS"
30840
LIBS="-lf77blas -latlas $LIBS"
29374
cat >conftest.$ac_ext <<_ACEOF
30841
cat >conftest.$ac_ext <<_ACEOF
29375
#line $LINENO "configure"
-
 
29376
/* confdefs.h.  */
30842
/* confdefs.h.  */
29377
_ACEOF
30843
_ACEOF
29378
cat confdefs.h >>conftest.$ac_ext
30844
cat confdefs.h >>conftest.$ac_ext
29379
cat >>conftest.$ac_ext <<_ACEOF
30845
cat >>conftest.$ac_ext <<_ACEOF
29380
/* end confdefs.h.  */
30846
/* end confdefs.h.  */
Line 29385... Line 30851...
29385
#endif
30851
#endif
29386
/* We use char because int might match the return type of a gcc2
30852
/* We use char because int might match the return type of a gcc2
29387
   builtin and then its argument prototype would still apply.  */
30853
   builtin and then its argument prototype would still apply.  */
29388
char ${sgemm} ();
30854
char ${sgemm} ();
29389
#ifdef F77_DUMMY_MAIN
30855
#ifdef F77_DUMMY_MAIN
-
 
30856
 
29390
#  ifdef __cplusplus
30857
#  ifdef __cplusplus
29391
     extern "C"
30858
     extern "C"
29392
#  endif
30859
#  endif
29393
   int F77_DUMMY_MAIN() { return 1; }
30860
   int F77_DUMMY_MAIN() { return 1; }
-
 
30861
 
29394
#endif
30862
#endif
29395
int
30863
int
29396
main ()
30864
main ()
29397
{
30865
{
29398
${sgemm} ();
30866
${sgemm} ();
Line 29400... Line 30868...
29400
  return 0;
30868
  return 0;
29401
}
30869
}
29402
_ACEOF
30870
_ACEOF
29403
rm -f conftest.$ac_objext conftest$ac_exeext
30871
rm -f conftest.$ac_objext conftest$ac_exeext
29404
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30872
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29405
  (eval $ac_link) 2>&5
30873
  (eval $ac_link) 2>conftest.er1
29406
  ac_status=$?
30874
  ac_status=$?
-
 
30875
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30876
  rm -f conftest.er1
-
 
30877
  cat conftest.err >&5
29407
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30878
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29408
  (exit $ac_status); } &&
30879
  (exit $ac_status); } &&
-
 
30880
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30881
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30882
  (eval $ac_try) 2>&5
-
 
30883
  ac_status=$?
-
 
30884
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30885
  (exit $ac_status); }; } &&
29409
         { ac_try='test -s conftest$ac_exeext'
30886
	 { ac_try='test -s conftest$ac_exeext'
29410
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30887
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29411
  (eval $ac_try) 2>&5
30888
  (eval $ac_try) 2>&5
29412
  ac_status=$?
30889
  ac_status=$?
29413
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30890
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29414
  (exit $ac_status); }; }; then
30891
  (exit $ac_status); }; }; then
Line 29417... Line 30894...
29417
  echo "$as_me: failed program was:" >&5
30894
  echo "$as_me: failed program was:" >&5
29418
sed 's/^/| /' conftest.$ac_ext >&5
30895
sed 's/^/| /' conftest.$ac_ext >&5
29419
 
30896
 
29420
eval "$as_ac_Lib=no"
30897
eval "$as_ac_Lib=no"
29421
fi
30898
fi
-
 
30899
rm -f conftest.err conftest.$ac_objext \
29422
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30900
      conftest$ac_exeext conftest.$ac_ext
29423
LIBS=$ac_check_lib_save_LIBS
30901
LIBS=$ac_check_lib_save_LIBS
29424
fi
30902
fi
29425
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
30903
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29426
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
30904
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29427
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
30905
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29441... Line 30919...
29441
  echo $ECHO_N "(cached) $ECHO_C" >&6
30919
  echo $ECHO_N "(cached) $ECHO_C" >&6
29442
else
30920
else
29443
  ac_check_lib_save_LIBS=$LIBS
30921
  ac_check_lib_save_LIBS=$LIBS
29444
LIBS="-lblas  $LIBS"
30922
LIBS="-lblas  $LIBS"
29445
cat >conftest.$ac_ext <<_ACEOF
30923
cat >conftest.$ac_ext <<_ACEOF
29446
#line $LINENO "configure"
-
 
29447
/* confdefs.h.  */
30924
/* confdefs.h.  */
29448
_ACEOF
30925
_ACEOF
29449
cat confdefs.h >>conftest.$ac_ext
30926
cat confdefs.h >>conftest.$ac_ext
29450
cat >>conftest.$ac_ext <<_ACEOF
30927
cat >>conftest.$ac_ext <<_ACEOF
29451
/* end confdefs.h.  */
30928
/* end confdefs.h.  */
Line 29456... Line 30933...
29456
#endif
30933
#endif
29457
/* We use char because int might match the return type of a gcc2
30934
/* We use char because int might match the return type of a gcc2
29458
   builtin and then its argument prototype would still apply.  */
30935
   builtin and then its argument prototype would still apply.  */
29459
char ${sgemm} ();
30936
char ${sgemm} ();
29460
#ifdef F77_DUMMY_MAIN
30937
#ifdef F77_DUMMY_MAIN
-
 
30938
 
29461
#  ifdef __cplusplus
30939
#  ifdef __cplusplus
29462
     extern "C"
30940
     extern "C"
29463
#  endif
30941
#  endif
29464
   int F77_DUMMY_MAIN() { return 1; }
30942
   int F77_DUMMY_MAIN() { return 1; }
-
 
30943
 
29465
#endif
30944
#endif
29466
int
30945
int
29467
main ()
30946
main ()
29468
{
30947
{
29469
${sgemm} ();
30948
${sgemm} ();
Line 29471... Line 30950...
29471
  return 0;
30950
  return 0;
29472
}
30951
}
29473
_ACEOF
30952
_ACEOF
29474
rm -f conftest.$ac_objext conftest$ac_exeext
30953
rm -f conftest.$ac_objext conftest$ac_exeext
29475
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30954
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29476
  (eval $ac_link) 2>&5
30955
  (eval $ac_link) 2>conftest.er1
29477
  ac_status=$?
30956
  ac_status=$?
-
 
30957
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
30958
  rm -f conftest.er1
-
 
30959
  cat conftest.err >&5
29478
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30960
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29479
  (exit $ac_status); } &&
30961
  (exit $ac_status); } &&
-
 
30962
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
30963
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
30964
  (eval $ac_try) 2>&5
-
 
30965
  ac_status=$?
-
 
30966
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
30967
  (exit $ac_status); }; } &&
29480
         { ac_try='test -s conftest$ac_exeext'
30968
	 { ac_try='test -s conftest$ac_exeext'
29481
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30969
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29482
  (eval $ac_try) 2>&5
30970
  (eval $ac_try) 2>&5
29483
  ac_status=$?
30971
  ac_status=$?
29484
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30972
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29485
  (exit $ac_status); }; }; then
30973
  (exit $ac_status); }; }; then
Line 29488... Line 30976...
29488
  echo "$as_me: failed program was:" >&5
30976
  echo "$as_me: failed program was:" >&5
29489
sed 's/^/| /' conftest.$ac_ext >&5
30977
sed 's/^/| /' conftest.$ac_ext >&5
29490
 
30978
 
29491
eval "$as_ac_Lib=no"
30979
eval "$as_ac_Lib=no"
29492
fi
30980
fi
-
 
30981
rm -f conftest.err conftest.$ac_objext \
29493
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30982
      conftest$ac_exeext conftest.$ac_ext
29494
LIBS=$ac_check_lib_save_LIBS
30983
LIBS=$ac_check_lib_save_LIBS
29495
fi
30984
fi
29496
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
30985
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29497
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
30986
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29498
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
30987
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29503... Line 30992...
29503
  echo $ECHO_N "(cached) $ECHO_C" >&6
30992
  echo $ECHO_N "(cached) $ECHO_C" >&6
29504
else
30993
else
29505
  ac_check_lib_save_LIBS=$LIBS
30994
  ac_check_lib_save_LIBS=$LIBS
29506
LIBS="-ldgemm -lblas $LIBS"
30995
LIBS="-ldgemm -lblas $LIBS"
29507
cat >conftest.$ac_ext <<_ACEOF
30996
cat >conftest.$ac_ext <<_ACEOF
29508
#line $LINENO "configure"
-
 
29509
/* confdefs.h.  */
30997
/* confdefs.h.  */
29510
_ACEOF
30998
_ACEOF
29511
cat confdefs.h >>conftest.$ac_ext
30999
cat confdefs.h >>conftest.$ac_ext
29512
cat >>conftest.$ac_ext <<_ACEOF
31000
cat >>conftest.$ac_ext <<_ACEOF
29513
/* end confdefs.h.  */
31001
/* end confdefs.h.  */
Line 29518... Line 31006...
29518
#endif
31006
#endif
29519
/* We use char because int might match the return type of a gcc2
31007
/* We use char because int might match the return type of a gcc2
29520
   builtin and then its argument prototype would still apply.  */
31008
   builtin and then its argument prototype would still apply.  */
29521
char $dgemm ();
31009
char $dgemm ();
29522
#ifdef F77_DUMMY_MAIN
31010
#ifdef F77_DUMMY_MAIN
-
 
31011
 
29523
#  ifdef __cplusplus
31012
#  ifdef __cplusplus
29524
     extern "C"
31013
     extern "C"
29525
#  endif
31014
#  endif
29526
   int F77_DUMMY_MAIN() { return 1; }
31015
   int F77_DUMMY_MAIN() { return 1; }
-
 
31016
 
29527
#endif
31017
#endif
29528
int
31018
int
29529
main ()
31019
main ()
29530
{
31020
{
29531
$dgemm ();
31021
$dgemm ();
Line 29533... Line 31023...
29533
  return 0;
31023
  return 0;
29534
}
31024
}
29535
_ACEOF
31025
_ACEOF
29536
rm -f conftest.$ac_objext conftest$ac_exeext
31026
rm -f conftest.$ac_objext conftest$ac_exeext
29537
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31027
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29538
  (eval $ac_link) 2>&5
31028
  (eval $ac_link) 2>conftest.er1
29539
  ac_status=$?
31029
  ac_status=$?
-
 
31030
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31031
  rm -f conftest.er1
-
 
31032
  cat conftest.err >&5
29540
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31033
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29541
  (exit $ac_status); } &&
31034
  (exit $ac_status); } &&
-
 
31035
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31036
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31037
  (eval $ac_try) 2>&5
-
 
31038
  ac_status=$?
-
 
31039
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31040
  (exit $ac_status); }; } &&
29542
         { ac_try='test -s conftest$ac_exeext'
31041
	 { ac_try='test -s conftest$ac_exeext'
29543
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31042
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29544
  (eval $ac_try) 2>&5
31043
  (eval $ac_try) 2>&5
29545
  ac_status=$?
31044
  ac_status=$?
29546
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31045
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29547
  (exit $ac_status); }; }; then
31046
  (exit $ac_status); }; }; then
Line 29550... Line 31049...
29550
  echo "$as_me: failed program was:" >&5
31049
  echo "$as_me: failed program was:" >&5
29551
sed 's/^/| /' conftest.$ac_ext >&5
31050
sed 's/^/| /' conftest.$ac_ext >&5
29552
 
31051
 
29553
eval "$as_ac_Lib=no"
31052
eval "$as_ac_Lib=no"
29554
fi
31053
fi
-
 
31054
rm -f conftest.err conftest.$ac_objext \
29555
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31055
      conftest$ac_exeext conftest.$ac_ext
29556
LIBS=$ac_check_lib_save_LIBS
31056
LIBS=$ac_check_lib_save_LIBS
29557
fi
31057
fi
29558
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31058
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29559
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31059
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29560
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31060
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29565... Line 31065...
29565
  echo $ECHO_N "(cached) $ECHO_C" >&6
31065
  echo $ECHO_N "(cached) $ECHO_C" >&6
29566
else
31066
else
29567
  ac_check_lib_save_LIBS=$LIBS
31067
  ac_check_lib_save_LIBS=$LIBS
29568
LIBS="-lsgemm -lblas $LIBS"
31068
LIBS="-lsgemm -lblas $LIBS"
29569
cat >conftest.$ac_ext <<_ACEOF
31069
cat >conftest.$ac_ext <<_ACEOF
29570
#line $LINENO "configure"
-
 
29571
/* confdefs.h.  */
31070
/* confdefs.h.  */
29572
_ACEOF
31071
_ACEOF
29573
cat confdefs.h >>conftest.$ac_ext
31072
cat confdefs.h >>conftest.$ac_ext
29574
cat >>conftest.$ac_ext <<_ACEOF
31073
cat >>conftest.$ac_ext <<_ACEOF
29575
/* end confdefs.h.  */
31074
/* end confdefs.h.  */
Line 29580... Line 31079...
29580
#endif
31079
#endif
29581
/* We use char because int might match the return type of a gcc2
31080
/* We use char because int might match the return type of a gcc2
29582
   builtin and then its argument prototype would still apply.  */
31081
   builtin and then its argument prototype would still apply.  */
29583
char ${sgemm} ();
31082
char ${sgemm} ();
29584
#ifdef F77_DUMMY_MAIN
31083
#ifdef F77_DUMMY_MAIN
-
 
31084
 
29585
#  ifdef __cplusplus
31085
#  ifdef __cplusplus
29586
     extern "C"
31086
     extern "C"
29587
#  endif
31087
#  endif
29588
   int F77_DUMMY_MAIN() { return 1; }
31088
   int F77_DUMMY_MAIN() { return 1; }
-
 
31089
 
29589
#endif
31090
#endif
29590
int
31091
int
29591
main ()
31092
main ()
29592
{
31093
{
29593
${sgemm} ();
31094
${sgemm} ();
Line 29595... Line 31096...
29595
  return 0;
31096
  return 0;
29596
}
31097
}
29597
_ACEOF
31098
_ACEOF
29598
rm -f conftest.$ac_objext conftest$ac_exeext
31099
rm -f conftest.$ac_objext conftest$ac_exeext
29599
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31100
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29600
  (eval $ac_link) 2>&5
31101
  (eval $ac_link) 2>conftest.er1
29601
  ac_status=$?
31102
  ac_status=$?
-
 
31103
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31104
  rm -f conftest.er1
-
 
31105
  cat conftest.err >&5
29602
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31106
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29603
  (exit $ac_status); } &&
31107
  (exit $ac_status); } &&
-
 
31108
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31109
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31110
  (eval $ac_try) 2>&5
-
 
31111
  ac_status=$?
-
 
31112
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31113
  (exit $ac_status); }; } &&
29604
         { ac_try='test -s conftest$ac_exeext'
31114
	 { ac_try='test -s conftest$ac_exeext'
29605
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31115
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29606
  (eval $ac_try) 2>&5
31116
  (eval $ac_try) 2>&5
29607
  ac_status=$?
31117
  ac_status=$?
29608
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31118
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29609
  (exit $ac_status); }; }; then
31119
  (exit $ac_status); }; }; then
Line 29612... Line 31122...
29612
  echo "$as_me: failed program was:" >&5
31122
  echo "$as_me: failed program was:" >&5
29613
sed 's/^/| /' conftest.$ac_ext >&5
31123
sed 's/^/| /' conftest.$ac_ext >&5
29614
 
31124
 
29615
eval "$as_ac_Lib=no"
31125
eval "$as_ac_Lib=no"
29616
fi
31126
fi
-
 
31127
rm -f conftest.err conftest.$ac_objext \
29617
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31128
      conftest$ac_exeext conftest.$ac_ext
29618
LIBS=$ac_check_lib_save_LIBS
31129
LIBS=$ac_check_lib_save_LIBS
29619
fi
31130
fi
29620
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31131
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29621
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31132
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29622
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31133
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29637... Line 31148...
29637
     echo "$as_me:$LINENO: checking for ${sgemm} in -lsunperf" >&5
31148
     echo "$as_me:$LINENO: checking for ${sgemm} in -lsunperf" >&5
29638
echo $ECHO_N "checking for ${sgemm} in -lsunperf... $ECHO_C" >&6
31149
echo $ECHO_N "checking for ${sgemm} in -lsunperf... $ECHO_C" >&6
29639
     r_save_LIBS="${LIBS}"
31150
     r_save_LIBS="${LIBS}"
29640
     LIBS="-xlic_lib=sunperf -lsunmath ${LIBS}"
31151
     LIBS="-xlic_lib=sunperf -lsunmath ${LIBS}"
29641
     cat >conftest.$ac_ext <<_ACEOF
31152
     cat >conftest.$ac_ext <<_ACEOF
29642
#line $LINENO "configure"
-
 
29643
/* confdefs.h.  */
31153
/* confdefs.h.  */
29644
_ACEOF
31154
_ACEOF
29645
cat confdefs.h >>conftest.$ac_ext
31155
cat confdefs.h >>conftest.$ac_ext
29646
cat >>conftest.$ac_ext <<_ACEOF
31156
cat >>conftest.$ac_ext <<_ACEOF
29647
/* end confdefs.h.  */
31157
/* end confdefs.h.  */
Line 29652... Line 31162...
29652
#endif
31162
#endif
29653
/* We use char because int might match the return type of a gcc2
31163
/* We use char because int might match the return type of a gcc2
29654
   builtin and then its argument prototype would still apply.  */
31164
   builtin and then its argument prototype would still apply.  */
29655
char ${sgemm} ();
31165
char ${sgemm} ();
29656
#ifdef F77_DUMMY_MAIN
31166
#ifdef F77_DUMMY_MAIN
-
 
31167
 
29657
#  ifdef __cplusplus
31168
#  ifdef __cplusplus
29658
     extern "C"
31169
     extern "C"
29659
#  endif
31170
#  endif
29660
   int F77_DUMMY_MAIN() { return 1; }
31171
   int F77_DUMMY_MAIN() { return 1; }
-
 
31172
 
29661
#endif
31173
#endif
29662
int
31174
int
29663
main ()
31175
main ()
29664
{
31176
{
29665
${sgemm} ();
31177
${sgemm} ();
Line 29667... Line 31179...
29667
  return 0;
31179
  return 0;
29668
}
31180
}
29669
_ACEOF
31181
_ACEOF
29670
rm -f conftest.$ac_objext conftest$ac_exeext
31182
rm -f conftest.$ac_objext conftest$ac_exeext
29671
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31183
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29672
  (eval $ac_link) 2>&5
31184
  (eval $ac_link) 2>conftest.er1
29673
  ac_status=$?
31185
  ac_status=$?
-
 
31186
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31187
  rm -f conftest.er1
-
 
31188
  cat conftest.err >&5
29674
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31189
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29675
  (exit $ac_status); } &&
31190
  (exit $ac_status); } &&
-
 
31191
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31192
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31193
  (eval $ac_try) 2>&5
-
 
31194
  ac_status=$?
-
 
31195
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31196
  (exit $ac_status); }; } &&
29676
         { ac_try='test -s conftest$ac_exeext'
31197
	 { ac_try='test -s conftest$ac_exeext'
29677
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31198
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29678
  (eval $ac_try) 2>&5
31199
  (eval $ac_try) 2>&5
29679
  ac_status=$?
31200
  ac_status=$?
29680
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31201
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29681
  (exit $ac_status); }; }; then
31202
  (exit $ac_status); }; }; then
Line 29684... Line 31205...
29684
  echo "$as_me: failed program was:" >&5
31205
  echo "$as_me: failed program was:" >&5
29685
sed 's/^/| /' conftest.$ac_ext >&5
31206
sed 's/^/| /' conftest.$ac_ext >&5
29686
 
31207
 
29687
R_sunperf=no
31208
R_sunperf=no
29688
fi
31209
fi
-
 
31210
rm -f conftest.err conftest.$ac_objext \
29689
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31211
      conftest$ac_exeext conftest.$ac_ext
29690
     if test "${R_sunperf}" = yes; then
31212
     if test "${R_sunperf}" = yes; then
29691
        BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
31213
        BLAS_LIBS="-xlic_lib=sunperf -lsunmath"
29692
	acx_blas_ok=yes
31214
	acx_blas_ok=yes
29693
     fi
31215
     fi
29694
     LIBS="${r_save_LIBS}"
31216
     LIBS="${r_save_LIBS}"
Line 29707... Line 31229...
29707
  echo $ECHO_N "(cached) $ECHO_C" >&6
31229
  echo $ECHO_N "(cached) $ECHO_C" >&6
29708
else
31230
else
29709
  ac_check_lib_save_LIBS=$LIBS
31231
  ac_check_lib_save_LIBS=$LIBS
29710
LIBS="-lblas  $LIBS"
31232
LIBS="-lblas  $LIBS"
29711
cat >conftest.$ac_ext <<_ACEOF
31233
cat >conftest.$ac_ext <<_ACEOF
29712
#line $LINENO "configure"
-
 
29713
/* confdefs.h.  */
31234
/* confdefs.h.  */
29714
_ACEOF
31235
_ACEOF
29715
cat confdefs.h >>conftest.$ac_ext
31236
cat confdefs.h >>conftest.$ac_ext
29716
cat >>conftest.$ac_ext <<_ACEOF
31237
cat >>conftest.$ac_ext <<_ACEOF
29717
/* end confdefs.h.  */
31238
/* end confdefs.h.  */
Line 29722... Line 31243...
29722
#endif
31243
#endif
29723
/* We use char because int might match the return type of a gcc2
31244
/* We use char because int might match the return type of a gcc2
29724
   builtin and then its argument prototype would still apply.  */
31245
   builtin and then its argument prototype would still apply.  */
29725
char ${sgemm} ();
31246
char ${sgemm} ();
29726
#ifdef F77_DUMMY_MAIN
31247
#ifdef F77_DUMMY_MAIN
-
 
31248
 
29727
#  ifdef __cplusplus
31249
#  ifdef __cplusplus
29728
     extern "C"
31250
     extern "C"
29729
#  endif
31251
#  endif
29730
   int F77_DUMMY_MAIN() { return 1; }
31252
   int F77_DUMMY_MAIN() { return 1; }
-
 
31253
 
29731
#endif
31254
#endif
29732
int
31255
int
29733
main ()
31256
main ()
29734
{
31257
{
29735
${sgemm} ();
31258
${sgemm} ();
Line 29737... Line 31260...
29737
  return 0;
31260
  return 0;
29738
}
31261
}
29739
_ACEOF
31262
_ACEOF
29740
rm -f conftest.$ac_objext conftest$ac_exeext
31263
rm -f conftest.$ac_objext conftest$ac_exeext
29741
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31264
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29742
  (eval $ac_link) 2>&5
31265
  (eval $ac_link) 2>conftest.er1
29743
  ac_status=$?
31266
  ac_status=$?
-
 
31267
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31268
  rm -f conftest.er1
-
 
31269
  cat conftest.err >&5
29744
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31270
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29745
  (exit $ac_status); } &&
31271
  (exit $ac_status); } &&
-
 
31272
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31273
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31274
  (eval $ac_try) 2>&5
-
 
31275
  ac_status=$?
-
 
31276
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31277
  (exit $ac_status); }; } &&
29746
         { ac_try='test -s conftest$ac_exeext'
31278
	 { ac_try='test -s conftest$ac_exeext'
29747
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31279
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29748
  (eval $ac_try) 2>&5
31280
  (eval $ac_try) 2>&5
29749
  ac_status=$?
31281
  ac_status=$?
29750
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31282
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29751
  (exit $ac_status); }; }; then
31283
  (exit $ac_status); }; }; then
Line 29754... Line 31286...
29754
  echo "$as_me: failed program was:" >&5
31286
  echo "$as_me: failed program was:" >&5
29755
sed 's/^/| /' conftest.$ac_ext >&5
31287
sed 's/^/| /' conftest.$ac_ext >&5
29756
 
31288
 
29757
eval "$as_ac_Lib=no"
31289
eval "$as_ac_Lib=no"
29758
fi
31290
fi
-
 
31291
rm -f conftest.err conftest.$ac_objext \
29759
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31292
      conftest$ac_exeext conftest.$ac_ext
29760
LIBS=$ac_check_lib_save_LIBS
31293
LIBS=$ac_check_lib_save_LIBS
29761
fi
31294
fi
29762
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31295
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29763
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31296
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29764
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31297
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29769... Line 31302...
29769
  echo $ECHO_N "(cached) $ECHO_C" >&6
31302
  echo $ECHO_N "(cached) $ECHO_C" >&6
29770
else
31303
else
29771
  ac_check_lib_save_LIBS=$LIBS
31304
  ac_check_lib_save_LIBS=$LIBS
29772
LIBS="-lessl -lblas ${FLIBS} $LIBS"
31305
LIBS="-lessl -lblas ${FLIBS} $LIBS"
29773
cat >conftest.$ac_ext <<_ACEOF
31306
cat >conftest.$ac_ext <<_ACEOF
29774
#line $LINENO "configure"
-
 
29775
/* confdefs.h.  */
31307
/* confdefs.h.  */
29776
_ACEOF
31308
_ACEOF
29777
cat confdefs.h >>conftest.$ac_ext
31309
cat confdefs.h >>conftest.$ac_ext
29778
cat >>conftest.$ac_ext <<_ACEOF
31310
cat >>conftest.$ac_ext <<_ACEOF
29779
/* end confdefs.h.  */
31311
/* end confdefs.h.  */
Line 29784... Line 31316...
29784
#endif
31316
#endif
29785
/* We use char because int might match the return type of a gcc2
31317
/* We use char because int might match the return type of a gcc2
29786
   builtin and then its argument prototype would still apply.  */
31318
   builtin and then its argument prototype would still apply.  */
29787
char ${sgemm} ();
31319
char ${sgemm} ();
29788
#ifdef F77_DUMMY_MAIN
31320
#ifdef F77_DUMMY_MAIN
-
 
31321
 
29789
#  ifdef __cplusplus
31322
#  ifdef __cplusplus
29790
     extern "C"
31323
     extern "C"
29791
#  endif
31324
#  endif
29792
   int F77_DUMMY_MAIN() { return 1; }
31325
   int F77_DUMMY_MAIN() { return 1; }
-
 
31326
 
29793
#endif
31327
#endif
29794
int
31328
int
29795
main ()
31329
main ()
29796
{
31330
{
29797
${sgemm} ();
31331
${sgemm} ();
Line 29799... Line 31333...
29799
  return 0;
31333
  return 0;
29800
}
31334
}
29801
_ACEOF
31335
_ACEOF
29802
rm -f conftest.$ac_objext conftest$ac_exeext
31336
rm -f conftest.$ac_objext conftest$ac_exeext
29803
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31337
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29804
  (eval $ac_link) 2>&5
31338
  (eval $ac_link) 2>conftest.er1
29805
  ac_status=$?
31339
  ac_status=$?
-
 
31340
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31341
  rm -f conftest.er1
-
 
31342
  cat conftest.err >&5
29806
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31343
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29807
  (exit $ac_status); } &&
31344
  (exit $ac_status); } &&
-
 
31345
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31346
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31347
  (eval $ac_try) 2>&5
-
 
31348
  ac_status=$?
-
 
31349
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31350
  (exit $ac_status); }; } &&
29808
         { ac_try='test -s conftest$ac_exeext'
31351
	 { ac_try='test -s conftest$ac_exeext'
29809
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31352
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29810
  (eval $ac_try) 2>&5
31353
  (eval $ac_try) 2>&5
29811
  ac_status=$?
31354
  ac_status=$?
29812
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31355
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29813
  (exit $ac_status); }; }; then
31356
  (exit $ac_status); }; }; then
Line 29816... Line 31359...
29816
  echo "$as_me: failed program was:" >&5
31359
  echo "$as_me: failed program was:" >&5
29817
sed 's/^/| /' conftest.$ac_ext >&5
31360
sed 's/^/| /' conftest.$ac_ext >&5
29818
 
31361
 
29819
eval "$as_ac_Lib=no"
31362
eval "$as_ac_Lib=no"
29820
fi
31363
fi
-
 
31364
rm -f conftest.err conftest.$ac_objext \
29821
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31365
      conftest$ac_exeext conftest.$ac_ext
29822
LIBS=$ac_check_lib_save_LIBS
31366
LIBS=$ac_check_lib_save_LIBS
29823
fi
31367
fi
29824
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31368
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29825
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31369
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29826
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31370
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29840... Line 31384...
29840
  echo $ECHO_N "(cached) $ECHO_C" >&6
31384
  echo $ECHO_N "(cached) $ECHO_C" >&6
29841
else
31385
else
29842
  ac_check_lib_save_LIBS=$LIBS
31386
  ac_check_lib_save_LIBS=$LIBS
29843
LIBS="-lblas  $LIBS"
31387
LIBS="-lblas  $LIBS"
29844
cat >conftest.$ac_ext <<_ACEOF
31388
cat >conftest.$ac_ext <<_ACEOF
29845
#line $LINENO "configure"
-
 
29846
/* confdefs.h.  */
31389
/* confdefs.h.  */
29847
_ACEOF
31390
_ACEOF
29848
cat confdefs.h >>conftest.$ac_ext
31391
cat confdefs.h >>conftest.$ac_ext
29849
cat >>conftest.$ac_ext <<_ACEOF
31392
cat >>conftest.$ac_ext <<_ACEOF
29850
/* end confdefs.h.  */
31393
/* end confdefs.h.  */
Line 29855... Line 31398...
29855
#endif
31398
#endif
29856
/* We use char because int might match the return type of a gcc2
31399
/* We use char because int might match the return type of a gcc2
29857
   builtin and then its argument prototype would still apply.  */
31400
   builtin and then its argument prototype would still apply.  */
29858
char ${sgemm} ();
31401
char ${sgemm} ();
29859
#ifdef F77_DUMMY_MAIN
31402
#ifdef F77_DUMMY_MAIN
-
 
31403
 
29860
#  ifdef __cplusplus
31404
#  ifdef __cplusplus
29861
     extern "C"
31405
     extern "C"
29862
#  endif
31406
#  endif
29863
   int F77_DUMMY_MAIN() { return 1; }
31407
   int F77_DUMMY_MAIN() { return 1; }
-
 
31408
 
29864
#endif
31409
#endif
29865
int
31410
int
29866
main ()
31411
main ()
29867
{
31412
{
29868
${sgemm} ();
31413
${sgemm} ();
Line 29870... Line 31415...
29870
  return 0;
31415
  return 0;
29871
}
31416
}
29872
_ACEOF
31417
_ACEOF
29873
rm -f conftest.$ac_objext conftest$ac_exeext
31418
rm -f conftest.$ac_objext conftest$ac_exeext
29874
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31419
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29875
  (eval $ac_link) 2>&5
31420
  (eval $ac_link) 2>conftest.er1
29876
  ac_status=$?
31421
  ac_status=$?
-
 
31422
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31423
  rm -f conftest.er1
-
 
31424
  cat conftest.err >&5
29877
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31425
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29878
  (exit $ac_status); } &&
31426
  (exit $ac_status); } &&
-
 
31427
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31428
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31429
  (eval $ac_try) 2>&5
-
 
31430
  ac_status=$?
-
 
31431
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31432
  (exit $ac_status); }; } &&
29879
         { ac_try='test -s conftest$ac_exeext'
31433
	 { ac_try='test -s conftest$ac_exeext'
29880
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31434
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29881
  (eval $ac_try) 2>&5
31435
  (eval $ac_try) 2>&5
29882
  ac_status=$?
31436
  ac_status=$?
29883
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31437
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
29884
  (exit $ac_status); }; }; then
31438
  (exit $ac_status); }; }; then
Line 29887... Line 31441...
29887
  echo "$as_me: failed program was:" >&5
31441
  echo "$as_me: failed program was:" >&5
29888
sed 's/^/| /' conftest.$ac_ext >&5
31442
sed 's/^/| /' conftest.$ac_ext >&5
29889
 
31443
 
29890
eval "$as_ac_Lib=no"
31444
eval "$as_ac_Lib=no"
29891
fi
31445
fi
-
 
31446
rm -f conftest.err conftest.$ac_objext \
29892
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31447
      conftest$ac_exeext conftest.$ac_ext
29893
LIBS=$ac_check_lib_save_LIBS
31448
LIBS=$ac_check_lib_save_LIBS
29894
fi
31449
fi
29895
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31450
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
29896
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31451
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
29897
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31452
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 29954... Line 31509...
29954
echo $ECHO_N "checking for ${zgeev}... $ECHO_C" >&6
31509
echo $ECHO_N "checking for ${zgeev}... $ECHO_C" >&6
29955
if eval "test \"\${$as_ac_var+set}\" = set"; then
31510
if eval "test \"\${$as_ac_var+set}\" = set"; then
29956
  echo $ECHO_N "(cached) $ECHO_C" >&6
31511
  echo $ECHO_N "(cached) $ECHO_C" >&6
29957
else
31512
else
29958
  cat >conftest.$ac_ext <<_ACEOF
31513
  cat >conftest.$ac_ext <<_ACEOF
29959
#line $LINENO "configure"
-
 
29960
/* confdefs.h.  */
31514
/* confdefs.h.  */
29961
_ACEOF
31515
_ACEOF
29962
cat confdefs.h >>conftest.$ac_ext
31516
cat confdefs.h >>conftest.$ac_ext
29963
cat >>conftest.$ac_ext <<_ACEOF
31517
cat >>conftest.$ac_ext <<_ACEOF
29964
/* end confdefs.h.  */
31518
/* end confdefs.h.  */
-
 
31519
/* Define ${zgeev} to an innocuous variant, in case <limits.h> declares ${zgeev}.
-
 
31520
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
31521
#define ${zgeev} innocuous_${zgeev}
-
 
31522
 
29965
/* System header to define __stub macros and hopefully few prototypes,
31523
/* System header to define __stub macros and hopefully few prototypes,
29966
    which can conflict with char ${zgeev} (); below.
31524
    which can conflict with char ${zgeev} (); below.
29967
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31525
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29968
    <limits.h> exists even on freestanding compilers.  */
31526
    <limits.h> exists even on freestanding compilers.  */
-
 
31527
 
29969
#ifdef __STDC__
31528
#ifdef __STDC__
29970
# include <limits.h>
31529
# include <limits.h>
29971
#else
31530
#else
29972
# include <assert.h>
31531
# include <assert.h>
29973
#endif
31532
#endif
-
 
31533
 
-
 
31534
#undef ${zgeev}
-
 
31535
 
29974
/* Override any gcc2 internal prototype to avoid an error.  */
31536
/* Override any gcc2 internal prototype to avoid an error.  */
29975
#ifdef __cplusplus
31537
#ifdef __cplusplus
29976
extern "C"
31538
extern "C"
29977
{
31539
{
29978
#endif
31540
#endif
Line 29990... Line 31552...
29990
#ifdef __cplusplus
31552
#ifdef __cplusplus
29991
}
31553
}
29992
#endif
31554
#endif
29993
 
31555
 
29994
#ifdef F77_DUMMY_MAIN
31556
#ifdef F77_DUMMY_MAIN
-
 
31557
 
29995
#  ifdef __cplusplus
31558
#  ifdef __cplusplus
29996
     extern "C"
31559
     extern "C"
29997
#  endif
31560
#  endif
29998
   int F77_DUMMY_MAIN() { return 1; }
31561
   int F77_DUMMY_MAIN() { return 1; }
-
 
31562
 
29999
#endif
31563
#endif
30000
int
31564
int
30001
main ()
31565
main ()
30002
{
31566
{
30003
return f != ${zgeev};
31567
return f != ${zgeev};
Line 30005... Line 31569...
30005
  return 0;
31569
  return 0;
30006
}
31570
}
30007
_ACEOF
31571
_ACEOF
30008
rm -f conftest.$ac_objext conftest$ac_exeext
31572
rm -f conftest.$ac_objext conftest$ac_exeext
30009
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31573
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30010
  (eval $ac_link) 2>&5
31574
  (eval $ac_link) 2>conftest.er1
30011
  ac_status=$?
31575
  ac_status=$?
-
 
31576
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31577
  rm -f conftest.er1
-
 
31578
  cat conftest.err >&5
30012
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31579
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30013
  (exit $ac_status); } &&
31580
  (exit $ac_status); } &&
-
 
31581
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31582
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31583
  (eval $ac_try) 2>&5
-
 
31584
  ac_status=$?
-
 
31585
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31586
  (exit $ac_status); }; } &&
30014
         { ac_try='test -s conftest$ac_exeext'
31587
	 { ac_try='test -s conftest$ac_exeext'
30015
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31588
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30016
  (eval $ac_try) 2>&5
31589
  (eval $ac_try) 2>&5
30017
  ac_status=$?
31590
  ac_status=$?
30018
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31591
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30019
  (exit $ac_status); }; }; then
31592
  (exit $ac_status); }; }; then
Line 30022... Line 31595...
30022
  echo "$as_me: failed program was:" >&5
31595
  echo "$as_me: failed program was:" >&5
30023
sed 's/^/| /' conftest.$ac_ext >&5
31596
sed 's/^/| /' conftest.$ac_ext >&5
30024
 
31597
 
30025
eval "$as_ac_var=no"
31598
eval "$as_ac_var=no"
30026
fi
31599
fi
-
 
31600
rm -f conftest.err conftest.$ac_objext \
30027
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31601
      conftest$ac_exeext conftest.$ac_ext
30028
fi
31602
fi
30029
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31603
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30030
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31604
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30031
if test `eval echo '${'$as_ac_var'}'` = yes; then
31605
if test `eval echo '${'$as_ac_var'}'` = yes; then
30032
  acx_lapack_ok=yes
31606
  acx_lapack_ok=yes
Line 30038... Line 31612...
30038
  if test "x${LAPACK_LIBS}" != x; then
31612
  if test "x${LAPACK_LIBS}" != x; then
30039
    r_save_LIBS="${LIBS}"; LIBS="${LAPACK_LIBS} ${LIBS}"
31613
    r_save_LIBS="${LIBS}"; LIBS="${LAPACK_LIBS} ${LIBS}"
30040
    echo "$as_me:$LINENO: checking for ${zgeev} in ${LAPACK_LIBS}" >&5
31614
    echo "$as_me:$LINENO: checking for ${zgeev} in ${LAPACK_LIBS}" >&5
30041
echo $ECHO_N "checking for ${zgeev} in ${LAPACK_LIBS}... $ECHO_C" >&6
31615
echo $ECHO_N "checking for ${zgeev} in ${LAPACK_LIBS}... $ECHO_C" >&6
30042
    cat >conftest.$ac_ext <<_ACEOF
31616
    cat >conftest.$ac_ext <<_ACEOF
30043
#line $LINENO "configure"
-
 
30044
/* confdefs.h.  */
31617
/* confdefs.h.  */
30045
_ACEOF
31618
_ACEOF
30046
cat confdefs.h >>conftest.$ac_ext
31619
cat confdefs.h >>conftest.$ac_ext
30047
cat >>conftest.$ac_ext <<_ACEOF
31620
cat >>conftest.$ac_ext <<_ACEOF
30048
/* end confdefs.h.  */
31621
/* end confdefs.h.  */
Line 30053... Line 31626...
30053
#endif
31626
#endif
30054
/* We use char because int might match the return type of a gcc2
31627
/* We use char because int might match the return type of a gcc2
30055
   builtin and then its argument prototype would still apply.  */
31628
   builtin and then its argument prototype would still apply.  */
30056
char ${zgeev} ();
31629
char ${zgeev} ();
30057
#ifdef F77_DUMMY_MAIN
31630
#ifdef F77_DUMMY_MAIN
-
 
31631
 
30058
#  ifdef __cplusplus
31632
#  ifdef __cplusplus
30059
     extern "C"
31633
     extern "C"
30060
#  endif
31634
#  endif
30061
   int F77_DUMMY_MAIN() { return 1; }
31635
   int F77_DUMMY_MAIN() { return 1; }
-
 
31636
 
30062
#endif
31637
#endif
30063
int
31638
int
30064
main ()
31639
main ()
30065
{
31640
{
30066
${zgeev} ();
31641
${zgeev} ();
Line 30068... Line 31643...
30068
  return 0;
31643
  return 0;
30069
}
31644
}
30070
_ACEOF
31645
_ACEOF
30071
rm -f conftest.$ac_objext conftest$ac_exeext
31646
rm -f conftest.$ac_objext conftest$ac_exeext
30072
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31647
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30073
  (eval $ac_link) 2>&5
31648
  (eval $ac_link) 2>conftest.er1
30074
  ac_status=$?
31649
  ac_status=$?
-
 
31650
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31651
  rm -f conftest.er1
-
 
31652
  cat conftest.err >&5
30075
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31653
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30076
  (exit $ac_status); } &&
31654
  (exit $ac_status); } &&
-
 
31655
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31656
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31657
  (eval $ac_try) 2>&5
-
 
31658
  ac_status=$?
-
 
31659
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31660
  (exit $ac_status); }; } &&
30077
         { ac_try='test -s conftest$ac_exeext'
31661
	 { ac_try='test -s conftest$ac_exeext'
30078
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31662
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30079
  (eval $ac_try) 2>&5
31663
  (eval $ac_try) 2>&5
30080
  ac_status=$?
31664
  ac_status=$?
30081
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31665
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30082
  (exit $ac_status); }; }; then
31666
  (exit $ac_status); }; }; then
Line 30085... Line 31669...
30085
  echo "$as_me: failed program was:" >&5
31669
  echo "$as_me: failed program was:" >&5
30086
sed 's/^/| /' conftest.$ac_ext >&5
31670
sed 's/^/| /' conftest.$ac_ext >&5
30087
 
31671
 
30088
LAPACK_LIBS=""
31672
LAPACK_LIBS=""
30089
fi
31673
fi
-
 
31674
rm -f conftest.err conftest.$ac_objext \
30090
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31675
      conftest$ac_exeext conftest.$ac_ext
30091
    echo "$as_me:$LINENO: result: ${acx_lapack_ok}" >&5
31676
    echo "$as_me:$LINENO: result: ${acx_lapack_ok}" >&5
30092
echo "${ECHO_T}${acx_lapack_ok}" >&6
31677
echo "${ECHO_T}${acx_lapack_ok}" >&6
30093
    LIBS="${r_save_LIBS}"
31678
    LIBS="${r_save_LIBS}"
30094
  fi
31679
  fi
30095
fi
31680
fi
Line 30103... Line 31688...
30103
  echo $ECHO_N "(cached) $ECHO_C" >&6
31688
  echo $ECHO_N "(cached) $ECHO_C" >&6
30104
else
31689
else
30105
  ac_check_lib_save_LIBS=$LIBS
31690
  ac_check_lib_save_LIBS=$LIBS
30106
LIBS="-llapack  $LIBS"
31691
LIBS="-llapack  $LIBS"
30107
cat >conftest.$ac_ext <<_ACEOF
31692
cat >conftest.$ac_ext <<_ACEOF
30108
#line $LINENO "configure"
-
 
30109
/* confdefs.h.  */
31693
/* confdefs.h.  */
30110
_ACEOF
31694
_ACEOF
30111
cat confdefs.h >>conftest.$ac_ext
31695
cat confdefs.h >>conftest.$ac_ext
30112
cat >>conftest.$ac_ext <<_ACEOF
31696
cat >>conftest.$ac_ext <<_ACEOF
30113
/* end confdefs.h.  */
31697
/* end confdefs.h.  */
Line 30118... Line 31702...
30118
#endif
31702
#endif
30119
/* We use char because int might match the return type of a gcc2
31703
/* We use char because int might match the return type of a gcc2
30120
   builtin and then its argument prototype would still apply.  */
31704
   builtin and then its argument prototype would still apply.  */
30121
char ${zgeev} ();
31705
char ${zgeev} ();
30122
#ifdef F77_DUMMY_MAIN
31706
#ifdef F77_DUMMY_MAIN
-
 
31707
 
30123
#  ifdef __cplusplus
31708
#  ifdef __cplusplus
30124
     extern "C"
31709
     extern "C"
30125
#  endif
31710
#  endif
30126
   int F77_DUMMY_MAIN() { return 1; }
31711
   int F77_DUMMY_MAIN() { return 1; }
-
 
31712
 
30127
#endif
31713
#endif
30128
int
31714
int
30129
main ()
31715
main ()
30130
{
31716
{
30131
${zgeev} ();
31717
${zgeev} ();
Line 30133... Line 31719...
30133
  return 0;
31719
  return 0;
30134
}
31720
}
30135
_ACEOF
31721
_ACEOF
30136
rm -f conftest.$ac_objext conftest$ac_exeext
31722
rm -f conftest.$ac_objext conftest$ac_exeext
30137
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31723
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30138
  (eval $ac_link) 2>&5
31724
  (eval $ac_link) 2>conftest.er1
30139
  ac_status=$?
31725
  ac_status=$?
-
 
31726
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31727
  rm -f conftest.er1
-
 
31728
  cat conftest.err >&5
30140
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31729
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30141
  (exit $ac_status); } &&
31730
  (exit $ac_status); } &&
-
 
31731
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31732
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31733
  (eval $ac_try) 2>&5
-
 
31734
  ac_status=$?
-
 
31735
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31736
  (exit $ac_status); }; } &&
30142
         { ac_try='test -s conftest$ac_exeext'
31737
	 { ac_try='test -s conftest$ac_exeext'
30143
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31738
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30144
  (eval $ac_try) 2>&5
31739
  (eval $ac_try) 2>&5
30145
  ac_status=$?
31740
  ac_status=$?
30146
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31741
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30147
  (exit $ac_status); }; }; then
31742
  (exit $ac_status); }; }; then
Line 30150... Line 31745...
30150
  echo "$as_me: failed program was:" >&5
31745
  echo "$as_me: failed program was:" >&5
30151
sed 's/^/| /' conftest.$ac_ext >&5
31746
sed 's/^/| /' conftest.$ac_ext >&5
30152
 
31747
 
30153
eval "$as_ac_Lib=no"
31748
eval "$as_ac_Lib=no"
30154
fi
31749
fi
-
 
31750
rm -f conftest.err conftest.$ac_objext \
30155
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31751
      conftest$ac_exeext conftest.$ac_ext
30156
LIBS=$ac_check_lib_save_LIBS
31752
LIBS=$ac_check_lib_save_LIBS
30157
fi
31753
fi
30158
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
31754
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
30159
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
31755
echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
30160
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
31756
if test `eval echo '${'$as_ac_Lib'}'` = yes; then
Line 30230... Line 31826...
30230
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
31826
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
30231
    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
31827
    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
30232
    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
31828
    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
30233
    for ac_extension in a so sl; do
31829
    for ac_extension in a so sl; do
30234
      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
31830
      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
30235
         test -f $ac_im_libdir/libX11.$ac_extension; then
31831
	 test -f $ac_im_libdir/libX11.$ac_extension; then
30236
        ac_im_usrlibdir=$ac_im_libdir; break
31832
	ac_im_usrlibdir=$ac_im_libdir; break
30237
      fi
31833
      fi
30238
    done
31834
    done
30239
    # Screen out bogus values from the imake configuration.  They are
31835
    # Screen out bogus values from the imake configuration.  They are
30240
    # bogus both because they are the default anyway, and because
31836
    # bogus both because they are the default anyway, and because
30241
    # using them would break gcc on systems where it needs fixed includes.
31837
    # using them would break gcc on systems where it needs fixed includes.
Line 30291... Line 31887...
30291
 
31887
 
30292
if test "$ac_x_includes" = no; then
31888
if test "$ac_x_includes" = no; then
30293
  # Guess where to find include files, by looking for Intrinsic.h.
31889
  # Guess where to find include files, by looking for Intrinsic.h.
30294
  # First, try using that file with no special directory specified.
31890
  # First, try using that file with no special directory specified.
30295
  cat >conftest.$ac_ext <<_ACEOF
31891
  cat >conftest.$ac_ext <<_ACEOF
30296
#line $LINENO "configure"
-
 
30297
/* confdefs.h.  */
31892
/* confdefs.h.  */
30298
_ACEOF
31893
_ACEOF
30299
cat confdefs.h >>conftest.$ac_ext
31894
cat confdefs.h >>conftest.$ac_ext
30300
cat >>conftest.$ac_ext <<_ACEOF
31895
cat >>conftest.$ac_ext <<_ACEOF
30301
/* end confdefs.h.  */
31896
/* end confdefs.h.  */
Line 30309... Line 31904...
30309
  cat conftest.err >&5
31904
  cat conftest.err >&5
30310
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31905
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30311
  (exit $ac_status); } >/dev/null; then
31906
  (exit $ac_status); } >/dev/null; then
30312
  if test -s conftest.err; then
31907
  if test -s conftest.err; then
30313
    ac_cpp_err=$ac_c_preproc_warn_flag
31908
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
31909
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
30314
  else
31910
  else
30315
    ac_cpp_err=
31911
    ac_cpp_err=
30316
  fi
31912
  fi
30317
else
31913
else
30318
  ac_cpp_err=yes
31914
  ac_cpp_err=yes
Line 30339... Line 31935...
30339
  # See if we find them without any special options.
31935
  # See if we find them without any special options.
30340
  # Don't add to $LIBS permanently.
31936
  # Don't add to $LIBS permanently.
30341
  ac_save_LIBS=$LIBS
31937
  ac_save_LIBS=$LIBS
30342
  LIBS="-lXt $LIBS"
31938
  LIBS="-lXt $LIBS"
30343
  cat >conftest.$ac_ext <<_ACEOF
31939
  cat >conftest.$ac_ext <<_ACEOF
30344
#line $LINENO "configure"
-
 
30345
/* confdefs.h.  */
31940
/* confdefs.h.  */
30346
_ACEOF
31941
_ACEOF
30347
cat confdefs.h >>conftest.$ac_ext
31942
cat confdefs.h >>conftest.$ac_ext
30348
cat >>conftest.$ac_ext <<_ACEOF
31943
cat >>conftest.$ac_ext <<_ACEOF
30349
/* end confdefs.h.  */
31944
/* end confdefs.h.  */
30350
#include <X11/Intrinsic.h>
31945
#include <X11/Intrinsic.h>
30351
#ifdef F77_DUMMY_MAIN
31946
#ifdef F77_DUMMY_MAIN
-
 
31947
 
30352
#  ifdef __cplusplus
31948
#  ifdef __cplusplus
30353
     extern "C"
31949
     extern "C"
30354
#  endif
31950
#  endif
30355
   int F77_DUMMY_MAIN() { return 1; }
31951
   int F77_DUMMY_MAIN() { return 1; }
-
 
31952
 
30356
#endif
31953
#endif
30357
int
31954
int
30358
main ()
31955
main ()
30359
{
31956
{
30360
XtMalloc (0)
31957
XtMalloc (0)
Line 30362... Line 31959...
30362
  return 0;
31959
  return 0;
30363
}
31960
}
30364
_ACEOF
31961
_ACEOF
30365
rm -f conftest.$ac_objext conftest$ac_exeext
31962
rm -f conftest.$ac_objext conftest$ac_exeext
30366
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31963
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30367
  (eval $ac_link) 2>&5
31964
  (eval $ac_link) 2>conftest.er1
30368
  ac_status=$?
31965
  ac_status=$?
-
 
31966
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
31967
  rm -f conftest.er1
-
 
31968
  cat conftest.err >&5
30369
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31969
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30370
  (exit $ac_status); } &&
31970
  (exit $ac_status); } &&
-
 
31971
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
31972
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
31973
  (eval $ac_try) 2>&5
-
 
31974
  ac_status=$?
-
 
31975
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
31976
  (exit $ac_status); }; } &&
30371
         { ac_try='test -s conftest$ac_exeext'
31977
	 { ac_try='test -s conftest$ac_exeext'
30372
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31978
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30373
  (eval $ac_try) 2>&5
31979
  (eval $ac_try) 2>&5
30374
  ac_status=$?
31980
  ac_status=$?
30375
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31981
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30376
  (exit $ac_status); }; }; then
31982
  (exit $ac_status); }; }; then
Line 30391... Line 31997...
30391
      break 2
31997
      break 2
30392
    fi
31998
    fi
30393
  done
31999
  done
30394
done
32000
done
30395
fi
32001
fi
-
 
32002
rm -f conftest.err conftest.$ac_objext \
30396
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32003
      conftest$ac_exeext conftest.$ac_ext
30397
fi # $ac_x_libraries = no
32004
fi # $ac_x_libraries = no
30398
 
32005
 
30399
if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
32006
if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
30400
  # Didn't find X anywhere.  Cache the known absence of X.
32007
  # Didn't find X anywhere.  Cache the known absence of X.
30401
  ac_cv_have_x="have_x=no"
32008
  ac_cv_have_x="have_x=no"
30402
else
32009
else
30403
  # Record where we found X for the cache.
32010
  # Record where we found X for the cache.
30404
  ac_cv_have_x="have_x=yes \
32011
  ac_cv_have_x="have_x=yes \
30405
	        ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
32012
		ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
30406
fi
32013
fi
30407
fi
32014
fi
30408
 
32015
 
30409
  fi
32016
  fi
30410
  eval "$ac_cv_have_x"
32017
  eval "$ac_cv_have_x"
Line 30447... Line 32054...
30447
    "SunOS 5"*)
32054
    "SunOS 5"*)
30448
      echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
32055
      echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
30449
echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
32056
echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
30450
      ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
32057
      ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
30451
      cat >conftest.$ac_ext <<_ACEOF
32058
      cat >conftest.$ac_ext <<_ACEOF
30452
#line $LINENO "configure"
-
 
30453
/* confdefs.h.  */
32059
/* confdefs.h.  */
30454
_ACEOF
32060
_ACEOF
30455
cat confdefs.h >>conftest.$ac_ext
32061
cat confdefs.h >>conftest.$ac_ext
30456
cat >>conftest.$ac_ext <<_ACEOF
32062
cat >>conftest.$ac_ext <<_ACEOF
30457
/* end confdefs.h.  */
32063
/* end confdefs.h.  */
30458
 
32064
 
30459
#ifdef F77_DUMMY_MAIN
32065
#ifdef F77_DUMMY_MAIN
-
 
32066
 
30460
#  ifdef __cplusplus
32067
#  ifdef __cplusplus
30461
     extern "C"
32068
     extern "C"
30462
#  endif
32069
#  endif
30463
   int F77_DUMMY_MAIN() { return 1; }
32070
   int F77_DUMMY_MAIN() { return 1; }
-
 
32071
 
30464
#endif
32072
#endif
30465
int
32073
int
30466
main ()
32074
main ()
30467
{
32075
{
30468
 
32076
 
Line 30470... Line 32078...
30470
  return 0;
32078
  return 0;
30471
}
32079
}
30472
_ACEOF
32080
_ACEOF
30473
rm -f conftest.$ac_objext conftest$ac_exeext
32081
rm -f conftest.$ac_objext conftest$ac_exeext
30474
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32082
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30475
  (eval $ac_link) 2>&5
32083
  (eval $ac_link) 2>conftest.er1
30476
  ac_status=$?
32084
  ac_status=$?
-
 
32085
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32086
  rm -f conftest.er1
-
 
32087
  cat conftest.err >&5
30477
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32088
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30478
  (exit $ac_status); } &&
32089
  (exit $ac_status); } &&
-
 
32090
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32091
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32092
  (eval $ac_try) 2>&5
-
 
32093
  ac_status=$?
-
 
32094
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32095
  (exit $ac_status); }; } &&
30479
         { ac_try='test -s conftest$ac_exeext'
32096
	 { ac_try='test -s conftest$ac_exeext'
30480
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32097
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30481
  (eval $ac_try) 2>&5
32098
  (eval $ac_try) 2>&5
30482
  ac_status=$?
32099
  ac_status=$?
30483
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32100
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30484
  (exit $ac_status); }; }; then
32101
  (exit $ac_status); }; }; then
Line 30487... Line 32104...
30487
  echo "$as_me: failed program was:" >&5
32104
  echo "$as_me: failed program was:" >&5
30488
sed 's/^/| /' conftest.$ac_ext >&5
32105
sed 's/^/| /' conftest.$ac_ext >&5
30489
 
32106
 
30490
ac_R_nospace=no
32107
ac_R_nospace=no
30491
fi
32108
fi
-
 
32109
rm -f conftest.err conftest.$ac_objext \
30492
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32110
      conftest$ac_exeext conftest.$ac_ext
30493
      if test $ac_R_nospace = yes; then
32111
      if test $ac_R_nospace = yes; then
30494
	echo "$as_me:$LINENO: result: no" >&5
32112
	echo "$as_me:$LINENO: result: no" >&5
30495
echo "${ECHO_T}no" >&6
32113
echo "${ECHO_T}no" >&6
30496
	X_LIBS="$X_LIBS -R$x_libraries"
32114
	X_LIBS="$X_LIBS -R$x_libraries"
30497
      else
32115
      else
30498
	LIBS="$ac_xsave_LIBS -R $x_libraries"
32116
	LIBS="$ac_xsave_LIBS -R $x_libraries"
30499
	cat >conftest.$ac_ext <<_ACEOF
32117
	cat >conftest.$ac_ext <<_ACEOF
30500
#line $LINENO "configure"
-
 
30501
/* confdefs.h.  */
32118
/* confdefs.h.  */
30502
_ACEOF
32119
_ACEOF
30503
cat confdefs.h >>conftest.$ac_ext
32120
cat confdefs.h >>conftest.$ac_ext
30504
cat >>conftest.$ac_ext <<_ACEOF
32121
cat >>conftest.$ac_ext <<_ACEOF
30505
/* end confdefs.h.  */
32122
/* end confdefs.h.  */
30506
 
32123
 
30507
#ifdef F77_DUMMY_MAIN
32124
#ifdef F77_DUMMY_MAIN
-
 
32125
 
30508
#  ifdef __cplusplus
32126
#  ifdef __cplusplus
30509
     extern "C"
32127
     extern "C"
30510
#  endif
32128
#  endif
30511
   int F77_DUMMY_MAIN() { return 1; }
32129
   int F77_DUMMY_MAIN() { return 1; }
-
 
32130
 
30512
#endif
32131
#endif
30513
int
32132
int
30514
main ()
32133
main ()
30515
{
32134
{
30516
 
32135
 
Line 30518... Line 32137...
30518
  return 0;
32137
  return 0;
30519
}
32138
}
30520
_ACEOF
32139
_ACEOF
30521
rm -f conftest.$ac_objext conftest$ac_exeext
32140
rm -f conftest.$ac_objext conftest$ac_exeext
30522
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32141
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30523
  (eval $ac_link) 2>&5
32142
  (eval $ac_link) 2>conftest.er1
30524
  ac_status=$?
32143
  ac_status=$?
-
 
32144
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32145
  rm -f conftest.er1
-
 
32146
  cat conftest.err >&5
30525
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32147
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30526
  (exit $ac_status); } &&
32148
  (exit $ac_status); } &&
-
 
32149
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32150
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32151
  (eval $ac_try) 2>&5
-
 
32152
  ac_status=$?
-
 
32153
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32154
  (exit $ac_status); }; } &&
30527
         { ac_try='test -s conftest$ac_exeext'
32155
	 { ac_try='test -s conftest$ac_exeext'
30528
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32156
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30529
  (eval $ac_try) 2>&5
32157
  (eval $ac_try) 2>&5
30530
  ac_status=$?
32158
  ac_status=$?
30531
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32159
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30532
  (exit $ac_status); }; }; then
32160
  (exit $ac_status); }; }; then
Line 30535... Line 32163...
30535
  echo "$as_me: failed program was:" >&5
32163
  echo "$as_me: failed program was:" >&5
30536
sed 's/^/| /' conftest.$ac_ext >&5
32164
sed 's/^/| /' conftest.$ac_ext >&5
30537
 
32165
 
30538
ac_R_space=no
32166
ac_R_space=no
30539
fi
32167
fi
-
 
32168
rm -f conftest.err conftest.$ac_objext \
30540
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32169
      conftest$ac_exeext conftest.$ac_ext
30541
	if test $ac_R_space = yes; then
32170
	if test $ac_R_space = yes; then
30542
	  echo "$as_me:$LINENO: result: yes" >&5
32171
	  echo "$as_me:$LINENO: result: yes" >&5
30543
echo "${ECHO_T}yes" >&6
32172
echo "${ECHO_T}yes" >&6
30544
	  X_LIBS="$X_LIBS -R $x_libraries"
32173
	  X_LIBS="$X_LIBS -R $x_libraries"
30545
	else
32174
	else
Line 30561... Line 32190...
30561
    # Martyn Johnson says this is needed for Ultrix, if the X
32190
    # Martyn Johnson says this is needed for Ultrix, if the X
30562
    # libraries were built with DECnet support.  And Karl Berry says
32191
    # libraries were built with DECnet support.  And Karl Berry says
30563
    # the Alpha needs dnet_stub (dnet does not exist).
32192
    # the Alpha needs dnet_stub (dnet does not exist).
30564
    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
32193
    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
30565
    cat >conftest.$ac_ext <<_ACEOF
32194
    cat >conftest.$ac_ext <<_ACEOF
30566
#line $LINENO "configure"
-
 
30567
/* confdefs.h.  */
32195
/* confdefs.h.  */
30568
_ACEOF
32196
_ACEOF
30569
cat confdefs.h >>conftest.$ac_ext
32197
cat confdefs.h >>conftest.$ac_ext
30570
cat >>conftest.$ac_ext <<_ACEOF
32198
cat >>conftest.$ac_ext <<_ACEOF
30571
/* end confdefs.h.  */
32199
/* end confdefs.h.  */
Line 30576... Line 32204...
30576
#endif
32204
#endif
30577
/* We use char because int might match the return type of a gcc2
32205
/* We use char because int might match the return type of a gcc2
30578
   builtin and then its argument prototype would still apply.  */
32206
   builtin and then its argument prototype would still apply.  */
30579
char XOpenDisplay ();
32207
char XOpenDisplay ();
30580
#ifdef F77_DUMMY_MAIN
32208
#ifdef F77_DUMMY_MAIN
-
 
32209
 
30581
#  ifdef __cplusplus
32210
#  ifdef __cplusplus
30582
     extern "C"
32211
     extern "C"
30583
#  endif
32212
#  endif
30584
   int F77_DUMMY_MAIN() { return 1; }
32213
   int F77_DUMMY_MAIN() { return 1; }
-
 
32214
 
30585
#endif
32215
#endif
30586
int
32216
int
30587
main ()
32217
main ()
30588
{
32218
{
30589
XOpenDisplay ();
32219
XOpenDisplay ();
Line 30591... Line 32221...
30591
  return 0;
32221
  return 0;
30592
}
32222
}
30593
_ACEOF
32223
_ACEOF
30594
rm -f conftest.$ac_objext conftest$ac_exeext
32224
rm -f conftest.$ac_objext conftest$ac_exeext
30595
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32225
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30596
  (eval $ac_link) 2>&5
32226
  (eval $ac_link) 2>conftest.er1
30597
  ac_status=$?
32227
  ac_status=$?
-
 
32228
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32229
  rm -f conftest.er1
-
 
32230
  cat conftest.err >&5
30598
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32231
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30599
  (exit $ac_status); } &&
32232
  (exit $ac_status); } &&
-
 
32233
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32234
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32235
  (eval $ac_try) 2>&5
-
 
32236
  ac_status=$?
-
 
32237
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32238
  (exit $ac_status); }; } &&
30600
         { ac_try='test -s conftest$ac_exeext'
32239
	 { ac_try='test -s conftest$ac_exeext'
30601
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32240
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30602
  (eval $ac_try) 2>&5
32241
  (eval $ac_try) 2>&5
30603
  ac_status=$?
32242
  ac_status=$?
30604
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32243
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30605
  (exit $ac_status); }; }; then
32244
  (exit $ac_status); }; }; then
Line 30614... Line 32253...
30614
  echo $ECHO_N "(cached) $ECHO_C" >&6
32253
  echo $ECHO_N "(cached) $ECHO_C" >&6
30615
else
32254
else
30616
  ac_check_lib_save_LIBS=$LIBS
32255
  ac_check_lib_save_LIBS=$LIBS
30617
LIBS="-ldnet  $LIBS"
32256
LIBS="-ldnet  $LIBS"
30618
cat >conftest.$ac_ext <<_ACEOF
32257
cat >conftest.$ac_ext <<_ACEOF
30619
#line $LINENO "configure"
-
 
30620
/* confdefs.h.  */
32258
/* confdefs.h.  */
30621
_ACEOF
32259
_ACEOF
30622
cat confdefs.h >>conftest.$ac_ext
32260
cat confdefs.h >>conftest.$ac_ext
30623
cat >>conftest.$ac_ext <<_ACEOF
32261
cat >>conftest.$ac_ext <<_ACEOF
30624
/* end confdefs.h.  */
32262
/* end confdefs.h.  */
Line 30629... Line 32267...
30629
#endif
32267
#endif
30630
/* We use char because int might match the return type of a gcc2
32268
/* We use char because int might match the return type of a gcc2
30631
   builtin and then its argument prototype would still apply.  */
32269
   builtin and then its argument prototype would still apply.  */
30632
char dnet_ntoa ();
32270
char dnet_ntoa ();
30633
#ifdef F77_DUMMY_MAIN
32271
#ifdef F77_DUMMY_MAIN
-
 
32272
 
30634
#  ifdef __cplusplus
32273
#  ifdef __cplusplus
30635
     extern "C"
32274
     extern "C"
30636
#  endif
32275
#  endif
30637
   int F77_DUMMY_MAIN() { return 1; }
32276
   int F77_DUMMY_MAIN() { return 1; }
-
 
32277
 
30638
#endif
32278
#endif
30639
int
32279
int
30640
main ()
32280
main ()
30641
{
32281
{
30642
dnet_ntoa ();
32282
dnet_ntoa ();
Line 30644... Line 32284...
30644
  return 0;
32284
  return 0;
30645
}
32285
}
30646
_ACEOF
32286
_ACEOF
30647
rm -f conftest.$ac_objext conftest$ac_exeext
32287
rm -f conftest.$ac_objext conftest$ac_exeext
30648
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32288
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30649
  (eval $ac_link) 2>&5
32289
  (eval $ac_link) 2>conftest.er1
30650
  ac_status=$?
32290
  ac_status=$?
-
 
32291
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32292
  rm -f conftest.er1
-
 
32293
  cat conftest.err >&5
30651
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32294
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30652
  (exit $ac_status); } &&
32295
  (exit $ac_status); } &&
-
 
32296
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32297
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32298
  (eval $ac_try) 2>&5
-
 
32299
  ac_status=$?
-
 
32300
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32301
  (exit $ac_status); }; } &&
30653
         { ac_try='test -s conftest$ac_exeext'
32302
	 { ac_try='test -s conftest$ac_exeext'
30654
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32303
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30655
  (eval $ac_try) 2>&5
32304
  (eval $ac_try) 2>&5
30656
  ac_status=$?
32305
  ac_status=$?
30657
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32306
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30658
  (exit $ac_status); }; }; then
32307
  (exit $ac_status); }; }; then
Line 30661... Line 32310...
30661
  echo "$as_me: failed program was:" >&5
32310
  echo "$as_me: failed program was:" >&5
30662
sed 's/^/| /' conftest.$ac_ext >&5
32311
sed 's/^/| /' conftest.$ac_ext >&5
30663
 
32312
 
30664
ac_cv_lib_dnet_dnet_ntoa=no
32313
ac_cv_lib_dnet_dnet_ntoa=no
30665
fi
32314
fi
-
 
32315
rm -f conftest.err conftest.$ac_objext \
30666
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32316
      conftest$ac_exeext conftest.$ac_ext
30667
LIBS=$ac_check_lib_save_LIBS
32317
LIBS=$ac_check_lib_save_LIBS
30668
fi
32318
fi
30669
echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
32319
echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
30670
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
32320
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
30671
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
32321
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
Line 30679... Line 32329...
30679
  echo $ECHO_N "(cached) $ECHO_C" >&6
32329
  echo $ECHO_N "(cached) $ECHO_C" >&6
30680
else
32330
else
30681
  ac_check_lib_save_LIBS=$LIBS
32331
  ac_check_lib_save_LIBS=$LIBS
30682
LIBS="-ldnet_stub  $LIBS"
32332
LIBS="-ldnet_stub  $LIBS"
30683
cat >conftest.$ac_ext <<_ACEOF
32333
cat >conftest.$ac_ext <<_ACEOF
30684
#line $LINENO "configure"
-
 
30685
/* confdefs.h.  */
32334
/* confdefs.h.  */
30686
_ACEOF
32335
_ACEOF
30687
cat confdefs.h >>conftest.$ac_ext
32336
cat confdefs.h >>conftest.$ac_ext
30688
cat >>conftest.$ac_ext <<_ACEOF
32337
cat >>conftest.$ac_ext <<_ACEOF
30689
/* end confdefs.h.  */
32338
/* end confdefs.h.  */
Line 30694... Line 32343...
30694
#endif
32343
#endif
30695
/* We use char because int might match the return type of a gcc2
32344
/* We use char because int might match the return type of a gcc2
30696
   builtin and then its argument prototype would still apply.  */
32345
   builtin and then its argument prototype would still apply.  */
30697
char dnet_ntoa ();
32346
char dnet_ntoa ();
30698
#ifdef F77_DUMMY_MAIN
32347
#ifdef F77_DUMMY_MAIN
-
 
32348
 
30699
#  ifdef __cplusplus
32349
#  ifdef __cplusplus
30700
     extern "C"
32350
     extern "C"
30701
#  endif
32351
#  endif
30702
   int F77_DUMMY_MAIN() { return 1; }
32352
   int F77_DUMMY_MAIN() { return 1; }
-
 
32353
 
30703
#endif
32354
#endif
30704
int
32355
int
30705
main ()
32356
main ()
30706
{
32357
{
30707
dnet_ntoa ();
32358
dnet_ntoa ();
Line 30709... Line 32360...
30709
  return 0;
32360
  return 0;
30710
}
32361
}
30711
_ACEOF
32362
_ACEOF
30712
rm -f conftest.$ac_objext conftest$ac_exeext
32363
rm -f conftest.$ac_objext conftest$ac_exeext
30713
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32364
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30714
  (eval $ac_link) 2>&5
32365
  (eval $ac_link) 2>conftest.er1
30715
  ac_status=$?
32366
  ac_status=$?
-
 
32367
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32368
  rm -f conftest.er1
-
 
32369
  cat conftest.err >&5
30716
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32370
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30717
  (exit $ac_status); } &&
32371
  (exit $ac_status); } &&
-
 
32372
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32373
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32374
  (eval $ac_try) 2>&5
-
 
32375
  ac_status=$?
-
 
32376
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32377
  (exit $ac_status); }; } &&
30718
         { ac_try='test -s conftest$ac_exeext'
32378
	 { ac_try='test -s conftest$ac_exeext'
30719
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32379
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30720
  (eval $ac_try) 2>&5
32380
  (eval $ac_try) 2>&5
30721
  ac_status=$?
32381
  ac_status=$?
30722
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32382
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30723
  (exit $ac_status); }; }; then
32383
  (exit $ac_status); }; }; then
Line 30726... Line 32386...
30726
  echo "$as_me: failed program was:" >&5
32386
  echo "$as_me: failed program was:" >&5
30727
sed 's/^/| /' conftest.$ac_ext >&5
32387
sed 's/^/| /' conftest.$ac_ext >&5
30728
 
32388
 
30729
ac_cv_lib_dnet_stub_dnet_ntoa=no
32389
ac_cv_lib_dnet_stub_dnet_ntoa=no
30730
fi
32390
fi
-
 
32391
rm -f conftest.err conftest.$ac_objext \
30731
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32392
      conftest$ac_exeext conftest.$ac_ext
30732
LIBS=$ac_check_lib_save_LIBS
32393
LIBS=$ac_check_lib_save_LIBS
30733
fi
32394
fi
30734
echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
32395
echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
30735
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
32396
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
30736
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
32397
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
30737
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
32398
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
30738
fi
32399
fi
30739
 
32400
 
30740
    fi
32401
    fi
30741
fi
32402
fi
-
 
32403
rm -f conftest.err conftest.$ac_objext \
30742
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32404
      conftest$ac_exeext conftest.$ac_ext
30743
    LIBS="$ac_xsave_LIBS"
32405
    LIBS="$ac_xsave_LIBS"
30744
 
32406
 
30745
    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
32407
    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
30746
    # to get the SysV transport functions.
32408
    # to get the SysV transport functions.
30747
    # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
32409
    # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
Line 30754... Line 32416...
30754
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
32416
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
30755
if test "${ac_cv_func_gethostbyname+set}" = set; then
32417
if test "${ac_cv_func_gethostbyname+set}" = set; then
30756
  echo $ECHO_N "(cached) $ECHO_C" >&6
32418
  echo $ECHO_N "(cached) $ECHO_C" >&6
30757
else
32419
else
30758
  cat >conftest.$ac_ext <<_ACEOF
32420
  cat >conftest.$ac_ext <<_ACEOF
30759
#line $LINENO "configure"
-
 
30760
/* confdefs.h.  */
32421
/* confdefs.h.  */
30761
_ACEOF
32422
_ACEOF
30762
cat confdefs.h >>conftest.$ac_ext
32423
cat confdefs.h >>conftest.$ac_ext
30763
cat >>conftest.$ac_ext <<_ACEOF
32424
cat >>conftest.$ac_ext <<_ACEOF
30764
/* end confdefs.h.  */
32425
/* end confdefs.h.  */
-
 
32426
/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
-
 
32427
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
32428
#define gethostbyname innocuous_gethostbyname
-
 
32429
 
30765
/* System header to define __stub macros and hopefully few prototypes,
32430
/* System header to define __stub macros and hopefully few prototypes,
30766
    which can conflict with char gethostbyname (); below.
32431
    which can conflict with char gethostbyname (); below.
30767
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32432
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30768
    <limits.h> exists even on freestanding compilers.  */
32433
    <limits.h> exists even on freestanding compilers.  */
-
 
32434
 
30769
#ifdef __STDC__
32435
#ifdef __STDC__
30770
# include <limits.h>
32436
# include <limits.h>
30771
#else
32437
#else
30772
# include <assert.h>
32438
# include <assert.h>
30773
#endif
32439
#endif
-
 
32440
 
-
 
32441
#undef gethostbyname
-
 
32442
 
30774
/* Override any gcc2 internal prototype to avoid an error.  */
32443
/* Override any gcc2 internal prototype to avoid an error.  */
30775
#ifdef __cplusplus
32444
#ifdef __cplusplus
30776
extern "C"
32445
extern "C"
30777
{
32446
{
30778
#endif
32447
#endif
Line 30790... Line 32459...
30790
#ifdef __cplusplus
32459
#ifdef __cplusplus
30791
}
32460
}
30792
#endif
32461
#endif
30793
 
32462
 
30794
#ifdef F77_DUMMY_MAIN
32463
#ifdef F77_DUMMY_MAIN
-
 
32464
 
30795
#  ifdef __cplusplus
32465
#  ifdef __cplusplus
30796
     extern "C"
32466
     extern "C"
30797
#  endif
32467
#  endif
30798
   int F77_DUMMY_MAIN() { return 1; }
32468
   int F77_DUMMY_MAIN() { return 1; }
-
 
32469
 
30799
#endif
32470
#endif
30800
int
32471
int
30801
main ()
32472
main ()
30802
{
32473
{
30803
return f != gethostbyname;
32474
return f != gethostbyname;
Line 30805... Line 32476...
30805
  return 0;
32476
  return 0;
30806
}
32477
}
30807
_ACEOF
32478
_ACEOF
30808
rm -f conftest.$ac_objext conftest$ac_exeext
32479
rm -f conftest.$ac_objext conftest$ac_exeext
30809
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32480
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30810
  (eval $ac_link) 2>&5
32481
  (eval $ac_link) 2>conftest.er1
30811
  ac_status=$?
32482
  ac_status=$?
-
 
32483
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32484
  rm -f conftest.er1
-
 
32485
  cat conftest.err >&5
30812
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32486
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30813
  (exit $ac_status); } &&
32487
  (exit $ac_status); } &&
-
 
32488
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32489
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32490
  (eval $ac_try) 2>&5
-
 
32491
  ac_status=$?
-
 
32492
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32493
  (exit $ac_status); }; } &&
30814
         { ac_try='test -s conftest$ac_exeext'
32494
	 { ac_try='test -s conftest$ac_exeext'
30815
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32495
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30816
  (eval $ac_try) 2>&5
32496
  (eval $ac_try) 2>&5
30817
  ac_status=$?
32497
  ac_status=$?
30818
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32498
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30819
  (exit $ac_status); }; }; then
32499
  (exit $ac_status); }; }; then
Line 30822... Line 32502...
30822
  echo "$as_me: failed program was:" >&5
32502
  echo "$as_me: failed program was:" >&5
30823
sed 's/^/| /' conftest.$ac_ext >&5
32503
sed 's/^/| /' conftest.$ac_ext >&5
30824
 
32504
 
30825
ac_cv_func_gethostbyname=no
32505
ac_cv_func_gethostbyname=no
30826
fi
32506
fi
-
 
32507
rm -f conftest.err conftest.$ac_objext \
30827
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32508
      conftest$ac_exeext conftest.$ac_ext
30828
fi
32509
fi
30829
echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
32510
echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
30830
echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
32511
echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
30831
 
32512
 
30832
    if test $ac_cv_func_gethostbyname = no; then
32513
    if test $ac_cv_func_gethostbyname = no; then
Line 30836... Line 32517...
30836
  echo $ECHO_N "(cached) $ECHO_C" >&6
32517
  echo $ECHO_N "(cached) $ECHO_C" >&6
30837
else
32518
else
30838
  ac_check_lib_save_LIBS=$LIBS
32519
  ac_check_lib_save_LIBS=$LIBS
30839
LIBS="-lnsl  $LIBS"
32520
LIBS="-lnsl  $LIBS"
30840
cat >conftest.$ac_ext <<_ACEOF
32521
cat >conftest.$ac_ext <<_ACEOF
30841
#line $LINENO "configure"
-
 
30842
/* confdefs.h.  */
32522
/* confdefs.h.  */
30843
_ACEOF
32523
_ACEOF
30844
cat confdefs.h >>conftest.$ac_ext
32524
cat confdefs.h >>conftest.$ac_ext
30845
cat >>conftest.$ac_ext <<_ACEOF
32525
cat >>conftest.$ac_ext <<_ACEOF
30846
/* end confdefs.h.  */
32526
/* end confdefs.h.  */
Line 30851... Line 32531...
30851
#endif
32531
#endif
30852
/* We use char because int might match the return type of a gcc2
32532
/* We use char because int might match the return type of a gcc2
30853
   builtin and then its argument prototype would still apply.  */
32533
   builtin and then its argument prototype would still apply.  */
30854
char gethostbyname ();
32534
char gethostbyname ();
30855
#ifdef F77_DUMMY_MAIN
32535
#ifdef F77_DUMMY_MAIN
-
 
32536
 
30856
#  ifdef __cplusplus
32537
#  ifdef __cplusplus
30857
     extern "C"
32538
     extern "C"
30858
#  endif
32539
#  endif
30859
   int F77_DUMMY_MAIN() { return 1; }
32540
   int F77_DUMMY_MAIN() { return 1; }
-
 
32541
 
30860
#endif
32542
#endif
30861
int
32543
int
30862
main ()
32544
main ()
30863
{
32545
{
30864
gethostbyname ();
32546
gethostbyname ();
Line 30866... Line 32548...
30866
  return 0;
32548
  return 0;
30867
}
32549
}
30868
_ACEOF
32550
_ACEOF
30869
rm -f conftest.$ac_objext conftest$ac_exeext
32551
rm -f conftest.$ac_objext conftest$ac_exeext
30870
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32552
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30871
  (eval $ac_link) 2>&5
32553
  (eval $ac_link) 2>conftest.er1
30872
  ac_status=$?
32554
  ac_status=$?
-
 
32555
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32556
  rm -f conftest.er1
-
 
32557
  cat conftest.err >&5
30873
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32558
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30874
  (exit $ac_status); } &&
32559
  (exit $ac_status); } &&
-
 
32560
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32561
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32562
  (eval $ac_try) 2>&5
-
 
32563
  ac_status=$?
-
 
32564
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32565
  (exit $ac_status); }; } &&
30875
         { ac_try='test -s conftest$ac_exeext'
32566
	 { ac_try='test -s conftest$ac_exeext'
30876
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32567
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30877
  (eval $ac_try) 2>&5
32568
  (eval $ac_try) 2>&5
30878
  ac_status=$?
32569
  ac_status=$?
30879
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32570
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30880
  (exit $ac_status); }; }; then
32571
  (exit $ac_status); }; }; then
Line 30883... Line 32574...
30883
  echo "$as_me: failed program was:" >&5
32574
  echo "$as_me: failed program was:" >&5
30884
sed 's/^/| /' conftest.$ac_ext >&5
32575
sed 's/^/| /' conftest.$ac_ext >&5
30885
 
32576
 
30886
ac_cv_lib_nsl_gethostbyname=no
32577
ac_cv_lib_nsl_gethostbyname=no
30887
fi
32578
fi
-
 
32579
rm -f conftest.err conftest.$ac_objext \
30888
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32580
      conftest$ac_exeext conftest.$ac_ext
30889
LIBS=$ac_check_lib_save_LIBS
32581
LIBS=$ac_check_lib_save_LIBS
30890
fi
32582
fi
30891
echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
32583
echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
30892
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
32584
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
30893
if test $ac_cv_lib_nsl_gethostbyname = yes; then
32585
if test $ac_cv_lib_nsl_gethostbyname = yes; then
30894
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
32586
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
30895
fi
32587
fi
30896
 
32588
 
30897
      if test $ac_cv_lib_nsl_gethostbyname = no; then
32589
      if test $ac_cv_lib_nsl_gethostbyname = no; then
30898
        echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
32590
	echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
30899
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
32591
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
30900
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
32592
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
30901
  echo $ECHO_N "(cached) $ECHO_C" >&6
32593
  echo $ECHO_N "(cached) $ECHO_C" >&6
30902
else
32594
else
30903
  ac_check_lib_save_LIBS=$LIBS
32595
  ac_check_lib_save_LIBS=$LIBS
30904
LIBS="-lbsd  $LIBS"
32596
LIBS="-lbsd  $LIBS"
30905
cat >conftest.$ac_ext <<_ACEOF
32597
cat >conftest.$ac_ext <<_ACEOF
30906
#line $LINENO "configure"
-
 
30907
/* confdefs.h.  */
32598
/* confdefs.h.  */
30908
_ACEOF
32599
_ACEOF
30909
cat confdefs.h >>conftest.$ac_ext
32600
cat confdefs.h >>conftest.$ac_ext
30910
cat >>conftest.$ac_ext <<_ACEOF
32601
cat >>conftest.$ac_ext <<_ACEOF
30911
/* end confdefs.h.  */
32602
/* end confdefs.h.  */
Line 30916... Line 32607...
30916
#endif
32607
#endif
30917
/* We use char because int might match the return type of a gcc2
32608
/* We use char because int might match the return type of a gcc2
30918
   builtin and then its argument prototype would still apply.  */
32609
   builtin and then its argument prototype would still apply.  */
30919
char gethostbyname ();
32610
char gethostbyname ();
30920
#ifdef F77_DUMMY_MAIN
32611
#ifdef F77_DUMMY_MAIN
-
 
32612
 
30921
#  ifdef __cplusplus
32613
#  ifdef __cplusplus
30922
     extern "C"
32614
     extern "C"
30923
#  endif
32615
#  endif
30924
   int F77_DUMMY_MAIN() { return 1; }
32616
   int F77_DUMMY_MAIN() { return 1; }
-
 
32617
 
30925
#endif
32618
#endif
30926
int
32619
int
30927
main ()
32620
main ()
30928
{
32621
{
30929
gethostbyname ();
32622
gethostbyname ();
Line 30931... Line 32624...
30931
  return 0;
32624
  return 0;
30932
}
32625
}
30933
_ACEOF
32626
_ACEOF
30934
rm -f conftest.$ac_objext conftest$ac_exeext
32627
rm -f conftest.$ac_objext conftest$ac_exeext
30935
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32628
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30936
  (eval $ac_link) 2>&5
32629
  (eval $ac_link) 2>conftest.er1
30937
  ac_status=$?
32630
  ac_status=$?
-
 
32631
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32632
  rm -f conftest.er1
-
 
32633
  cat conftest.err >&5
30938
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32634
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30939
  (exit $ac_status); } &&
32635
  (exit $ac_status); } &&
-
 
32636
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32637
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32638
  (eval $ac_try) 2>&5
-
 
32639
  ac_status=$?
-
 
32640
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32641
  (exit $ac_status); }; } &&
30940
         { ac_try='test -s conftest$ac_exeext'
32642
	 { ac_try='test -s conftest$ac_exeext'
30941
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32643
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30942
  (eval $ac_try) 2>&5
32644
  (eval $ac_try) 2>&5
30943
  ac_status=$?
32645
  ac_status=$?
30944
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32646
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
30945
  (exit $ac_status); }; }; then
32647
  (exit $ac_status); }; }; then
Line 30948... Line 32650...
30948
  echo "$as_me: failed program was:" >&5
32650
  echo "$as_me: failed program was:" >&5
30949
sed 's/^/| /' conftest.$ac_ext >&5
32651
sed 's/^/| /' conftest.$ac_ext >&5
30950
 
32652
 
30951
ac_cv_lib_bsd_gethostbyname=no
32653
ac_cv_lib_bsd_gethostbyname=no
30952
fi
32654
fi
-
 
32655
rm -f conftest.err conftest.$ac_objext \
30953
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32656
      conftest$ac_exeext conftest.$ac_ext
30954
LIBS=$ac_check_lib_save_LIBS
32657
LIBS=$ac_check_lib_save_LIBS
30955
fi
32658
fi
30956
echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
32659
echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
30957
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
32660
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
30958
if test $ac_cv_lib_bsd_gethostbyname = yes; then
32661
if test $ac_cv_lib_bsd_gethostbyname = yes; then
Line 30973... Line 32676...
30973
echo $ECHO_N "checking for connect... $ECHO_C" >&6
32676
echo $ECHO_N "checking for connect... $ECHO_C" >&6
30974
if test "${ac_cv_func_connect+set}" = set; then
32677
if test "${ac_cv_func_connect+set}" = set; then
30975
  echo $ECHO_N "(cached) $ECHO_C" >&6
32678
  echo $ECHO_N "(cached) $ECHO_C" >&6
30976
else
32679
else
30977
  cat >conftest.$ac_ext <<_ACEOF
32680
  cat >conftest.$ac_ext <<_ACEOF
30978
#line $LINENO "configure"
-
 
30979
/* confdefs.h.  */
32681
/* confdefs.h.  */
30980
_ACEOF
32682
_ACEOF
30981
cat confdefs.h >>conftest.$ac_ext
32683
cat confdefs.h >>conftest.$ac_ext
30982
cat >>conftest.$ac_ext <<_ACEOF
32684
cat >>conftest.$ac_ext <<_ACEOF
30983
/* end confdefs.h.  */
32685
/* end confdefs.h.  */
-
 
32686
/* Define connect to an innocuous variant, in case <limits.h> declares connect.
-
 
32687
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
32688
#define connect innocuous_connect
-
 
32689
 
30984
/* System header to define __stub macros and hopefully few prototypes,
32690
/* System header to define __stub macros and hopefully few prototypes,
30985
    which can conflict with char connect (); below.
32691
    which can conflict with char connect (); below.
30986
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32692
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30987
    <limits.h> exists even on freestanding compilers.  */
32693
    <limits.h> exists even on freestanding compilers.  */
-
 
32694
 
30988
#ifdef __STDC__
32695
#ifdef __STDC__
30989
# include <limits.h>
32696
# include <limits.h>
30990
#else
32697
#else
30991
# include <assert.h>
32698
# include <assert.h>
30992
#endif
32699
#endif
-
 
32700
 
-
 
32701
#undef connect
-
 
32702
 
30993
/* Override any gcc2 internal prototype to avoid an error.  */
32703
/* Override any gcc2 internal prototype to avoid an error.  */
30994
#ifdef __cplusplus
32704
#ifdef __cplusplus
30995
extern "C"
32705
extern "C"
30996
{
32706
{
30997
#endif
32707
#endif
Line 31009... Line 32719...
31009
#ifdef __cplusplus
32719
#ifdef __cplusplus
31010
}
32720
}
31011
#endif
32721
#endif
31012
 
32722
 
31013
#ifdef F77_DUMMY_MAIN
32723
#ifdef F77_DUMMY_MAIN
-
 
32724
 
31014
#  ifdef __cplusplus
32725
#  ifdef __cplusplus
31015
     extern "C"
32726
     extern "C"
31016
#  endif
32727
#  endif
31017
   int F77_DUMMY_MAIN() { return 1; }
32728
   int F77_DUMMY_MAIN() { return 1; }
-
 
32729
 
31018
#endif
32730
#endif
31019
int
32731
int
31020
main ()
32732
main ()
31021
{
32733
{
31022
return f != connect;
32734
return f != connect;
Line 31024... Line 32736...
31024
  return 0;
32736
  return 0;
31025
}
32737
}
31026
_ACEOF
32738
_ACEOF
31027
rm -f conftest.$ac_objext conftest$ac_exeext
32739
rm -f conftest.$ac_objext conftest$ac_exeext
31028
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32740
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31029
  (eval $ac_link) 2>&5
32741
  (eval $ac_link) 2>conftest.er1
31030
  ac_status=$?
32742
  ac_status=$?
-
 
32743
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32744
  rm -f conftest.er1
-
 
32745
  cat conftest.err >&5
31031
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32746
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31032
  (exit $ac_status); } &&
32747
  (exit $ac_status); } &&
-
 
32748
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32749
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32750
  (eval $ac_try) 2>&5
-
 
32751
  ac_status=$?
-
 
32752
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32753
  (exit $ac_status); }; } &&
31033
         { ac_try='test -s conftest$ac_exeext'
32754
	 { ac_try='test -s conftest$ac_exeext'
31034
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32755
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31035
  (eval $ac_try) 2>&5
32756
  (eval $ac_try) 2>&5
31036
  ac_status=$?
32757
  ac_status=$?
31037
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32758
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31038
  (exit $ac_status); }; }; then
32759
  (exit $ac_status); }; }; then
Line 31041... Line 32762...
31041
  echo "$as_me: failed program was:" >&5
32762
  echo "$as_me: failed program was:" >&5
31042
sed 's/^/| /' conftest.$ac_ext >&5
32763
sed 's/^/| /' conftest.$ac_ext >&5
31043
 
32764
 
31044
ac_cv_func_connect=no
32765
ac_cv_func_connect=no
31045
fi
32766
fi
-
 
32767
rm -f conftest.err conftest.$ac_objext \
31046
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32768
      conftest$ac_exeext conftest.$ac_ext
31047
fi
32769
fi
31048
echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
32770
echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
31049
echo "${ECHO_T}$ac_cv_func_connect" >&6
32771
echo "${ECHO_T}$ac_cv_func_connect" >&6
31050
 
32772
 
31051
    if test $ac_cv_func_connect = no; then
32773
    if test $ac_cv_func_connect = no; then
Line 31055... Line 32777...
31055
  echo $ECHO_N "(cached) $ECHO_C" >&6
32777
  echo $ECHO_N "(cached) $ECHO_C" >&6
31056
else
32778
else
31057
  ac_check_lib_save_LIBS=$LIBS
32779
  ac_check_lib_save_LIBS=$LIBS
31058
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
32780
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
31059
cat >conftest.$ac_ext <<_ACEOF
32781
cat >conftest.$ac_ext <<_ACEOF
31060
#line $LINENO "configure"
-
 
31061
/* confdefs.h.  */
32782
/* confdefs.h.  */
31062
_ACEOF
32783
_ACEOF
31063
cat confdefs.h >>conftest.$ac_ext
32784
cat confdefs.h >>conftest.$ac_ext
31064
cat >>conftest.$ac_ext <<_ACEOF
32785
cat >>conftest.$ac_ext <<_ACEOF
31065
/* end confdefs.h.  */
32786
/* end confdefs.h.  */
Line 31070... Line 32791...
31070
#endif
32791
#endif
31071
/* We use char because int might match the return type of a gcc2
32792
/* We use char because int might match the return type of a gcc2
31072
   builtin and then its argument prototype would still apply.  */
32793
   builtin and then its argument prototype would still apply.  */
31073
char connect ();
32794
char connect ();
31074
#ifdef F77_DUMMY_MAIN
32795
#ifdef F77_DUMMY_MAIN
-
 
32796
 
31075
#  ifdef __cplusplus
32797
#  ifdef __cplusplus
31076
     extern "C"
32798
     extern "C"
31077
#  endif
32799
#  endif
31078
   int F77_DUMMY_MAIN() { return 1; }
32800
   int F77_DUMMY_MAIN() { return 1; }
-
 
32801
 
31079
#endif
32802
#endif
31080
int
32803
int
31081
main ()
32804
main ()
31082
{
32805
{
31083
connect ();
32806
connect ();
Line 31085... Line 32808...
31085
  return 0;
32808
  return 0;
31086
}
32809
}
31087
_ACEOF
32810
_ACEOF
31088
rm -f conftest.$ac_objext conftest$ac_exeext
32811
rm -f conftest.$ac_objext conftest$ac_exeext
31089
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32812
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31090
  (eval $ac_link) 2>&5
32813
  (eval $ac_link) 2>conftest.er1
31091
  ac_status=$?
32814
  ac_status=$?
-
 
32815
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32816
  rm -f conftest.er1
-
 
32817
  cat conftest.err >&5
31092
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32818
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31093
  (exit $ac_status); } &&
32819
  (exit $ac_status); } &&
-
 
32820
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32821
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32822
  (eval $ac_try) 2>&5
-
 
32823
  ac_status=$?
-
 
32824
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32825
  (exit $ac_status); }; } &&
31094
         { ac_try='test -s conftest$ac_exeext'
32826
	 { ac_try='test -s conftest$ac_exeext'
31095
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32827
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31096
  (eval $ac_try) 2>&5
32828
  (eval $ac_try) 2>&5
31097
  ac_status=$?
32829
  ac_status=$?
31098
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32830
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31099
  (exit $ac_status); }; }; then
32831
  (exit $ac_status); }; }; then
Line 31102... Line 32834...
31102
  echo "$as_me: failed program was:" >&5
32834
  echo "$as_me: failed program was:" >&5
31103
sed 's/^/| /' conftest.$ac_ext >&5
32835
sed 's/^/| /' conftest.$ac_ext >&5
31104
 
32836
 
31105
ac_cv_lib_socket_connect=no
32837
ac_cv_lib_socket_connect=no
31106
fi
32838
fi
-
 
32839
rm -f conftest.err conftest.$ac_objext \
31107
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32840
      conftest$ac_exeext conftest.$ac_ext
31108
LIBS=$ac_check_lib_save_LIBS
32841
LIBS=$ac_check_lib_save_LIBS
31109
fi
32842
fi
31110
echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
32843
echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
31111
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
32844
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
31112
if test $ac_cv_lib_socket_connect = yes; then
32845
if test $ac_cv_lib_socket_connect = yes; then
Line 31120... Line 32853...
31120
echo $ECHO_N "checking for remove... $ECHO_C" >&6
32853
echo $ECHO_N "checking for remove... $ECHO_C" >&6
31121
if test "${ac_cv_func_remove+set}" = set; then
32854
if test "${ac_cv_func_remove+set}" = set; then
31122
  echo $ECHO_N "(cached) $ECHO_C" >&6
32855
  echo $ECHO_N "(cached) $ECHO_C" >&6
31123
else
32856
else
31124
  cat >conftest.$ac_ext <<_ACEOF
32857
  cat >conftest.$ac_ext <<_ACEOF
31125
#line $LINENO "configure"
-
 
31126
/* confdefs.h.  */
32858
/* confdefs.h.  */
31127
_ACEOF
32859
_ACEOF
31128
cat confdefs.h >>conftest.$ac_ext
32860
cat confdefs.h >>conftest.$ac_ext
31129
cat >>conftest.$ac_ext <<_ACEOF
32861
cat >>conftest.$ac_ext <<_ACEOF
31130
/* end confdefs.h.  */
32862
/* end confdefs.h.  */
-
 
32863
/* Define remove to an innocuous variant, in case <limits.h> declares remove.
-
 
32864
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
32865
#define remove innocuous_remove
-
 
32866
 
31131
/* System header to define __stub macros and hopefully few prototypes,
32867
/* System header to define __stub macros and hopefully few prototypes,
31132
    which can conflict with char remove (); below.
32868
    which can conflict with char remove (); below.
31133
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32869
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31134
    <limits.h> exists even on freestanding compilers.  */
32870
    <limits.h> exists even on freestanding compilers.  */
-
 
32871
 
31135
#ifdef __STDC__
32872
#ifdef __STDC__
31136
# include <limits.h>
32873
# include <limits.h>
31137
#else
32874
#else
31138
# include <assert.h>
32875
# include <assert.h>
31139
#endif
32876
#endif
-
 
32877
 
-
 
32878
#undef remove
-
 
32879
 
31140
/* Override any gcc2 internal prototype to avoid an error.  */
32880
/* Override any gcc2 internal prototype to avoid an error.  */
31141
#ifdef __cplusplus
32881
#ifdef __cplusplus
31142
extern "C"
32882
extern "C"
31143
{
32883
{
31144
#endif
32884
#endif
Line 31156... Line 32896...
31156
#ifdef __cplusplus
32896
#ifdef __cplusplus
31157
}
32897
}
31158
#endif
32898
#endif
31159
 
32899
 
31160
#ifdef F77_DUMMY_MAIN
32900
#ifdef F77_DUMMY_MAIN
-
 
32901
 
31161
#  ifdef __cplusplus
32902
#  ifdef __cplusplus
31162
     extern "C"
32903
     extern "C"
31163
#  endif
32904
#  endif
31164
   int F77_DUMMY_MAIN() { return 1; }
32905
   int F77_DUMMY_MAIN() { return 1; }
-
 
32906
 
31165
#endif
32907
#endif
31166
int
32908
int
31167
main ()
32909
main ()
31168
{
32910
{
31169
return f != remove;
32911
return f != remove;
Line 31171... Line 32913...
31171
  return 0;
32913
  return 0;
31172
}
32914
}
31173
_ACEOF
32915
_ACEOF
31174
rm -f conftest.$ac_objext conftest$ac_exeext
32916
rm -f conftest.$ac_objext conftest$ac_exeext
31175
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32917
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31176
  (eval $ac_link) 2>&5
32918
  (eval $ac_link) 2>conftest.er1
31177
  ac_status=$?
32919
  ac_status=$?
-
 
32920
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32921
  rm -f conftest.er1
-
 
32922
  cat conftest.err >&5
31178
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32923
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31179
  (exit $ac_status); } &&
32924
  (exit $ac_status); } &&
-
 
32925
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32926
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32927
  (eval $ac_try) 2>&5
-
 
32928
  ac_status=$?
-
 
32929
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
32930
  (exit $ac_status); }; } &&
31180
         { ac_try='test -s conftest$ac_exeext'
32931
	 { ac_try='test -s conftest$ac_exeext'
31181
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32932
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31182
  (eval $ac_try) 2>&5
32933
  (eval $ac_try) 2>&5
31183
  ac_status=$?
32934
  ac_status=$?
31184
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32935
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31185
  (exit $ac_status); }; }; then
32936
  (exit $ac_status); }; }; then
Line 31188... Line 32939...
31188
  echo "$as_me: failed program was:" >&5
32939
  echo "$as_me: failed program was:" >&5
31189
sed 's/^/| /' conftest.$ac_ext >&5
32940
sed 's/^/| /' conftest.$ac_ext >&5
31190
 
32941
 
31191
ac_cv_func_remove=no
32942
ac_cv_func_remove=no
31192
fi
32943
fi
-
 
32944
rm -f conftest.err conftest.$ac_objext \
31193
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32945
      conftest$ac_exeext conftest.$ac_ext
31194
fi
32946
fi
31195
echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
32947
echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
31196
echo "${ECHO_T}$ac_cv_func_remove" >&6
32948
echo "${ECHO_T}$ac_cv_func_remove" >&6
31197
 
32949
 
31198
    if test $ac_cv_func_remove = no; then
32950
    if test $ac_cv_func_remove = no; then
Line 31202... Line 32954...
31202
  echo $ECHO_N "(cached) $ECHO_C" >&6
32954
  echo $ECHO_N "(cached) $ECHO_C" >&6
31203
else
32955
else
31204
  ac_check_lib_save_LIBS=$LIBS
32956
  ac_check_lib_save_LIBS=$LIBS
31205
LIBS="-lposix  $LIBS"
32957
LIBS="-lposix  $LIBS"
31206
cat >conftest.$ac_ext <<_ACEOF
32958
cat >conftest.$ac_ext <<_ACEOF
31207
#line $LINENO "configure"
-
 
31208
/* confdefs.h.  */
32959
/* confdefs.h.  */
31209
_ACEOF
32960
_ACEOF
31210
cat confdefs.h >>conftest.$ac_ext
32961
cat confdefs.h >>conftest.$ac_ext
31211
cat >>conftest.$ac_ext <<_ACEOF
32962
cat >>conftest.$ac_ext <<_ACEOF
31212
/* end confdefs.h.  */
32963
/* end confdefs.h.  */
Line 31217... Line 32968...
31217
#endif
32968
#endif
31218
/* We use char because int might match the return type of a gcc2
32969
/* We use char because int might match the return type of a gcc2
31219
   builtin and then its argument prototype would still apply.  */
32970
   builtin and then its argument prototype would still apply.  */
31220
char remove ();
32971
char remove ();
31221
#ifdef F77_DUMMY_MAIN
32972
#ifdef F77_DUMMY_MAIN
-
 
32973
 
31222
#  ifdef __cplusplus
32974
#  ifdef __cplusplus
31223
     extern "C"
32975
     extern "C"
31224
#  endif
32976
#  endif
31225
   int F77_DUMMY_MAIN() { return 1; }
32977
   int F77_DUMMY_MAIN() { return 1; }
-
 
32978
 
31226
#endif
32979
#endif
31227
int
32980
int
31228
main ()
32981
main ()
31229
{
32982
{
31230
remove ();
32983
remove ();
Line 31232... Line 32985...
31232
  return 0;
32985
  return 0;
31233
}
32986
}
31234
_ACEOF
32987
_ACEOF
31235
rm -f conftest.$ac_objext conftest$ac_exeext
32988
rm -f conftest.$ac_objext conftest$ac_exeext
31236
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32989
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31237
  (eval $ac_link) 2>&5
32990
  (eval $ac_link) 2>conftest.er1
31238
  ac_status=$?
32991
  ac_status=$?
-
 
32992
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
32993
  rm -f conftest.er1
-
 
32994
  cat conftest.err >&5
31239
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32995
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31240
  (exit $ac_status); } &&
32996
  (exit $ac_status); } &&
-
 
32997
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
32998
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
32999
  (eval $ac_try) 2>&5
-
 
33000
  ac_status=$?
-
 
33001
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33002
  (exit $ac_status); }; } &&
31241
         { ac_try='test -s conftest$ac_exeext'
33003
	 { ac_try='test -s conftest$ac_exeext'
31242
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33004
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31243
  (eval $ac_try) 2>&5
33005
  (eval $ac_try) 2>&5
31244
  ac_status=$?
33006
  ac_status=$?
31245
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33007
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31246
  (exit $ac_status); }; }; then
33008
  (exit $ac_status); }; }; then
Line 31249... Line 33011...
31249
  echo "$as_me: failed program was:" >&5
33011
  echo "$as_me: failed program was:" >&5
31250
sed 's/^/| /' conftest.$ac_ext >&5
33012
sed 's/^/| /' conftest.$ac_ext >&5
31251
 
33013
 
31252
ac_cv_lib_posix_remove=no
33014
ac_cv_lib_posix_remove=no
31253
fi
33015
fi
-
 
33016
rm -f conftest.err conftest.$ac_objext \
31254
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33017
      conftest$ac_exeext conftest.$ac_ext
31255
LIBS=$ac_check_lib_save_LIBS
33018
LIBS=$ac_check_lib_save_LIBS
31256
fi
33019
fi
31257
echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
33020
echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
31258
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
33021
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
31259
if test $ac_cv_lib_posix_remove = yes; then
33022
if test $ac_cv_lib_posix_remove = yes; then
Line 31267... Line 33030...
31267
echo $ECHO_N "checking for shmat... $ECHO_C" >&6
33030
echo $ECHO_N "checking for shmat... $ECHO_C" >&6
31268
if test "${ac_cv_func_shmat+set}" = set; then
33031
if test "${ac_cv_func_shmat+set}" = set; then
31269
  echo $ECHO_N "(cached) $ECHO_C" >&6
33032
  echo $ECHO_N "(cached) $ECHO_C" >&6
31270
else
33033
else
31271
  cat >conftest.$ac_ext <<_ACEOF
33034
  cat >conftest.$ac_ext <<_ACEOF
31272
#line $LINENO "configure"
-
 
31273
/* confdefs.h.  */
33035
/* confdefs.h.  */
31274
_ACEOF
33036
_ACEOF
31275
cat confdefs.h >>conftest.$ac_ext
33037
cat confdefs.h >>conftest.$ac_ext
31276
cat >>conftest.$ac_ext <<_ACEOF
33038
cat >>conftest.$ac_ext <<_ACEOF
31277
/* end confdefs.h.  */
33039
/* end confdefs.h.  */
-
 
33040
/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
-
 
33041
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
33042
#define shmat innocuous_shmat
-
 
33043
 
31278
/* System header to define __stub macros and hopefully few prototypes,
33044
/* System header to define __stub macros and hopefully few prototypes,
31279
    which can conflict with char shmat (); below.
33045
    which can conflict with char shmat (); below.
31280
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33046
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31281
    <limits.h> exists even on freestanding compilers.  */
33047
    <limits.h> exists even on freestanding compilers.  */
-
 
33048
 
31282
#ifdef __STDC__
33049
#ifdef __STDC__
31283
# include <limits.h>
33050
# include <limits.h>
31284
#else
33051
#else
31285
# include <assert.h>
33052
# include <assert.h>
31286
#endif
33053
#endif
-
 
33054
 
-
 
33055
#undef shmat
-
 
33056
 
31287
/* Override any gcc2 internal prototype to avoid an error.  */
33057
/* Override any gcc2 internal prototype to avoid an error.  */
31288
#ifdef __cplusplus
33058
#ifdef __cplusplus
31289
extern "C"
33059
extern "C"
31290
{
33060
{
31291
#endif
33061
#endif
Line 31303... Line 33073...
31303
#ifdef __cplusplus
33073
#ifdef __cplusplus
31304
}
33074
}
31305
#endif
33075
#endif
31306
 
33076
 
31307
#ifdef F77_DUMMY_MAIN
33077
#ifdef F77_DUMMY_MAIN
-
 
33078
 
31308
#  ifdef __cplusplus
33079
#  ifdef __cplusplus
31309
     extern "C"
33080
     extern "C"
31310
#  endif
33081
#  endif
31311
   int F77_DUMMY_MAIN() { return 1; }
33082
   int F77_DUMMY_MAIN() { return 1; }
-
 
33083
 
31312
#endif
33084
#endif
31313
int
33085
int
31314
main ()
33086
main ()
31315
{
33087
{
31316
return f != shmat;
33088
return f != shmat;
Line 31318... Line 33090...
31318
  return 0;
33090
  return 0;
31319
}
33091
}
31320
_ACEOF
33092
_ACEOF
31321
rm -f conftest.$ac_objext conftest$ac_exeext
33093
rm -f conftest.$ac_objext conftest$ac_exeext
31322
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33094
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31323
  (eval $ac_link) 2>&5
33095
  (eval $ac_link) 2>conftest.er1
31324
  ac_status=$?
33096
  ac_status=$?
-
 
33097
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
33098
  rm -f conftest.er1
-
 
33099
  cat conftest.err >&5
31325
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33100
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31326
  (exit $ac_status); } &&
33101
  (exit $ac_status); } &&
-
 
33102
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
33103
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
33104
  (eval $ac_try) 2>&5
-
 
33105
  ac_status=$?
-
 
33106
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33107
  (exit $ac_status); }; } &&
31327
         { ac_try='test -s conftest$ac_exeext'
33108
	 { ac_try='test -s conftest$ac_exeext'
31328
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33109
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31329
  (eval $ac_try) 2>&5
33110
  (eval $ac_try) 2>&5
31330
  ac_status=$?
33111
  ac_status=$?
31331
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33112
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31332
  (exit $ac_status); }; }; then
33113
  (exit $ac_status); }; }; then
Line 31335... Line 33116...
31335
  echo "$as_me: failed program was:" >&5
33116
  echo "$as_me: failed program was:" >&5
31336
sed 's/^/| /' conftest.$ac_ext >&5
33117
sed 's/^/| /' conftest.$ac_ext >&5
31337
 
33118
 
31338
ac_cv_func_shmat=no
33119
ac_cv_func_shmat=no
31339
fi
33120
fi
-
 
33121
rm -f conftest.err conftest.$ac_objext \
31340
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33122
      conftest$ac_exeext conftest.$ac_ext
31341
fi
33123
fi
31342
echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
33124
echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
31343
echo "${ECHO_T}$ac_cv_func_shmat" >&6
33125
echo "${ECHO_T}$ac_cv_func_shmat" >&6
31344
 
33126
 
31345
    if test $ac_cv_func_shmat = no; then
33127
    if test $ac_cv_func_shmat = no; then
Line 31349... Line 33131...
31349
  echo $ECHO_N "(cached) $ECHO_C" >&6
33131
  echo $ECHO_N "(cached) $ECHO_C" >&6
31350
else
33132
else
31351
  ac_check_lib_save_LIBS=$LIBS
33133
  ac_check_lib_save_LIBS=$LIBS
31352
LIBS="-lipc  $LIBS"
33134
LIBS="-lipc  $LIBS"
31353
cat >conftest.$ac_ext <<_ACEOF
33135
cat >conftest.$ac_ext <<_ACEOF
31354
#line $LINENO "configure"
-
 
31355
/* confdefs.h.  */
33136
/* confdefs.h.  */
31356
_ACEOF
33137
_ACEOF
31357
cat confdefs.h >>conftest.$ac_ext
33138
cat confdefs.h >>conftest.$ac_ext
31358
cat >>conftest.$ac_ext <<_ACEOF
33139
cat >>conftest.$ac_ext <<_ACEOF
31359
/* end confdefs.h.  */
33140
/* end confdefs.h.  */
Line 31364... Line 33145...
31364
#endif
33145
#endif
31365
/* We use char because int might match the return type of a gcc2
33146
/* We use char because int might match the return type of a gcc2
31366
   builtin and then its argument prototype would still apply.  */
33147
   builtin and then its argument prototype would still apply.  */
31367
char shmat ();
33148
char shmat ();
31368
#ifdef F77_DUMMY_MAIN
33149
#ifdef F77_DUMMY_MAIN
-
 
33150
 
31369
#  ifdef __cplusplus
33151
#  ifdef __cplusplus
31370
     extern "C"
33152
     extern "C"
31371
#  endif
33153
#  endif
31372
   int F77_DUMMY_MAIN() { return 1; }
33154
   int F77_DUMMY_MAIN() { return 1; }
-
 
33155
 
31373
#endif
33156
#endif
31374
int
33157
int
31375
main ()
33158
main ()
31376
{
33159
{
31377
shmat ();
33160
shmat ();
Line 31379... Line 33162...
31379
  return 0;
33162
  return 0;
31380
}
33163
}
31381
_ACEOF
33164
_ACEOF
31382
rm -f conftest.$ac_objext conftest$ac_exeext
33165
rm -f conftest.$ac_objext conftest$ac_exeext
31383
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33166
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31384
  (eval $ac_link) 2>&5
33167
  (eval $ac_link) 2>conftest.er1
31385
  ac_status=$?
33168
  ac_status=$?
-
 
33169
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
33170
  rm -f conftest.er1
-
 
33171
  cat conftest.err >&5
31386
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33172
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31387
  (exit $ac_status); } &&
33173
  (exit $ac_status); } &&
-
 
33174
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
33175
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
33176
  (eval $ac_try) 2>&5
-
 
33177
  ac_status=$?
-
 
33178
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33179
  (exit $ac_status); }; } &&
31388
         { ac_try='test -s conftest$ac_exeext'
33180
	 { ac_try='test -s conftest$ac_exeext'
31389
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33181
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31390
  (eval $ac_try) 2>&5
33182
  (eval $ac_try) 2>&5
31391
  ac_status=$?
33183
  ac_status=$?
31392
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33184
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31393
  (exit $ac_status); }; }; then
33185
  (exit $ac_status); }; }; then
Line 31396... Line 33188...
31396
  echo "$as_me: failed program was:" >&5
33188
  echo "$as_me: failed program was:" >&5
31397
sed 's/^/| /' conftest.$ac_ext >&5
33189
sed 's/^/| /' conftest.$ac_ext >&5
31398
 
33190
 
31399
ac_cv_lib_ipc_shmat=no
33191
ac_cv_lib_ipc_shmat=no
31400
fi
33192
fi
-
 
33193
rm -f conftest.err conftest.$ac_objext \
31401
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33194
      conftest$ac_exeext conftest.$ac_ext
31402
LIBS=$ac_check_lib_save_LIBS
33195
LIBS=$ac_check_lib_save_LIBS
31403
fi
33196
fi
31404
echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
33197
echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
31405
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
33198
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
31406
if test $ac_cv_lib_ipc_shmat = yes; then
33199
if test $ac_cv_lib_ipc_shmat = yes; then
Line 31425... Line 33218...
31425
  echo $ECHO_N "(cached) $ECHO_C" >&6
33218
  echo $ECHO_N "(cached) $ECHO_C" >&6
31426
else
33219
else
31427
  ac_check_lib_save_LIBS=$LIBS
33220
  ac_check_lib_save_LIBS=$LIBS
31428
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
33221
LIBS="-lICE $X_EXTRA_LIBS $LIBS"
31429
cat >conftest.$ac_ext <<_ACEOF
33222
cat >conftest.$ac_ext <<_ACEOF
31430
#line $LINENO "configure"
-
 
31431
/* confdefs.h.  */
33223
/* confdefs.h.  */
31432
_ACEOF
33224
_ACEOF
31433
cat confdefs.h >>conftest.$ac_ext
33225
cat confdefs.h >>conftest.$ac_ext
31434
cat >>conftest.$ac_ext <<_ACEOF
33226
cat >>conftest.$ac_ext <<_ACEOF
31435
/* end confdefs.h.  */
33227
/* end confdefs.h.  */
Line 31440... Line 33232...
31440
#endif
33232
#endif
31441
/* We use char because int might match the return type of a gcc2
33233
/* We use char because int might match the return type of a gcc2
31442
   builtin and then its argument prototype would still apply.  */
33234
   builtin and then its argument prototype would still apply.  */
31443
char IceConnectionNumber ();
33235
char IceConnectionNumber ();
31444
#ifdef F77_DUMMY_MAIN
33236
#ifdef F77_DUMMY_MAIN
-
 
33237
 
31445
#  ifdef __cplusplus
33238
#  ifdef __cplusplus
31446
     extern "C"
33239
     extern "C"
31447
#  endif
33240
#  endif
31448
   int F77_DUMMY_MAIN() { return 1; }
33241
   int F77_DUMMY_MAIN() { return 1; }
-
 
33242
 
31449
#endif
33243
#endif
31450
int
33244
int
31451
main ()
33245
main ()
31452
{
33246
{
31453
IceConnectionNumber ();
33247
IceConnectionNumber ();
Line 31455... Line 33249...
31455
  return 0;
33249
  return 0;
31456
}
33250
}
31457
_ACEOF
33251
_ACEOF
31458
rm -f conftest.$ac_objext conftest$ac_exeext
33252
rm -f conftest.$ac_objext conftest$ac_exeext
31459
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33253
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31460
  (eval $ac_link) 2>&5
33254
  (eval $ac_link) 2>conftest.er1
31461
  ac_status=$?
33255
  ac_status=$?
-
 
33256
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
33257
  rm -f conftest.er1
-
 
33258
  cat conftest.err >&5
31462
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33259
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31463
  (exit $ac_status); } &&
33260
  (exit $ac_status); } &&
-
 
33261
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
33262
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
33263
  (eval $ac_try) 2>&5
-
 
33264
  ac_status=$?
-
 
33265
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
33266
  (exit $ac_status); }; } &&
31464
         { ac_try='test -s conftest$ac_exeext'
33267
	 { ac_try='test -s conftest$ac_exeext'
31465
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33268
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31466
  (eval $ac_try) 2>&5
33269
  (eval $ac_try) 2>&5
31467
  ac_status=$?
33270
  ac_status=$?
31468
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33271
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31469
  (exit $ac_status); }; }; then
33272
  (exit $ac_status); }; }; then
Line 31472... Line 33275...
31472
  echo "$as_me: failed program was:" >&5
33275
  echo "$as_me: failed program was:" >&5
31473
sed 's/^/| /' conftest.$ac_ext >&5
33276
sed 's/^/| /' conftest.$ac_ext >&5
31474
 
33277
 
31475
ac_cv_lib_ICE_IceConnectionNumber=no
33278
ac_cv_lib_ICE_IceConnectionNumber=no
31476
fi
33279
fi
-
 
33280
rm -f conftest.err conftest.$ac_objext \
31477
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33281
      conftest$ac_exeext conftest.$ac_ext
31478
LIBS=$ac_check_lib_save_LIBS
33282
LIBS=$ac_check_lib_save_LIBS
31479
fi
33283
fi
31480
echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
33284
echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
31481
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
33285
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
31482
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
33286
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
Line 32196... Line 34000...
32196
else
34000
else
32197
  # Is the header compilable?
34001
  # Is the header compilable?
32198
echo "$as_me:$LINENO: checking ${dir}/tcl.h usability" >&5
34002
echo "$as_me:$LINENO: checking ${dir}/tcl.h usability" >&5
32199
echo $ECHO_N "checking ${dir}/tcl.h usability... $ECHO_C" >&6
34003
echo $ECHO_N "checking ${dir}/tcl.h usability... $ECHO_C" >&6
32200
cat >conftest.$ac_ext <<_ACEOF
34004
cat >conftest.$ac_ext <<_ACEOF
32201
#line $LINENO "configure"
-
 
32202
/* confdefs.h.  */
34005
/* confdefs.h.  */
32203
_ACEOF
34006
_ACEOF
32204
cat confdefs.h >>conftest.$ac_ext
34007
cat confdefs.h >>conftest.$ac_ext
32205
cat >>conftest.$ac_ext <<_ACEOF
34008
cat >>conftest.$ac_ext <<_ACEOF
32206
/* end confdefs.h.  */
34009
/* end confdefs.h.  */
32207
$ac_includes_default
34010
$ac_includes_default
32208
#include <${dir}/tcl.h>
34011
#include <${dir}/tcl.h>
32209
_ACEOF
34012
_ACEOF
32210
rm -f conftest.$ac_objext
34013
rm -f conftest.$ac_objext
32211
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34014
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32212
  (eval $ac_compile) 2>&5
34015
  (eval $ac_compile) 2>conftest.er1
32213
  ac_status=$?
34016
  ac_status=$?
-
 
34017
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34018
  rm -f conftest.er1
-
 
34019
  cat conftest.err >&5
32214
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34020
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32215
  (exit $ac_status); } &&
34021
  (exit $ac_status); } &&
-
 
34022
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34023
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34024
  (eval $ac_try) 2>&5
-
 
34025
  ac_status=$?
-
 
34026
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34027
  (exit $ac_status); }; } &&
32216
         { ac_try='test -s conftest.$ac_objext'
34028
	 { ac_try='test -s conftest.$ac_objext'
32217
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34029
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32218
  (eval $ac_try) 2>&5
34030
  (eval $ac_try) 2>&5
32219
  ac_status=$?
34031
  ac_status=$?
32220
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34032
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32221
  (exit $ac_status); }; }; then
34033
  (exit $ac_status); }; }; then
Line 32224... Line 34036...
32224
  echo "$as_me: failed program was:" >&5
34036
  echo "$as_me: failed program was:" >&5
32225
sed 's/^/| /' conftest.$ac_ext >&5
34037
sed 's/^/| /' conftest.$ac_ext >&5
32226
 
34038
 
32227
ac_header_compiler=no
34039
ac_header_compiler=no
32228
fi
34040
fi
32229
rm -f conftest.$ac_objext conftest.$ac_ext
34041
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32230
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34042
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32231
echo "${ECHO_T}$ac_header_compiler" >&6
34043
echo "${ECHO_T}$ac_header_compiler" >&6
32232
 
34044
 
32233
# Is the header present?
34045
# Is the header present?
32234
echo "$as_me:$LINENO: checking ${dir}/tcl.h presence" >&5
34046
echo "$as_me:$LINENO: checking ${dir}/tcl.h presence" >&5
32235
echo $ECHO_N "checking ${dir}/tcl.h presence... $ECHO_C" >&6
34047
echo $ECHO_N "checking ${dir}/tcl.h presence... $ECHO_C" >&6
32236
cat >conftest.$ac_ext <<_ACEOF
34048
cat >conftest.$ac_ext <<_ACEOF
32237
#line $LINENO "configure"
-
 
32238
/* confdefs.h.  */
34049
/* confdefs.h.  */
32239
_ACEOF
34050
_ACEOF
32240
cat confdefs.h >>conftest.$ac_ext
34051
cat confdefs.h >>conftest.$ac_ext
32241
cat >>conftest.$ac_ext <<_ACEOF
34052
cat >>conftest.$ac_ext <<_ACEOF
32242
/* end confdefs.h.  */
34053
/* end confdefs.h.  */
Line 32250... Line 34061...
32250
  cat conftest.err >&5
34061
  cat conftest.err >&5
32251
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34062
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32252
  (exit $ac_status); } >/dev/null; then
34063
  (exit $ac_status); } >/dev/null; then
32253
  if test -s conftest.err; then
34064
  if test -s conftest.err; then
32254
    ac_cpp_err=$ac_c_preproc_warn_flag
34065
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
34066
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
32255
  else
34067
  else
32256
    ac_cpp_err=
34068
    ac_cpp_err=
32257
  fi
34069
  fi
32258
else
34070
else
32259
  ac_cpp_err=yes
34071
  ac_cpp_err=yes
Line 32269... Line 34081...
32269
rm -f conftest.err conftest.$ac_ext
34081
rm -f conftest.err conftest.$ac_ext
32270
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34082
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32271
echo "${ECHO_T}$ac_header_preproc" >&6
34083
echo "${ECHO_T}$ac_header_preproc" >&6
32272
 
34084
 
32273
# So?  What about this header?
34085
# So?  What about this header?
32274
case $ac_header_compiler:$ac_header_preproc in
34086
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32275
  yes:no )
34087
  yes:no: )
32276
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: accepted by the compiler, rejected by the preprocessor!" >&5
34088
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: accepted by the compiler, rejected by the preprocessor!" >&5
32277
echo "$as_me: WARNING: ${dir}/tcl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34089
echo "$as_me: WARNING: ${dir}/tcl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32278
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&5
34090
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: proceeding with the compiler's result" >&5
32279
echo "$as_me: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&2;}
34091
echo "$as_me: WARNING: ${dir}/tcl.h: proceeding with the compiler's result" >&2;}
32280
    (
-
 
32281
      cat <<\_ASBOX
34092
    ac_header_preproc=yes
32282
## ------------------------------------ ##
-
 
32283
## Report this to bug-autoconf@gnu.org. ##
-
 
32284
## ------------------------------------ ##
-
 
32285
_ASBOX
-
 
32286
    ) |
-
 
32287
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
32288
    ;;
34093
    ;;
32289
  no:yes )
34094
  no:yes:* )
32290
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: present but cannot be compiled" >&5
34095
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: present but cannot be compiled" >&5
32291
echo "$as_me: WARNING: ${dir}/tcl.h: present but cannot be compiled" >&2;}
34096
echo "$as_me: WARNING: ${dir}/tcl.h: present but cannot be compiled" >&2;}
32292
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: check for missing prerequisite headers?" >&5
34097
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h:     check for missing prerequisite headers?" >&5
32293
echo "$as_me: WARNING: ${dir}/tcl.h: check for missing prerequisite headers?" >&2;}
34098
echo "$as_me: WARNING: ${dir}/tcl.h:     check for missing prerequisite headers?" >&2;}
-
 
34099
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: see the Autoconf documentation" >&5
-
 
34100
echo "$as_me: WARNING: ${dir}/tcl.h: see the Autoconf documentation" >&2;}
-
 
34101
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h:     section \"Present But Cannot Be Compiled\"" >&5
-
 
34102
echo "$as_me: WARNING: ${dir}/tcl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
32294
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&5
34103
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&5
32295
echo "$as_me: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&2;}
34104
echo "$as_me: WARNING: ${dir}/tcl.h: proceeding with the preprocessor's result" >&2;}
-
 
34105
    { echo "$as_me:$LINENO: WARNING: ${dir}/tcl.h: in the future, the compiler will take precedence" >&5
-
 
34106
echo "$as_me: WARNING: ${dir}/tcl.h: in the future, the compiler will take precedence" >&2;}
32296
    (
34107
    (
32297
      cat <<\_ASBOX
34108
      cat <<\_ASBOX
32298
## ------------------------------------ ##
34109
## ----------------------------------- ##
32299
## Report this to bug-autoconf@gnu.org. ##
34110
## Report this to r-bugs@R-project.org ##
32300
## ------------------------------------ ##
34111
## ----------------------------------- ##
32301
_ASBOX
34112
_ASBOX
32302
    ) |
34113
    ) |
32303
      sed "s/^/$as_me: WARNING:     /" >&2
34114
      sed "s/^/$as_me: WARNING:     /" >&2
32304
    ;;
34115
    ;;
32305
esac
34116
esac
32306
echo "$as_me:$LINENO: checking for ${dir}/tcl.h" >&5
34117
echo "$as_me:$LINENO: checking for ${dir}/tcl.h" >&5
32307
echo $ECHO_N "checking for ${dir}/tcl.h... $ECHO_C" >&6
34118
echo $ECHO_N "checking for ${dir}/tcl.h... $ECHO_C" >&6
32308
if eval "test \"\${$as_ac_Header+set}\" = set"; then
34119
if eval "test \"\${$as_ac_Header+set}\" = set"; then
32309
  echo $ECHO_N "(cached) $ECHO_C" >&6
34120
  echo $ECHO_N "(cached) $ECHO_C" >&6
32310
else
34121
else
32311
  eval "$as_ac_Header=$ac_header_preproc"
34122
  eval "$as_ac_Header=\$ac_header_preproc"
32312
fi
34123
fi
32313
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34124
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32314
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34125
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32315
 
34126
 
32316
fi
34127
fi
Line 32328... Line 34139...
32328
echo $ECHO_N "checking for tcl.h... $ECHO_C" >&6
34139
echo $ECHO_N "checking for tcl.h... $ECHO_C" >&6
32329
if test "${r_cv_header_tcl_h+set}" = set; then
34140
if test "${r_cv_header_tcl_h+set}" = set; then
32330
  echo $ECHO_N "(cached) $ECHO_C" >&6
34141
  echo $ECHO_N "(cached) $ECHO_C" >&6
32331
else
34142
else
32332
  cat >conftest.$ac_ext <<_ACEOF
34143
  cat >conftest.$ac_ext <<_ACEOF
32333
#line $LINENO "configure"
-
 
32334
/* confdefs.h.  */
34144
/* confdefs.h.  */
32335
_ACEOF
34145
_ACEOF
32336
cat confdefs.h >>conftest.$ac_ext
34146
cat confdefs.h >>conftest.$ac_ext
32337
cat >>conftest.$ac_ext <<_ACEOF
34147
cat >>conftest.$ac_ext <<_ACEOF
32338
/* end confdefs.h.  */
34148
/* end confdefs.h.  */
Line 32398... Line 34208...
32398
else
34208
else
32399
  # Is the header compilable?
34209
  # Is the header compilable?
32400
echo "$as_me:$LINENO: checking ${dir}/tk.h usability" >&5
34210
echo "$as_me:$LINENO: checking ${dir}/tk.h usability" >&5
32401
echo $ECHO_N "checking ${dir}/tk.h usability... $ECHO_C" >&6
34211
echo $ECHO_N "checking ${dir}/tk.h usability... $ECHO_C" >&6
32402
cat >conftest.$ac_ext <<_ACEOF
34212
cat >conftest.$ac_ext <<_ACEOF
32403
#line $LINENO "configure"
-
 
32404
/* confdefs.h.  */
34213
/* confdefs.h.  */
32405
_ACEOF
34214
_ACEOF
32406
cat confdefs.h >>conftest.$ac_ext
34215
cat confdefs.h >>conftest.$ac_ext
32407
cat >>conftest.$ac_ext <<_ACEOF
34216
cat >>conftest.$ac_ext <<_ACEOF
32408
/* end confdefs.h.  */
34217
/* end confdefs.h.  */
32409
$ac_includes_default
34218
$ac_includes_default
32410
#include <${dir}/tk.h>
34219
#include <${dir}/tk.h>
32411
_ACEOF
34220
_ACEOF
32412
rm -f conftest.$ac_objext
34221
rm -f conftest.$ac_objext
32413
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34222
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32414
  (eval $ac_compile) 2>&5
34223
  (eval $ac_compile) 2>conftest.er1
32415
  ac_status=$?
34224
  ac_status=$?
-
 
34225
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34226
  rm -f conftest.er1
-
 
34227
  cat conftest.err >&5
32416
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34228
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32417
  (exit $ac_status); } &&
34229
  (exit $ac_status); } &&
-
 
34230
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34231
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34232
  (eval $ac_try) 2>&5
-
 
34233
  ac_status=$?
-
 
34234
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34235
  (exit $ac_status); }; } &&
32418
         { ac_try='test -s conftest.$ac_objext'
34236
	 { ac_try='test -s conftest.$ac_objext'
32419
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34237
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32420
  (eval $ac_try) 2>&5
34238
  (eval $ac_try) 2>&5
32421
  ac_status=$?
34239
  ac_status=$?
32422
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34240
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32423
  (exit $ac_status); }; }; then
34241
  (exit $ac_status); }; }; then
Line 32426... Line 34244...
32426
  echo "$as_me: failed program was:" >&5
34244
  echo "$as_me: failed program was:" >&5
32427
sed 's/^/| /' conftest.$ac_ext >&5
34245
sed 's/^/| /' conftest.$ac_ext >&5
32428
 
34246
 
32429
ac_header_compiler=no
34247
ac_header_compiler=no
32430
fi
34248
fi
32431
rm -f conftest.$ac_objext conftest.$ac_ext
34249
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
32432
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34250
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32433
echo "${ECHO_T}$ac_header_compiler" >&6
34251
echo "${ECHO_T}$ac_header_compiler" >&6
32434
 
34252
 
32435
# Is the header present?
34253
# Is the header present?
32436
echo "$as_me:$LINENO: checking ${dir}/tk.h presence" >&5
34254
echo "$as_me:$LINENO: checking ${dir}/tk.h presence" >&5
32437
echo $ECHO_N "checking ${dir}/tk.h presence... $ECHO_C" >&6
34255
echo $ECHO_N "checking ${dir}/tk.h presence... $ECHO_C" >&6
32438
cat >conftest.$ac_ext <<_ACEOF
34256
cat >conftest.$ac_ext <<_ACEOF
32439
#line $LINENO "configure"
-
 
32440
/* confdefs.h.  */
34257
/* confdefs.h.  */
32441
_ACEOF
34258
_ACEOF
32442
cat confdefs.h >>conftest.$ac_ext
34259
cat confdefs.h >>conftest.$ac_ext
32443
cat >>conftest.$ac_ext <<_ACEOF
34260
cat >>conftest.$ac_ext <<_ACEOF
32444
/* end confdefs.h.  */
34261
/* end confdefs.h.  */
Line 32452... Line 34269...
32452
  cat conftest.err >&5
34269
  cat conftest.err >&5
32453
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34270
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32454
  (exit $ac_status); } >/dev/null; then
34271
  (exit $ac_status); } >/dev/null; then
32455
  if test -s conftest.err; then
34272
  if test -s conftest.err; then
32456
    ac_cpp_err=$ac_c_preproc_warn_flag
34273
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
34274
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
32457
  else
34275
  else
32458
    ac_cpp_err=
34276
    ac_cpp_err=
32459
  fi
34277
  fi
32460
else
34278
else
32461
  ac_cpp_err=yes
34279
  ac_cpp_err=yes
Line 32471... Line 34289...
32471
rm -f conftest.err conftest.$ac_ext
34289
rm -f conftest.err conftest.$ac_ext
32472
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34290
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32473
echo "${ECHO_T}$ac_header_preproc" >&6
34291
echo "${ECHO_T}$ac_header_preproc" >&6
32474
 
34292
 
32475
# So?  What about this header?
34293
# So?  What about this header?
32476
case $ac_header_compiler:$ac_header_preproc in
34294
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
32477
  yes:no )
34295
  yes:no: )
32478
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: accepted by the compiler, rejected by the preprocessor!" >&5
34296
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: accepted by the compiler, rejected by the preprocessor!" >&5
32479
echo "$as_me: WARNING: ${dir}/tk.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34297
echo "$as_me: WARNING: ${dir}/tk.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
32480
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&5
34298
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: proceeding with the compiler's result" >&5
32481
echo "$as_me: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&2;}
34299
echo "$as_me: WARNING: ${dir}/tk.h: proceeding with the compiler's result" >&2;}
32482
    (
-
 
32483
      cat <<\_ASBOX
34300
    ac_header_preproc=yes
32484
## ------------------------------------ ##
-
 
32485
## Report this to bug-autoconf@gnu.org. ##
-
 
32486
## ------------------------------------ ##
-
 
32487
_ASBOX
-
 
32488
    ) |
-
 
32489
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
32490
    ;;
34301
    ;;
32491
  no:yes )
34302
  no:yes:* )
32492
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: present but cannot be compiled" >&5
34303
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: present but cannot be compiled" >&5
32493
echo "$as_me: WARNING: ${dir}/tk.h: present but cannot be compiled" >&2;}
34304
echo "$as_me: WARNING: ${dir}/tk.h: present but cannot be compiled" >&2;}
32494
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: check for missing prerequisite headers?" >&5
34305
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h:     check for missing prerequisite headers?" >&5
32495
echo "$as_me: WARNING: ${dir}/tk.h: check for missing prerequisite headers?" >&2;}
34306
echo "$as_me: WARNING: ${dir}/tk.h:     check for missing prerequisite headers?" >&2;}
-
 
34307
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: see the Autoconf documentation" >&5
-
 
34308
echo "$as_me: WARNING: ${dir}/tk.h: see the Autoconf documentation" >&2;}
-
 
34309
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h:     section \"Present But Cannot Be Compiled\"" >&5
-
 
34310
echo "$as_me: WARNING: ${dir}/tk.h:     section \"Present But Cannot Be Compiled\"" >&2;}
32496
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&5
34311
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&5
32497
echo "$as_me: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&2;}
34312
echo "$as_me: WARNING: ${dir}/tk.h: proceeding with the preprocessor's result" >&2;}
-
 
34313
    { echo "$as_me:$LINENO: WARNING: ${dir}/tk.h: in the future, the compiler will take precedence" >&5
-
 
34314
echo "$as_me: WARNING: ${dir}/tk.h: in the future, the compiler will take precedence" >&2;}
32498
    (
34315
    (
32499
      cat <<\_ASBOX
34316
      cat <<\_ASBOX
32500
## ------------------------------------ ##
34317
## ----------------------------------- ##
32501
## Report this to bug-autoconf@gnu.org. ##
34318
## Report this to r-bugs@R-project.org ##
32502
## ------------------------------------ ##
34319
## ----------------------------------- ##
32503
_ASBOX
34320
_ASBOX
32504
    ) |
34321
    ) |
32505
      sed "s/^/$as_me: WARNING:     /" >&2
34322
      sed "s/^/$as_me: WARNING:     /" >&2
32506
    ;;
34323
    ;;
32507
esac
34324
esac
32508
echo "$as_me:$LINENO: checking for ${dir}/tk.h" >&5
34325
echo "$as_me:$LINENO: checking for ${dir}/tk.h" >&5
32509
echo $ECHO_N "checking for ${dir}/tk.h... $ECHO_C" >&6
34326
echo $ECHO_N "checking for ${dir}/tk.h... $ECHO_C" >&6
32510
if eval "test \"\${$as_ac_Header+set}\" = set"; then
34327
if eval "test \"\${$as_ac_Header+set}\" = set"; then
32511
  echo $ECHO_N "(cached) $ECHO_C" >&6
34328
  echo $ECHO_N "(cached) $ECHO_C" >&6
32512
else
34329
else
32513
  eval "$as_ac_Header=$ac_header_preproc"
34330
  eval "$as_ac_Header=\$ac_header_preproc"
32514
fi
34331
fi
32515
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34332
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32516
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34333
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32517
 
34334
 
32518
fi
34335
fi
Line 32531... Line 34348...
32531
echo $ECHO_N "checking for tk.h... $ECHO_C" >&6
34348
echo $ECHO_N "checking for tk.h... $ECHO_C" >&6
32532
if test "${r_cv_header_tk_h+set}" = set; then
34349
if test "${r_cv_header_tk_h+set}" = set; then
32533
  echo $ECHO_N "(cached) $ECHO_C" >&6
34350
  echo $ECHO_N "(cached) $ECHO_C" >&6
32534
else
34351
else
32535
  cat >conftest.$ac_ext <<_ACEOF
34352
  cat >conftest.$ac_ext <<_ACEOF
32536
#line $LINENO "configure"
-
 
32537
/* confdefs.h.  */
34353
/* confdefs.h.  */
32538
_ACEOF
34354
_ACEOF
32539
cat confdefs.h >>conftest.$ac_ext
34355
cat confdefs.h >>conftest.$ac_ext
32540
cat >>conftest.$ac_ext <<_ACEOF
34356
cat >>conftest.$ac_ext <<_ACEOF
32541
/* end confdefs.h.  */
34357
/* end confdefs.h.  */
Line 32589... Line 34405...
32589
  echo $ECHO_N "(cached) $ECHO_C" >&6
34405
  echo $ECHO_N "(cached) $ECHO_C" >&6
32590
else
34406
else
32591
  ac_check_lib_save_LIBS=$LIBS
34407
  ac_check_lib_save_LIBS=$LIBS
32592
LIBS="-ltcl  $LIBS"
34408
LIBS="-ltcl  $LIBS"
32593
cat >conftest.$ac_ext <<_ACEOF
34409
cat >conftest.$ac_ext <<_ACEOF
32594
#line $LINENO "configure"
-
 
32595
/* confdefs.h.  */
34410
/* confdefs.h.  */
32596
_ACEOF
34411
_ACEOF
32597
cat confdefs.h >>conftest.$ac_ext
34412
cat confdefs.h >>conftest.$ac_ext
32598
cat >>conftest.$ac_ext <<_ACEOF
34413
cat >>conftest.$ac_ext <<_ACEOF
32599
/* end confdefs.h.  */
34414
/* end confdefs.h.  */
Line 32604... Line 34419...
32604
#endif
34419
#endif
32605
/* We use char because int might match the return type of a gcc2
34420
/* We use char because int might match the return type of a gcc2
32606
   builtin and then its argument prototype would still apply.  */
34421
   builtin and then its argument prototype would still apply.  */
32607
char Tcl_CreateInterp ();
34422
char Tcl_CreateInterp ();
32608
#ifdef F77_DUMMY_MAIN
34423
#ifdef F77_DUMMY_MAIN
-
 
34424
 
32609
#  ifdef __cplusplus
34425
#  ifdef __cplusplus
32610
     extern "C"
34426
     extern "C"
32611
#  endif
34427
#  endif
32612
   int F77_DUMMY_MAIN() { return 1; }
34428
   int F77_DUMMY_MAIN() { return 1; }
-
 
34429
 
32613
#endif
34430
#endif
32614
int
34431
int
32615
main ()
34432
main ()
32616
{
34433
{
32617
Tcl_CreateInterp ();
34434
Tcl_CreateInterp ();
Line 32619... Line 34436...
32619
  return 0;
34436
  return 0;
32620
}
34437
}
32621
_ACEOF
34438
_ACEOF
32622
rm -f conftest.$ac_objext conftest$ac_exeext
34439
rm -f conftest.$ac_objext conftest$ac_exeext
32623
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34440
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32624
  (eval $ac_link) 2>&5
34441
  (eval $ac_link) 2>conftest.er1
32625
  ac_status=$?
34442
  ac_status=$?
-
 
34443
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34444
  rm -f conftest.er1
-
 
34445
  cat conftest.err >&5
32626
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34446
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32627
  (exit $ac_status); } &&
34447
  (exit $ac_status); } &&
-
 
34448
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34449
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34450
  (eval $ac_try) 2>&5
-
 
34451
  ac_status=$?
-
 
34452
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34453
  (exit $ac_status); }; } &&
32628
         { ac_try='test -s conftest$ac_exeext'
34454
	 { ac_try='test -s conftest$ac_exeext'
32629
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34455
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32630
  (eval $ac_try) 2>&5
34456
  (eval $ac_try) 2>&5
32631
  ac_status=$?
34457
  ac_status=$?
32632
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34458
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32633
  (exit $ac_status); }; }; then
34459
  (exit $ac_status); }; }; then
Line 32636... Line 34462...
32636
  echo "$as_me: failed program was:" >&5
34462
  echo "$as_me: failed program was:" >&5
32637
sed 's/^/| /' conftest.$ac_ext >&5
34463
sed 's/^/| /' conftest.$ac_ext >&5
32638
 
34464
 
32639
ac_cv_lib_tcl_Tcl_CreateInterp=no
34465
ac_cv_lib_tcl_Tcl_CreateInterp=no
32640
fi
34466
fi
-
 
34467
rm -f conftest.err conftest.$ac_objext \
32641
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
34468
      conftest$ac_exeext conftest.$ac_ext
32642
LIBS=$ac_check_lib_save_LIBS
34469
LIBS=$ac_check_lib_save_LIBS
32643
fi
34470
fi
32644
echo "$as_me:$LINENO: result: $ac_cv_lib_tcl_Tcl_CreateInterp" >&5
34471
echo "$as_me:$LINENO: result: $ac_cv_lib_tcl_Tcl_CreateInterp" >&5
32645
echo "${ECHO_T}$ac_cv_lib_tcl_Tcl_CreateInterp" >&6
34472
echo "${ECHO_T}$ac_cv_lib_tcl_Tcl_CreateInterp" >&6
32646
if test $ac_cv_lib_tcl_Tcl_CreateInterp = yes; then
34473
if test $ac_cv_lib_tcl_Tcl_CreateInterp = yes; then
Line 32664... Line 34491...
32664
  echo $ECHO_N "(cached) $ECHO_C" >&6
34491
  echo $ECHO_N "(cached) $ECHO_C" >&6
32665
else
34492
else
32666
  ac_check_lib_save_LIBS=$LIBS
34493
  ac_check_lib_save_LIBS=$LIBS
32667
LIBS="-ltk ${TCLTK_LIBS} $LIBS"
34494
LIBS="-ltk ${TCLTK_LIBS} $LIBS"
32668
cat >conftest.$ac_ext <<_ACEOF
34495
cat >conftest.$ac_ext <<_ACEOF
32669
#line $LINENO "configure"
-
 
32670
/* confdefs.h.  */
34496
/* confdefs.h.  */
32671
_ACEOF
34497
_ACEOF
32672
cat confdefs.h >>conftest.$ac_ext
34498
cat confdefs.h >>conftest.$ac_ext
32673
cat >>conftest.$ac_ext <<_ACEOF
34499
cat >>conftest.$ac_ext <<_ACEOF
32674
/* end confdefs.h.  */
34500
/* end confdefs.h.  */
Line 32679... Line 34505...
32679
#endif
34505
#endif
32680
/* We use char because int might match the return type of a gcc2
34506
/* We use char because int might match the return type of a gcc2
32681
   builtin and then its argument prototype would still apply.  */
34507
   builtin and then its argument prototype would still apply.  */
32682
char Tk_Init ();
34508
char Tk_Init ();
32683
#ifdef F77_DUMMY_MAIN
34509
#ifdef F77_DUMMY_MAIN
-
 
34510
 
32684
#  ifdef __cplusplus
34511
#  ifdef __cplusplus
32685
     extern "C"
34512
     extern "C"
32686
#  endif
34513
#  endif
32687
   int F77_DUMMY_MAIN() { return 1; }
34514
   int F77_DUMMY_MAIN() { return 1; }
-
 
34515
 
32688
#endif
34516
#endif
32689
int
34517
int
32690
main ()
34518
main ()
32691
{
34519
{
32692
Tk_Init ();
34520
Tk_Init ();
Line 32694... Line 34522...
32694
  return 0;
34522
  return 0;
32695
}
34523
}
32696
_ACEOF
34524
_ACEOF
32697
rm -f conftest.$ac_objext conftest$ac_exeext
34525
rm -f conftest.$ac_objext conftest$ac_exeext
32698
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34526
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32699
  (eval $ac_link) 2>&5
34527
  (eval $ac_link) 2>conftest.er1
32700
  ac_status=$?
34528
  ac_status=$?
-
 
34529
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34530
  rm -f conftest.er1
-
 
34531
  cat conftest.err >&5
32701
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34532
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32702
  (exit $ac_status); } &&
34533
  (exit $ac_status); } &&
-
 
34534
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34535
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34536
  (eval $ac_try) 2>&5
-
 
34537
  ac_status=$?
-
 
34538
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34539
  (exit $ac_status); }; } &&
32703
         { ac_try='test -s conftest$ac_exeext'
34540
	 { ac_try='test -s conftest$ac_exeext'
32704
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34541
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32705
  (eval $ac_try) 2>&5
34542
  (eval $ac_try) 2>&5
32706
  ac_status=$?
34543
  ac_status=$?
32707
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34544
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32708
  (exit $ac_status); }; }; then
34545
  (exit $ac_status); }; }; then
Line 32711... Line 34548...
32711
  echo "$as_me: failed program was:" >&5
34548
  echo "$as_me: failed program was:" >&5
32712
sed 's/^/| /' conftest.$ac_ext >&5
34549
sed 's/^/| /' conftest.$ac_ext >&5
32713
 
34550
 
32714
ac_cv_lib_tk_Tk_Init=no
34551
ac_cv_lib_tk_Tk_Init=no
32715
fi
34552
fi
-
 
34553
rm -f conftest.err conftest.$ac_objext \
32716
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
34554
      conftest$ac_exeext conftest.$ac_ext
32717
LIBS=$ac_check_lib_save_LIBS
34555
LIBS=$ac_check_lib_save_LIBS
32718
fi
34556
fi
32719
echo "$as_me:$LINENO: result: $ac_cv_lib_tk_Tk_Init" >&5
34557
echo "$as_me:$LINENO: result: $ac_cv_lib_tk_Tk_Init" >&5
32720
echo "${ECHO_T}$ac_cv_lib_tk_Tk_Init" >&6
34558
echo "${ECHO_T}$ac_cv_lib_tk_Tk_Init" >&6
32721
if test $ac_cv_lib_tk_Tk_Init = yes; then
34559
if test $ac_cv_lib_tk_Tk_Init = yes; then
Line 32741... Line 34579...
32741
  echo $ECHO_N "(cached) $ECHO_C" >&6
34579
  echo $ECHO_N "(cached) $ECHO_C" >&6
32742
else
34580
else
32743
  ac_check_lib_save_LIBS=$LIBS
34581
  ac_check_lib_save_LIBS=$LIBS
32744
LIBS="-ltk ${TCLTK_LIBS} ${X_LIBS} $LIBS"
34582
LIBS="-ltk ${TCLTK_LIBS} ${X_LIBS} $LIBS"
32745
cat >conftest.$ac_ext <<_ACEOF
34583
cat >conftest.$ac_ext <<_ACEOF
32746
#line $LINENO "configure"
-
 
32747
/* confdefs.h.  */
34584
/* confdefs.h.  */
32748
_ACEOF
34585
_ACEOF
32749
cat confdefs.h >>conftest.$ac_ext
34586
cat confdefs.h >>conftest.$ac_ext
32750
cat >>conftest.$ac_ext <<_ACEOF
34587
cat >>conftest.$ac_ext <<_ACEOF
32751
/* end confdefs.h.  */
34588
/* end confdefs.h.  */
Line 32756... Line 34593...
32756
#endif
34593
#endif
32757
/* We use char because int might match the return type of a gcc2
34594
/* We use char because int might match the return type of a gcc2
32758
   builtin and then its argument prototype would still apply.  */
34595
   builtin and then its argument prototype would still apply.  */
32759
char Tk_SafeInit ();
34596
char Tk_SafeInit ();
32760
#ifdef F77_DUMMY_MAIN
34597
#ifdef F77_DUMMY_MAIN
-
 
34598
 
32761
#  ifdef __cplusplus
34599
#  ifdef __cplusplus
32762
     extern "C"
34600
     extern "C"
32763
#  endif
34601
#  endif
32764
   int F77_DUMMY_MAIN() { return 1; }
34602
   int F77_DUMMY_MAIN() { return 1; }
-
 
34603
 
32765
#endif
34604
#endif
32766
int
34605
int
32767
main ()
34606
main ()
32768
{
34607
{
32769
Tk_SafeInit ();
34608
Tk_SafeInit ();
Line 32771... Line 34610...
32771
  return 0;
34610
  return 0;
32772
}
34611
}
32773
_ACEOF
34612
_ACEOF
32774
rm -f conftest.$ac_objext conftest$ac_exeext
34613
rm -f conftest.$ac_objext conftest$ac_exeext
32775
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34614
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32776
  (eval $ac_link) 2>&5
34615
  (eval $ac_link) 2>conftest.er1
32777
  ac_status=$?
34616
  ac_status=$?
-
 
34617
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34618
  rm -f conftest.er1
-
 
34619
  cat conftest.err >&5
32778
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34620
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32779
  (exit $ac_status); } &&
34621
  (exit $ac_status); } &&
-
 
34622
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34623
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34624
  (eval $ac_try) 2>&5
-
 
34625
  ac_status=$?
-
 
34626
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34627
  (exit $ac_status); }; } &&
32780
         { ac_try='test -s conftest$ac_exeext'
34628
	 { ac_try='test -s conftest$ac_exeext'
32781
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34629
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32782
  (eval $ac_try) 2>&5
34630
  (eval $ac_try) 2>&5
32783
  ac_status=$?
34631
  ac_status=$?
32784
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34632
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32785
  (exit $ac_status); }; }; then
34633
  (exit $ac_status); }; }; then
Line 32788... Line 34636...
32788
  echo "$as_me: failed program was:" >&5
34636
  echo "$as_me: failed program was:" >&5
32789
sed 's/^/| /' conftest.$ac_ext >&5
34637
sed 's/^/| /' conftest.$ac_ext >&5
32790
 
34638
 
32791
ac_cv_lib_tk_Tk_SafeInit=no
34639
ac_cv_lib_tk_Tk_SafeInit=no
32792
fi
34640
fi
-
 
34641
rm -f conftest.err conftest.$ac_objext \
32793
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
34642
      conftest$ac_exeext conftest.$ac_ext
32794
LIBS=$ac_check_lib_save_LIBS
34643
LIBS=$ac_check_lib_save_LIBS
32795
fi
34644
fi
32796
echo "$as_me:$LINENO: result: $ac_cv_lib_tk_Tk_SafeInit" >&5
34645
echo "$as_me:$LINENO: result: $ac_cv_lib_tk_Tk_SafeInit" >&5
32797
echo "${ECHO_T}$ac_cv_lib_tk_Tk_SafeInit" >&6
34646
echo "${ECHO_T}$ac_cv_lib_tk_Tk_SafeInit" >&6
32798
if test $ac_cv_lib_tk_Tk_SafeInit = yes; then
34647
if test $ac_cv_lib_tk_Tk_SafeInit = yes; then
Line 32846... Line 34695...
32846
r_save_CPPFLAGS="${CPPFLAGS}"
34695
r_save_CPPFLAGS="${CPPFLAGS}"
32847
r_save_LIBS="${LIBS}"
34696
r_save_LIBS="${LIBS}"
32848
CPPFLAGS="${CPPFLAGS} ${TCLTK_CPPFLAGS}"
34697
CPPFLAGS="${CPPFLAGS} ${TCLTK_CPPFLAGS}"
32849
LIBS="${LIBS} ${TCLTK_LIBS}"
34698
LIBS="${LIBS} ${TCLTK_LIBS}"
32850
cat >conftest.$ac_ext <<_ACEOF
34699
cat >conftest.$ac_ext <<_ACEOF
32851
#line $LINENO "configure"
-
 
32852
/* confdefs.h.  */
34700
/* confdefs.h.  */
32853
_ACEOF
34701
_ACEOF
32854
cat confdefs.h >>conftest.$ac_ext
34702
cat confdefs.h >>conftest.$ac_ext
32855
cat >>conftest.$ac_ext <<_ACEOF
34703
cat >>conftest.$ac_ext <<_ACEOF
32856
/* end confdefs.h.  */
34704
/* end confdefs.h.  */
32857
#include <tcl.h>
34705
#include <tcl.h>
32858
#include <tk.h>
34706
#include <tk.h>
32859
 
34707
 
32860
#ifdef F77_DUMMY_MAIN
34708
#ifdef F77_DUMMY_MAIN
-
 
34709
 
32861
#  ifdef __cplusplus
34710
#  ifdef __cplusplus
32862
     extern "C"
34711
     extern "C"
32863
#  endif
34712
#  endif
32864
   int F77_DUMMY_MAIN() { return 1; }
34713
   int F77_DUMMY_MAIN() { return 1; }
-
 
34714
 
32865
#endif
34715
#endif
32866
int
34716
int
32867
main ()
34717
main ()
32868
{
34718
{
32869
static char * p1 = (char *) Tcl_Init;
34719
static char * p1 = (char *) Tcl_Init;
Line 32873... Line 34723...
32873
  return 0;
34723
  return 0;
32874
}
34724
}
32875
_ACEOF
34725
_ACEOF
32876
rm -f conftest.$ac_objext conftest$ac_exeext
34726
rm -f conftest.$ac_objext conftest$ac_exeext
32877
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34727
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32878
  (eval $ac_link) 2>&5
34728
  (eval $ac_link) 2>conftest.er1
32879
  ac_status=$?
34729
  ac_status=$?
-
 
34730
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34731
  rm -f conftest.er1
-
 
34732
  cat conftest.err >&5
32880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34733
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32881
  (exit $ac_status); } &&
34734
  (exit $ac_status); } &&
-
 
34735
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34736
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34737
  (eval $ac_try) 2>&5
-
 
34738
  ac_status=$?
-
 
34739
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34740
  (exit $ac_status); }; } &&
32882
         { ac_try='test -s conftest$ac_exeext'
34741
	 { ac_try='test -s conftest$ac_exeext'
32883
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34742
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32884
  (eval $ac_try) 2>&5
34743
  (eval $ac_try) 2>&5
32885
  ac_status=$?
34744
  ac_status=$?
32886
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34745
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32887
  (exit $ac_status); }; }; then
34746
  (exit $ac_status); }; }; then
Line 32890... Line 34749...
32890
  echo "$as_me: failed program was:" >&5
34749
  echo "$as_me: failed program was:" >&5
32891
sed 's/^/| /' conftest.$ac_ext >&5
34750
sed 's/^/| /' conftest.$ac_ext >&5
32892
 
34751
 
32893
r_cv_tcltk_works=no
34752
r_cv_tcltk_works=no
32894
fi
34753
fi
-
 
34754
rm -f conftest.err conftest.$ac_objext \
32895
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
34755
      conftest$ac_exeext conftest.$ac_ext
32896
CPPFLAGS="${r_save_CPPFLAGS}"
34756
CPPFLAGS="${r_save_CPPFLAGS}"
32897
LIBS="${r_save_LIBS}"
34757
LIBS="${r_save_LIBS}"
32898
ac_ext=c
34758
ac_ext=c
32899
ac_cpp='$CPP $CPPFLAGS'
34759
ac_cpp='$CPP $CPPFLAGS'
32900
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34760
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Line 32938... Line 34798...
32938
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34798
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32939
if eval "test \"\${$as_ac_var+set}\" = set"; then
34799
if eval "test \"\${$as_ac_var+set}\" = set"; then
32940
  echo $ECHO_N "(cached) $ECHO_C" >&6
34800
  echo $ECHO_N "(cached) $ECHO_C" >&6
32941
else
34801
else
32942
  cat >conftest.$ac_ext <<_ACEOF
34802
  cat >conftest.$ac_ext <<_ACEOF
32943
#line $LINENO "configure"
-
 
32944
/* confdefs.h.  */
34803
/* confdefs.h.  */
32945
_ACEOF
34804
_ACEOF
32946
cat confdefs.h >>conftest.$ac_ext
34805
cat confdefs.h >>conftest.$ac_ext
32947
cat >>conftest.$ac_ext <<_ACEOF
34806
cat >>conftest.$ac_ext <<_ACEOF
32948
/* end confdefs.h.  */
34807
/* end confdefs.h.  */
-
 
34808
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
34809
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
34810
#define $ac_func innocuous_$ac_func
-
 
34811
 
32949
/* System header to define __stub macros and hopefully few prototypes,
34812
/* System header to define __stub macros and hopefully few prototypes,
32950
    which can conflict with char $ac_func (); below.
34813
    which can conflict with char $ac_func (); below.
32951
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34814
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32952
    <limits.h> exists even on freestanding compilers.  */
34815
    <limits.h> exists even on freestanding compilers.  */
-
 
34816
 
32953
#ifdef __STDC__
34817
#ifdef __STDC__
32954
# include <limits.h>
34818
# include <limits.h>
32955
#else
34819
#else
32956
# include <assert.h>
34820
# include <assert.h>
32957
#endif
34821
#endif
-
 
34822
 
-
 
34823
#undef $ac_func
-
 
34824
 
32958
/* Override any gcc2 internal prototype to avoid an error.  */
34825
/* Override any gcc2 internal prototype to avoid an error.  */
32959
#ifdef __cplusplus
34826
#ifdef __cplusplus
32960
extern "C"
34827
extern "C"
32961
{
34828
{
32962
#endif
34829
#endif
Line 32974... Line 34841...
32974
#ifdef __cplusplus
34841
#ifdef __cplusplus
32975
}
34842
}
32976
#endif
34843
#endif
32977
 
34844
 
32978
#ifdef F77_DUMMY_MAIN
34845
#ifdef F77_DUMMY_MAIN
-
 
34846
 
32979
#  ifdef __cplusplus
34847
#  ifdef __cplusplus
32980
     extern "C"
34848
     extern "C"
32981
#  endif
34849
#  endif
32982
   int F77_DUMMY_MAIN() { return 1; }
34850
   int F77_DUMMY_MAIN() { return 1; }
-
 
34851
 
32983
#endif
34852
#endif
32984
int
34853
int
32985
main ()
34854
main ()
32986
{
34855
{
32987
return f != $ac_func;
34856
return f != $ac_func;
Line 32989... Line 34858...
32989
  return 0;
34858
  return 0;
32990
}
34859
}
32991
_ACEOF
34860
_ACEOF
32992
rm -f conftest.$ac_objext conftest$ac_exeext
34861
rm -f conftest.$ac_objext conftest$ac_exeext
32993
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34862
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32994
  (eval $ac_link) 2>&5
34863
  (eval $ac_link) 2>conftest.er1
32995
  ac_status=$?
34864
  ac_status=$?
-
 
34865
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34866
  rm -f conftest.er1
-
 
34867
  cat conftest.err >&5
32996
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34868
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
32997
  (exit $ac_status); } &&
34869
  (exit $ac_status); } &&
-
 
34870
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34871
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34872
  (eval $ac_try) 2>&5
-
 
34873
  ac_status=$?
-
 
34874
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34875
  (exit $ac_status); }; } &&
32998
         { ac_try='test -s conftest$ac_exeext'
34876
	 { ac_try='test -s conftest$ac_exeext'
32999
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34877
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33000
  (eval $ac_try) 2>&5
34878
  (eval $ac_try) 2>&5
33001
  ac_status=$?
34879
  ac_status=$?
33002
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34880
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33003
  (exit $ac_status); }; }; then
34881
  (exit $ac_status); }; }; then
Line 33006... Line 34884...
33006
  echo "$as_me: failed program was:" >&5
34884
  echo "$as_me: failed program was:" >&5
33007
sed 's/^/| /' conftest.$ac_ext >&5
34885
sed 's/^/| /' conftest.$ac_ext >&5
33008
 
34886
 
33009
eval "$as_ac_var=no"
34887
eval "$as_ac_var=no"
33010
fi
34888
fi
-
 
34889
rm -f conftest.err conftest.$ac_objext \
33011
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
34890
      conftest$ac_exeext conftest.$ac_ext
33012
fi
34891
fi
33013
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34892
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33014
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34893
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33015
if test `eval echo '${'$as_ac_var'}'` = yes; then
34894
if test `eval echo '${'$as_ac_var'}'` = yes; then
33016
  cat >>confdefs.h <<_ACEOF
34895
  cat >>confdefs.h <<_ACEOF
Line 33024... Line 34903...
33024
echo $ECHO_N "checking whether isfinite is declared... $ECHO_C" >&6
34903
echo $ECHO_N "checking whether isfinite is declared... $ECHO_C" >&6
33025
if test "${ac_cv_have_decl_isfinite+set}" = set; then
34904
if test "${ac_cv_have_decl_isfinite+set}" = set; then
33026
  echo $ECHO_N "(cached) $ECHO_C" >&6
34905
  echo $ECHO_N "(cached) $ECHO_C" >&6
33027
else
34906
else
33028
  cat >conftest.$ac_ext <<_ACEOF
34907
  cat >conftest.$ac_ext <<_ACEOF
33029
#line $LINENO "configure"
-
 
33030
/* confdefs.h.  */
34908
/* confdefs.h.  */
33031
_ACEOF
34909
_ACEOF
33032
cat confdefs.h >>conftest.$ac_ext
34910
cat confdefs.h >>conftest.$ac_ext
33033
cat >>conftest.$ac_ext <<_ACEOF
34911
cat >>conftest.$ac_ext <<_ACEOF
33034
/* end confdefs.h.  */
34912
/* end confdefs.h.  */
33035
#include <math.h>
34913
#include <math.h>
33036
 
34914
 
33037
#ifdef F77_DUMMY_MAIN
34915
#ifdef F77_DUMMY_MAIN
-
 
34916
 
33038
#  ifdef __cplusplus
34917
#  ifdef __cplusplus
33039
     extern "C"
34918
     extern "C"
33040
#  endif
34919
#  endif
33041
   int F77_DUMMY_MAIN() { return 1; }
34920
   int F77_DUMMY_MAIN() { return 1; }
-
 
34921
 
33042
#endif
34922
#endif
33043
int
34923
int
33044
main ()
34924
main ()
33045
{
34925
{
33046
#ifndef isfinite
34926
#ifndef isfinite
Line 33051... Line 34931...
33051
  return 0;
34931
  return 0;
33052
}
34932
}
33053
_ACEOF
34933
_ACEOF
33054
rm -f conftest.$ac_objext
34934
rm -f conftest.$ac_objext
33055
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34935
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33056
  (eval $ac_compile) 2>&5
34936
  (eval $ac_compile) 2>conftest.er1
33057
  ac_status=$?
34937
  ac_status=$?
-
 
34938
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
34939
  rm -f conftest.er1
-
 
34940
  cat conftest.err >&5
33058
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34941
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33059
  (exit $ac_status); } &&
34942
  (exit $ac_status); } &&
-
 
34943
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
34944
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
34945
  (eval $ac_try) 2>&5
-
 
34946
  ac_status=$?
-
 
34947
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
34948
  (exit $ac_status); }; } &&
33060
         { ac_try='test -s conftest.$ac_objext'
34949
	 { ac_try='test -s conftest.$ac_objext'
33061
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34950
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33062
  (eval $ac_try) 2>&5
34951
  (eval $ac_try) 2>&5
33063
  ac_status=$?
34952
  ac_status=$?
33064
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34953
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33065
  (exit $ac_status); }; }; then
34954
  (exit $ac_status); }; }; then
Line 33068... Line 34957...
33068
  echo "$as_me: failed program was:" >&5
34957
  echo "$as_me: failed program was:" >&5
33069
sed 's/^/| /' conftest.$ac_ext >&5
34958
sed 's/^/| /' conftest.$ac_ext >&5
33070
 
34959
 
33071
ac_cv_have_decl_isfinite=no
34960
ac_cv_have_decl_isfinite=no
33072
fi
34961
fi
33073
rm -f conftest.$ac_objext conftest.$ac_ext
34962
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33074
fi
34963
fi
33075
echo "$as_me:$LINENO: result: $ac_cv_have_decl_isfinite" >&5
34964
echo "$as_me:$LINENO: result: $ac_cv_have_decl_isfinite" >&5
33076
echo "${ECHO_T}$ac_cv_have_decl_isfinite" >&6
34965
echo "${ECHO_T}$ac_cv_have_decl_isfinite" >&6
33077
if test $ac_cv_have_decl_isfinite = yes; then
34966
if test $ac_cv_have_decl_isfinite = yes; then
33078
 
34967
 
Line 33092... Line 34981...
33092
echo $ECHO_N "checking whether isnan is declared... $ECHO_C" >&6
34981
echo $ECHO_N "checking whether isnan is declared... $ECHO_C" >&6
33093
if test "${ac_cv_have_decl_isnan+set}" = set; then
34982
if test "${ac_cv_have_decl_isnan+set}" = set; then
33094
  echo $ECHO_N "(cached) $ECHO_C" >&6
34983
  echo $ECHO_N "(cached) $ECHO_C" >&6
33095
else
34984
else
33096
  cat >conftest.$ac_ext <<_ACEOF
34985
  cat >conftest.$ac_ext <<_ACEOF
33097
#line $LINENO "configure"
-
 
33098
/* confdefs.h.  */
34986
/* confdefs.h.  */
33099
_ACEOF
34987
_ACEOF
33100
cat confdefs.h >>conftest.$ac_ext
34988
cat confdefs.h >>conftest.$ac_ext
33101
cat >>conftest.$ac_ext <<_ACEOF
34989
cat >>conftest.$ac_ext <<_ACEOF
33102
/* end confdefs.h.  */
34990
/* end confdefs.h.  */
33103
#include <math.h>
34991
#include <math.h>
33104
 
34992
 
33105
#ifdef F77_DUMMY_MAIN
34993
#ifdef F77_DUMMY_MAIN
-
 
34994
 
33106
#  ifdef __cplusplus
34995
#  ifdef __cplusplus
33107
     extern "C"
34996
     extern "C"
33108
#  endif
34997
#  endif
33109
   int F77_DUMMY_MAIN() { return 1; }
34998
   int F77_DUMMY_MAIN() { return 1; }
-
 
34999
 
33110
#endif
35000
#endif
33111
int
35001
int
33112
main ()
35002
main ()
33113
{
35003
{
33114
#ifndef isnan
35004
#ifndef isnan
Line 33119... Line 35009...
33119
  return 0;
35009
  return 0;
33120
}
35010
}
33121
_ACEOF
35011
_ACEOF
33122
rm -f conftest.$ac_objext
35012
rm -f conftest.$ac_objext
33123
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35013
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33124
  (eval $ac_compile) 2>&5
35014
  (eval $ac_compile) 2>conftest.er1
33125
  ac_status=$?
35015
  ac_status=$?
-
 
35016
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35017
  rm -f conftest.er1
-
 
35018
  cat conftest.err >&5
33126
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35019
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33127
  (exit $ac_status); } &&
35020
  (exit $ac_status); } &&
-
 
35021
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35022
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35023
  (eval $ac_try) 2>&5
-
 
35024
  ac_status=$?
-
 
35025
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35026
  (exit $ac_status); }; } &&
33128
         { ac_try='test -s conftest.$ac_objext'
35027
	 { ac_try='test -s conftest.$ac_objext'
33129
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35028
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33130
  (eval $ac_try) 2>&5
35029
  (eval $ac_try) 2>&5
33131
  ac_status=$?
35030
  ac_status=$?
33132
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35031
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33133
  (exit $ac_status); }; }; then
35032
  (exit $ac_status); }; }; then
Line 33136... Line 35035...
33136
  echo "$as_me: failed program was:" >&5
35035
  echo "$as_me: failed program was:" >&5
33137
sed 's/^/| /' conftest.$ac_ext >&5
35036
sed 's/^/| /' conftest.$ac_ext >&5
33138
 
35037
 
33139
ac_cv_have_decl_isnan=no
35038
ac_cv_have_decl_isnan=no
33140
fi
35039
fi
33141
rm -f conftest.$ac_objext conftest.$ac_ext
35040
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33142
fi
35041
fi
33143
echo "$as_me:$LINENO: result: $ac_cv_have_decl_isnan" >&5
35042
echo "$as_me:$LINENO: result: $ac_cv_have_decl_isnan" >&5
33144
echo "${ECHO_T}$ac_cv_have_decl_isnan" >&6
35043
echo "${ECHO_T}$ac_cv_have_decl_isnan" >&6
33145
if test $ac_cv_have_decl_isnan = yes; then
35044
if test $ac_cv_have_decl_isnan = yes; then
33146
 
35045
 
Line 33232... Line 35131...
33232
echo $ECHO_N "checking if jpeglib version >= 6b... $ECHO_C" >&6
35131
echo $ECHO_N "checking if jpeglib version >= 6b... $ECHO_C" >&6
33233
if test "${r_cv_header_jpeglib_h+set}" = set; then
35132
if test "${r_cv_header_jpeglib_h+set}" = set; then
33234
  echo $ECHO_N "(cached) $ECHO_C" >&6
35133
  echo $ECHO_N "(cached) $ECHO_C" >&6
33235
else
35134
else
33236
  cat >conftest.$ac_ext <<_ACEOF
35135
  cat >conftest.$ac_ext <<_ACEOF
33237
#line $LINENO "configure"
-
 
33238
/* confdefs.h.  */
35136
/* confdefs.h.  */
33239
_ACEOF
35137
_ACEOF
33240
cat confdefs.h >>conftest.$ac_ext
35138
cat confdefs.h >>conftest.$ac_ext
33241
cat >>conftest.$ac_ext <<_ACEOF
35139
cat >>conftest.$ac_ext <<_ACEOF
33242
/* end confdefs.h.  */
35140
/* end confdefs.h.  */
Line 33266... Line 35164...
33266
  echo $ECHO_N "(cached) $ECHO_C" >&6
35164
  echo $ECHO_N "(cached) $ECHO_C" >&6
33267
else
35165
else
33268
  ac_check_lib_save_LIBS=$LIBS
35166
  ac_check_lib_save_LIBS=$LIBS
33269
LIBS="-ljpeg ${LIBS} $LIBS"
35167
LIBS="-ljpeg ${LIBS} $LIBS"
33270
cat >conftest.$ac_ext <<_ACEOF
35168
cat >conftest.$ac_ext <<_ACEOF
33271
#line $LINENO "configure"
-
 
33272
/* confdefs.h.  */
35169
/* confdefs.h.  */
33273
_ACEOF
35170
_ACEOF
33274
cat confdefs.h >>conftest.$ac_ext
35171
cat confdefs.h >>conftest.$ac_ext
33275
cat >>conftest.$ac_ext <<_ACEOF
35172
cat >>conftest.$ac_ext <<_ACEOF
33276
/* end confdefs.h.  */
35173
/* end confdefs.h.  */
Line 33281... Line 35178...
33281
#endif
35178
#endif
33282
/* We use char because int might match the return type of a gcc2
35179
/* We use char because int might match the return type of a gcc2
33283
   builtin and then its argument prototype would still apply.  */
35180
   builtin and then its argument prototype would still apply.  */
33284
char jpeg_destroy_compress ();
35181
char jpeg_destroy_compress ();
33285
#ifdef F77_DUMMY_MAIN
35182
#ifdef F77_DUMMY_MAIN
-
 
35183
 
33286
#  ifdef __cplusplus
35184
#  ifdef __cplusplus
33287
     extern "C"
35185
     extern "C"
33288
#  endif
35186
#  endif
33289
   int F77_DUMMY_MAIN() { return 1; }
35187
   int F77_DUMMY_MAIN() { return 1; }
-
 
35188
 
33290
#endif
35189
#endif
33291
int
35190
int
33292
main ()
35191
main ()
33293
{
35192
{
33294
jpeg_destroy_compress ();
35193
jpeg_destroy_compress ();
Line 33296... Line 35195...
33296
  return 0;
35195
  return 0;
33297
}
35196
}
33298
_ACEOF
35197
_ACEOF
33299
rm -f conftest.$ac_objext conftest$ac_exeext
35198
rm -f conftest.$ac_objext conftest$ac_exeext
33300
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35199
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33301
  (eval $ac_link) 2>&5
35200
  (eval $ac_link) 2>conftest.er1
33302
  ac_status=$?
35201
  ac_status=$?
-
 
35202
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35203
  rm -f conftest.er1
-
 
35204
  cat conftest.err >&5
33303
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35205
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33304
  (exit $ac_status); } &&
35206
  (exit $ac_status); } &&
-
 
35207
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35208
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35209
  (eval $ac_try) 2>&5
-
 
35210
  ac_status=$?
-
 
35211
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35212
  (exit $ac_status); }; } &&
33305
         { ac_try='test -s conftest$ac_exeext'
35213
	 { ac_try='test -s conftest$ac_exeext'
33306
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35214
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33307
  (eval $ac_try) 2>&5
35215
  (eval $ac_try) 2>&5
33308
  ac_status=$?
35216
  ac_status=$?
33309
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35217
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33310
  (exit $ac_status); }; }; then
35218
  (exit $ac_status); }; }; then
Line 33313... Line 35221...
33313
  echo "$as_me: failed program was:" >&5
35221
  echo "$as_me: failed program was:" >&5
33314
sed 's/^/| /' conftest.$ac_ext >&5
35222
sed 's/^/| /' conftest.$ac_ext >&5
33315
 
35223
 
33316
ac_cv_lib_jpeg_jpeg_destroy_compress=no
35224
ac_cv_lib_jpeg_jpeg_destroy_compress=no
33317
fi
35225
fi
-
 
35226
rm -f conftest.err conftest.$ac_objext \
33318
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
35227
      conftest$ac_exeext conftest.$ac_ext
33319
LIBS=$ac_check_lib_save_LIBS
35228
LIBS=$ac_check_lib_save_LIBS
33320
fi
35229
fi
33321
echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
35230
echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
33322
echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
35231
echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
33323
if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
35232
if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
Line 33343... Line 35252...
33343
  echo $ECHO_N "(cached) $ECHO_C" >&6
35252
  echo $ECHO_N "(cached) $ECHO_C" >&6
33344
else
35253
else
33345
  ac_check_lib_save_LIBS=$LIBS
35254
  ac_check_lib_save_LIBS=$LIBS
33346
LIBS="-lz  $LIBS"
35255
LIBS="-lz  $LIBS"
33347
cat >conftest.$ac_ext <<_ACEOF
35256
cat >conftest.$ac_ext <<_ACEOF
33348
#line $LINENO "configure"
-
 
33349
/* confdefs.h.  */
35257
/* confdefs.h.  */
33350
_ACEOF
35258
_ACEOF
33351
cat confdefs.h >>conftest.$ac_ext
35259
cat confdefs.h >>conftest.$ac_ext
33352
cat >>conftest.$ac_ext <<_ACEOF
35260
cat >>conftest.$ac_ext <<_ACEOF
33353
/* end confdefs.h.  */
35261
/* end confdefs.h.  */
33354
 
35262
 
33355
 
35263
 
33356
#ifdef F77_DUMMY_MAIN
35264
#ifdef F77_DUMMY_MAIN
-
 
35265
 
33357
#  ifdef __cplusplus
35266
#  ifdef __cplusplus
33358
     extern "C"
35267
     extern "C"
33359
#  endif
35268
#  endif
33360
   int F77_DUMMY_MAIN() { return 1; }
35269
   int F77_DUMMY_MAIN() { return 1; }
-
 
35270
 
33361
#endif
35271
#endif
33362
int
35272
int
33363
main ()
35273
main ()
33364
{
35274
{
33365
main ();
35275
main ();
Line 33367... Line 35277...
33367
  return 0;
35277
  return 0;
33368
}
35278
}
33369
_ACEOF
35279
_ACEOF
33370
rm -f conftest.$ac_objext conftest$ac_exeext
35280
rm -f conftest.$ac_objext conftest$ac_exeext
33371
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35281
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33372
  (eval $ac_link) 2>&5
35282
  (eval $ac_link) 2>conftest.er1
33373
  ac_status=$?
35283
  ac_status=$?
-
 
35284
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35285
  rm -f conftest.er1
-
 
35286
  cat conftest.err >&5
33374
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35287
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33375
  (exit $ac_status); } &&
35288
  (exit $ac_status); } &&
-
 
35289
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35290
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35291
  (eval $ac_try) 2>&5
-
 
35292
  ac_status=$?
-
 
35293
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35294
  (exit $ac_status); }; } &&
33376
         { ac_try='test -s conftest$ac_exeext'
35295
	 { ac_try='test -s conftest$ac_exeext'
33377
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35296
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33378
  (eval $ac_try) 2>&5
35297
  (eval $ac_try) 2>&5
33379
  ac_status=$?
35298
  ac_status=$?
33380
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35299
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33381
  (exit $ac_status); }; }; then
35300
  (exit $ac_status); }; }; then
Line 33384... Line 35303...
33384
  echo "$as_me: failed program was:" >&5
35303
  echo "$as_me: failed program was:" >&5
33385
sed 's/^/| /' conftest.$ac_ext >&5
35304
sed 's/^/| /' conftest.$ac_ext >&5
33386
 
35305
 
33387
ac_cv_lib_z_main=no
35306
ac_cv_lib_z_main=no
33388
fi
35307
fi
-
 
35308
rm -f conftest.err conftest.$ac_objext \
33389
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
35309
      conftest$ac_exeext conftest.$ac_ext
33390
LIBS=$ac_check_lib_save_LIBS
35310
LIBS=$ac_check_lib_save_LIBS
33391
fi
35311
fi
33392
echo "$as_me:$LINENO: result: $ac_cv_lib_z_main" >&5
35312
echo "$as_me:$LINENO: result: $ac_cv_lib_z_main" >&5
33393
echo "${ECHO_T}$ac_cv_lib_z_main" >&6
35313
echo "${ECHO_T}$ac_cv_lib_z_main" >&6
33394
if test $ac_cv_lib_z_main = yes; then
35314
if test $ac_cv_lib_z_main = yes; then
Line 33402... Line 35322...
33402
echo $ECHO_N "checking if libpng version >= 1.0.5... $ECHO_C" >&6
35322
echo $ECHO_N "checking if libpng version >= 1.0.5... $ECHO_C" >&6
33403
if test "${r_cv_header_png_h+set}" = set; then
35323
if test "${r_cv_header_png_h+set}" = set; then
33404
  echo $ECHO_N "(cached) $ECHO_C" >&6
35324
  echo $ECHO_N "(cached) $ECHO_C" >&6
33405
else
35325
else
33406
  cat >conftest.$ac_ext <<_ACEOF
35326
  cat >conftest.$ac_ext <<_ACEOF
33407
#line $LINENO "configure"
-
 
33408
/* confdefs.h.  */
35327
/* confdefs.h.  */
33409
_ACEOF
35328
_ACEOF
33410
cat confdefs.h >>conftest.$ac_ext
35329
cat confdefs.h >>conftest.$ac_ext
33411
cat >>conftest.$ac_ext <<_ACEOF
35330
cat >>conftest.$ac_ext <<_ACEOF
33412
/* end confdefs.h.  */
35331
/* end confdefs.h.  */
Line 33437... Line 35356...
33437
  echo $ECHO_N "(cached) $ECHO_C" >&6
35356
  echo $ECHO_N "(cached) $ECHO_C" >&6
33438
else
35357
else
33439
  ac_check_lib_save_LIBS=$LIBS
35358
  ac_check_lib_save_LIBS=$LIBS
33440
LIBS="-lpng -lz ${LIBS} $LIBS"
35359
LIBS="-lpng -lz ${LIBS} $LIBS"
33441
cat >conftest.$ac_ext <<_ACEOF
35360
cat >conftest.$ac_ext <<_ACEOF
33442
#line $LINENO "configure"
-
 
33443
/* confdefs.h.  */
35361
/* confdefs.h.  */
33444
_ACEOF
35362
_ACEOF
33445
cat confdefs.h >>conftest.$ac_ext
35363
cat confdefs.h >>conftest.$ac_ext
33446
cat >>conftest.$ac_ext <<_ACEOF
35364
cat >>conftest.$ac_ext <<_ACEOF
33447
/* end confdefs.h.  */
35365
/* end confdefs.h.  */
Line 33452... Line 35370...
33452
#endif
35370
#endif
33453
/* We use char because int might match the return type of a gcc2
35371
/* We use char because int might match the return type of a gcc2
33454
   builtin and then its argument prototype would still apply.  */
35372
   builtin and then its argument prototype would still apply.  */
33455
char png_create_write_struct ();
35373
char png_create_write_struct ();
33456
#ifdef F77_DUMMY_MAIN
35374
#ifdef F77_DUMMY_MAIN
-
 
35375
 
33457
#  ifdef __cplusplus
35376
#  ifdef __cplusplus
33458
     extern "C"
35377
     extern "C"
33459
#  endif
35378
#  endif
33460
   int F77_DUMMY_MAIN() { return 1; }
35379
   int F77_DUMMY_MAIN() { return 1; }
-
 
35380
 
33461
#endif
35381
#endif
33462
int
35382
int
33463
main ()
35383
main ()
33464
{
35384
{
33465
png_create_write_struct ();
35385
png_create_write_struct ();
Line 33467... Line 35387...
33467
  return 0;
35387
  return 0;
33468
}
35388
}
33469
_ACEOF
35389
_ACEOF
33470
rm -f conftest.$ac_objext conftest$ac_exeext
35390
rm -f conftest.$ac_objext conftest$ac_exeext
33471
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35391
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33472
  (eval $ac_link) 2>&5
35392
  (eval $ac_link) 2>conftest.er1
33473
  ac_status=$?
35393
  ac_status=$?
-
 
35394
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35395
  rm -f conftest.er1
-
 
35396
  cat conftest.err >&5
33474
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35397
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33475
  (exit $ac_status); } &&
35398
  (exit $ac_status); } &&
-
 
35399
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35400
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35401
  (eval $ac_try) 2>&5
-
 
35402
  ac_status=$?
-
 
35403
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35404
  (exit $ac_status); }; } &&
33476
         { ac_try='test -s conftest$ac_exeext'
35405
	 { ac_try='test -s conftest$ac_exeext'
33477
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35406
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33478
  (eval $ac_try) 2>&5
35407
  (eval $ac_try) 2>&5
33479
  ac_status=$?
35408
  ac_status=$?
33480
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35409
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33481
  (exit $ac_status); }; }; then
35410
  (exit $ac_status); }; }; then
Line 33484... Line 35413...
33484
  echo "$as_me: failed program was:" >&5
35413
  echo "$as_me: failed program was:" >&5
33485
sed 's/^/| /' conftest.$ac_ext >&5
35414
sed 's/^/| /' conftest.$ac_ext >&5
33486
 
35415
 
33487
ac_cv_lib_png_png_create_write_struct=no
35416
ac_cv_lib_png_png_create_write_struct=no
33488
fi
35417
fi
-
 
35418
rm -f conftest.err conftest.$ac_objext \
33489
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
35419
      conftest$ac_exeext conftest.$ac_ext
33490
LIBS=$ac_check_lib_save_LIBS
35420
LIBS=$ac_check_lib_save_LIBS
33491
fi
35421
fi
33492
echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_write_struct" >&5
35422
echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_create_write_struct" >&5
33493
echo "${ECHO_T}$ac_cv_lib_png_png_create_write_struct" >&6
35423
echo "${ECHO_T}$ac_cv_lib_png_png_create_write_struct" >&6
33494
if test $ac_cv_lib_png_png_create_write_struct = yes; then
35424
if test $ac_cv_lib_png_png_create_write_struct = yes; then
Line 33522... Line 35452...
33522
else
35452
else
33523
  # Is the header compilable?
35453
  # Is the header compilable?
33524
echo "$as_me:$LINENO: checking rpc/types.h usability" >&5
35454
echo "$as_me:$LINENO: checking rpc/types.h usability" >&5
33525
echo $ECHO_N "checking rpc/types.h usability... $ECHO_C" >&6
35455
echo $ECHO_N "checking rpc/types.h usability... $ECHO_C" >&6
33526
cat >conftest.$ac_ext <<_ACEOF
35456
cat >conftest.$ac_ext <<_ACEOF
33527
#line $LINENO "configure"
-
 
33528
/* confdefs.h.  */
35457
/* confdefs.h.  */
33529
_ACEOF
35458
_ACEOF
33530
cat confdefs.h >>conftest.$ac_ext
35459
cat confdefs.h >>conftest.$ac_ext
33531
cat >>conftest.$ac_ext <<_ACEOF
35460
cat >>conftest.$ac_ext <<_ACEOF
33532
/* end confdefs.h.  */
35461
/* end confdefs.h.  */
33533
$ac_includes_default
35462
$ac_includes_default
33534
#include <rpc/types.h>
35463
#include <rpc/types.h>
33535
_ACEOF
35464
_ACEOF
33536
rm -f conftest.$ac_objext
35465
rm -f conftest.$ac_objext
33537
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35466
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33538
  (eval $ac_compile) 2>&5
35467
  (eval $ac_compile) 2>conftest.er1
33539
  ac_status=$?
35468
  ac_status=$?
-
 
35469
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35470
  rm -f conftest.er1
-
 
35471
  cat conftest.err >&5
33540
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35472
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33541
  (exit $ac_status); } &&
35473
  (exit $ac_status); } &&
-
 
35474
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35475
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35476
  (eval $ac_try) 2>&5
-
 
35477
  ac_status=$?
-
 
35478
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35479
  (exit $ac_status); }; } &&
33542
         { ac_try='test -s conftest.$ac_objext'
35480
	 { ac_try='test -s conftest.$ac_objext'
33543
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35481
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33544
  (eval $ac_try) 2>&5
35482
  (eval $ac_try) 2>&5
33545
  ac_status=$?
35483
  ac_status=$?
33546
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35484
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33547
  (exit $ac_status); }; }; then
35485
  (exit $ac_status); }; }; then
Line 33550... Line 35488...
33550
  echo "$as_me: failed program was:" >&5
35488
  echo "$as_me: failed program was:" >&5
33551
sed 's/^/| /' conftest.$ac_ext >&5
35489
sed 's/^/| /' conftest.$ac_ext >&5
33552
 
35490
 
33553
ac_header_compiler=no
35491
ac_header_compiler=no
33554
fi
35492
fi
33555
rm -f conftest.$ac_objext conftest.$ac_ext
35493
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33556
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35494
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33557
echo "${ECHO_T}$ac_header_compiler" >&6
35495
echo "${ECHO_T}$ac_header_compiler" >&6
33558
 
35496
 
33559
# Is the header present?
35497
# Is the header present?
33560
echo "$as_me:$LINENO: checking rpc/types.h presence" >&5
35498
echo "$as_me:$LINENO: checking rpc/types.h presence" >&5
33561
echo $ECHO_N "checking rpc/types.h presence... $ECHO_C" >&6
35499
echo $ECHO_N "checking rpc/types.h presence... $ECHO_C" >&6
33562
cat >conftest.$ac_ext <<_ACEOF
35500
cat >conftest.$ac_ext <<_ACEOF
33563
#line $LINENO "configure"
-
 
33564
/* confdefs.h.  */
35501
/* confdefs.h.  */
33565
_ACEOF
35502
_ACEOF
33566
cat confdefs.h >>conftest.$ac_ext
35503
cat confdefs.h >>conftest.$ac_ext
33567
cat >>conftest.$ac_ext <<_ACEOF
35504
cat >>conftest.$ac_ext <<_ACEOF
33568
/* end confdefs.h.  */
35505
/* end confdefs.h.  */
Line 33576... Line 35513...
33576
  cat conftest.err >&5
35513
  cat conftest.err >&5
33577
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35514
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33578
  (exit $ac_status); } >/dev/null; then
35515
  (exit $ac_status); } >/dev/null; then
33579
  if test -s conftest.err; then
35516
  if test -s conftest.err; then
33580
    ac_cpp_err=$ac_c_preproc_warn_flag
35517
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
35518
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
33581
  else
35519
  else
33582
    ac_cpp_err=
35520
    ac_cpp_err=
33583
  fi
35521
  fi
33584
else
35522
else
33585
  ac_cpp_err=yes
35523
  ac_cpp_err=yes
Line 33595... Line 35533...
33595
rm -f conftest.err conftest.$ac_ext
35533
rm -f conftest.err conftest.$ac_ext
33596
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35534
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33597
echo "${ECHO_T}$ac_header_preproc" >&6
35535
echo "${ECHO_T}$ac_header_preproc" >&6
33598
 
35536
 
33599
# So?  What about this header?
35537
# So?  What about this header?
33600
case $ac_header_compiler:$ac_header_preproc in
35538
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33601
  yes:no )
35539
  yes:no: )
33602
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: accepted by the compiler, rejected by the preprocessor!" >&5
35540
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: accepted by the compiler, rejected by the preprocessor!" >&5
33603
echo "$as_me: WARNING: rpc/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
35541
echo "$as_me: WARNING: rpc/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33604
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&5
35542
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: proceeding with the compiler's result" >&5
33605
echo "$as_me: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&2;}
35543
echo "$as_me: WARNING: rpc/types.h: proceeding with the compiler's result" >&2;}
33606
    (
-
 
33607
      cat <<\_ASBOX
35544
    ac_header_preproc=yes
33608
## ------------------------------------ ##
-
 
33609
## Report this to bug-autoconf@gnu.org. ##
-
 
33610
## ------------------------------------ ##
-
 
33611
_ASBOX
-
 
33612
    ) |
-
 
33613
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
33614
    ;;
35545
    ;;
33615
  no:yes )
35546
  no:yes:* )
33616
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: present but cannot be compiled" >&5
35547
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: present but cannot be compiled" >&5
33617
echo "$as_me: WARNING: rpc/types.h: present but cannot be compiled" >&2;}
35548
echo "$as_me: WARNING: rpc/types.h: present but cannot be compiled" >&2;}
33618
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: check for missing prerequisite headers?" >&5
35549
    { echo "$as_me:$LINENO: WARNING: rpc/types.h:     check for missing prerequisite headers?" >&5
33619
echo "$as_me: WARNING: rpc/types.h: check for missing prerequisite headers?" >&2;}
35550
echo "$as_me: WARNING: rpc/types.h:     check for missing prerequisite headers?" >&2;}
-
 
35551
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: see the Autoconf documentation" >&5
-
 
35552
echo "$as_me: WARNING: rpc/types.h: see the Autoconf documentation" >&2;}
-
 
35553
    { echo "$as_me:$LINENO: WARNING: rpc/types.h:     section \"Present But Cannot Be Compiled\"" >&5
-
 
35554
echo "$as_me: WARNING: rpc/types.h:     section \"Present But Cannot Be Compiled\"" >&2;}
33620
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&5
35555
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&5
33621
echo "$as_me: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&2;}
35556
echo "$as_me: WARNING: rpc/types.h: proceeding with the preprocessor's result" >&2;}
-
 
35557
    { echo "$as_me:$LINENO: WARNING: rpc/types.h: in the future, the compiler will take precedence" >&5
-
 
35558
echo "$as_me: WARNING: rpc/types.h: in the future, the compiler will take precedence" >&2;}
33622
    (
35559
    (
33623
      cat <<\_ASBOX
35560
      cat <<\_ASBOX
33624
## ------------------------------------ ##
35561
## ----------------------------------- ##
33625
## Report this to bug-autoconf@gnu.org. ##
35562
## Report this to r-bugs@R-project.org ##
33626
## ------------------------------------ ##
35563
## ----------------------------------- ##
33627
_ASBOX
35564
_ASBOX
33628
    ) |
35565
    ) |
33629
      sed "s/^/$as_me: WARNING:     /" >&2
35566
      sed "s/^/$as_me: WARNING:     /" >&2
33630
    ;;
35567
    ;;
33631
esac
35568
esac
Line 33647... Line 35584...
33647
echo $ECHO_N "checking for rpc/xdr.h... $ECHO_C" >&6
35584
echo $ECHO_N "checking for rpc/xdr.h... $ECHO_C" >&6
33648
if test "${ac_cv_header_rpc_xdr_h+set}" = set; then
35585
if test "${ac_cv_header_rpc_xdr_h+set}" = set; then
33649
  echo $ECHO_N "(cached) $ECHO_C" >&6
35586
  echo $ECHO_N "(cached) $ECHO_C" >&6
33650
else
35587
else
33651
  cat >conftest.$ac_ext <<_ACEOF
35588
  cat >conftest.$ac_ext <<_ACEOF
33652
#line $LINENO "configure"
-
 
33653
/* confdefs.h.  */
35589
/* confdefs.h.  */
33654
_ACEOF
35590
_ACEOF
33655
cat confdefs.h >>conftest.$ac_ext
35591
cat confdefs.h >>conftest.$ac_ext
33656
cat >>conftest.$ac_ext <<_ACEOF
35592
cat >>conftest.$ac_ext <<_ACEOF
33657
/* end confdefs.h.  */
35593
/* end confdefs.h.  */
Line 33659... Line 35595...
33659
 
35595
 
33660
#include <rpc/xdr.h>
35596
#include <rpc/xdr.h>
33661
_ACEOF
35597
_ACEOF
33662
rm -f conftest.$ac_objext
35598
rm -f conftest.$ac_objext
33663
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35599
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33664
  (eval $ac_compile) 2>&5
35600
  (eval $ac_compile) 2>conftest.er1
33665
  ac_status=$?
35601
  ac_status=$?
-
 
35602
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35603
  rm -f conftest.er1
-
 
35604
  cat conftest.err >&5
33666
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35605
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33667
  (exit $ac_status); } &&
35606
  (exit $ac_status); } &&
-
 
35607
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35608
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35609
  (eval $ac_try) 2>&5
-
 
35610
  ac_status=$?
-
 
35611
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35612
  (exit $ac_status); }; } &&
33668
         { ac_try='test -s conftest.$ac_objext'
35613
	 { ac_try='test -s conftest.$ac_objext'
33669
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35614
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33670
  (eval $ac_try) 2>&5
35615
  (eval $ac_try) 2>&5
33671
  ac_status=$?
35616
  ac_status=$?
33672
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35617
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33673
  (exit $ac_status); }; }; then
35618
  (exit $ac_status); }; }; then
Line 33676... Line 35621...
33676
  echo "$as_me: failed program was:" >&5
35621
  echo "$as_me: failed program was:" >&5
33677
sed 's/^/| /' conftest.$ac_ext >&5
35622
sed 's/^/| /' conftest.$ac_ext >&5
33678
 
35623
 
33679
ac_cv_header_rpc_xdr_h=no
35624
ac_cv_header_rpc_xdr_h=no
33680
fi
35625
fi
33681
rm -f conftest.$ac_objext conftest.$ac_ext
35626
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33682
fi
35627
fi
33683
echo "$as_me:$LINENO: result: $ac_cv_header_rpc_xdr_h" >&5
35628
echo "$as_me:$LINENO: result: $ac_cv_header_rpc_xdr_h" >&5
33684
echo "${ECHO_T}$ac_cv_header_rpc_xdr_h" >&6
35629
echo "${ECHO_T}$ac_cv_header_rpc_xdr_h" >&6
33685
 
35630
 
33686
 
35631
 
Line 33720... Line 35665...
33720
  echo $ECHO_N "(cached) $ECHO_C" >&6
35665
  echo $ECHO_N "(cached) $ECHO_C" >&6
33721
else
35666
else
33722
  ac_check_lib_save_LIBS=$LIBS
35667
  ac_check_lib_save_LIBS=$LIBS
33723
LIBS="-lz  $LIBS"
35668
LIBS="-lz  $LIBS"
33724
cat >conftest.$ac_ext <<_ACEOF
35669
cat >conftest.$ac_ext <<_ACEOF
33725
#line $LINENO "configure"
-
 
33726
/* confdefs.h.  */
35670
/* confdefs.h.  */
33727
_ACEOF
35671
_ACEOF
33728
cat confdefs.h >>conftest.$ac_ext
35672
cat confdefs.h >>conftest.$ac_ext
33729
cat >>conftest.$ac_ext <<_ACEOF
35673
cat >>conftest.$ac_ext <<_ACEOF
33730
/* end confdefs.h.  */
35674
/* end confdefs.h.  */
Line 33735... Line 35679...
33735
#endif
35679
#endif
33736
/* We use char because int might match the return type of a gcc2
35680
/* We use char because int might match the return type of a gcc2
33737
   builtin and then its argument prototype would still apply.  */
35681
   builtin and then its argument prototype would still apply.  */
33738
char gzeof ();
35682
char gzeof ();
33739
#ifdef F77_DUMMY_MAIN
35683
#ifdef F77_DUMMY_MAIN
-
 
35684
 
33740
#  ifdef __cplusplus
35685
#  ifdef __cplusplus
33741
     extern "C"
35686
     extern "C"
33742
#  endif
35687
#  endif
33743
   int F77_DUMMY_MAIN() { return 1; }
35688
   int F77_DUMMY_MAIN() { return 1; }
-
 
35689
 
33744
#endif
35690
#endif
33745
int
35691
int
33746
main ()
35692
main ()
33747
{
35693
{
33748
gzeof ();
35694
gzeof ();
Line 33750... Line 35696...
33750
  return 0;
35696
  return 0;
33751
}
35697
}
33752
_ACEOF
35698
_ACEOF
33753
rm -f conftest.$ac_objext conftest$ac_exeext
35699
rm -f conftest.$ac_objext conftest$ac_exeext
33754
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
35700
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33755
  (eval $ac_link) 2>&5
35701
  (eval $ac_link) 2>conftest.er1
33756
  ac_status=$?
35702
  ac_status=$?
-
 
35703
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35704
  rm -f conftest.er1
-
 
35705
  cat conftest.err >&5
33757
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35706
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33758
  (exit $ac_status); } &&
35707
  (exit $ac_status); } &&
-
 
35708
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35709
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35710
  (eval $ac_try) 2>&5
-
 
35711
  ac_status=$?
-
 
35712
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35713
  (exit $ac_status); }; } &&
33759
         { ac_try='test -s conftest$ac_exeext'
35714
	 { ac_try='test -s conftest$ac_exeext'
33760
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35715
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33761
  (eval $ac_try) 2>&5
35716
  (eval $ac_try) 2>&5
33762
  ac_status=$?
35717
  ac_status=$?
33763
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35718
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33764
  (exit $ac_status); }; }; then
35719
  (exit $ac_status); }; }; then
Line 33767... Line 35722...
33767
  echo "$as_me: failed program was:" >&5
35722
  echo "$as_me: failed program was:" >&5
33768
sed 's/^/| /' conftest.$ac_ext >&5
35723
sed 's/^/| /' conftest.$ac_ext >&5
33769
 
35724
 
33770
ac_cv_lib_z_gzeof=no
35725
ac_cv_lib_z_gzeof=no
33771
fi
35726
fi
-
 
35727
rm -f conftest.err conftest.$ac_objext \
33772
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
35728
      conftest$ac_exeext conftest.$ac_ext
33773
LIBS=$ac_check_lib_save_LIBS
35729
LIBS=$ac_check_lib_save_LIBS
33774
fi
35730
fi
33775
echo "$as_me:$LINENO: result: $ac_cv_lib_z_gzeof" >&5
35731
echo "$as_me:$LINENO: result: $ac_cv_lib_z_gzeof" >&5
33776
echo "${ECHO_T}$ac_cv_lib_z_gzeof" >&6
35732
echo "${ECHO_T}$ac_cv_lib_z_gzeof" >&6
33777
if test $ac_cv_lib_z_gzeof = yes; then
35733
if test $ac_cv_lib_z_gzeof = yes; then
Line 33792... Line 35748...
33792
else
35748
else
33793
  # Is the header compilable?
35749
  # Is the header compilable?
33794
echo "$as_me:$LINENO: checking zlib.h usability" >&5
35750
echo "$as_me:$LINENO: checking zlib.h usability" >&5
33795
echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
35751
echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
33796
cat >conftest.$ac_ext <<_ACEOF
35752
cat >conftest.$ac_ext <<_ACEOF
33797
#line $LINENO "configure"
-
 
33798
/* confdefs.h.  */
35753
/* confdefs.h.  */
33799
_ACEOF
35754
_ACEOF
33800
cat confdefs.h >>conftest.$ac_ext
35755
cat confdefs.h >>conftest.$ac_ext
33801
cat >>conftest.$ac_ext <<_ACEOF
35756
cat >>conftest.$ac_ext <<_ACEOF
33802
/* end confdefs.h.  */
35757
/* end confdefs.h.  */
33803
$ac_includes_default
35758
$ac_includes_default
33804
#include <zlib.h>
35759
#include <zlib.h>
33805
_ACEOF
35760
_ACEOF
33806
rm -f conftest.$ac_objext
35761
rm -f conftest.$ac_objext
33807
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
35762
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33808
  (eval $ac_compile) 2>&5
35763
  (eval $ac_compile) 2>conftest.er1
33809
  ac_status=$?
35764
  ac_status=$?
-
 
35765
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
35766
  rm -f conftest.er1
-
 
35767
  cat conftest.err >&5
33810
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35768
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33811
  (exit $ac_status); } &&
35769
  (exit $ac_status); } &&
-
 
35770
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
35771
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
35772
  (eval $ac_try) 2>&5
-
 
35773
  ac_status=$?
-
 
35774
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
35775
  (exit $ac_status); }; } &&
33812
         { ac_try='test -s conftest.$ac_objext'
35776
	 { ac_try='test -s conftest.$ac_objext'
33813
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35777
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33814
  (eval $ac_try) 2>&5
35778
  (eval $ac_try) 2>&5
33815
  ac_status=$?
35779
  ac_status=$?
33816
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35780
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33817
  (exit $ac_status); }; }; then
35781
  (exit $ac_status); }; }; then
Line 33820... Line 35784...
33820
  echo "$as_me: failed program was:" >&5
35784
  echo "$as_me: failed program was:" >&5
33821
sed 's/^/| /' conftest.$ac_ext >&5
35785
sed 's/^/| /' conftest.$ac_ext >&5
33822
 
35786
 
33823
ac_header_compiler=no
35787
ac_header_compiler=no
33824
fi
35788
fi
33825
rm -f conftest.$ac_objext conftest.$ac_ext
35789
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
33826
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35790
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33827
echo "${ECHO_T}$ac_header_compiler" >&6
35791
echo "${ECHO_T}$ac_header_compiler" >&6
33828
 
35792
 
33829
# Is the header present?
35793
# Is the header present?
33830
echo "$as_me:$LINENO: checking zlib.h presence" >&5
35794
echo "$as_me:$LINENO: checking zlib.h presence" >&5
33831
echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
35795
echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
33832
cat >conftest.$ac_ext <<_ACEOF
35796
cat >conftest.$ac_ext <<_ACEOF
33833
#line $LINENO "configure"
-
 
33834
/* confdefs.h.  */
35797
/* confdefs.h.  */
33835
_ACEOF
35798
_ACEOF
33836
cat confdefs.h >>conftest.$ac_ext
35799
cat confdefs.h >>conftest.$ac_ext
33837
cat >>conftest.$ac_ext <<_ACEOF
35800
cat >>conftest.$ac_ext <<_ACEOF
33838
/* end confdefs.h.  */
35801
/* end confdefs.h.  */
Line 33846... Line 35809...
33846
  cat conftest.err >&5
35809
  cat conftest.err >&5
33847
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
35810
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33848
  (exit $ac_status); } >/dev/null; then
35811
  (exit $ac_status); } >/dev/null; then
33849
  if test -s conftest.err; then
35812
  if test -s conftest.err; then
33850
    ac_cpp_err=$ac_c_preproc_warn_flag
35813
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
35814
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
33851
  else
35815
  else
33852
    ac_cpp_err=
35816
    ac_cpp_err=
33853
  fi
35817
  fi
33854
else
35818
else
33855
  ac_cpp_err=yes
35819
  ac_cpp_err=yes
Line 33865... Line 35829...
33865
rm -f conftest.err conftest.$ac_ext
35829
rm -f conftest.err conftest.$ac_ext
33866
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35830
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33867
echo "${ECHO_T}$ac_header_preproc" >&6
35831
echo "${ECHO_T}$ac_header_preproc" >&6
33868
 
35832
 
33869
# So?  What about this header?
35833
# So?  What about this header?
33870
case $ac_header_compiler:$ac_header_preproc in
35834
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33871
  yes:no )
35835
  yes:no: )
33872
    { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
35836
    { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
33873
echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
35837
echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
33874
    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
35838
    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
33875
echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
35839
echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
33876
    (
-
 
33877
      cat <<\_ASBOX
35840
    ac_header_preproc=yes
33878
## ------------------------------------ ##
-
 
33879
## Report this to bug-autoconf@gnu.org. ##
-
 
33880
## ------------------------------------ ##
-
 
33881
_ASBOX
-
 
33882
    ) |
-
 
33883
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
33884
    ;;
35841
    ;;
33885
  no:yes )
35842
  no:yes:* )
33886
    { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
35843
    { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
33887
echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
35844
echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
33888
    { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
35845
    { echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
33889
echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
35846
echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
-
 
35847
    { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
-
 
35848
echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
-
 
35849
    { echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
-
 
35850
echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
33890
    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
35851
    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
33891
echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
35852
echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
-
 
35853
    { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
-
 
35854
echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
33892
    (
35855
    (
33893
      cat <<\_ASBOX
35856
      cat <<\_ASBOX
33894
## ------------------------------------ ##
35857
## ----------------------------------- ##
33895
## Report this to bug-autoconf@gnu.org. ##
35858
## Report this to r-bugs@R-project.org ##
33896
## ------------------------------------ ##
35859
## ----------------------------------- ##
33897
_ASBOX
35860
_ASBOX
33898
    ) |
35861
    ) |
33899
      sed "s/^/$as_me: WARNING:     /" >&2
35862
      sed "s/^/$as_me: WARNING:     /" >&2
33900
    ;;
35863
    ;;
33901
esac
35864
esac
Line 33926... Line 35889...
33926
else
35889
else
33927
  if test "$cross_compiling" = yes; then
35890
  if test "$cross_compiling" = yes; then
33928
  r_cv_header_zlib_h=no
35891
  r_cv_header_zlib_h=no
33929
else
35892
else
33930
  cat >conftest.$ac_ext <<_ACEOF
35893
  cat >conftest.$ac_ext <<_ACEOF
33931
#line $LINENO "configure"
-
 
33932
/* confdefs.h.  */
35894
/* confdefs.h.  */
33933
_ACEOF
35895
_ACEOF
33934
cat confdefs.h >>conftest.$ac_ext
35896
cat confdefs.h >>conftest.$ac_ext
33935
cat >>conftest.$ac_ext <<_ACEOF
35897
cat >>conftest.$ac_ext <<_ACEOF
33936
/* end confdefs.h.  */
35898
/* end confdefs.h.  */
Line 33964... Line 35926...
33964
sed 's/^/| /' conftest.$ac_ext >&5
35926
sed 's/^/| /' conftest.$ac_ext >&5
33965
 
35927
 
33966
( exit $ac_status )
35928
( exit $ac_status )
33967
r_cv_header_zlib_h=no
35929
r_cv_header_zlib_h=no
33968
fi
35930
fi
33969
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35931
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
33970
fi
35932
fi
33971
fi
35933
fi
33972
echo "$as_me:$LINENO: result: $r_cv_header_zlib_h" >&5
35934
echo "$as_me:$LINENO: result: $r_cv_header_zlib_h" >&5
33973
echo "${ECHO_T}$r_cv_header_zlib_h" >&6
35935
echo "${ECHO_T}$r_cv_header_zlib_h" >&6
33974
 
35936
 
Line 33993... Line 35955...
33993
else
35955
else
33994
  if test "$cross_compiling" = yes; then
35956
  if test "$cross_compiling" = yes; then
33995
  r_cv_zlib_mmap=yes
35957
  r_cv_zlib_mmap=yes
33996
else
35958
else
33997
  cat >conftest.$ac_ext <<_ACEOF
35959
  cat >conftest.$ac_ext <<_ACEOF
33998
#line $LINENO "configure"
-
 
33999
/* confdefs.h.  */
35960
/* confdefs.h.  */
34000
_ACEOF
35961
_ACEOF
34001
cat confdefs.h >>conftest.$ac_ext
35962
cat confdefs.h >>conftest.$ac_ext
34002
cat >>conftest.$ac_ext <<_ACEOF
35963
cat >>conftest.$ac_ext <<_ACEOF
34003
/* end confdefs.h.  */
35964
/* end confdefs.h.  */
Line 34028... Line 35989...
34028
sed 's/^/| /' conftest.$ac_ext >&5
35989
sed 's/^/| /' conftest.$ac_ext >&5
34029
 
35990
 
34030
( exit $ac_status )
35991
( exit $ac_status )
34031
r_cv_zlib_mmap=yes
35992
r_cv_zlib_mmap=yes
34032
fi
35993
fi
34033
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
35994
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34034
fi
35995
fi
34035
fi
35996
fi
34036
echo "$as_me:$LINENO: result: $r_cv_zlib_mmap" >&5
35997
echo "$as_me:$LINENO: result: $r_cv_zlib_mmap" >&5
34037
echo "${ECHO_T}$r_cv_zlib_mmap" >&6
35998
echo "${ECHO_T}$r_cv_zlib_mmap" >&6
34038
 
35999
 
Line 34065... Line 36026...
34065
  echo $ECHO_N "(cached) $ECHO_C" >&6
36026
  echo $ECHO_N "(cached) $ECHO_C" >&6
34066
else
36027
else
34067
  ac_check_lib_save_LIBS=$LIBS
36028
  ac_check_lib_save_LIBS=$LIBS
34068
LIBS="-lbz2  $LIBS"
36029
LIBS="-lbz2  $LIBS"
34069
cat >conftest.$ac_ext <<_ACEOF
36030
cat >conftest.$ac_ext <<_ACEOF
34070
#line $LINENO "configure"
-
 
34071
/* confdefs.h.  */
36031
/* confdefs.h.  */
34072
_ACEOF
36032
_ACEOF
34073
cat confdefs.h >>conftest.$ac_ext
36033
cat confdefs.h >>conftest.$ac_ext
34074
cat >>conftest.$ac_ext <<_ACEOF
36034
cat >>conftest.$ac_ext <<_ACEOF
34075
/* end confdefs.h.  */
36035
/* end confdefs.h.  */
Line 34080... Line 36040...
34080
#endif
36040
#endif
34081
/* We use char because int might match the return type of a gcc2
36041
/* We use char because int might match the return type of a gcc2
34082
   builtin and then its argument prototype would still apply.  */
36042
   builtin and then its argument prototype would still apply.  */
34083
char BZ2_bzlibVersion ();
36043
char BZ2_bzlibVersion ();
34084
#ifdef F77_DUMMY_MAIN
36044
#ifdef F77_DUMMY_MAIN
-
 
36045
 
34085
#  ifdef __cplusplus
36046
#  ifdef __cplusplus
34086
     extern "C"
36047
     extern "C"
34087
#  endif
36048
#  endif
34088
   int F77_DUMMY_MAIN() { return 1; }
36049
   int F77_DUMMY_MAIN() { return 1; }
-
 
36050
 
34089
#endif
36051
#endif
34090
int
36052
int
34091
main ()
36053
main ()
34092
{
36054
{
34093
BZ2_bzlibVersion ();
36055
BZ2_bzlibVersion ();
Line 34095... Line 36057...
34095
  return 0;
36057
  return 0;
34096
}
36058
}
34097
_ACEOF
36059
_ACEOF
34098
rm -f conftest.$ac_objext conftest$ac_exeext
36060
rm -f conftest.$ac_objext conftest$ac_exeext
34099
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36061
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34100
  (eval $ac_link) 2>&5
36062
  (eval $ac_link) 2>conftest.er1
34101
  ac_status=$?
36063
  ac_status=$?
-
 
36064
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
36065
  rm -f conftest.er1
-
 
36066
  cat conftest.err >&5
34102
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36067
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34103
  (exit $ac_status); } &&
36068
  (exit $ac_status); } &&
-
 
36069
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
36070
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
36071
  (eval $ac_try) 2>&5
-
 
36072
  ac_status=$?
-
 
36073
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
36074
  (exit $ac_status); }; } &&
34104
         { ac_try='test -s conftest$ac_exeext'
36075
	 { ac_try='test -s conftest$ac_exeext'
34105
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36076
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34106
  (eval $ac_try) 2>&5
36077
  (eval $ac_try) 2>&5
34107
  ac_status=$?
36078
  ac_status=$?
34108
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36079
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34109
  (exit $ac_status); }; }; then
36080
  (exit $ac_status); }; }; then
Line 34112... Line 36083...
34112
  echo "$as_me: failed program was:" >&5
36083
  echo "$as_me: failed program was:" >&5
34113
sed 's/^/| /' conftest.$ac_ext >&5
36084
sed 's/^/| /' conftest.$ac_ext >&5
34114
 
36085
 
34115
ac_cv_lib_bz2_BZ2_bzlibVersion=no
36086
ac_cv_lib_bz2_BZ2_bzlibVersion=no
34116
fi
36087
fi
-
 
36088
rm -f conftest.err conftest.$ac_objext \
34117
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
36089
      conftest$ac_exeext conftest.$ac_ext
34118
LIBS=$ac_check_lib_save_LIBS
36090
LIBS=$ac_check_lib_save_LIBS
34119
fi
36091
fi
34120
echo "$as_me:$LINENO: result: $ac_cv_lib_bz2_BZ2_bzlibVersion" >&5
36092
echo "$as_me:$LINENO: result: $ac_cv_lib_bz2_BZ2_bzlibVersion" >&5
34121
echo "${ECHO_T}$ac_cv_lib_bz2_BZ2_bzlibVersion" >&6
36093
echo "${ECHO_T}$ac_cv_lib_bz2_BZ2_bzlibVersion" >&6
34122
if test $ac_cv_lib_bz2_BZ2_bzlibVersion = yes; then
36094
if test $ac_cv_lib_bz2_BZ2_bzlibVersion = yes; then
Line 34137... Line 36109...
34137
else
36109
else
34138
  # Is the header compilable?
36110
  # Is the header compilable?
34139
echo "$as_me:$LINENO: checking bzlib.h usability" >&5
36111
echo "$as_me:$LINENO: checking bzlib.h usability" >&5
34140
echo $ECHO_N "checking bzlib.h usability... $ECHO_C" >&6
36112
echo $ECHO_N "checking bzlib.h usability... $ECHO_C" >&6
34141
cat >conftest.$ac_ext <<_ACEOF
36113
cat >conftest.$ac_ext <<_ACEOF
34142
#line $LINENO "configure"
-
 
34143
/* confdefs.h.  */
36114
/* confdefs.h.  */
34144
_ACEOF
36115
_ACEOF
34145
cat confdefs.h >>conftest.$ac_ext
36116
cat confdefs.h >>conftest.$ac_ext
34146
cat >>conftest.$ac_ext <<_ACEOF
36117
cat >>conftest.$ac_ext <<_ACEOF
34147
/* end confdefs.h.  */
36118
/* end confdefs.h.  */
34148
$ac_includes_default
36119
$ac_includes_default
34149
#include <bzlib.h>
36120
#include <bzlib.h>
34150
_ACEOF
36121
_ACEOF
34151
rm -f conftest.$ac_objext
36122
rm -f conftest.$ac_objext
34152
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36123
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34153
  (eval $ac_compile) 2>&5
36124
  (eval $ac_compile) 2>conftest.er1
34154
  ac_status=$?
36125
  ac_status=$?
-
 
36126
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
36127
  rm -f conftest.er1
-
 
36128
  cat conftest.err >&5
34155
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36129
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34156
  (exit $ac_status); } &&
36130
  (exit $ac_status); } &&
-
 
36131
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
36132
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
36133
  (eval $ac_try) 2>&5
-
 
36134
  ac_status=$?
-
 
36135
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
36136
  (exit $ac_status); }; } &&
34157
         { ac_try='test -s conftest.$ac_objext'
36137
	 { ac_try='test -s conftest.$ac_objext'
34158
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36138
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34159
  (eval $ac_try) 2>&5
36139
  (eval $ac_try) 2>&5
34160
  ac_status=$?
36140
  ac_status=$?
34161
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36141
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34162
  (exit $ac_status); }; }; then
36142
  (exit $ac_status); }; }; then
Line 34165... Line 36145...
34165
  echo "$as_me: failed program was:" >&5
36145
  echo "$as_me: failed program was:" >&5
34166
sed 's/^/| /' conftest.$ac_ext >&5
36146
sed 's/^/| /' conftest.$ac_ext >&5
34167
 
36147
 
34168
ac_header_compiler=no
36148
ac_header_compiler=no
34169
fi
36149
fi
34170
rm -f conftest.$ac_objext conftest.$ac_ext
36150
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34171
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36151
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34172
echo "${ECHO_T}$ac_header_compiler" >&6
36152
echo "${ECHO_T}$ac_header_compiler" >&6
34173
 
36153
 
34174
# Is the header present?
36154
# Is the header present?
34175
echo "$as_me:$LINENO: checking bzlib.h presence" >&5
36155
echo "$as_me:$LINENO: checking bzlib.h presence" >&5
34176
echo $ECHO_N "checking bzlib.h presence... $ECHO_C" >&6
36156
echo $ECHO_N "checking bzlib.h presence... $ECHO_C" >&6
34177
cat >conftest.$ac_ext <<_ACEOF
36157
cat >conftest.$ac_ext <<_ACEOF
34178
#line $LINENO "configure"
-
 
34179
/* confdefs.h.  */
36158
/* confdefs.h.  */
34180
_ACEOF
36159
_ACEOF
34181
cat confdefs.h >>conftest.$ac_ext
36160
cat confdefs.h >>conftest.$ac_ext
34182
cat >>conftest.$ac_ext <<_ACEOF
36161
cat >>conftest.$ac_ext <<_ACEOF
34183
/* end confdefs.h.  */
36162
/* end confdefs.h.  */
Line 34191... Line 36170...
34191
  cat conftest.err >&5
36170
  cat conftest.err >&5
34192
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36171
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34193
  (exit $ac_status); } >/dev/null; then
36172
  (exit $ac_status); } >/dev/null; then
34194
  if test -s conftest.err; then
36173
  if test -s conftest.err; then
34195
    ac_cpp_err=$ac_c_preproc_warn_flag
36174
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
36175
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34196
  else
36176
  else
34197
    ac_cpp_err=
36177
    ac_cpp_err=
34198
  fi
36178
  fi
34199
else
36179
else
34200
  ac_cpp_err=yes
36180
  ac_cpp_err=yes
Line 34210... Line 36190...
34210
rm -f conftest.err conftest.$ac_ext
36190
rm -f conftest.err conftest.$ac_ext
34211
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36191
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34212
echo "${ECHO_T}$ac_header_preproc" >&6
36192
echo "${ECHO_T}$ac_header_preproc" >&6
34213
 
36193
 
34214
# So?  What about this header?
36194
# So?  What about this header?
34215
case $ac_header_compiler:$ac_header_preproc in
36195
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34216
  yes:no )
36196
  yes:no: )
34217
    { echo "$as_me:$LINENO: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
36197
    { echo "$as_me:$LINENO: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
34218
echo "$as_me: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
36198
echo "$as_me: WARNING: bzlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
34219
    { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the preprocessor's result" >&5
36199
    { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the compiler's result" >&5
34220
echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;}
36200
echo "$as_me: WARNING: bzlib.h: proceeding with the compiler's result" >&2;}
34221
    (
-
 
34222
      cat <<\_ASBOX
36201
    ac_header_preproc=yes
34223
## ------------------------------------ ##
-
 
34224
## Report this to bug-autoconf@gnu.org. ##
-
 
34225
## ------------------------------------ ##
-
 
34226
_ASBOX
-
 
34227
    ) |
-
 
34228
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
34229
    ;;
36202
    ;;
34230
  no:yes )
36203
  no:yes:* )
34231
    { echo "$as_me:$LINENO: WARNING: bzlib.h: present but cannot be compiled" >&5
36204
    { echo "$as_me:$LINENO: WARNING: bzlib.h: present but cannot be compiled" >&5
34232
echo "$as_me: WARNING: bzlib.h: present but cannot be compiled" >&2;}
36205
echo "$as_me: WARNING: bzlib.h: present but cannot be compiled" >&2;}
34233
    { echo "$as_me:$LINENO: WARNING: bzlib.h: check for missing prerequisite headers?" >&5
36206
    { echo "$as_me:$LINENO: WARNING: bzlib.h:     check for missing prerequisite headers?" >&5
34234
echo "$as_me: WARNING: bzlib.h: check for missing prerequisite headers?" >&2;}
36207
echo "$as_me: WARNING: bzlib.h:     check for missing prerequisite headers?" >&2;}
-
 
36208
    { echo "$as_me:$LINENO: WARNING: bzlib.h: see the Autoconf documentation" >&5
-
 
36209
echo "$as_me: WARNING: bzlib.h: see the Autoconf documentation" >&2;}
-
 
36210
    { echo "$as_me:$LINENO: WARNING: bzlib.h:     section \"Present But Cannot Be Compiled\"" >&5
-
 
36211
echo "$as_me: WARNING: bzlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
34235
    { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the preprocessor's result" >&5
36212
    { echo "$as_me:$LINENO: WARNING: bzlib.h: proceeding with the preprocessor's result" >&5
34236
echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;}
36213
echo "$as_me: WARNING: bzlib.h: proceeding with the preprocessor's result" >&2;}
-
 
36214
    { echo "$as_me:$LINENO: WARNING: bzlib.h: in the future, the compiler will take precedence" >&5
-
 
36215
echo "$as_me: WARNING: bzlib.h: in the future, the compiler will take precedence" >&2;}
34237
    (
36216
    (
34238
      cat <<\_ASBOX
36217
      cat <<\_ASBOX
34239
## ------------------------------------ ##
36218
## ----------------------------------- ##
34240
## Report this to bug-autoconf@gnu.org. ##
36219
## Report this to r-bugs@R-project.org ##
34241
## ------------------------------------ ##
36220
## ----------------------------------- ##
34242
_ASBOX
36221
_ASBOX
34243
    ) |
36222
    ) |
34244
      sed "s/^/$as_me: WARNING:     /" >&2
36223
      sed "s/^/$as_me: WARNING:     /" >&2
34245
    ;;
36224
    ;;
34246
esac
36225
esac
Line 34295... Line 36274...
34295
  echo $ECHO_N "(cached) $ECHO_C" >&6
36274
  echo $ECHO_N "(cached) $ECHO_C" >&6
34296
else
36275
else
34297
  ac_check_lib_save_LIBS=$LIBS
36276
  ac_check_lib_save_LIBS=$LIBS
34298
LIBS="-lpcre  $LIBS"
36277
LIBS="-lpcre  $LIBS"
34299
cat >conftest.$ac_ext <<_ACEOF
36278
cat >conftest.$ac_ext <<_ACEOF
34300
#line $LINENO "configure"
-
 
34301
/* confdefs.h.  */
36279
/* confdefs.h.  */
34302
_ACEOF
36280
_ACEOF
34303
cat confdefs.h >>conftest.$ac_ext
36281
cat confdefs.h >>conftest.$ac_ext
34304
cat >>conftest.$ac_ext <<_ACEOF
36282
cat >>conftest.$ac_ext <<_ACEOF
34305
/* end confdefs.h.  */
36283
/* end confdefs.h.  */
Line 34310... Line 36288...
34310
#endif
36288
#endif
34311
/* We use char because int might match the return type of a gcc2
36289
/* We use char because int might match the return type of a gcc2
34312
   builtin and then its argument prototype would still apply.  */
36290
   builtin and then its argument prototype would still apply.  */
34313
char pcre_fullinfo ();
36291
char pcre_fullinfo ();
34314
#ifdef F77_DUMMY_MAIN
36292
#ifdef F77_DUMMY_MAIN
-
 
36293
 
34315
#  ifdef __cplusplus
36294
#  ifdef __cplusplus
34316
     extern "C"
36295
     extern "C"
34317
#  endif
36296
#  endif
34318
   int F77_DUMMY_MAIN() { return 1; }
36297
   int F77_DUMMY_MAIN() { return 1; }
-
 
36298
 
34319
#endif
36299
#endif
34320
int
36300
int
34321
main ()
36301
main ()
34322
{
36302
{
34323
pcre_fullinfo ();
36303
pcre_fullinfo ();
Line 34325... Line 36305...
34325
  return 0;
36305
  return 0;
34326
}
36306
}
34327
_ACEOF
36307
_ACEOF
34328
rm -f conftest.$ac_objext conftest$ac_exeext
36308
rm -f conftest.$ac_objext conftest$ac_exeext
34329
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36309
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34330
  (eval $ac_link) 2>&5
36310
  (eval $ac_link) 2>conftest.er1
34331
  ac_status=$?
36311
  ac_status=$?
-
 
36312
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
36313
  rm -f conftest.er1
-
 
36314
  cat conftest.err >&5
34332
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36315
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34333
  (exit $ac_status); } &&
36316
  (exit $ac_status); } &&
-
 
36317
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
36318
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
36319
  (eval $ac_try) 2>&5
-
 
36320
  ac_status=$?
-
 
36321
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
36322
  (exit $ac_status); }; } &&
34334
         { ac_try='test -s conftest$ac_exeext'
36323
	 { ac_try='test -s conftest$ac_exeext'
34335
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36324
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34336
  (eval $ac_try) 2>&5
36325
  (eval $ac_try) 2>&5
34337
  ac_status=$?
36326
  ac_status=$?
34338
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36327
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34339
  (exit $ac_status); }; }; then
36328
  (exit $ac_status); }; }; then
Line 34342... Line 36331...
34342
  echo "$as_me: failed program was:" >&5
36331
  echo "$as_me: failed program was:" >&5
34343
sed 's/^/| /' conftest.$ac_ext >&5
36332
sed 's/^/| /' conftest.$ac_ext >&5
34344
 
36333
 
34345
ac_cv_lib_pcre_pcre_fullinfo=no
36334
ac_cv_lib_pcre_pcre_fullinfo=no
34346
fi
36335
fi
-
 
36336
rm -f conftest.err conftest.$ac_objext \
34347
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
36337
      conftest$ac_exeext conftest.$ac_ext
34348
LIBS=$ac_check_lib_save_LIBS
36338
LIBS=$ac_check_lib_save_LIBS
34349
fi
36339
fi
34350
echo "$as_me:$LINENO: result: $ac_cv_lib_pcre_pcre_fullinfo" >&5
36340
echo "$as_me:$LINENO: result: $ac_cv_lib_pcre_pcre_fullinfo" >&5
34351
echo "${ECHO_T}$ac_cv_lib_pcre_pcre_fullinfo" >&6
36341
echo "${ECHO_T}$ac_cv_lib_pcre_pcre_fullinfo" >&6
34352
if test $ac_cv_lib_pcre_pcre_fullinfo = yes; then
36342
if test $ac_cv_lib_pcre_pcre_fullinfo = yes; then
Line 34372... Line 36362...
34372
else
36362
else
34373
  # Is the header compilable?
36363
  # Is the header compilable?
34374
echo "$as_me:$LINENO: checking $ac_header usability" >&5
36364
echo "$as_me:$LINENO: checking $ac_header usability" >&5
34375
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
36365
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
34376
cat >conftest.$ac_ext <<_ACEOF
36366
cat >conftest.$ac_ext <<_ACEOF
34377
#line $LINENO "configure"
-
 
34378
/* confdefs.h.  */
36367
/* confdefs.h.  */
34379
_ACEOF
36368
_ACEOF
34380
cat confdefs.h >>conftest.$ac_ext
36369
cat confdefs.h >>conftest.$ac_ext
34381
cat >>conftest.$ac_ext <<_ACEOF
36370
cat >>conftest.$ac_ext <<_ACEOF
34382
/* end confdefs.h.  */
36371
/* end confdefs.h.  */
34383
$ac_includes_default
36372
$ac_includes_default
34384
#include <$ac_header>
36373
#include <$ac_header>
34385
_ACEOF
36374
_ACEOF
34386
rm -f conftest.$ac_objext
36375
rm -f conftest.$ac_objext
34387
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
36376
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34388
  (eval $ac_compile) 2>&5
36377
  (eval $ac_compile) 2>conftest.er1
34389
  ac_status=$?
36378
  ac_status=$?
-
 
36379
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
36380
  rm -f conftest.er1
-
 
36381
  cat conftest.err >&5
34390
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36382
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34391
  (exit $ac_status); } &&
36383
  (exit $ac_status); } &&
-
 
36384
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
36385
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
36386
  (eval $ac_try) 2>&5
-
 
36387
  ac_status=$?
-
 
36388
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
36389
  (exit $ac_status); }; } &&
34392
         { ac_try='test -s conftest.$ac_objext'
36390
	 { ac_try='test -s conftest.$ac_objext'
34393
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36391
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34394
  (eval $ac_try) 2>&5
36392
  (eval $ac_try) 2>&5
34395
  ac_status=$?
36393
  ac_status=$?
34396
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36394
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34397
  (exit $ac_status); }; }; then
36395
  (exit $ac_status); }; }; then
Line 34400... Line 36398...
34400
  echo "$as_me: failed program was:" >&5
36398
  echo "$as_me: failed program was:" >&5
34401
sed 's/^/| /' conftest.$ac_ext >&5
36399
sed 's/^/| /' conftest.$ac_ext >&5
34402
 
36400
 
34403
ac_header_compiler=no
36401
ac_header_compiler=no
34404
fi
36402
fi
34405
rm -f conftest.$ac_objext conftest.$ac_ext
36403
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
34406
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
36404
echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34407
echo "${ECHO_T}$ac_header_compiler" >&6
36405
echo "${ECHO_T}$ac_header_compiler" >&6
34408
 
36406
 
34409
# Is the header present?
36407
# Is the header present?
34410
echo "$as_me:$LINENO: checking $ac_header presence" >&5
36408
echo "$as_me:$LINENO: checking $ac_header presence" >&5
34411
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
36409
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
34412
cat >conftest.$ac_ext <<_ACEOF
36410
cat >conftest.$ac_ext <<_ACEOF
34413
#line $LINENO "configure"
-
 
34414
/* confdefs.h.  */
36411
/* confdefs.h.  */
34415
_ACEOF
36412
_ACEOF
34416
cat confdefs.h >>conftest.$ac_ext
36413
cat confdefs.h >>conftest.$ac_ext
34417
cat >>conftest.$ac_ext <<_ACEOF
36414
cat >>conftest.$ac_ext <<_ACEOF
34418
/* end confdefs.h.  */
36415
/* end confdefs.h.  */
Line 34426... Line 36423...
34426
  cat conftest.err >&5
36423
  cat conftest.err >&5
34427
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36424
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34428
  (exit $ac_status); } >/dev/null; then
36425
  (exit $ac_status); } >/dev/null; then
34429
  if test -s conftest.err; then
36426
  if test -s conftest.err; then
34430
    ac_cpp_err=$ac_c_preproc_warn_flag
36427
    ac_cpp_err=$ac_c_preproc_warn_flag
-
 
36428
    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
34431
  else
36429
  else
34432
    ac_cpp_err=
36430
    ac_cpp_err=
34433
  fi
36431
  fi
34434
else
36432
else
34435
  ac_cpp_err=yes
36433
  ac_cpp_err=yes
Line 34445... Line 36443...
34445
rm -f conftest.err conftest.$ac_ext
36443
rm -f conftest.err conftest.$ac_ext
34446
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
36444
echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34447
echo "${ECHO_T}$ac_header_preproc" >&6
36445
echo "${ECHO_T}$ac_header_preproc" >&6
34448
 
36446
 
34449
# So?  What about this header?
36447
# So?  What about this header?
34450
case $ac_header_compiler:$ac_header_preproc in
36448
case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34451
  yes:no )
36449
  yes:no: )
34452
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
36450
    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34453
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
36451
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34454
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36452
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34455
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36453
echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34456
    (
-
 
34457
      cat <<\_ASBOX
36454
    ac_header_preproc=yes
34458
## ------------------------------------ ##
-
 
34459
## Report this to bug-autoconf@gnu.org. ##
-
 
34460
## ------------------------------------ ##
-
 
34461
_ASBOX
-
 
34462
    ) |
-
 
34463
      sed "s/^/$as_me: WARNING:     /" >&2
-
 
34464
    ;;
36455
    ;;
34465
  no:yes )
36456
  no:yes:* )
34466
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
36457
    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34467
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
36458
echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34468
    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
36459
    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
34469
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
36460
echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-
 
36461
    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-
 
36462
echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-
 
36463
    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-
 
36464
echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
34470
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
36465
    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34471
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
36466
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-
 
36467
    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-
 
36468
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34472
    (
36469
    (
34473
      cat <<\_ASBOX
36470
      cat <<\_ASBOX
34474
## ------------------------------------ ##
36471
## ----------------------------------- ##
34475
## Report this to bug-autoconf@gnu.org. ##
36472
## Report this to r-bugs@R-project.org ##
34476
## ------------------------------------ ##
36473
## ----------------------------------- ##
34477
_ASBOX
36474
_ASBOX
34478
    ) |
36475
    ) |
34479
      sed "s/^/$as_me: WARNING:     /" >&2
36476
      sed "s/^/$as_me: WARNING:     /" >&2
34480
    ;;
36477
    ;;
34481
esac
36478
esac
34482
echo "$as_me:$LINENO: checking for $ac_header" >&5
36479
echo "$as_me:$LINENO: checking for $ac_header" >&5
34483
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
36480
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
34484
if eval "test \"\${$as_ac_Header+set}\" = set"; then
36481
if eval "test \"\${$as_ac_Header+set}\" = set"; then
34485
  echo $ECHO_N "(cached) $ECHO_C" >&6
36482
  echo $ECHO_N "(cached) $ECHO_C" >&6
34486
else
36483
else
34487
  eval "$as_ac_Header=$ac_header_preproc"
36484
  eval "$as_ac_Header=\$ac_header_preproc"
34488
fi
36485
fi
34489
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
36486
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
34490
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
36487
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
34491
 
36488
 
34492
fi
36489
fi
Line 34515... Line 36512...
34515
else
36512
else
34516
  if test "$cross_compiling" = yes; then
36513
  if test "$cross_compiling" = yes; then
34517
  r_have_pcre4=no
36514
  r_have_pcre4=no
34518
else
36515
else
34519
  cat >conftest.$ac_ext <<_ACEOF
36516
  cat >conftest.$ac_ext <<_ACEOF
34520
#line $LINENO "configure"
-
 
34521
/* confdefs.h.  */
36517
/* confdefs.h.  */
34522
_ACEOF
36518
_ACEOF
34523
cat confdefs.h >>conftest.$ac_ext
36519
cat confdefs.h >>conftest.$ac_ext
34524
cat >>conftest.$ac_ext <<_ACEOF
36520
cat >>conftest.$ac_ext <<_ACEOF
34525
/* end confdefs.h.  */
36521
/* end confdefs.h.  */
Line 34558... Line 36554...
34558
sed 's/^/| /' conftest.$ac_ext >&5
36554
sed 's/^/| /' conftest.$ac_ext >&5
34559
 
36555
 
34560
( exit $ac_status )
36556
( exit $ac_status )
34561
r_have_pcre4=no
36557
r_have_pcre4=no
34562
fi
36558
fi
34563
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36559
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34564
fi
36560
fi
34565
fi
36561
fi
34566
echo "$as_me:$LINENO: result: $r_have_pcre4" >&5
36562
echo "$as_me:$LINENO: result: $r_have_pcre4" >&5
34567
echo "${ECHO_T}$r_have_pcre4" >&6
36563
echo "${ECHO_T}$r_have_pcre4" >&6
34568
fi
36564
fi
Line 34597... Line 36593...
34597
else
36593
else
34598
  if test "$cross_compiling" = yes; then
36594
  if test "$cross_compiling" = yes; then
34599
  r_cv_sys_posix_leapseconds=yes
36595
  r_cv_sys_posix_leapseconds=yes
34600
else
36596
else
34601
  cat >conftest.$ac_ext <<_ACEOF
36597
  cat >conftest.$ac_ext <<_ACEOF
34602
#line $LINENO "configure"
-
 
34603
/* confdefs.h.  */
36598
/* confdefs.h.  */
34604
_ACEOF
36599
_ACEOF
34605
cat confdefs.h >>conftest.$ac_ext
36600
cat confdefs.h >>conftest.$ac_ext
34606
cat >>conftest.$ac_ext <<_ACEOF
36601
cat >>conftest.$ac_ext <<_ACEOF
34607
/* end confdefs.h.  */
36602
/* end confdefs.h.  */
Line 34640... Line 36635...
34640
sed 's/^/| /' conftest.$ac_ext >&5
36635
sed 's/^/| /' conftest.$ac_ext >&5
34641
 
36636
 
34642
( exit $ac_status )
36637
( exit $ac_status )
34643
r_cv_sys_posix_leapseconds=yes
36638
r_cv_sys_posix_leapseconds=yes
34644
fi
36639
fi
34645
rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
36640
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
34646
fi
36641
fi
34647
fi
36642
fi
34648
echo "$as_me:$LINENO: result: $r_cv_sys_posix_leapseconds" >&5
36643
echo "$as_me:$LINENO: result: $r_cv_sys_posix_leapseconds" >&5
34649
echo "${ECHO_T}$r_cv_sys_posix_leapseconds" >&6
36644
echo "${ECHO_T}$r_cv_sys_posix_leapseconds" >&6
34650
if test "x${r_cv_sys_posix_leapseconds}" = xyes; then
36645
if test "x${r_cv_sys_posix_leapseconds}" = xyes; then
Line 34666... Line 36661...
34666
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
36661
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
34667
if eval "test \"\${$as_ac_var+set}\" = set"; then
36662
if eval "test \"\${$as_ac_var+set}\" = set"; then
34668
  echo $ECHO_N "(cached) $ECHO_C" >&6
36663
  echo $ECHO_N "(cached) $ECHO_C" >&6
34669
else
36664
else
34670
  cat >conftest.$ac_ext <<_ACEOF
36665
  cat >conftest.$ac_ext <<_ACEOF
34671
#line $LINENO "configure"
-
 
34672
/* confdefs.h.  */
36666
/* confdefs.h.  */
34673
_ACEOF
36667
_ACEOF
34674
cat confdefs.h >>conftest.$ac_ext
36668
cat confdefs.h >>conftest.$ac_ext
34675
cat >>conftest.$ac_ext <<_ACEOF
36669
cat >>conftest.$ac_ext <<_ACEOF
34676
/* end confdefs.h.  */
36670
/* end confdefs.h.  */
-
 
36671
/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-
 
36672
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-
 
36673
#define $ac_func innocuous_$ac_func
-
 
36674
 
34677
/* System header to define __stub macros and hopefully few prototypes,
36675
/* System header to define __stub macros and hopefully few prototypes,
34678
    which can conflict with char $ac_func (); below.
36676
    which can conflict with char $ac_func (); below.
34679
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36677
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34680
    <limits.h> exists even on freestanding compilers.  */
36678
    <limits.h> exists even on freestanding compilers.  */
-
 
36679
 
34681
#ifdef __STDC__
36680
#ifdef __STDC__
34682
# include <limits.h>
36681
# include <limits.h>
34683
#else
36682
#else
34684
# include <assert.h>
36683
# include <assert.h>
34685
#endif
36684
#endif
-
 
36685
 
-
 
36686
#undef $ac_func
-
 
36687
 
34686
/* Override any gcc2 internal prototype to avoid an error.  */
36688
/* Override any gcc2 internal prototype to avoid an error.  */
34687
#ifdef __cplusplus
36689
#ifdef __cplusplus
34688
extern "C"
36690
extern "C"
34689
{
36691
{
34690
#endif
36692
#endif
Line 34702... Line 36704...
34702
#ifdef __cplusplus
36704
#ifdef __cplusplus
34703
}
36705
}
34704
#endif
36706
#endif
34705
 
36707
 
34706
#ifdef F77_DUMMY_MAIN
36708
#ifdef F77_DUMMY_MAIN
-
 
36709
 
34707
#  ifdef __cplusplus
36710
#  ifdef __cplusplus
34708
     extern "C"
36711
     extern "C"
34709
#  endif
36712
#  endif
34710
   int F77_DUMMY_MAIN() { return 1; }
36713
   int F77_DUMMY_MAIN() { return 1; }
-
 
36714
 
34711
#endif
36715
#endif
34712
int
36716
int
34713
main ()
36717
main ()
34714
{
36718
{
34715
return f != $ac_func;
36719
return f != $ac_func;
Line 34717... Line 36721...
34717
  return 0;
36721
  return 0;
34718
}
36722
}
34719
_ACEOF
36723
_ACEOF
34720
rm -f conftest.$ac_objext conftest$ac_exeext
36724
rm -f conftest.$ac_objext conftest$ac_exeext
34721
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
36725
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34722
  (eval $ac_link) 2>&5
36726
  (eval $ac_link) 2>conftest.er1
34723
  ac_status=$?
36727
  ac_status=$?
-
 
36728
  grep -v '^ *+' conftest.er1 >conftest.err
-
 
36729
  rm -f conftest.er1
-
 
36730
  cat conftest.err >&5
34724
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36731
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34725
  (exit $ac_status); } &&
36732
  (exit $ac_status); } &&
-
 
36733
	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
-
 
36734
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-
 
36735
  (eval $ac_try) 2>&5
-
 
36736
  ac_status=$?
-
 
36737
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-
 
36738
  (exit $ac_status); }; } &&
34726
         { ac_try='test -s conftest$ac_exeext'
36739
	 { ac_try='test -s conftest$ac_exeext'
34727
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
36740
  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34728
  (eval $ac_try) 2>&5
36741
  (eval $ac_try) 2>&5
34729
  ac_status=$?
36742
  ac_status=$?
34730
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36743
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
34731
  (exit $ac_status); }; }; then
36744
  (exit $ac_status); }; }; then
Line 34734... Line 36747...
34734
  echo "$as_me: failed program was:" >&5
36747
  echo "$as_me: failed program was:" >&5
34735
sed 's/^/| /' conftest.$ac_ext >&5
36748
sed 's/^/| /' conftest.$ac_ext >&5
34736
 
36749
 
34737
eval "$as_ac_var=no"
36750
eval "$as_ac_var=no"
34738
fi
36751
fi
-
 
36752
rm -f conftest.err conftest.$ac_objext \
34739
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
36753
      conftest$ac_exeext conftest.$ac_ext
34740
fi
36754
fi
34741
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
36755
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
34742
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
36756
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
34743
if test `eval echo '${'$as_ac_var'}'` = yes; then
36757
if test `eval echo '${'$as_ac_var'}'` = yes; then
34744
  cat >>confdefs.h <<_ACEOF
36758
  cat >>confdefs.h <<_ACEOF
Line 35025... Line 37039...
35025
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
37039
    case `(ac_space=' '; set | grep ac_space) 2>&1` in
35026
    *ac_space=\ *)
37040
    *ac_space=\ *)
35027
      # `set' does not quote correctly, so add quotes (double-quote
37041
      # `set' does not quote correctly, so add quotes (double-quote
35028
      # substitution turns \\\\ into \\, and sed turns \\ into \).
37042
      # substitution turns \\\\ into \\, and sed turns \\ into \).
35029
      sed -n \
37043
      sed -n \
35030
        "s/'/'\\\\''/g;
37044
	"s/'/'\\\\''/g;
35031
    	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
37045
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
35032
      ;;
37046
      ;;
35033
    *)
37047
    *)
35034
      # `set' quotes correctly as required by POSIX, so do not add quotes.
37048
      # `set' quotes correctly as required by POSIX, so do not add quotes.
35035
      sed -n \
37049
      sed -n \
35036
        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
37050
	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
35037
      ;;
37051
      ;;
35038
    esac;
37052
    esac;
35039
} |
37053
} |
35040
  sed '
37054
  sed '
35041
     t clear
37055
     t clear
Line 35061... Line 37075...
35061
# VPATH may cause trouble with some makes, so we remove $(srcdir),
37075
# VPATH may cause trouble with some makes, so we remove $(srcdir),
35062
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
37076
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
35063
# trailing colons and then remove the whole line if VPATH becomes empty
37077
# trailing colons and then remove the whole line if VPATH becomes empty
35064
# (actually we leave an empty line to preserve line numbers).
37078
# (actually we leave an empty line to preserve line numbers).
35065
if test "x$srcdir" = x.; then
37079
if test "x$srcdir" = x.; then
35066
  ac_vpsub='/^[ 	]*VPATH[ 	]*=/{
37080
  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
35067
s/:*\$(srcdir):*/:/;
37081
s/:*\$(srcdir):*/:/;
35068
s/:*\${srcdir}:*/:/;
37082
s/:*\${srcdir}:*/:/;
35069
s/:*@srcdir@:*/:/;
37083
s/:*@srcdir@:*/:/;
35070
s/^\([^=]*=[ 	]*\):*/\1/;
37084
s/^\([^=]*=[	 ]*\):*/\1/;
35071
s/:*$//;
37085
s/:*$//;
35072
s/^[^=]*=[ 	]*$//;
37086
s/^[^=]*=[	 ]*$//;
35073
}'
37087
}'
35074
fi
37088
fi
35075
 
37089
 
35076
DEFS=-DHAVE_CONFIG_H
37090
DEFS=-DHAVE_CONFIG_H
35077
 
37091
 
35078
ac_libobjs=
37092
ac_libobjs=
35079
ac_ltlibobjs=
37093
ac_ltlibobjs=
35080
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
37094
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
35081
  # 1. Remove the extension, and $U if already installed.
37095
  # 1. Remove the extension, and $U if already installed.
35082
  ac_i=`echo "$ac_i" |
37096
  ac_i=`echo "$ac_i" |
35083
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
37097
	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
35084
  # 2. Add them.
37098
  # 2. Add them.
35085
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
37099
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
35086
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
37100
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
35087
done
37101
done
35088
LIBOBJS=$ac_libobjs
37102
LIBOBJS=$ac_libobjs
Line 35122... Line 37136...
35122
  # is contrary to our usage.  Disable this feature.
37136
  # is contrary to our usage.  Disable this feature.
35123
  alias -g '${1+"$@"}'='"$@"'
37137
  alias -g '${1+"$@"}'='"$@"'
35124
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
37138
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
35125
  set -o posix
37139
  set -o posix
35126
fi
37140
fi
-
 
37141
DUALCASE=1; export DUALCASE # for MKS sh
35127
 
37142
 
35128
# Support unset when possible.
37143
# Support unset when possible.
35129
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
37144
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
35130
  as_unset=unset
37145
  as_unset=unset
35131
else
37146
else
35132
  as_unset=false
37147
  as_unset=false
35133
fi
37148
fi
35134
 
37149
 
Line 35143... Line 37158...
35143
for as_var in \
37158
for as_var in \
35144
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
37159
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35145
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
37160
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35146
  LC_TELEPHONE LC_TIME
37161
  LC_TELEPHONE LC_TIME
35147
do
37162
do
35148
  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
37163
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
35149
    eval $as_var=C; export $as_var
37164
    eval $as_var=C; export $as_var
35150
  else
37165
  else
35151
    $as_unset $as_var
37166
    $as_unset $as_var
35152
  fi
37167
  fi
35153
done
37168
done
Line 35322... Line 37337...
35322
rm -f conf$$ conf$$.exe conf$$.file
37337
rm -f conf$$ conf$$.exe conf$$.file
35323
 
37338
 
35324
if mkdir -p . 2>/dev/null; then
37339
if mkdir -p . 2>/dev/null; then
35325
  as_mkdir_p=:
37340
  as_mkdir_p=:
35326
else
37341
else
-
 
37342
  test -d ./-p && rmdir ./-p
35327
  as_mkdir_p=false
37343
  as_mkdir_p=false
35328
fi
37344
fi
35329
 
37345
 
35330
as_executable_p="test -f"
37346
as_executable_p="test -f"
35331
 
37347
 
35332
# Sed expression to map a string onto a valid CPP name.
37348
# Sed expression to map a string onto a valid CPP name.
35333
as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
37349
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
35334
 
37350
 
35335
# Sed expression to map a string onto a valid variable name.
37351
# Sed expression to map a string onto a valid variable name.
35336
as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
37352
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
35337
 
37353
 
35338
 
37354
 
35339
# IFS
37355
# IFS
35340
# We need space, tab and new line, in precisely that order.
37356
# We need space, tab and new line, in precisely that order.
35341
as_nl='
37357
as_nl='
Line 35358... Line 37374...
35358
_ASBOX
37374
_ASBOX
35359
} >&5
37375
} >&5
35360
cat >&5 <<_CSEOF
37376
cat >&5 <<_CSEOF
35361
 
37377
 
35362
This file was extended by R $as_me 1.9.0, which was
37378
This file was extended by R $as_me 1.9.0, which was
35363
generated by GNU Autoconf 2.57.  Invocation command line was
37379
generated by GNU Autoconf 2.59.  Invocation command line was
35364
 
37380
 
35365
  CONFIG_FILES    = $CONFIG_FILES
37381
  CONFIG_FILES    = $CONFIG_FILES
35366
  CONFIG_HEADERS  = $CONFIG_HEADERS
37382
  CONFIG_HEADERS  = $CONFIG_HEADERS
35367
  CONFIG_LINKS    = $CONFIG_LINKS
37383
  CONFIG_LINKS    = $CONFIG_LINKS
35368
  CONFIG_COMMANDS = $CONFIG_COMMANDS
37384
  CONFIG_COMMANDS = $CONFIG_COMMANDS
Line 35402... Line 37418...
35402
  -V, --version    print version number, then exit
37418
  -V, --version    print version number, then exit
35403
  -q, --quiet      do not print progress messages
37419
  -q, --quiet      do not print progress messages
35404
  -d, --debug      don't remove temporary files
37420
  -d, --debug      don't remove temporary files
35405
      --recheck    update $as_me by reconfiguring in the same conditions
37421
      --recheck    update $as_me by reconfiguring in the same conditions
35406
  --file=FILE[:TEMPLATE]
37422
  --file=FILE[:TEMPLATE]
35407
                   instantiate the configuration file FILE
37423
		   instantiate the configuration file FILE
35408
  --header=FILE[:TEMPLATE]
37424
  --header=FILE[:TEMPLATE]
35409
                   instantiate the configuration header FILE
37425
		   instantiate the configuration header FILE
35410
 
37426
 
35411
Configuration files:
37427
Configuration files:
35412
$config_files
37428
$config_files
35413
 
37429
 
35414
Configuration headers:
37430
Configuration headers:
Line 35421... Line 37437...
35421
_ACEOF
37437
_ACEOF
35422
 
37438
 
35423
cat >>$CONFIG_STATUS <<_ACEOF
37439
cat >>$CONFIG_STATUS <<_ACEOF
35424
ac_cs_version="\\
37440
ac_cs_version="\\
35425
R config.status 1.9.0
37441
R config.status 1.9.0
35426
configured by $0, generated by GNU Autoconf 2.57,
37442
configured by $0, generated by GNU Autoconf 2.59,
35427
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
37443
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
35428
 
37444
 
35429
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
-
 
35430
Free Software Foundation, Inc.
37445
Copyright (C) 2003 Free Software Foundation, Inc.
35431
This config.status script is free software; the Free Software Foundation
37446
This config.status script is free software; the Free Software Foundation
35432
gives unlimited permission to copy, distribute and modify it."
37447
gives unlimited permission to copy, distribute and modify it."
35433
srcdir=$srcdir
37448
srcdir=$srcdir
35434
INSTALL="$INSTALL"
37449
INSTALL="$INSTALL"
35435
_ACEOF
37450
_ACEOF
Line 35937... Line 37952...
35937
      # is no need to browse any of the substitutions).
37952
      # is no need to browse any of the substitutions).
35938
      # These are the two extra sed commands mentioned above.
37953
      # These are the two extra sed commands mentioned above.
35939
      (echo ':t
37954
      (echo ':t
35940
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
37955
  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
35941
      if test -z "$ac_sed_cmds"; then
37956
      if test -z "$ac_sed_cmds"; then
35942
  	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
37957
	ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
35943
      else
37958
      else
35944
  	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
37959
	ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
35945
      fi
37960
      fi
35946
      ac_sed_frag=`expr $ac_sed_frag + 1`
37961
      ac_sed_frag=`expr $ac_sed_frag + 1`
35947
      ac_beg=$ac_end
37962
      ac_beg=$ac_end
35948
      ac_end=`expr $ac_end + $ac_max_sed_lines`
37963
      ac_end=`expr $ac_end + $ac_max_sed_lines`
35949
    fi
37964
    fi
Line 35957... Line 37972...
35957
cat >>$CONFIG_STATUS <<\_ACEOF
37972
cat >>$CONFIG_STATUS <<\_ACEOF
35958
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
37973
for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
35959
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
37974
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35960
  case $ac_file in
37975
  case $ac_file in
35961
  - | *:- | *:-:* ) # input from stdin
37976
  - | *:- | *:-:* ) # input from stdin
35962
        cat >$tmp/stdin
37977
	cat >$tmp/stdin
35963
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
37978
	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35964
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
37979
	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35965
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
37980
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
35966
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
37981
	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
35967
  * )   ac_file_in=$ac_file.in ;;
37982
  * )   ac_file_in=$ac_file.in ;;
35968
  esac
37983
  esac
35969
 
37984
 
35970
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
37985
  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
35971
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
37986
  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
35972
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37987
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35973
         X"$ac_file" : 'X\(//\)[^/]' \| \
37988
	 X"$ac_file" : 'X\(//\)[^/]' \| \
35974
         X"$ac_file" : 'X\(//\)$' \| \
37989
	 X"$ac_file" : 'X\(//\)$' \| \
35975
         X"$ac_file" : 'X\(/\)' \| \
37990
	 X"$ac_file" : 'X\(/\)' \| \
35976
         .     : '\(.\)' 2>/dev/null ||
37991
	 .     : '\(.\)' 2>/dev/null ||
35977
echo X"$ac_file" |
37992
echo X"$ac_file" |
35978
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
37993
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35979
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
37994
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35980
  	  /^X\(\/\/\)$/{ s//\1/; q; }
37995
  	  /^X\(\/\/\)$/{ s//\1/; q; }
35981
  	  /^X\(\/\).*/{ s//\1/; q; }
37996
  	  /^X\(\/\).*/{ s//\1/; q; }
Line 35987... Line 38002...
35987
    as_dirs=
38002
    as_dirs=
35988
    while test ! -d "$as_dir"; do
38003
    while test ! -d "$as_dir"; do
35989
      as_dirs="$as_dir $as_dirs"
38004
      as_dirs="$as_dir $as_dirs"
35990
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
38005
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
35991
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38006
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35992
         X"$as_dir" : 'X\(//\)[^/]' \| \
38007
	 X"$as_dir" : 'X\(//\)[^/]' \| \
35993
         X"$as_dir" : 'X\(//\)$' \| \
38008
	 X"$as_dir" : 'X\(//\)$' \| \
35994
         X"$as_dir" : 'X\(/\)' \| \
38009
	 X"$as_dir" : 'X\(/\)' \| \
35995
         .     : '\(.\)' 2>/dev/null ||
38010
	 .     : '\(.\)' 2>/dev/null ||
35996
echo X"$as_dir" |
38011
echo X"$as_dir" |
35997
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
38012
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35998
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
38013
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35999
  	  /^X\(\/\/\)$/{ s//\1/; q; }
38014
  	  /^X\(\/\/\)$/{ s//\1/; q; }
36000
  	  /^X\(\/\).*/{ s//\1/; q; }
38015
  	  /^X\(\/\).*/{ s//\1/; q; }
Line 36028... Line 38043...
36028
    ac_top_srcdir=$srcdir ;;
38043
    ac_top_srcdir=$srcdir ;;
36029
  *) # Relative path.
38044
  *) # Relative path.
36030
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
38045
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36031
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
38046
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
36032
esac
38047
esac
-
 
38048
 
36033
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
38049
# Do not use `cd foo && pwd` to compute absolute paths, because
-
 
38050
# the directories may not exist.
-
 
38051
case `pwd` in
-
 
38052
.) ac_abs_builddir="$ac_dir";;
-
 
38053
*)
-
 
38054
  case "$ac_dir" in
-
 
38055
  .) ac_abs_builddir=`pwd`;;
-
 
38056
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-
 
38057
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
36034
# absolute.
38058
  esac;;
-
 
38059
esac
-
 
38060
case $ac_abs_builddir in
36035
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
38061
.) ac_abs_top_builddir=${ac_top_builddir}.;;
-
 
38062
*)
-
 
38063
  case ${ac_top_builddir}. in
-
 
38064
  .) ac_abs_top_builddir=$ac_abs_builddir;;
-
 
38065
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
36036
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
38066
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-
 
38067
  esac;;
-
 
38068
esac
-
 
38069
case $ac_abs_builddir in
-
 
38070
.) ac_abs_srcdir=$ac_srcdir;;
-
 
38071
*)
-
 
38072
  case $ac_srcdir in
-
 
38073
  .) ac_abs_srcdir=$ac_abs_builddir;;
-
 
38074
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
36037
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
38075
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-
 
38076
  esac;;
-
 
38077
esac
-
 
38078
case $ac_abs_builddir in
-
 
38079
.) ac_abs_top_srcdir=$ac_top_srcdir;;
-
 
38080
*)
-
 
38081
  case $ac_top_srcdir in
-
 
38082
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-
 
38083
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
36038
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
38084
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-
 
38085
  esac;;
-
 
38086
esac
36039
 
38087
 
36040
 
38088
 
36041
  case $INSTALL in
38089
  case $INSTALL in
36042
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
38090
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
36043
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
38091
  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
36044
  esac
38092
  esac
36045
 
38093
 
36046
  if test x"$ac_file" != x-; then
-
 
36047
    { echo "$as_me:$LINENO: creating $ac_file" >&5
-
 
36048
echo "$as_me: creating $ac_file" >&6;}
-
 
36049
    rm -f "$ac_file"
-
 
36050
  fi
-
 
36051
  # Let's still pretend it is `configure' which instantiates (i.e., don't
38094
  # Let's still pretend it is `configure' which instantiates (i.e., don't
36052
  # use $as_me), people would be surprised to read:
38095
  # use $as_me), people would be surprised to read:
36053
  #    /* config.h.  Generated by config.status.  */
38096
  #    /* config.h.  Generated by config.status.  */
36054
  if test x"$ac_file" = x-; then
38097
  if test x"$ac_file" = x-; then
36055
    configure_input=
38098
    configure_input=
36056
  else
38099
  else
36057
    configure_input="$ac_file.  "
38100
    configure_input="$ac_file.  "
36058
  fi
38101
  fi
36059
  configure_input=$configure_input"Generated from `echo $ac_file_in |
38102
  configure_input=$configure_input"Generated from `echo $ac_file_in |
36060
                                     sed 's,.*/,,'` by configure."
38103
				     sed 's,.*/,,'` by configure."
36061
 
38104
 
36062
  # First look for the input files in the build tree, otherwise in the
38105
  # First look for the input files in the build tree, otherwise in the
36063
  # src tree.
38106
  # src tree.
36064
  ac_file_inputs=`IFS=:
38107
  ac_file_inputs=`IFS=:
36065
    for f in $ac_file_in; do
38108
    for f in $ac_file_in; do
36066
      case $f in
38109
      case $f in
36067
      -) echo $tmp/stdin ;;
38110
      -) echo $tmp/stdin ;;
36068
      [\\/$]*)
38111
      [\\/$]*)
36069
         # Absolute (can't be DOS-style, as IFS=:)
38112
	 # Absolute (can't be DOS-style, as IFS=:)
36070
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
38113
	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36071
echo "$as_me: error: cannot find input file: $f" >&2;}
38114
echo "$as_me: error: cannot find input file: $f" >&2;}
36072
   { (exit 1); exit 1; }; }
38115
   { (exit 1); exit 1; }; }
36073
         echo $f;;
38116
	 echo "$f";;
36074
      *) # Relative
38117
      *) # Relative
36075
         if test -f "$f"; then
38118
	 if test -f "$f"; then
36076
           # Build tree
38119
	   # Build tree
36077
           echo $f
38120
	   echo "$f"
36078
         elif test -f "$srcdir/$f"; then
38121
	 elif test -f "$srcdir/$f"; then
36079
           # Source tree
38122
	   # Source tree
36080
           echo $srcdir/$f
38123
	   echo "$srcdir/$f"
36081
         else
38124
	 else
36082
           # /dev/null tree
38125
	   # /dev/null tree
36083
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
38126
	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36084
echo "$as_me: error: cannot find input file: $f" >&2;}
38127
echo "$as_me: error: cannot find input file: $f" >&2;}
36085
   { (exit 1); exit 1; }; }
38128
   { (exit 1); exit 1; }; }
36086
         fi;;
38129
	 fi;;
36087
      esac
38130
      esac
36088
    done` || { (exit 1); exit 1; }
38131
    done` || { (exit 1); exit 1; }
-
 
38132
 
-
 
38133
  if test x"$ac_file" != x-; then
-
 
38134
    { echo "$as_me:$LINENO: creating $ac_file" >&5
-
 
38135
echo "$as_me: creating $ac_file" >&6;}
-
 
38136
    rm -f "$ac_file"
-
 
38137
  fi
36089
_ACEOF
38138
_ACEOF
36090
cat >>$CONFIG_STATUS <<_ACEOF
38139
cat >>$CONFIG_STATUS <<_ACEOF
36091
  sed "$ac_vpsub
38140
  sed "$ac_vpsub
36092
$extrasub
38141
$extrasub
36093
_ACEOF
38142
_ACEOF
Line 36123... Line 38172...
36123
 
38172
 
36124
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
38173
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
36125
# NAME is the cpp macro being defined and VALUE is the value it is being given.
38174
# NAME is the cpp macro being defined and VALUE is the value it is being given.
36126
#
38175
#
36127
# ac_d sets the value in "#define NAME VALUE" lines.
38176
# ac_d sets the value in "#define NAME VALUE" lines.
36128
ac_dA='s,^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
38177
ac_dA='s,^\([	 ]*\)#\([	 ]*define[	 ][	 ]*\)'
36129
ac_dB='[ 	].*$,\1#\2'
38178
ac_dB='[	 ].*$,\1#\2'
36130
ac_dC=' '
38179
ac_dC=' '
36131
ac_dD=',;t'
38180
ac_dD=',;t'
36132
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
38181
# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
36133
ac_uA='s,^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
38182
ac_uA='s,^\([	 ]*\)#\([	 ]*\)undef\([	 ][	 ]*\)'
36134
ac_uB='$,\1#\2define\3'
38183
ac_uB='$,\1#\2define\3'
36135
ac_uC=' '
38184
ac_uC=' '
36136
ac_uD=',;t'
38185
ac_uD=',;t'
36137
 
38186
 
36138
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
38187
for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
36139
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
38188
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
36140
  case $ac_file in
38189
  case $ac_file in
36141
  - | *:- | *:-:* ) # input from stdin
38190
  - | *:- | *:-:* ) # input from stdin
36142
        cat >$tmp/stdin
38191
	cat >$tmp/stdin
36143
        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
38192
	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36144
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
38193
	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36145
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
38194
  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36146
        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
38195
	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36147
  * )   ac_file_in=$ac_file.in ;;
38196
  * )   ac_file_in=$ac_file.in ;;
36148
  esac
38197
  esac
36149
 
38198
 
36150
  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
38199
  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
36151
echo "$as_me: creating $ac_file" >&6;}
38200
echo "$as_me: creating $ac_file" >&6;}
Line 36155... Line 38204...
36155
  ac_file_inputs=`IFS=:
38204
  ac_file_inputs=`IFS=:
36156
    for f in $ac_file_in; do
38205
    for f in $ac_file_in; do
36157
      case $f in
38206
      case $f in
36158
      -) echo $tmp/stdin ;;
38207
      -) echo $tmp/stdin ;;
36159
      [\\/$]*)
38208
      [\\/$]*)
36160
         # Absolute (can't be DOS-style, as IFS=:)
38209
	 # Absolute (can't be DOS-style, as IFS=:)
36161
         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
38210
	 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36162
echo "$as_me: error: cannot find input file: $f" >&2;}
38211
echo "$as_me: error: cannot find input file: $f" >&2;}
36163
   { (exit 1); exit 1; }; }
38212
   { (exit 1); exit 1; }; }
-
 
38213
	 # Do quote $f, to prevent DOS paths from being IFS'd.
36164
         echo $f;;
38214
	 echo "$f";;
36165
      *) # Relative
38215
      *) # Relative
36166
         if test -f "$f"; then
38216
	 if test -f "$f"; then
36167
           # Build tree
38217
	   # Build tree
36168
           echo $f
38218
	   echo "$f"
36169
         elif test -f "$srcdir/$f"; then
38219
	 elif test -f "$srcdir/$f"; then
36170
           # Source tree
38220
	   # Source tree
36171
           echo $srcdir/$f
38221
	   echo "$srcdir/$f"
36172
         else
38222
	 else
36173
           # /dev/null tree
38223
	   # /dev/null tree
36174
           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
38224
	   { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36175
echo "$as_me: error: cannot find input file: $f" >&2;}
38225
echo "$as_me: error: cannot find input file: $f" >&2;}
36176
   { (exit 1); exit 1; }; }
38226
   { (exit 1); exit 1; }; }
36177
         fi;;
38227
	 fi;;
36178
      esac
38228
      esac
36179
    done` || { (exit 1); exit 1; }
38229
    done` || { (exit 1); exit 1; }
36180
  # Remove the trailing spaces.
38230
  # Remove the trailing spaces.
36181
  sed 's/[ 	]*$//' $ac_file_inputs >$tmp/in
38231
  sed 's/[	 ]*$//' $ac_file_inputs >$tmp/in
36182
 
38232
 
36183
_ACEOF
38233
_ACEOF
36184
 
38234
 
36185
# Transform confdefs.h into two sed scripts, `conftest.defines' and
38235
# Transform confdefs.h into two sed scripts, `conftest.defines' and
36186
# `conftest.undefs', that substitutes the proper values into
38236
# `conftest.undefs', that substitutes the proper values into
Line 36199... Line 38249...
36199
cat >confdef2sed.sed <<\_ACEOF
38249
cat >confdef2sed.sed <<\_ACEOF
36200
s/[\\&,]/\\&/g
38250
s/[\\&,]/\\&/g
36201
s,[\\$`],\\&,g
38251
s,[\\$`],\\&,g
36202
t clear
38252
t clear
36203
: clear
38253
: clear
36204
s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	(][^ 	(]*\)\(([^)]*)\)[ 	]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
38254
s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*\)\(([^)]*)\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36205
t end
38255
t end
36206
s,^[ 	]*#[ 	]*define[ 	][ 	]*\([^ 	][^ 	]*\)[ 	]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
38256
s,^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36207
: end
38257
: end
36208
_ACEOF
38258
_ACEOF
36209
# If some macros were called several times there might be several times
38259
# If some macros were called several times there might be several times
36210
# the same #defines, which is useless.  Nevertheless, we may not want to
38260
# the same #defines, which is useless.  Nevertheless, we may not want to
36211
# sort them, since we want the *last* AC-DEFINE to be honored.
38261
# sort them, since we want the *last* AC-DEFINE to be honored.
Line 36215... Line 38265...
36215
 
38265
 
36216
# This sed command replaces #undef with comments.  This is necessary, for
38266
# This sed command replaces #undef with comments.  This is necessary, for
36217
# example, in the case of _POSIX_SOURCE, which is predefined and required
38267
# example, in the case of _POSIX_SOURCE, which is predefined and required
36218
# on some systems where configure will not decide to define it.
38268
# on some systems where configure will not decide to define it.
36219
cat >>conftest.undefs <<\_ACEOF
38269
cat >>conftest.undefs <<\_ACEOF
36220
s,^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
38270
s,^[	 ]*#[	 ]*undef[	 ][	 ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36221
_ACEOF
38271
_ACEOF
36222
 
38272
 
36223
# Break up conftest.defines because some shells have a limit on the size
38273
# Break up conftest.defines because some shells have a limit on the size
36224
# of here documents, and old seds have small limits too (100 cmds).
38274
# of here documents, and old seds have small limits too (100 cmds).
36225
echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
38275
echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36226
echo '  if grep "^[ 	]*#[ 	]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
38276
echo '  if grep "^[	 ]*#[	 ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36227
echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
38277
echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36228
echo '  :' >>$CONFIG_STATUS
38278
echo '  :' >>$CONFIG_STATUS
36229
rm -f conftest.tail
38279
rm -f conftest.tail
36230
while grep . conftest.defines >/dev/null
38280
while grep . conftest.defines >/dev/null
36231
do
38281
do
36232
  # Write a limited-size here document to $tmp/defines.sed.
38282
  # Write a limited-size here document to $tmp/defines.sed.
36233
  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
38283
  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36234
  # Speed up: don't consider the non `#define' lines.
38284
  # Speed up: don't consider the non `#define' lines.
36235
  echo '/^[ 	]*#[ 	]*define/!b' >>$CONFIG_STATUS
38285
  echo '/^[	 ]*#[	 ]*define/!b' >>$CONFIG_STATUS
36236
  # Work around the forget-to-reset-the-flag bug.
38286
  # Work around the forget-to-reset-the-flag bug.
36237
  echo 't clr' >>$CONFIG_STATUS
38287
  echo 't clr' >>$CONFIG_STATUS
36238
  echo ': clr' >>$CONFIG_STATUS
38288
  echo ': clr' >>$CONFIG_STATUS
36239
  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
38289
  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
36240
  echo 'CEOF
38290
  echo 'CEOF
Line 36257... Line 38307...
36257
while grep . conftest.undefs >/dev/null
38307
while grep . conftest.undefs >/dev/null
36258
do
38308
do
36259
  # Write a limited-size here document to $tmp/undefs.sed.
38309
  # Write a limited-size here document to $tmp/undefs.sed.
36260
  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
38310
  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36261
  # Speed up: don't consider the non `#undef'
38311
  # Speed up: don't consider the non `#undef'
36262
  echo '/^[ 	]*#[ 	]*undef/!b' >>$CONFIG_STATUS
38312
  echo '/^[	 ]*#[	 ]*undef/!b' >>$CONFIG_STATUS
36263
  # Work around the forget-to-reset-the-flag bug.
38313
  # Work around the forget-to-reset-the-flag bug.
36264
  echo 't clr' >>$CONFIG_STATUS
38314
  echo 't clr' >>$CONFIG_STATUS
36265
  echo ': clr' >>$CONFIG_STATUS
38315
  echo ': clr' >>$CONFIG_STATUS
36266
  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
38316
  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
36267
  echo 'CEOF
38317
  echo 'CEOF
Line 36291... Line 38341...
36291
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
38341
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36292
echo "$as_me: $ac_file is unchanged" >&6;}
38342
echo "$as_me: $ac_file is unchanged" >&6;}
36293
    else
38343
    else
36294
      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
38344
      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36295
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38345
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36296
         X"$ac_file" : 'X\(//\)[^/]' \| \
38346
	 X"$ac_file" : 'X\(//\)[^/]' \| \
36297
         X"$ac_file" : 'X\(//\)$' \| \
38347
	 X"$ac_file" : 'X\(//\)$' \| \
36298
         X"$ac_file" : 'X\(/\)' \| \
38348
	 X"$ac_file" : 'X\(/\)' \| \
36299
         .     : '\(.\)' 2>/dev/null ||
38349
	 .     : '\(.\)' 2>/dev/null ||
36300
echo X"$ac_file" |
38350
echo X"$ac_file" |
36301
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
38351
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36302
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
38352
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36303
  	  /^X\(\/\/\)$/{ s//\1/; q; }
38353
  	  /^X\(\/\/\)$/{ s//\1/; q; }
36304
  	  /^X\(\/\).*/{ s//\1/; q; }
38354
  	  /^X\(\/\).*/{ s//\1/; q; }
Line 36310... Line 38360...
36310
    as_dirs=
38360
    as_dirs=
36311
    while test ! -d "$as_dir"; do
38361
    while test ! -d "$as_dir"; do
36312
      as_dirs="$as_dir $as_dirs"
38362
      as_dirs="$as_dir $as_dirs"
36313
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
38363
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
36314
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38364
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36315
         X"$as_dir" : 'X\(//\)[^/]' \| \
38365
	 X"$as_dir" : 'X\(//\)[^/]' \| \
36316
         X"$as_dir" : 'X\(//\)$' \| \
38366
	 X"$as_dir" : 'X\(//\)$' \| \
36317
         X"$as_dir" : 'X\(/\)' \| \
38367
	 X"$as_dir" : 'X\(/\)' \| \
36318
         .     : '\(.\)' 2>/dev/null ||
38368
	 .     : '\(.\)' 2>/dev/null ||
36319
echo X"$as_dir" |
38369
echo X"$as_dir" |
36320
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
38370
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36321
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
38371
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36322
  	  /^X\(\/\/\)$/{ s//\1/; q; }
38372
  	  /^X\(\/\/\)$/{ s//\1/; q; }
36323
  	  /^X\(\/\).*/{ s//\1/; q; }
38373
  	  /^X\(\/\).*/{ s//\1/; q; }
Line 36345... Line 38395...
36345
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
38395
for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
36346
  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
38396
  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
36347
  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
38397
  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
36348
  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
38398
  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
36349
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
38399
$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36350
         X"$ac_dest" : 'X\(//\)[^/]' \| \
38400
	 X"$ac_dest" : 'X\(//\)[^/]' \| \
36351
         X"$ac_dest" : 'X\(//\)$' \| \
38401
	 X"$ac_dest" : 'X\(//\)$' \| \
36352
         X"$ac_dest" : 'X\(/\)' \| \
38402
	 X"$ac_dest" : 'X\(/\)' \| \
36353
         .     : '\(.\)' 2>/dev/null ||
38403
	 .     : '\(.\)' 2>/dev/null ||
36354
echo X"$ac_dest" |
38404
echo X"$ac_dest" |
36355
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
38405
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36356
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
38406
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36357
  	  /^X\(\/\/\)$/{ s//\1/; q; }
38407
  	  /^X\(\/\/\)$/{ s//\1/; q; }
36358
  	  /^X\(\/\).*/{ s//\1/; q; }
38408
  	  /^X\(\/\).*/{ s//\1/; q; }
36359
  	  s/.*/./; q'`
38409
  	  s/.*/./; q'`
-
 
38410
  { if $as_mkdir_p; then
-
 
38411
    mkdir -p "$ac_dir"
-
 
38412
  else
-
 
38413
    as_dir="$ac_dir"
-
 
38414
    as_dirs=
-
 
38415
    while test ! -d "$as_dir"; do
-
 
38416
      as_dirs="$as_dir $as_dirs"
-
 
38417
      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-
 
38418
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
38419
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
38420
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
38421
	 X"$as_dir" : 'X\(/\)' \| \
-
 
38422
	 .     : '\(.\)' 2>/dev/null ||
-
 
38423
echo X"$as_dir" |
-
 
38424
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-
 
38425
  	  /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-
 
38426
  	  /^X\(\/\/\)$/{ s//\1/; q; }
-
 
38427
  	  /^X\(\/\).*/{ s//\1/; q; }
-
 
38428
  	  s/.*/./; q'`
-
 
38429
    done
-
 
38430
    test ! -n "$as_dirs" || mkdir $as_dirs
-
 
38431
  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-
 
38432
echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-
 
38433
   { (exit 1); exit 1; }; }; }
-
 
38434
 
36360
  ac_builddir=.
38435
  ac_builddir=.
36361
 
38436
 
36362
if test "$ac_dir" != .; then
38437
if test "$ac_dir" != .; then
36363
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
38438
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36364
  # A "../" for each directory in $ac_dir_suffix.
38439
  # A "../" for each directory in $ac_dir_suffix.
Line 36380... Line 38455...
36380
    ac_top_srcdir=$srcdir ;;
38455
    ac_top_srcdir=$srcdir ;;
36381
  *) # Relative path.
38456
  *) # Relative path.
36382
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
38457
    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36383
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
38458
    ac_top_srcdir=$ac_top_builddir$srcdir ;;
36384
esac
38459
esac
-
 
38460
 
36385
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
38461
# Do not use `cd foo && pwd` to compute absolute paths, because
-
 
38462
# the directories may not exist.
-
 
38463
case `pwd` in
-
 
38464
.) ac_abs_builddir="$ac_dir";;
-
 
38465
*)
-
 
38466
  case "$ac_dir" in
-
 
38467
  .) ac_abs_builddir=`pwd`;;
-
 
38468
  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-
 
38469
  *) ac_abs_builddir=`pwd`/"$ac_dir";;
36386
# absolute.
38470
  esac;;
-
 
38471
esac
-
 
38472
case $ac_abs_builddir in
36387
ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
38473
.) ac_abs_top_builddir=${ac_top_builddir}.;;
-
 
38474
*)
-
 
38475
  case ${ac_top_builddir}. in
-
 
38476
  .) ac_abs_top_builddir=$ac_abs_builddir;;
-
 
38477
  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
36388
ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
38478
  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-
 
38479
  esac;;
-
 
38480
esac
-
 
38481
case $ac_abs_builddir in
-
 
38482
.) ac_abs_srcdir=$ac_srcdir;;
-
 
38483
*)
-
 
38484
  case $ac_srcdir in
-
 
38485
  .) ac_abs_srcdir=$ac_abs_builddir;;
-
 
38486
  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
36389
ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
38487
  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-
 
38488
  esac;;
-
 
38489
esac
-
 
38490
case $ac_abs_builddir in
-
 
38491
.) ac_abs_top_srcdir=$ac_top_srcdir;;
-
 
38492
*)
-
 
38493
  case $ac_top_srcdir in
-
 
38494
  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-
 
38495
  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
36390
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
38496
  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-
 
38497
  esac;;
-
 
38498
esac
36391
 
38499
 
36392
 
38500
 
36393
  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
38501
  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36394
echo "$as_me: executing $ac_dest commands" >&6;}
38502
echo "$as_me: executing $ac_dest commands" >&6;}
36395
  case $ac_dest in
38503
  case $ac_dest in