~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to opcodes/configure

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
program_transform_name=s,x,x,
58
58
silent=
59
59
site=
 
60
sitefile=
60
61
srcdir=
61
62
target=NONE
62
63
verbose=
171
172
  --help                  print this message
172
173
  --no-create             do not create output files
173
174
  --quiet, --silent       do not print \`checking...' messages
 
175
  --site-file=FILE        use FILE as the site file
174
176
  --version               print the version of autoconf that created configure
175
177
Directory and file names:
176
178
  --prefix=PREFIX         install architecture-independent files in PREFIX
341
343
  -site=* | --site=* | --sit=*)
342
344
    site="$ac_optarg" ;;
343
345
 
 
346
  -site-file | --site-file | --site-fil | --site-fi | --site-f)
 
347
    ac_prev=sitefile ;;
 
348
  -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
 
349
    sitefile="$ac_optarg" ;;
 
350
 
344
351
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
345
352
    ac_prev=srcdir ;;
346
353
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
506
513
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
507
514
 
508
515
# Prefer explicitly selected file to automatically selected ones.
509
 
if test -z "$CONFIG_SITE"; then
510
 
  if test "x$prefix" != xNONE; then
511
 
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
512
 
  else
513
 
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
 
516
if test -z "$sitefile"; then
 
517
  if test -z "$CONFIG_SITE"; then
 
518
    if test "x$prefix" != xNONE; then
 
519
      CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
 
520
    else
 
521
      CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
 
522
    fi
514
523
  fi
 
524
else
 
525
  CONFIG_SITE="$sitefile"
515
526
fi
516
527
for ac_site_file in $CONFIG_SITE; do
517
528
  if test -r "$ac_site_file"; then
550
561
fi
551
562
 
552
563
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
553
 
echo "configure:554: checking for Cygwin environment" >&5
 
564
echo "configure:565: checking for Cygwin environment" >&5
554
565
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
555
566
  echo $ac_n "(cached) $ac_c" 1>&6
556
567
else
557
568
  cat > conftest.$ac_ext <<EOF
558
 
#line 559 "configure"
 
569
#line 570 "configure"
559
570
#include "confdefs.h"
560
571
 
561
572
int main() {
566
577
return __CYGWIN__;
567
578
; return 0; }
568
579
EOF
569
 
if { (eval echo configure:570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
580
if { (eval echo configure:581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
570
581
  rm -rf conftest*
571
582
  ac_cv_cygwin=yes
572
583
else
583
594
CYGWIN=
584
595
test "$ac_cv_cygwin" = yes && CYGWIN=yes
585
596
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
586
 
echo "configure:587: checking for mingw32 environment" >&5
 
597
echo "configure:598: checking for mingw32 environment" >&5
587
598
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
588
599
  echo $ac_n "(cached) $ac_c" 1>&6
589
600
else
590
601
  cat > conftest.$ac_ext <<EOF
591
 
#line 592 "configure"
 
602
#line 603 "configure"
592
603
#include "confdefs.h"
593
604
 
594
605
int main() {
595
606
return __MINGW32__;
596
607
; return 0; }
597
608
EOF
598
 
if { (eval echo configure:599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
609
if { (eval echo configure:610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
599
610
  rm -rf conftest*
600
611
  ac_cv_mingw32=yes
601
612
else
660
671
fi
661
672
 
662
673
echo $ac_n "checking host system type""... $ac_c" 1>&6
663
 
echo "configure:664: checking host system type" >&5
 
674
echo "configure:675: checking host system type" >&5
664
675
 
665
676
host_alias=$host
666
677
case "$host_alias" in
681
692
echo "$ac_t""$host" 1>&6
682
693
 
683
694
echo $ac_n "checking target system type""... $ac_c" 1>&6
684
 
echo "configure:685: checking target system type" >&5
 
695
echo "configure:696: checking target system type" >&5
685
696
 
686
697
target_alias=$target
687
698
case "$target_alias" in
699
710
echo "$ac_t""$target" 1>&6
700
711
 
701
712
echo $ac_n "checking build system type""... $ac_c" 1>&6
702
 
echo "configure:703: checking build system type" >&5
 
713
echo "configure:714: checking build system type" >&5
703
714
 
704
715
build_alias=$build
705
716
case "$build_alias" in
723
734
 
724
735
 
725
736
        echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
726
 
echo "configure:727: checking for strerror in -lcposix" >&5
 
737
echo "configure:738: checking for strerror in -lcposix" >&5
727
738
ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
728
739
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
729
740
  echo $ac_n "(cached) $ac_c" 1>&6
731
742
  ac_save_LIBS="$LIBS"
732
743
LIBS="-lcposix  $LIBS"
733
744
cat > conftest.$ac_ext <<EOF
734
 
#line 735 "configure"
 
745
#line 746 "configure"
735
746
#include "confdefs.h"
736
747
/* Override any gcc2 internal prototype to avoid an error.  */
737
748
/* We use char because int might match the return type of a gcc2
742
753
strerror()
743
754
; return 0; }
744
755
EOF
745
 
if { (eval echo configure:746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
756
if { (eval echo configure:757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
746
757
  rm -rf conftest*
747
758
  eval "ac_cv_lib_$ac_lib_var=yes"
748
759
else
782
793
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
783
794
# ./install, which can be erroneously created by make from ./install.sh.
784
795
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
785
 
echo "configure:786: checking for a BSD compatible install" >&5
 
796
echo "configure:797: checking for a BSD compatible install" >&5
786
797
if test -z "$INSTALL"; then
787
798
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
788
799
  echo $ac_n "(cached) $ac_c" 1>&6
835
846
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
836
847
 
837
848
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
838
 
echo "configure:839: checking whether build environment is sane" >&5
 
849
echo "configure:850: checking whether build environment is sane" >&5
839
850
# Just in case
840
851
sleep 1
841
852
echo timestamp > conftestfile
892
903
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
893
904
 
894
905
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
895
 
echo "configure:896: checking whether ${MAKE-make} sets \${MAKE}" >&5
 
906
echo "configure:907: checking whether ${MAKE-make} sets \${MAKE}" >&5
896
907
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
897
908
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
898
909
  echo $ac_n "(cached) $ac_c" 1>&6
938
949
 
939
950
missing_dir=`cd $ac_aux_dir && pwd`
940
951
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
941
 
echo "configure:942: checking for working aclocal" >&5
 
952
echo "configure:953: checking for working aclocal" >&5
942
953
# Run test in a subshell; some versions of sh will print an error if
943
954
# an executable is not found, even if stderr is redirected.
944
955
# Redirect stdin to placate older versions of autoconf.  Sigh.
951
962
fi
952
963
 
953
964
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
954
 
echo "configure:955: checking for working autoconf" >&5
 
965
echo "configure:966: checking for working autoconf" >&5
955
966
# Run test in a subshell; some versions of sh will print an error if
956
967
# an executable is not found, even if stderr is redirected.
957
968
# Redirect stdin to placate older versions of autoconf.  Sigh.
964
975
fi
965
976
 
966
977
echo $ac_n "checking for working automake""... $ac_c" 1>&6
967
 
echo "configure:968: checking for working automake" >&5
 
978
echo "configure:979: checking for working automake" >&5
968
979
# Run test in a subshell; some versions of sh will print an error if
969
980
# an executable is not found, even if stderr is redirected.
970
981
# Redirect stdin to placate older versions of autoconf.  Sigh.
977
988
fi
978
989
 
979
990
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
980
 
echo "configure:981: checking for working autoheader" >&5
 
991
echo "configure:992: checking for working autoheader" >&5
981
992
# Run test in a subshell; some versions of sh will print an error if
982
993
# an executable is not found, even if stderr is redirected.
983
994
# Redirect stdin to placate older versions of autoconf.  Sigh.
990
1001
fi
991
1002
 
992
1003
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
993
 
echo "configure:994: checking for working makeinfo" >&5
 
1004
echo "configure:1005: checking for working makeinfo" >&5
994
1005
# Run test in a subshell; some versions of sh will print an error if
995
1006
# an executable is not found, even if stderr is redirected.
996
1007
# Redirect stdin to placate older versions of autoconf.  Sigh.
1013
1024
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1014
1025
set dummy ${ac_tool_prefix}ar; ac_word=$2
1015
1026
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1016
 
echo "configure:1017: checking for $ac_word" >&5
 
1027
echo "configure:1028: checking for $ac_word" >&5
1017
1028
if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1018
1029
  echo $ac_n "(cached) $ac_c" 1>&6
1019
1030
else
1045
1056
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1046
1057
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1047
1058
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1048
 
echo "configure:1049: checking for $ac_word" >&5
 
1059
echo "configure:1060: checking for $ac_word" >&5
1049
1060
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1050
1061
  echo $ac_n "(cached) $ac_c" 1>&6
1051
1062
else
1077
1088
  # Extract the first word of "ranlib", so it can be a program name with args.
1078
1089
set dummy ranlib; ac_word=$2
1079
1090
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1080
 
echo "configure:1081: checking for $ac_word" >&5
 
1091
echo "configure:1092: checking for $ac_word" >&5
1081
1092
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1082
1093
  echo $ac_n "(cached) $ac_c" 1>&6
1083
1094
else
1183
1194
# Extract the first word of "gcc", so it can be a program name with args.
1184
1195
set dummy gcc; ac_word=$2
1185
1196
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1186
 
echo "configure:1187: checking for $ac_word" >&5
 
1197
echo "configure:1198: checking for $ac_word" >&5
1187
1198
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1188
1199
  echo $ac_n "(cached) $ac_c" 1>&6
1189
1200
else
1213
1224
  # Extract the first word of "cc", so it can be a program name with args.
1214
1225
set dummy cc; ac_word=$2
1215
1226
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1216
 
echo "configure:1217: checking for $ac_word" >&5
 
1227
echo "configure:1228: checking for $ac_word" >&5
1217
1228
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1218
1229
  echo $ac_n "(cached) $ac_c" 1>&6
1219
1230
else
1264
1275
      # Extract the first word of "cl", so it can be a program name with args.
1265
1276
set dummy cl; ac_word=$2
1266
1277
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1267
 
echo "configure:1268: checking for $ac_word" >&5
 
1278
echo "configure:1279: checking for $ac_word" >&5
1268
1279
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1269
1280
  echo $ac_n "(cached) $ac_c" 1>&6
1270
1281
else
1296
1307
fi
1297
1308
 
1298
1309
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1299
 
echo "configure:1300: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
1310
echo "configure:1311: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1300
1311
 
1301
1312
ac_ext=c
1302
1313
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1307
1318
 
1308
1319
cat > conftest.$ac_ext << EOF
1309
1320
 
1310
 
#line 1311 "configure"
 
1321
#line 1322 "configure"
1311
1322
#include "confdefs.h"
1312
1323
 
1313
1324
main(){return(0);}
1314
1325
EOF
1315
 
if { (eval echo configure:1316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1326
if { (eval echo configure:1327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1316
1327
  ac_cv_prog_cc_works=yes
1317
1328
  # If we can't run a trivial program, we are probably using a cross compiler.
1318
1329
  if (./conftest; exit) 2>/dev/null; then
1338
1349
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1339
1350
fi
1340
1351
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1341
 
echo "configure:1342: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
1352
echo "configure:1353: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1342
1353
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1343
1354
cross_compiling=$ac_cv_prog_cc_cross
1344
1355
 
1345
1356
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1346
 
echo "configure:1347: checking whether we are using GNU C" >&5
 
1357
echo "configure:1358: checking whether we are using GNU C" >&5
1347
1358
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1348
1359
  echo $ac_n "(cached) $ac_c" 1>&6
1349
1360
else
1352
1363
  yes;
1353
1364
#endif
1354
1365
EOF
1355
 
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1356: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
1366
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1356
1367
  ac_cv_prog_gcc=yes
1357
1368
else
1358
1369
  ac_cv_prog_gcc=no
1371
1382
ac_save_CFLAGS="$CFLAGS"
1372
1383
CFLAGS=
1373
1384
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1374
 
echo "configure:1375: checking whether ${CC-cc} accepts -g" >&5
 
1385
echo "configure:1386: checking whether ${CC-cc} accepts -g" >&5
1375
1386
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1376
1387
  echo $ac_n "(cached) $ac_c" 1>&6
1377
1388
else
1414
1425
if test "$GCC" = yes; then
1415
1426
  # Check if gcc -print-prog-name=ld gives a path.
1416
1427
  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1417
 
echo "configure:1418: checking for ld used by GCC" >&5
 
1428
echo "configure:1429: checking for ld used by GCC" >&5
1418
1429
  case $host in
1419
1430
  *-*-mingw*)
1420
1431
    # gcc leaves a trailing carriage return which upsets mingw
1444
1455
  esac
1445
1456
elif test "$with_gnu_ld" = yes; then
1446
1457
  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1447
 
echo "configure:1448: checking for GNU ld" >&5
 
1458
echo "configure:1459: checking for GNU ld" >&5
1448
1459
else
1449
1460
  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1450
 
echo "configure:1451: checking for non-GNU ld" >&5
 
1461
echo "configure:1462: checking for non-GNU ld" >&5
1451
1462
fi
1452
1463
if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
1453
1464
  echo $ac_n "(cached) $ac_c" 1>&6
1482
1493
fi
1483
1494
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1484
1495
echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1485
 
echo "configure:1486: checking if the linker ($LD) is GNU ld" >&5
 
1496
echo "configure:1497: checking if the linker ($LD) is GNU ld" >&5
1486
1497
if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
1487
1498
  echo $ac_n "(cached) $ac_c" 1>&6
1488
1499
else
1499
1510
 
1500
1511
 
1501
1512
echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1502
 
echo "configure:1503: checking for $LD option to reload object files" >&5
 
1513
echo "configure:1514: checking for $LD option to reload object files" >&5
1503
1514
if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1504
1515
  echo $ac_n "(cached) $ac_c" 1>&6
1505
1516
else
1511
1522
test -n "$reload_flag" && reload_flag=" $reload_flag"
1512
1523
 
1513
1524
echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1514
 
echo "configure:1515: checking for BSD-compatible nm" >&5
 
1525
echo "configure:1526: checking for BSD-compatible nm" >&5
1515
1526
if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
1516
1527
  echo $ac_n "(cached) $ac_c" 1>&6
1517
1528
else
1549
1560
echo "$ac_t""$NM" 1>&6
1550
1561
 
1551
1562
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1552
 
echo "configure:1553: checking whether ln -s works" >&5
 
1563
echo "configure:1564: checking whether ln -s works" >&5
1553
1564
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1554
1565
  echo $ac_n "(cached) $ac_c" 1>&6
1555
1566
else
1570
1581
fi
1571
1582
 
1572
1583
echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1573
 
echo "configure:1574: checking how to recognise dependant libraries" >&5
 
1584
echo "configure:1585: checking how to recognise dependant libraries" >&5
1574
1585
if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1575
1586
  echo $ac_n "(cached) $ac_c" 1>&6
1576
1587
else
1743
1754
deplibs_check_method=$lt_cv_deplibs_check_method
1744
1755
 
1745
1756
echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1746
 
echo "configure:1747: checking for object suffix" >&5
 
1757
echo "configure:1758: checking for object suffix" >&5
1747
1758
if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1748
1759
  echo $ac_n "(cached) $ac_c" 1>&6
1749
1760
else
1750
1761
  rm -f conftest*
1751
1762
echo 'int i = 1;' > conftest.$ac_ext
1752
 
if { (eval echo configure:1753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
1763
if { (eval echo configure:1764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1753
1764
  for ac_file in conftest.*; do
1754
1765
    case $ac_file in
1755
1766
    *.c) ;;
1769
1780
 
1770
1781
 
1771
1782
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1772
 
echo "configure:1773: checking for executable suffix" >&5
 
1783
echo "configure:1784: checking for executable suffix" >&5
1773
1784
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1774
1785
  echo $ac_n "(cached) $ac_c" 1>&6
1775
1786
else
1779
1790
  rm -f conftest*
1780
1791
  echo 'int main () { return 0; }' > conftest.$ac_ext
1781
1792
  ac_cv_exeext=
1782
 
  if { (eval echo configure:1783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
 
1793
  if { (eval echo configure:1794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1783
1794
    for file in conftest.*; do
1784
1795
      case $file in
1785
 
      *.c | *.o | *.obj) ;;
 
1796
      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
1786
1797
      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1787
1798
      esac
1788
1799
    done
1806
1817
file_magic*)
1807
1818
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1808
1819
    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
1809
 
echo "configure:1810: checking for ${ac_tool_prefix}file" >&5
 
1820
echo "configure:1821: checking for ${ac_tool_prefix}file" >&5
1810
1821
if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1811
1822
  echo $ac_n "(cached) $ac_c" 1>&6
1812
1823
else
1868
1879
if test -z "$lt_cv_path_MAGIC_CMD"; then
1869
1880
  if test -n "$ac_tool_prefix"; then
1870
1881
    echo $ac_n "checking for file""... $ac_c" 1>&6
1871
 
echo "configure:1872: checking for file" >&5
 
1882
echo "configure:1883: checking for file" >&5
1872
1883
if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1873
1884
  echo $ac_n "(cached) $ac_c" 1>&6
1874
1885
else
1939
1950
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1940
1951
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
1941
1952
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1942
 
echo "configure:1943: checking for $ac_word" >&5
 
1953
echo "configure:1954: checking for $ac_word" >&5
1943
1954
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1944
1955
  echo $ac_n "(cached) $ac_c" 1>&6
1945
1956
else
1971
1982
  # Extract the first word of "ranlib", so it can be a program name with args.
1972
1983
set dummy ranlib; ac_word=$2
1973
1984
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1974
 
echo "configure:1975: checking for $ac_word" >&5
 
1985
echo "configure:1986: checking for $ac_word" >&5
1975
1986
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1976
1987
  echo $ac_n "(cached) $ac_c" 1>&6
1977
1988
else
2006
2017
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2007
2018
set dummy ${ac_tool_prefix}strip; ac_word=$2
2008
2019
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2009
 
echo "configure:2010: checking for $ac_word" >&5
 
2020
echo "configure:2021: checking for $ac_word" >&5
2010
2021
if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2011
2022
  echo $ac_n "(cached) $ac_c" 1>&6
2012
2023
else
2038
2049
  # Extract the first word of "strip", so it can be a program name with args.
2039
2050
set dummy strip; ac_word=$2
2040
2051
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2041
 
echo "configure:2042: checking for $ac_word" >&5
 
2052
echo "configure:2053: checking for $ac_word" >&5
2042
2053
if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2043
2054
  echo $ac_n "(cached) $ac_c" 1>&6
2044
2055
else
2105
2116
case $host in
2106
2117
*-*-irix6*)
2107
2118
  # Find out which ABI we are using.
2108
 
  echo '#line 2109 "configure"' > conftest.$ac_ext
2109
 
  if { (eval echo configure:2110: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2119
  echo '#line 2120 "configure"' > conftest.$ac_ext
 
2120
  if { (eval echo configure:2121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2110
2121
   if test "$lt_cv_prog_gnu_ld" = yes; then
2111
2122
    case `/usr/bin/file conftest.$ac_objext` in
2112
2123
    *32-bit*)
2139
2150
ia64-*-hpux*)
2140
2151
  # Find out which ABI we are using.
2141
2152
  echo 'int i;' > conftest.$ac_ext
2142
 
  if { (eval echo configure:2143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2153
  if { (eval echo configure:2154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2143
2154
    case "`/usr/bin/file conftest.o`" in
2144
2155
    *ELF-32*)
2145
2156
      HPUX_IA64_MODE="32"
2157
2168
  SAVE_CFLAGS="$CFLAGS"
2158
2169
  CFLAGS="$CFLAGS -belf"
2159
2170
  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2160
 
echo "configure:2161: checking whether the C compiler needs -belf" >&5
 
2171
echo "configure:2172: checking whether the C compiler needs -belf" >&5
2161
2172
if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2162
2173
  echo $ac_n "(cached) $ac_c" 1>&6
2163
2174
else
2170
2181
cross_compiling=$ac_cv_prog_cc_cross
2171
2182
 
2172
2183
     cat > conftest.$ac_ext <<EOF
2173
 
#line 2174 "configure"
 
2184
#line 2185 "configure"
2174
2185
#include "confdefs.h"
2175
2186
 
2176
2187
int main() {
2177
2188
 
2178
2189
; return 0; }
2179
2190
EOF
2180
 
if { (eval echo configure:2181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2191
if { (eval echo configure:2192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2181
2192
  rm -rf conftest*
2182
2193
  lt_cv_cc_needs_belf=yes
2183
2194
else
2345
2356
fi
2346
2357
 
2347
2358
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
2348
 
echo "configure:2349: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
2359
echo "configure:2360: checking whether to enable maintainer-specific portions of Makefiles" >&5
2349
2360
    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2350
2361
if test "${enable_maintainer_mode+set}" = set; then
2351
2362
  enableval="$enable_maintainer_mode"
2368
2379
  
2369
2380
 
2370
2381
echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6
2371
 
echo "configure:2372: checking whether to install libbfd" >&5
 
2382
echo "configure:2383: checking whether to install libbfd" >&5
2372
2383
  # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
2373
2384
if test "${enable_install_libbfd+set}" = set; then
2374
2385
  enableval="$enable_install_libbfd"
2405
2416
 
2406
2417
 
2407
2418
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
2408
 
echo "configure:2409: checking for executable suffix" >&5
 
2419
echo "configure:2420: checking for executable suffix" >&5
2409
2420
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
2410
2421
  echo $ac_n "(cached) $ac_c" 1>&6
2411
2422
else
2415
2426
  rm -f conftest*
2416
2427
  echo 'int main () { return 0; }' > conftest.$ac_ext
2417
2428
  ac_cv_exeext=
2418
 
  if { (eval echo configure:2419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
 
2429
  if { (eval echo configure:2430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
2419
2430
    for file in conftest.*; do
2420
2431
      case $file in
2421
 
      *.c | *.o | *.obj) ;;
 
2432
      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
2422
2433
      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
2423
2434
      esac
2424
2435
    done
2441
2452
# Extract the first word of "gcc", so it can be a program name with args.
2442
2453
set dummy gcc; ac_word=$2
2443
2454
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2444
 
echo "configure:2445: checking for $ac_word" >&5
 
2455
echo "configure:2456: checking for $ac_word" >&5
2445
2456
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
2446
2457
  echo $ac_n "(cached) $ac_c" 1>&6
2447
2458
else
2471
2482
  # Extract the first word of "cc", so it can be a program name with args.
2472
2483
set dummy cc; ac_word=$2
2473
2484
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2474
 
echo "configure:2475: checking for $ac_word" >&5
 
2485
echo "configure:2486: checking for $ac_word" >&5
2475
2486
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
2476
2487
  echo $ac_n "(cached) $ac_c" 1>&6
2477
2488
else
2522
2533
      # Extract the first word of "cl", so it can be a program name with args.
2523
2534
set dummy cl; ac_word=$2
2524
2535
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2525
 
echo "configure:2526: checking for $ac_word" >&5
 
2536
echo "configure:2537: checking for $ac_word" >&5
2526
2537
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
2527
2538
  echo $ac_n "(cached) $ac_c" 1>&6
2528
2539
else
2554
2565
fi
2555
2566
 
2556
2567
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2557
 
echo "configure:2558: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
2568
echo "configure:2569: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
2558
2569
 
2559
2570
ac_ext=c
2560
2571
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2565
2576
 
2566
2577
cat > conftest.$ac_ext << EOF
2567
2578
 
2568
 
#line 2569 "configure"
 
2579
#line 2580 "configure"
2569
2580
#include "confdefs.h"
2570
2581
 
2571
2582
main(){return(0);}
2572
2583
EOF
2573
 
if { (eval echo configure:2574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2584
if { (eval echo configure:2585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2574
2585
  ac_cv_prog_cc_works=yes
2575
2586
  # If we can't run a trivial program, we are probably using a cross compiler.
2576
2587
  if (./conftest; exit) 2>/dev/null; then
2596
2607
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
2597
2608
fi
2598
2609
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2599
 
echo "configure:2600: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
2610
echo "configure:2611: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
2600
2611
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
2601
2612
cross_compiling=$ac_cv_prog_cc_cross
2602
2613
 
2603
2614
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
2604
 
echo "configure:2605: checking whether we are using GNU C" >&5
 
2615
echo "configure:2616: checking whether we are using GNU C" >&5
2605
2616
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
2606
2617
  echo $ac_n "(cached) $ac_c" 1>&6
2607
2618
else
2610
2621
  yes;
2611
2622
#endif
2612
2623
EOF
2613
 
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
2624
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
2614
2625
  ac_cv_prog_gcc=yes
2615
2626
else
2616
2627
  ac_cv_prog_gcc=no
2629
2640
ac_save_CFLAGS="$CFLAGS"
2630
2641
CFLAGS=
2631
2642
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
2632
 
echo "configure:2633: checking whether ${CC-cc} accepts -g" >&5
 
2643
echo "configure:2644: checking whether ${CC-cc} accepts -g" >&5
2633
2644
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
2634
2645
  echo $ac_n "(cached) $ac_c" 1>&6
2635
2646
else
2663
2674
 
2664
2675
ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl"
2665
2676
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2666
 
echo "configure:2667: checking how to run the C preprocessor" >&5
 
2677
echo "configure:2678: checking how to run the C preprocessor" >&5
2667
2678
# On Suns, sometimes $CPP names a directory.
2668
2679
if test -n "$CPP" && test -d "$CPP"; then
2669
2680
  CPP=
2678
2689
  # On the NeXT, cc -E runs the code through the compiler's parser,
2679
2690
  # not just through cpp.
2680
2691
  cat > conftest.$ac_ext <<EOF
2681
 
#line 2682 "configure"
 
2692
#line 2693 "configure"
2682
2693
#include "confdefs.h"
2683
2694
#include <assert.h>
2684
2695
Syntax Error
2685
2696
EOF
2686
2697
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2687
 
{ (eval echo configure:2688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2698
{ (eval echo configure:2699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2688
2699
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2689
2700
if test -z "$ac_err"; then
2690
2701
  :
2695
2706
  rm -rf conftest*
2696
2707
  CPP="${CC-cc} -E -traditional-cpp"
2697
2708
  cat > conftest.$ac_ext <<EOF
2698
 
#line 2699 "configure"
 
2709
#line 2710 "configure"
2699
2710
#include "confdefs.h"
2700
2711
#include <assert.h>
2701
2712
Syntax Error
2702
2713
EOF
2703
2714
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2704
 
{ (eval echo configure:2705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2715
{ (eval echo configure:2716: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2705
2716
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2706
2717
if test -z "$ac_err"; then
2707
2718
  :
2712
2723
  rm -rf conftest*
2713
2724
  CPP="${CC-cc} -nologo -E"
2714
2725
  cat > conftest.$ac_ext <<EOF
2715
 
#line 2716 "configure"
 
2726
#line 2727 "configure"
2716
2727
#include "confdefs.h"
2717
2728
#include <assert.h>
2718
2729
Syntax Error
2719
2730
EOF
2720
2731
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2721
 
{ (eval echo configure:2722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2732
{ (eval echo configure:2733: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2722
2733
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2723
2734
if test -z "$ac_err"; then
2724
2735
  :
2745
2756
# Extract the first word of "ranlib", so it can be a program name with args.
2746
2757
set dummy ranlib; ac_word=$2
2747
2758
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2748
 
echo "configure:2749: checking for $ac_word" >&5
 
2759
echo "configure:2760: checking for $ac_word" >&5
2749
2760
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2750
2761
  echo $ac_n "(cached) $ac_c" 1>&6
2751
2762
else
2773
2784
fi
2774
2785
 
2775
2786
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2776
 
echo "configure:2777: checking for ANSI C header files" >&5
 
2787
echo "configure:2788: checking for ANSI C header files" >&5
2777
2788
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2778
2789
  echo $ac_n "(cached) $ac_c" 1>&6
2779
2790
else
2780
2791
  cat > conftest.$ac_ext <<EOF
2781
 
#line 2782 "configure"
 
2792
#line 2793 "configure"
2782
2793
#include "confdefs.h"
2783
2794
#include <stdlib.h>
2784
2795
#include <stdarg.h>
2786
2797
#include <float.h>
2787
2798
EOF
2788
2799
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2789
 
{ (eval echo configure:2790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2800
{ (eval echo configure:2801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2790
2801
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2791
2802
if test -z "$ac_err"; then
2792
2803
  rm -rf conftest*
2803
2814
if test $ac_cv_header_stdc = yes; then
2804
2815
  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2805
2816
cat > conftest.$ac_ext <<EOF
2806
 
#line 2807 "configure"
 
2817
#line 2818 "configure"
2807
2818
#include "confdefs.h"
2808
2819
#include <string.h>
2809
2820
EOF
2821
2832
if test $ac_cv_header_stdc = yes; then
2822
2833
  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2823
2834
cat > conftest.$ac_ext <<EOF
2824
 
#line 2825 "configure"
 
2835
#line 2836 "configure"
2825
2836
#include "confdefs.h"
2826
2837
#include <stdlib.h>
2827
2838
EOF
2842
2853
  :
2843
2854
else
2844
2855
  cat > conftest.$ac_ext <<EOF
2845
 
#line 2846 "configure"
 
2856
#line 2857 "configure"
2846
2857
#include "confdefs.h"
2847
2858
#include <ctype.h>
2848
2859
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2853
2864
exit (0); }
2854
2865
 
2855
2866
EOF
2856
 
if { (eval echo configure:2857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
2867
if { (eval echo configure:2868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2857
2868
then
2858
2869
  :
2859
2870
else
2877
2888
fi
2878
2889
 
2879
2890
echo $ac_n "checking for working const""... $ac_c" 1>&6
2880
 
echo "configure:2881: checking for working const" >&5
 
2891
echo "configure:2892: checking for working const" >&5
2881
2892
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2882
2893
  echo $ac_n "(cached) $ac_c" 1>&6
2883
2894
else
2884
2895
  cat > conftest.$ac_ext <<EOF
2885
 
#line 2886 "configure"
 
2896
#line 2897 "configure"
2886
2897
#include "confdefs.h"
2887
2898
 
2888
2899
int main() {
2931
2942
 
2932
2943
; return 0; }
2933
2944
EOF
2934
 
if { (eval echo configure:2935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2945
if { (eval echo configure:2946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2935
2946
  rm -rf conftest*
2936
2947
  ac_cv_c_const=yes
2937
2948
else
2952
2963
fi
2953
2964
 
2954
2965
echo $ac_n "checking for inline""... $ac_c" 1>&6
2955
 
echo "configure:2956: checking for inline" >&5
 
2966
echo "configure:2967: checking for inline" >&5
2956
2967
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
2957
2968
  echo $ac_n "(cached) $ac_c" 1>&6
2958
2969
else
2959
2970
  ac_cv_c_inline=no
2960
2971
for ac_kw in inline __inline__ __inline; do
2961
2972
  cat > conftest.$ac_ext <<EOF
2962
 
#line 2963 "configure"
 
2973
#line 2974 "configure"
2963
2974
#include "confdefs.h"
2964
2975
 
2965
2976
int main() {
2966
2977
} $ac_kw foo() {
2967
2978
; return 0; }
2968
2979
EOF
2969
 
if { (eval echo configure:2970: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2980
if { (eval echo configure:2981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2970
2981
  rm -rf conftest*
2971
2982
  ac_cv_c_inline=$ac_kw; break
2972
2983
else
2992
3003
esac
2993
3004
 
2994
3005
echo $ac_n "checking for off_t""... $ac_c" 1>&6
2995
 
echo "configure:2996: checking for off_t" >&5
 
3006
echo "configure:3007: checking for off_t" >&5
2996
3007
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
2997
3008
  echo $ac_n "(cached) $ac_c" 1>&6
2998
3009
else
2999
3010
  cat > conftest.$ac_ext <<EOF
3000
 
#line 3001 "configure"
 
3011
#line 3012 "configure"
3001
3012
#include "confdefs.h"
3002
3013
#include <sys/types.h>
3003
3014
#if STDC_HEADERS
3025
3036
fi
3026
3037
 
3027
3038
echo $ac_n "checking for size_t""... $ac_c" 1>&6
3028
 
echo "configure:3029: checking for size_t" >&5
 
3039
echo "configure:3040: checking for size_t" >&5
3029
3040
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
3030
3041
  echo $ac_n "(cached) $ac_c" 1>&6
3031
3042
else
3032
3043
  cat > conftest.$ac_ext <<EOF
3033
 
#line 3034 "configure"
 
3044
#line 3045 "configure"
3034
3045
#include "confdefs.h"
3035
3046
#include <sys/types.h>
3036
3047
#if STDC_HEADERS
3060
3071
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
3061
3072
# for constant arguments.  Useless!
3062
3073
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
3063
 
echo "configure:3064: checking for working alloca.h" >&5
 
3074
echo "configure:3075: checking for working alloca.h" >&5
3064
3075
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
3065
3076
  echo $ac_n "(cached) $ac_c" 1>&6
3066
3077
else
3067
3078
  cat > conftest.$ac_ext <<EOF
3068
 
#line 3069 "configure"
 
3079
#line 3080 "configure"
3069
3080
#include "confdefs.h"
3070
3081
#include <alloca.h>
3071
3082
int main() {
3072
3083
char *p = alloca(2 * sizeof(int));
3073
3084
; return 0; }
3074
3085
EOF
3075
 
if { (eval echo configure:3076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3086
if { (eval echo configure:3087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3076
3087
  rm -rf conftest*
3077
3088
  ac_cv_header_alloca_h=yes
3078
3089
else
3093
3104
fi
3094
3105
 
3095
3106
echo $ac_n "checking for alloca""... $ac_c" 1>&6
3096
 
echo "configure:3097: checking for alloca" >&5
 
3107
echo "configure:3108: checking for alloca" >&5
3097
3108
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
3098
3109
  echo $ac_n "(cached) $ac_c" 1>&6
3099
3110
else
3100
3111
  cat > conftest.$ac_ext <<EOF
3101
 
#line 3102 "configure"
 
3112
#line 3113 "configure"
3102
3113
#include "confdefs.h"
3103
3114
 
3104
3115
#ifdef __GNUC__
3126
3137
char *p = (char *) alloca(1);
3127
3138
; return 0; }
3128
3139
EOF
3129
 
if { (eval echo configure:3130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3140
if { (eval echo configure:3141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3130
3141
  rm -rf conftest*
3131
3142
  ac_cv_func_alloca_works=yes
3132
3143
else
3158
3169
 
3159
3170
 
3160
3171
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
3161
 
echo "configure:3162: checking whether alloca needs Cray hooks" >&5
 
3172
echo "configure:3173: checking whether alloca needs Cray hooks" >&5
3162
3173
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
3163
3174
  echo $ac_n "(cached) $ac_c" 1>&6
3164
3175
else
3165
3176
  cat > conftest.$ac_ext <<EOF
3166
 
#line 3167 "configure"
 
3177
#line 3178 "configure"
3167
3178
#include "confdefs.h"
3168
3179
#if defined(CRAY) && ! defined(CRAY2)
3169
3180
webecray
3188
3199
if test $ac_cv_os_cray = yes; then
3189
3200
for ac_func in _getb67 GETB67 getb67; do
3190
3201
  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3191
 
echo "configure:3192: checking for $ac_func" >&5
 
3202
echo "configure:3203: checking for $ac_func" >&5
3192
3203
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3193
3204
  echo $ac_n "(cached) $ac_c" 1>&6
3194
3205
else
3195
3206
  cat > conftest.$ac_ext <<EOF
3196
 
#line 3197 "configure"
 
3207
#line 3208 "configure"
3197
3208
#include "confdefs.h"
3198
3209
/* System header to define __stub macros and hopefully few prototypes,
3199
3210
    which can conflict with char $ac_func(); below.  */
3216
3227
 
3217
3228
; return 0; }
3218
3229
EOF
3219
 
if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3230
if { (eval echo configure:3231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3220
3231
  rm -rf conftest*
3221
3232
  eval "ac_cv_func_$ac_func=yes"
3222
3233
else
3243
3254
fi
3244
3255
 
3245
3256
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
3246
 
echo "configure:3247: checking stack direction for C alloca" >&5
 
3257
echo "configure:3258: checking stack direction for C alloca" >&5
3247
3258
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
3248
3259
  echo $ac_n "(cached) $ac_c" 1>&6
3249
3260
else
3251
3262
  ac_cv_c_stack_direction=0
3252
3263
else
3253
3264
  cat > conftest.$ac_ext <<EOF
3254
 
#line 3255 "configure"
 
3265
#line 3266 "configure"
3255
3266
#include "confdefs.h"
3256
3267
find_stack_direction ()
3257
3268
{
3270
3281
  exit (find_stack_direction() < 0);
3271
3282
}
3272
3283
EOF
3273
 
if { (eval echo configure:3274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
3284
if { (eval echo configure:3285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3274
3285
then
3275
3286
  ac_cv_c_stack_direction=1
3276
3287
else
3291
3302
 
3292
3303
fi
3293
3304
 
3294
 
for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h
 
3305
for ac_hdr in unistd.h
3295
3306
do
3296
3307
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3297
3308
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3298
 
echo "configure:3299: checking for $ac_hdr" >&5
 
3309
echo "configure:3310: checking for $ac_hdr" >&5
3299
3310
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3300
3311
  echo $ac_n "(cached) $ac_c" 1>&6
3301
3312
else
3302
3313
  cat > conftest.$ac_ext <<EOF
3303
 
#line 3304 "configure"
 
3314
#line 3315 "configure"
3304
3315
#include "confdefs.h"
3305
3316
#include <$ac_hdr>
3306
3317
EOF
3307
3318
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3308
 
{ (eval echo configure:3309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3319
{ (eval echo configure:3320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3309
3320
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3310
3321
if test -z "$ac_err"; then
3311
3322
  rm -rf conftest*
3334
3345
for ac_func in getpagesize
3335
3346
do
3336
3347
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3337
 
echo "configure:3338: checking for $ac_func" >&5
 
3348
echo "configure:3349: checking for $ac_func" >&5
3338
3349
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3339
3350
  echo $ac_n "(cached) $ac_c" 1>&6
3340
3351
else
3341
3352
  cat > conftest.$ac_ext <<EOF
3342
 
#line 3343 "configure"
 
3353
#line 3354 "configure"
3343
3354
#include "confdefs.h"
3344
3355
/* System header to define __stub macros and hopefully few prototypes,
3345
3356
    which can conflict with char $ac_func(); below.  */
3362
3373
 
3363
3374
; return 0; }
3364
3375
EOF
3365
 
if { (eval echo configure:3366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3376
if { (eval echo configure:3377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3366
3377
  rm -rf conftest*
3367
3378
  eval "ac_cv_func_$ac_func=yes"
3368
3379
else
3387
3398
done
3388
3399
 
3389
3400
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
3390
 
echo "configure:3391: checking for working mmap" >&5
 
3401
echo "configure:3402: checking for working mmap" >&5
3391
3402
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
3392
3403
  echo $ac_n "(cached) $ac_c" 1>&6
3393
3404
else
3395
3406
  ac_cv_func_mmap_fixed_mapped=no
3396
3407
else
3397
3408
  cat > conftest.$ac_ext <<EOF
3398
 
#line 3399 "configure"
 
3409
#line 3410 "configure"
3399
3410
#include "confdefs.h"
3400
3411
 
3401
3412
/* Thanks to Mike Haertel and Jim Avera for this test.
3423
3434
#include <fcntl.h>
3424
3435
#include <sys/mman.h>
3425
3436
 
3426
 
#if HAVE_SYS_TYPES_H
3427
 
# include <sys/types.h>
3428
 
#endif
3429
 
 
3430
 
#if HAVE_STDLIB_H
3431
 
# include <stdlib.h>
3432
 
#endif
3433
 
 
3434
 
#if HAVE_SYS_STAT_H
3435
 
# include <sys/stat.h>
3436
 
#endif
3437
 
 
3438
 
#if HAVE_UNISTD_H
3439
 
# include <unistd.h>
3440
 
#endif
3441
 
 
3442
3437
/* This mess was copied from the GNU getpagesize.h.  */
3443
3438
#ifndef HAVE_GETPAGESIZE
 
3439
# ifdef HAVE_UNISTD_H
 
3440
#  include <unistd.h>
 
3441
# endif
3444
3442
 
3445
3443
/* Assume that all systems that can run configure have sys/param.h.  */
3446
3444
# ifndef HAVE_SYS_PARAM_H
3548
3546
}
3549
3547
 
3550
3548
EOF
3551
 
if { (eval echo configure:3552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
3549
if { (eval echo configure:3550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3552
3550
then
3553
3551
  ac_cv_func_mmap_fixed_mapped=yes
3554
3552
else
3576
3574
do
3577
3575
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3578
3576
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3579
 
echo "configure:3580: checking for $ac_hdr" >&5
 
3577
echo "configure:3578: checking for $ac_hdr" >&5
3580
3578
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3581
3579
  echo $ac_n "(cached) $ac_c" 1>&6
3582
3580
else
3583
3581
  cat > conftest.$ac_ext <<EOF
3584
 
#line 3585 "configure"
 
3582
#line 3583 "configure"
3585
3583
#include "confdefs.h"
3586
3584
#include <$ac_hdr>
3587
3585
EOF
3588
3586
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3589
 
{ (eval echo configure:3590: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3587
{ (eval echo configure:3588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3590
3588
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3591
3589
if test -z "$ac_err"; then
3592
3590
  rm -rf conftest*
3616
3614
__argz_count __argz_stringify __argz_next
3617
3615
do
3618
3616
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3619
 
echo "configure:3620: checking for $ac_func" >&5
 
3617
echo "configure:3618: checking for $ac_func" >&5
3620
3618
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3621
3619
  echo $ac_n "(cached) $ac_c" 1>&6
3622
3620
else
3623
3621
  cat > conftest.$ac_ext <<EOF
3624
 
#line 3625 "configure"
 
3622
#line 3623 "configure"
3625
3623
#include "confdefs.h"
3626
3624
/* System header to define __stub macros and hopefully few prototypes,
3627
3625
    which can conflict with char $ac_func(); below.  */
3644
3642
 
3645
3643
; return 0; }
3646
3644
EOF
3647
 
if { (eval echo configure:3648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3645
if { (eval echo configure:3646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3648
3646
  rm -rf conftest*
3649
3647
  eval "ac_cv_func_$ac_func=yes"
3650
3648
else
3673
3671
     for ac_func in stpcpy
3674
3672
do
3675
3673
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3676
 
echo "configure:3677: checking for $ac_func" >&5
 
3674
echo "configure:3675: checking for $ac_func" >&5
3677
3675
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3678
3676
  echo $ac_n "(cached) $ac_c" 1>&6
3679
3677
else
3680
3678
  cat > conftest.$ac_ext <<EOF
3681
 
#line 3682 "configure"
 
3679
#line 3680 "configure"
3682
3680
#include "confdefs.h"
3683
3681
/* System header to define __stub macros and hopefully few prototypes,
3684
3682
    which can conflict with char $ac_func(); below.  */
3701
3699
 
3702
3700
; return 0; }
3703
3701
EOF
3704
 
if { (eval echo configure:3705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3702
if { (eval echo configure:3703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3705
3703
  rm -rf conftest*
3706
3704
  eval "ac_cv_func_$ac_func=yes"
3707
3705
else
3735
3733
 
3736
3734
   if test $ac_cv_header_locale_h = yes; then
3737
3735
    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
3738
 
echo "configure:3739: checking for LC_MESSAGES" >&5
 
3736
echo "configure:3737: checking for LC_MESSAGES" >&5
3739
3737
if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
3740
3738
  echo $ac_n "(cached) $ac_c" 1>&6
3741
3739
else
3742
3740
  cat > conftest.$ac_ext <<EOF
3743
 
#line 3744 "configure"
 
3741
#line 3742 "configure"
3744
3742
#include "confdefs.h"
3745
3743
#include <locale.h>
3746
3744
int main() {
3747
3745
return LC_MESSAGES
3748
3746
; return 0; }
3749
3747
EOF
3750
 
if { (eval echo configure:3751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3748
if { (eval echo configure:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3751
3749
  rm -rf conftest*
3752
3750
  am_cv_val_LC_MESSAGES=yes
3753
3751
else
3768
3766
    fi
3769
3767
  fi
3770
3768
   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
3771
 
echo "configure:3772: checking whether NLS is requested" >&5
 
3769
echo "configure:3770: checking whether NLS is requested" >&5
3772
3770
        # Check whether --enable-nls or --disable-nls was given.
3773
3771
if test "${enable_nls+set}" = set; then
3774
3772
  enableval="$enable_nls"
3788
3786
EOF
3789
3787
 
3790
3788
      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
3791
 
echo "configure:3792: checking whether included gettext is requested" >&5
 
3789
echo "configure:3790: checking whether included gettext is requested" >&5
3792
3790
      # Check whether --with-included-gettext or --without-included-gettext was given.
3793
3791
if test "${with_included_gettext+set}" = set; then
3794
3792
  withval="$with_included_gettext"
3807
3805
 
3808
3806
        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
3809
3807
echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
3810
 
echo "configure:3811: checking for libintl.h" >&5
 
3808
echo "configure:3809: checking for libintl.h" >&5
3811
3809
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3812
3810
  echo $ac_n "(cached) $ac_c" 1>&6
3813
3811
else
3814
3812
  cat > conftest.$ac_ext <<EOF
3815
 
#line 3816 "configure"
 
3813
#line 3814 "configure"
3816
3814
#include "confdefs.h"
3817
3815
#include <libintl.h>
3818
3816
EOF
3819
3817
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3820
 
{ (eval echo configure:3821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3818
{ (eval echo configure:3819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3821
3819
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3822
3820
if test -z "$ac_err"; then
3823
3821
  rm -rf conftest*
3834
3832
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3835
3833
  echo "$ac_t""yes" 1>&6
3836
3834
  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
3837
 
echo "configure:3838: checking for gettext in libc" >&5
 
3835
echo "configure:3836: checking for gettext in libc" >&5
3838
3836
if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
3839
3837
  echo $ac_n "(cached) $ac_c" 1>&6
3840
3838
else
3841
3839
  cat > conftest.$ac_ext <<EOF
3842
 
#line 3843 "configure"
 
3840
#line 3841 "configure"
3843
3841
#include "confdefs.h"
3844
3842
#include <libintl.h>
3845
3843
int main() {
3846
3844
return (int) gettext ("")
3847
3845
; return 0; }
3848
3846
EOF
3849
 
if { (eval echo configure:3850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3847
if { (eval echo configure:3848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3850
3848
  rm -rf conftest*
3851
3849
  gt_cv_func_gettext_libc=yes
3852
3850
else
3862
3860
 
3863
3861
           if test "$gt_cv_func_gettext_libc" != "yes"; then
3864
3862
             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
3865
 
echo "configure:3866: checking for bindtextdomain in -lintl" >&5
 
3863
echo "configure:3864: checking for bindtextdomain in -lintl" >&5
3866
3864
ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
3867
3865
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3868
3866
  echo $ac_n "(cached) $ac_c" 1>&6
3870
3868
  ac_save_LIBS="$LIBS"
3871
3869
LIBS="-lintl  $LIBS"
3872
3870
cat > conftest.$ac_ext <<EOF
3873
 
#line 3874 "configure"
 
3871
#line 3872 "configure"
3874
3872
#include "confdefs.h"
3875
3873
/* Override any gcc2 internal prototype to avoid an error.  */
3876
3874
/* We use char because int might match the return type of a gcc2
3881
3879
bindtextdomain()
3882
3880
; return 0; }
3883
3881
EOF
3884
 
if { (eval echo configure:3885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3882
if { (eval echo configure:3883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3885
3883
  rm -rf conftest*
3886
3884
  eval "ac_cv_lib_$ac_lib_var=yes"
3887
3885
else
3897
3895
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3898
3896
  echo "$ac_t""yes" 1>&6
3899
3897
  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
3900
 
echo "configure:3901: checking for gettext in libintl" >&5
 
3898
echo "configure:3899: checking for gettext in libintl" >&5
3901
3899
if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
3902
3900
  echo $ac_n "(cached) $ac_c" 1>&6
3903
3901
else
3904
3902
  cat > conftest.$ac_ext <<EOF
3905
 
#line 3906 "configure"
 
3903
#line 3904 "configure"
3906
3904
#include "confdefs.h"
3907
3905
 
3908
3906
int main() {
3909
3907
return (int) gettext ("")
3910
3908
; return 0; }
3911
3909
EOF
3912
 
if { (eval echo configure:3913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3910
if { (eval echo configure:3911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3913
3911
  rm -rf conftest*
3914
3912
  gt_cv_func_gettext_libintl=yes
3915
3913
else
3937
3935
              # Extract the first word of "msgfmt", so it can be a program name with args.
3938
3936
set dummy msgfmt; ac_word=$2
3939
3937
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3940
 
echo "configure:3941: checking for $ac_word" >&5
 
3938
echo "configure:3939: checking for $ac_word" >&5
3941
3939
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
3942
3940
  echo $ac_n "(cached) $ac_c" 1>&6
3943
3941
else
3971
3969
                for ac_func in dcgettext
3972
3970
do
3973
3971
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3974
 
echo "configure:3975: checking for $ac_func" >&5
 
3972
echo "configure:3973: checking for $ac_func" >&5
3975
3973
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3976
3974
  echo $ac_n "(cached) $ac_c" 1>&6
3977
3975
else
3978
3976
  cat > conftest.$ac_ext <<EOF
3979
 
#line 3980 "configure"
 
3977
#line 3978 "configure"
3980
3978
#include "confdefs.h"
3981
3979
/* System header to define __stub macros and hopefully few prototypes,
3982
3980
    which can conflict with char $ac_func(); below.  */
3999
3997
 
4000
3998
; return 0; }
4001
3999
EOF
4002
 
if { (eval echo configure:4003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4000
if { (eval echo configure:4001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4003
4001
  rm -rf conftest*
4004
4002
  eval "ac_cv_func_$ac_func=yes"
4005
4003
else
4026
4024
                # Extract the first word of "gmsgfmt", so it can be a program name with args.
4027
4025
set dummy gmsgfmt; ac_word=$2
4028
4026
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4029
 
echo "configure:4030: checking for $ac_word" >&5
 
4027
echo "configure:4028: checking for $ac_word" >&5
4030
4028
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
4031
4029
  echo $ac_n "(cached) $ac_c" 1>&6
4032
4030
else
4062
4060
                # Extract the first word of "xgettext", so it can be a program name with args.
4063
4061
set dummy xgettext; ac_word=$2
4064
4062
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4065
 
echo "configure:4066: checking for $ac_word" >&5
 
4063
echo "configure:4064: checking for $ac_word" >&5
4066
4064
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
4067
4065
  echo $ac_n "(cached) $ac_c" 1>&6
4068
4066
else
4094
4092
fi
4095
4093
 
4096
4094
                cat > conftest.$ac_ext <<EOF
4097
 
#line 4098 "configure"
 
4095
#line 4096 "configure"
4098
4096
#include "confdefs.h"
4099
4097
 
4100
4098
int main() {
4102
4100
                               return _nl_msg_cat_cntr
4103
4101
; return 0; }
4104
4102
EOF
4105
 
if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4103
if { (eval echo configure:4104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4106
4104
  rm -rf conftest*
4107
4105
  CATOBJEXT=.gmo
4108
4106
                   DATADIRNAME=share
4134
4132
        # Extract the first word of "msgfmt", so it can be a program name with args.
4135
4133
set dummy msgfmt; ac_word=$2
4136
4134
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4137
 
echo "configure:4138: checking for $ac_word" >&5
 
4135
echo "configure:4136: checking for $ac_word" >&5
4138
4136
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
4139
4137
  echo $ac_n "(cached) $ac_c" 1>&6
4140
4138
else
4168
4166
        # Extract the first word of "gmsgfmt", so it can be a program name with args.
4169
4167
set dummy gmsgfmt; ac_word=$2
4170
4168
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4171
 
echo "configure:4172: checking for $ac_word" >&5
 
4169
echo "configure:4170: checking for $ac_word" >&5
4172
4170
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
4173
4171
  echo $ac_n "(cached) $ac_c" 1>&6
4174
4172
else
4204
4202
        # Extract the first word of "xgettext", so it can be a program name with args.
4205
4203
set dummy xgettext; ac_word=$2
4206
4204
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4207
 
echo "configure:4208: checking for $ac_word" >&5
 
4205
echo "configure:4206: checking for $ac_word" >&5
4208
4206
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
4209
4207
  echo $ac_n "(cached) $ac_c" 1>&6
4210
4208
else
4294
4292
       LINGUAS=
4295
4293
     else
4296
4294
       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
4297
 
echo "configure:4298: checking for catalogs to be installed" >&5
 
4295
echo "configure:4296: checking for catalogs to be installed" >&5
4298
4296
       NEW_LINGUAS=
4299
4297
       for lang in ${LINGUAS=$ALL_LINGUAS}; do
4300
4298
         case "$ALL_LINGUAS" in
4322
4320
      if test "$CATOBJEXT" = ".cat"; then
4323
4321
         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
4324
4322
echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
4325
 
echo "configure:4326: checking for linux/version.h" >&5
 
4323
echo "configure:4324: checking for linux/version.h" >&5
4326
4324
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4327
4325
  echo $ac_n "(cached) $ac_c" 1>&6
4328
4326
else
4329
4327
  cat > conftest.$ac_ext <<EOF
4330
 
#line 4331 "configure"
 
4328
#line 4329 "configure"
4331
4329
#include "confdefs.h"
4332
4330
#include <linux/version.h>
4333
4331
EOF
4334
4332
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4335
 
{ (eval echo configure:4336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4333
{ (eval echo configure:4334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4336
4334
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4337
4335
if test -z "$ac_err"; then
4338
4336
  rm -rf conftest*
4410
4408
  EXEEXT_FOR_BUILD='$(EXEEXT)'
4411
4409
else
4412
4410
  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
4413
 
echo "configure:4414: checking for build system executable suffix" >&5
 
4411
echo "configure:4412: checking for build system executable suffix" >&5
4414
4412
if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
4415
4413
  echo $ac_n "(cached) $ac_c" 1>&6
4416
4414
else
4447
4445
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4448
4446
# ./install, which can be erroneously created by make from ./install.sh.
4449
4447
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
4450
 
echo "configure:4451: checking for a BSD compatible install" >&5
 
4448
echo "configure:4449: checking for a BSD compatible install" >&5
4451
4449
if test -z "$INSTALL"; then
4452
4450
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
4453
4451
  echo $ac_n "(cached) $ac_c" 1>&6
4504
4502
do
4505
4503
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4506
4504
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4507
 
echo "configure:4508: checking for $ac_hdr" >&5
 
4505
echo "configure:4506: checking for $ac_hdr" >&5
4508
4506
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4509
4507
  echo $ac_n "(cached) $ac_c" 1>&6
4510
4508
else
4511
4509
  cat > conftest.$ac_ext <<EOF
4512
 
#line 4513 "configure"
 
4510
#line 4511 "configure"
4513
4511
#include "confdefs.h"
4514
4512
#include <$ac_hdr>
4515
4513
EOF
4516
4514
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4517
 
{ (eval echo configure:4518: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4515
{ (eval echo configure:4516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4518
4516
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4519
4517
if test -z "$ac_err"; then
4520
4518
  rm -rf conftest*