Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/gprof/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    5050silent=
    5151site=
    52 sitefile=
    5352srcdir=
    5453target=NONE
     
    165164  --no-create             do not create output files
    166165  --quiet, --silent       do not print \`checking...' messages
    167   --site-file=FILE        use FILE as the site file
    168166  --version               print the version of autoconf that created configure
    169167Directory and file names:
     
    336334    site="$ac_optarg" ;;
    337335
    338   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    339     ac_prev=sitefile ;;
    340   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    341     sitefile="$ac_optarg" ;;
    342 
    343336  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    344337    ac_prev=srcdir ;;
     
    506499
    507500# Prefer explicitly selected file to automatically selected ones.
    508 if test -z "$sitefile"; then
    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"
    514     fi
     501if test -z "$CONFIG_SITE"; then
     502  if test "x$prefix" != xNONE; then
     503    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     504  else
     505    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    515506  fi
    516 else
    517   CONFIG_SITE="$sitefile"
    518507fi
    519508for ac_site_file in $CONFIG_SITE; do
     
    554543
    555544echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    556 echo "configure:557: checking for Cygwin environment" >&5
     545echo "configure:546: checking for Cygwin environment" >&5
    557546if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    558547  echo $ac_n "(cached) $ac_c" 1>&6
    559548else
    560549  cat > conftest.$ac_ext <<EOF
    561 #line 562 "configure"
     550#line 551 "configure"
    562551#include "confdefs.h"
    563552
     
    570559; return 0; }
    571560EOF
    572 if { (eval echo configure:573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     561if { (eval echo configure:562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    573562  rm -rf conftest*
    574563  ac_cv_cygwin=yes
     
    587576test "$ac_cv_cygwin" = yes && CYGWIN=yes
    588577echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    589 echo "configure:590: checking for mingw32 environment" >&5
     578echo "configure:579: checking for mingw32 environment" >&5
    590579if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    591580  echo $ac_n "(cached) $ac_c" 1>&6
    592581else
    593582  cat > conftest.$ac_ext <<EOF
    594 #line 595 "configure"
     583#line 584 "configure"
    595584#include "confdefs.h"
    596585
     
    599588; return 0; }
    600589EOF
    601 if { (eval echo configure:602: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     590if { (eval echo configure:591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    602591  rm -rf conftest*
    603592  ac_cv_mingw32=yes
     
    664653
    665654echo $ac_n "checking host system type""... $ac_c" 1>&6
    666 echo "configure:667: checking host system type" >&5
     655echo "configure:656: checking host system type" >&5
    667656
    668657host_alias=$host
     
    685674
    686675echo $ac_n "checking target system type""... $ac_c" 1>&6
    687 echo "configure:688: checking target system type" >&5
     676echo "configure:677: checking target system type" >&5
    688677
    689678target_alias=$target
     
    703692
    704693echo $ac_n "checking build system type""... $ac_c" 1>&6
    705 echo "configure:706: checking build system type" >&5
     694echo "configure:695: checking build system type" >&5
    706695
    707696build_alias=$build
     
    728717set dummy gcc; ac_word=$2
    729718echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    730 echo "configure:731: checking for $ac_word" >&5
     719echo "configure:720: checking for $ac_word" >&5
    731720if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    732721  echo $ac_n "(cached) $ac_c" 1>&6
     
    758747set dummy cc; ac_word=$2
    759748echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    760 echo "configure:761: checking for $ac_word" >&5
     749echo "configure:750: checking for $ac_word" >&5
    761750if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    762751  echo $ac_n "(cached) $ac_c" 1>&6
     
    809798set dummy cl; ac_word=$2
    810799echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    811 echo "configure:812: checking for $ac_word" >&5
     800echo "configure:801: checking for $ac_word" >&5
    812801if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    813802  echo $ac_n "(cached) $ac_c" 1>&6
     
    841830
    842831echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    843 echo "configure:844: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     832echo "configure:833: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    844833
    845834ac_ext=c
     
    852841cat > conftest.$ac_ext << EOF
    853842
    854 #line 855 "configure"
     843#line 844 "configure"
    855844#include "confdefs.h"
    856845
    857846main(){return(0);}
    858847EOF
    859 if { (eval echo configure:860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     848if { (eval echo configure:849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    860849  ac_cv_prog_cc_works=yes
    861850  # If we can't run a trivial program, we are probably using a cross compiler.
     
    883872fi
    884873echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    885 echo "configure:886: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     874echo "configure:875: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    886875echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    887876cross_compiling=$ac_cv_prog_cc_cross
    888877
    889878echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    890 echo "configure:891: checking whether we are using GNU C" >&5
     879echo "configure:880: checking whether we are using GNU C" >&5
    891880if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    892881  echo $ac_n "(cached) $ac_c" 1>&6
     
    897886#endif
    898887EOF
    899 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:900: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     888if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    900889  ac_cv_prog_gcc=yes
    901890else
     
    916905CFLAGS=
    917906echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    918 echo "configure:919: checking whether ${CC-cc} accepts -g" >&5
     907echo "configure:908: checking whether ${CC-cc} accepts -g" >&5
    919908if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    920909  echo $ac_n "(cached) $ac_c" 1>&6
     
    948937
    949938echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    950 echo "configure:951: checking for POSIXized ISC" >&5
     939echo "configure:940: checking for POSIXized ISC" >&5
    951940if test -d /etc/conf/kconfig.d &&
    952941  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    982971# ./install, which can be erroneously created by make from ./install.sh.
    983972echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    984 echo "configure:985: checking for a BSD compatible install" >&5
     973echo "configure:974: checking for a BSD compatible install" >&5
    985974if test -z "$INSTALL"; then
    986975if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10351024
    10361025echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1037 echo "configure:1038: checking whether build environment is sane" >&5
     1026echo "configure:1027: checking whether build environment is sane" >&5
    10381027# Just in case
    10391028sleep 1
     
    10921081
    10931082echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1094 echo "configure:1095: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1083echo "configure:1084: checking whether ${MAKE-make} sets \${MAKE}" >&5
    10951084set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    10961085if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11381127missing_dir=`cd $ac_aux_dir && pwd`
    11391128echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1140 echo "configure:1141: checking for working aclocal" >&5
     1129echo "configure:1130: checking for working aclocal" >&5
    11411130# Run test in a subshell; some versions of sh will print an error if
    11421131# an executable is not found, even if stderr is redirected.
     
    11511140
    11521141echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1153 echo "configure:1154: checking for working autoconf" >&5
     1142echo "configure:1143: checking for working autoconf" >&5
    11541143# Run test in a subshell; some versions of sh will print an error if
    11551144# an executable is not found, even if stderr is redirected.
     
    11641153
    11651154echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1166 echo "configure:1167: checking for working automake" >&5
     1155echo "configure:1156: checking for working automake" >&5
    11671156# Run test in a subshell; some versions of sh will print an error if
    11681157# an executable is not found, even if stderr is redirected.
     
    11771166
    11781167echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1179 echo "configure:1180: checking for working autoheader" >&5
     1168echo "configure:1169: checking for working autoheader" >&5
    11801169# Run test in a subshell; some versions of sh will print an error if
    11811170# an executable is not found, even if stderr is redirected.
     
    11901179
    11911180echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1192 echo "configure:1193: checking for working makeinfo" >&5
     1181echo "configure:1182: checking for working makeinfo" >&5
    11931182# Run test in a subshell; some versions of sh will print an error if
    11941183# an executable is not found, even if stderr is redirected.
     
    12081197  enableval="$enable_shared"
    12091198  p=${PACKAGE-default}
    1210 case "$enableval" in
     1199case $enableval in
    12111200yes) enable_shared=yes ;;
    12121201no) enable_shared=no ;;
     
    12311220  enableval="$enable_static"
    12321221  p=${PACKAGE-default}
    1233 case "$enableval" in
     1222case $enableval in
    12341223yes) enable_static=yes ;;
    12351224no) enable_static=no ;;
     
    12541243  enableval="$enable_fast_install"
    12551244  p=${PACKAGE-default}
    1256 case "$enableval" in
     1245case $enableval in
    12571246yes) enable_fast_install=yes ;;
    12581247no) enable_fast_install=no ;;
     
    12821271
    12831272ac_prog=ld
    1284 if test "$ac_cv_prog_gcc" = yes; then
     1273if test "$GCC" = yes; then
    12851274  # Check if gcc -print-prog-name=ld gives a path.
    12861275  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1287 echo "configure:1288: checking for ld used by GCC" >&5
     1276echo "configure:1277: checking for ld used by GCC" >&5
    12881277  case $host in
    12891278  *-*-mingw*)
     
    12931282    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
    12941283  esac
    1295   case "$ac_prog" in
     1284  case $ac_prog in
    12961285    # Accept absolute paths.
    12971286    [\\/]* | [A-Za-z]:[\\/]*)
     
    13151304elif test "$with_gnu_ld" = yes; then
    13161305  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1317 echo "configure:1318: checking for GNU ld" >&5
     1306echo "configure:1307: checking for GNU ld" >&5
    13181307else
    13191308  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1320 echo "configure:1321: checking for non-GNU ld" >&5
    1321 fi
    1322 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     1309echo "configure:1310: checking for non-GNU ld" >&5
     1310fi
     1311if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
    13231312  echo $ac_n "(cached) $ac_c" 1>&6
    13241313else
     
    13281317    test -z "$ac_dir" && ac_dir=.
    13291318    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
    1330       ac_cv_path_LD="$ac_dir/$ac_prog"
     1319      lt_cv_path_LD="$ac_dir/$ac_prog"
    13311320      # Check to see if the program is GNU ld.  I'd rather use --version,
    13321321      # but apparently some GNU ld's only accept -v.
    13331322      # Break only if it was the GNU/non-GNU ld that we prefer.
    1334       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
     1323      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
    13351324        test "$with_gnu_ld" != no && break
    13361325      else
     
    13411330  IFS="$ac_save_ifs"
    13421331else
    1343   ac_cv_path_LD="$LD" # Let the user override the test with a path.
    1344 fi
    1345 fi
    1346 
    1347 LD="$ac_cv_path_LD"
     1332  lt_cv_path_LD="$LD" # Let the user override the test with a path.
     1333fi
     1334fi
     1335
     1336LD="$lt_cv_path_LD"
    13481337if test -n "$LD"; then
    13491338  echo "$ac_t""$LD" 1>&6
     
    13531342test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    13541343echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1355 echo "configure:1356: checking if the linker ($LD) is GNU ld" >&5
    1356 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
     1344echo "configure:1345: checking if the linker ($LD) is GNU ld" >&5
     1345if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    13571346  echo $ac_n "(cached) $ac_c" 1>&6
    13581347else
    13591348  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    13601349if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
    1361   ac_cv_prog_gnu_ld=yes
    1362 else
    1363   ac_cv_prog_gnu_ld=no
    1364 fi
    1365 fi
    1366 
    1367 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
    1368 with_gnu_ld=$ac_cv_prog_gnu_ld
     1350  lt_cv_prog_gnu_ld=yes
     1351else
     1352  lt_cv_prog_gnu_ld=no
     1353fi
     1354fi
     1355
     1356echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
     1357with_gnu_ld=$lt_cv_prog_gnu_ld
    13691358
    13701359
    13711360echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1372 echo "configure:1373: checking for $LD option to reload object files" >&5
     1361echo "configure:1362: checking for $LD option to reload object files" >&5
    13731362if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    13741363  echo $ac_n "(cached) $ac_c" 1>&6
     
    13821371
    13831372echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1384 echo "configure:1385: checking for BSD-compatible nm" >&5
    1385 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
     1373echo "configure:1374: checking for BSD-compatible nm" >&5
     1374if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    13861375  echo $ac_n "(cached) $ac_c" 1>&6
    13871376else
    13881377  if test -n "$NM"; then
    13891378  # Let the user override the test.
    1390   ac_cv_path_NM="$NM"
     1379  lt_cv_path_NM="$NM"
    13911380else
    13921381  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
     
    14001389      # Tru64's nm complains that /dev/null is an invalid object file
    14011390      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
    1402         ac_cv_path_NM="$tmp_nm -B"
     1391        lt_cv_path_NM="$tmp_nm -B"
    14031392        break
    14041393      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
    1405         ac_cv_path_NM="$tmp_nm -p"
     1394        lt_cv_path_NM="$tmp_nm -p"
    14061395        break
    14071396      else
    1408         ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
     1397        lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
    14091398        continue # so that we can try to find one that supports BSD flags
    14101399      fi
     
    14121401  done
    14131402  IFS="$ac_save_ifs"
    1414   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
    1415 fi
    1416 fi
    1417 
    1418 NM="$ac_cv_path_NM"
     1403  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
     1404fi
     1405fi
     1406
     1407NM="$lt_cv_path_NM"
    14191408echo "$ac_t""$NM" 1>&6
    14201409
    14211410echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1422 echo "configure:1423: checking whether ln -s works" >&5
     1411echo "configure:1412: checking whether ln -s works" >&5
    14231412if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    14241413  echo $ac_n "(cached) $ac_c" 1>&6
     
    14411430
    14421431echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1443 echo "configure:1444: checking how to recognise dependant libraries" >&5
     1432echo "configure:1433: checking how to recognise dependant libraries" >&5
    14441433if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    14451434  echo $ac_n "(cached) $ac_c" 1>&6
     
    14591448# whether `pass_all' will *always* work, you probably want this one.
    14601449
    1461 case "$host_os" in
    1462 aix4*)
     1450case $host_os in
     1451aix*)
    14631452  lt_cv_deplibs_check_method=pass_all
    14641453  ;;
     
    14691458
    14701459bsdi4*)
    1471     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    1472     lt_cv_file_magic_cmd='/usr/bin/file -L'
     1460  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
     1461  lt_cv_file_magic_cmd='/usr/bin/file -L'
    14731462  lt_cv_file_magic_test_file=/shlib/libc.so
    14741463  ;;
     
    14791468  ;;
    14801469
     1470darwin* | rhapsody*)
     1471  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
     1472  lt_cv_file_magic_cmd='/usr/bin/file -L'
     1473  case "$host_os" in
     1474  rhapsody* | darwin1.012)
     1475    lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
     1476    ;;
     1477  *) # Darwin 1.3 on
     1478    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
     1479    ;;
     1480  esac
     1481  ;;
     1482
    14811483freebsd* )
    14821484  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
    1483     case "$host_cpu" in
     1485    case $host_cpu in
    14841486    i*86 )
    14851487      # Not sure whether the presence of OpenBSD here was a mistake.
    14861488      # Let's accept both of them until this is cleared up.
    1487             lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
    1488             lt_cv_file_magic_cmd=/usr/bin/file
     1489      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
     1490      lt_cv_file_magic_cmd=/usr/bin/file
    14891491      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    14901492      ;;
     
    14991501  ;;
    15001502
    1501 hpux10.20*)
    1502   # TODO:  Does this work for hpux-11 too?
    1503   lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
    1504   lt_cv_file_magic_cmd=/usr/bin/file
    1505   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1503hpux10.20*|hpux11*)
     1504  case $host_cpu in
     1505  hppa*)
     1506    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1507    lt_cv_file_magic_cmd=/usr/bin/file
     1508    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1509    ;;
     1510  ia64*)
     1511    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1512    lt_cv_file_magic_cmd=/usr/bin/file
     1513    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1514    ;;
     1515  esac
    15061516  ;;
    15071517
    15081518irix5* | irix6*)
    1509   case "$host_os" in
     1519  case $host_os in
    15101520  irix5*)
    15111521    # this will be overridden with pass_all, but let us keep it just in case
     
    15131523    ;;
    15141524  *)
    1515     case "$LD" in
     1525    case $LD in
    15161526    *-32|*"-32 ") libmagic=32-bit;;
    15171527    *-n32|*"-n32 ") libmagic=N32;;
     
    15201530    esac
    15211531    # this will be overridden with pass_all, but let us keep it just in case
    1522         lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
    1523         ;;
     1532    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
     1533    ;;
    15241534  esac
    15251535  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
     
    15291539# This must be Linux ELF.
    15301540linux-gnu*)
    1531   case "$host_cpu" in
    1532   alpha* | i*86 | powerpc* | sparc* | ia64* )
     1541  case $host_cpu in
     1542  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
    15331543    lt_cv_deplibs_check_method=pass_all ;;
    15341544  *)
    15351545    # glibc up to 2.1.1 does not perform some relocations on ARM
    1536         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
    1537       esac
     1546    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
     1547  esac
    15381548  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    15391549  ;;
    15401550
    15411551netbsd*)
    1542   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
     1552  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     1553    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
    15431554  else
    1544         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
    1545         lt_cv_file_magic_cmd='/usr/bin/file -L'
    1546     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1555    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
    15471556  fi
     1557  ;;
     1558
     1559newsos6)
     1560  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
     1561  lt_cv_file_magic_cmd=/usr/bin/file
     1562  lt_cv_file_magic_test_file=/usr/lib/libnls.so
    15481563  ;;
    15491564
     
    15641579  ;;
    15651580
     1581sysv5uw[78]* | sysv4*uw2*)
     1582  lt_cv_deplibs_check_method=pass_all
     1583  ;;
     1584
    15661585sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
    1567   case "$host_vendor" in
     1586  case $host_vendor in
    15681587  ncr)
    15691588    lt_cv_deplibs_check_method=pass_all
    15701589    ;;
    15711590  motorola)
    1572         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
    1573         lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1591    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
     1592    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
    15741593    ;;
    15751594  esac
     
    15841603
    15851604echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1586 echo "configure:1587: checking for object suffix" >&5
     1605echo "configure:1606: checking for object suffix" >&5
    15871606if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    15881607  echo $ac_n "(cached) $ac_c" 1>&6
     
    15901609  rm -f conftest*
    15911610echo 'int i = 1;' > conftest.$ac_ext
    1592 if { (eval echo configure:1593: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1611if { (eval echo configure:1612: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15931612  for ac_file in conftest.*; do
    15941613    case $ac_file in
     
    16101629
    16111630echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1612 echo "configure:1613: checking for executable suffix" >&5
     1631echo "configure:1632: checking for executable suffix" >&5
    16131632if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    16141633  echo $ac_n "(cached) $ac_c" 1>&6
     
    16201639  echo 'int main () { return 0; }' > conftest.$ac_ext
    16211640  ac_cv_exeext=
    1622   if { (eval echo configure:1623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1641  if { (eval echo configure:1642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    16231642    for file in conftest.*; do
    16241643      case $file in
    1625       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     1644      *.c | *.o | *.obj) ;;
    16261645      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    16271646      esac
     
    16491668
    16501669# Only perform the check for file, if the check method requires it
    1651 case "$deplibs_check_method" in
     1670case $deplibs_check_method in
    16521671file_magic*)
    16531672  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    16541673    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1655 echo "configure:1656: checking for ${ac_tool_prefix}file" >&5
     1674echo "configure:1675: checking for ${ac_tool_prefix}file" >&5
    16561675if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    16571676  echo $ac_n "(cached) $ac_c" 1>&6
    16581677else
    1659   case "$MAGIC_CMD" in
     1678  case $MAGIC_CMD in
    16601679  /*)
    16611680  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    16731692      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
    16741693      if test -n "$file_magic_test_file"; then
    1675         case "$deplibs_check_method" in
     1694        case $deplibs_check_method in
    16761695        "file_magic "*)
    16771696          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    17151734  if test -n "$ac_tool_prefix"; then
    17161735    echo $ac_n "checking for file""... $ac_c" 1>&6
    1717 echo "configure:1718: checking for file" >&5
     1736echo "configure:1737: checking for file" >&5
    17181737if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17191738  echo $ac_n "(cached) $ac_c" 1>&6
    17201739else
    1721   case "$MAGIC_CMD" in
     1740  case $MAGIC_CMD in
    17221741  /*)
    17231742  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    17351754      lt_cv_path_MAGIC_CMD="$ac_dir/file"
    17361755      if test -n "$file_magic_test_file"; then
    1737         case "$deplibs_check_method" in
     1756        case $deplibs_check_method in
    17381757        "file_magic "*)
    17391758          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    17861805set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    17871806echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1788 echo "configure:1789: checking for $ac_word" >&5
     1807echo "configure:1808: checking for $ac_word" >&5
    17891808if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    17901809  echo $ac_n "(cached) $ac_c" 1>&6
     
    18181837set dummy ranlib; ac_word=$2
    18191838echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1820 echo "configure:1821: checking for $ac_word" >&5
     1839echo "configure:1840: checking for $ac_word" >&5
    18211840if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18221841  echo $ac_n "(cached) $ac_c" 1>&6
     
    18531872set dummy ${ac_tool_prefix}strip; ac_word=$2
    18541873echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1855 echo "configure:1856: checking for $ac_word" >&5
     1874echo "configure:1875: checking for $ac_word" >&5
    18561875if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18571876  echo $ac_n "(cached) $ac_c" 1>&6
     
    18851904set dummy strip; ac_word=$2
    18861905echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1887 echo "configure:1888: checking for $ac_word" >&5
     1906echo "configure:1907: checking for $ac_word" >&5
    18881907if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    18891908  echo $ac_n "(cached) $ac_c" 1>&6
     
    19231942test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
    19241943test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
    1925 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
    1926 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
     1944test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
     1945test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
    19271946
    19281947
     
    19491968# Some flags need to be propagated to the compiler or linker for good
    19501969# libtool support.
    1951 case "$host" in
     1970case $host in
    19521971*-*-irix6*)
    19531972  # Find out which ABI we are using.
    1954   echo '#line 1955 "configure"' > conftest.$ac_ext
    1955   if { (eval echo configure:1956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1956     case "`/usr/bin/file conftest.o`" in
     1973  echo '#line 1974 "configure"' > conftest.$ac_ext
     1974  if { (eval echo configure:1975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1975    case `/usr/bin/file conftest.$ac_objext` in
    19571976    *32-bit*)
    19581977      LD="${LD-ld} -32"
     
    19691988  ;;
    19701989
     1990ia64-*-hpux*)
     1991  # Find out which ABI we are using.
     1992  echo 'int i;' > conftest.$ac_ext
     1993  if { (eval echo configure:1994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1994    case "`/usr/bin/file conftest.o`" in
     1995    *ELF-32*)
     1996      HPUX_IA64_MODE="32"
     1997      ;;
     1998    *ELF-64*)
     1999      HPUX_IA64_MODE="64"
     2000      ;;
     2001    esac
     2002  fi
     2003  rm -rf conftest*
     2004  ;;
     2005
    19712006*-*-sco3.2v5*)
    19722007  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
     
    19742009  CFLAGS="$CFLAGS -belf"
    19752010  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1976 echo "configure:1977: checking whether the C compiler needs -belf" >&5
     2011echo "configure:2012: checking whether the C compiler needs -belf" >&5
    19772012if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    19782013  echo $ac_n "(cached) $ac_c" 1>&6
     
    19872022
    19882023     cat > conftest.$ac_ext <<EOF
    1989 #line 1990 "configure"
     2024#line 2025 "configure"
    19902025#include "confdefs.h"
    19912026
     
    19942029; return 0; }
    19952030EOF
    1996 if { (eval echo configure:1997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2031if { (eval echo configure:2032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    19972032  rm -rf conftest*
    19982033  lt_cv_cc_needs_belf=yes
     
    21042139exec 5>>./config.log
    21052140
    2106 
    21072141 
    21082142
     
    21182152set dummy gcc; ac_word=$2
    21192153echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2120 echo "configure:2121: checking for $ac_word" >&5
     2154echo "configure:2155: checking for $ac_word" >&5
    21212155if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21222156  echo $ac_n "(cached) $ac_c" 1>&6
     
    21482182set dummy cc; ac_word=$2
    21492183echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2150 echo "configure:2151: checking for $ac_word" >&5
     2184echo "configure:2185: checking for $ac_word" >&5
    21512185if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21522186  echo $ac_n "(cached) $ac_c" 1>&6
     
    21992233set dummy cl; ac_word=$2
    22002234echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2201 echo "configure:2202: checking for $ac_word" >&5
     2235echo "configure:2236: checking for $ac_word" >&5
    22022236if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22032237  echo $ac_n "(cached) $ac_c" 1>&6
     
    22312265
    22322266echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2233 echo "configure:2234: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2267echo "configure:2268: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    22342268
    22352269ac_ext=c
     
    22422276cat > conftest.$ac_ext << EOF
    22432277
    2244 #line 2245 "configure"
     2278#line 2279 "configure"
    22452279#include "confdefs.h"
    22462280
    22472281main(){return(0);}
    22482282EOF
    2249 if { (eval echo configure:2250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2283if { (eval echo configure:2284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22502284  ac_cv_prog_cc_works=yes
    22512285  # If we can't run a trivial program, we are probably using a cross compiler.
     
    22732307fi
    22742308echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2275 echo "configure:2276: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2309echo "configure:2310: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    22762310echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    22772311cross_compiling=$ac_cv_prog_cc_cross
    22782312
    22792313echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2280 echo "configure:2281: checking whether we are using GNU C" >&5
     2314echo "configure:2315: checking whether we are using GNU C" >&5
    22812315if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    22822316  echo $ac_n "(cached) $ac_c" 1>&6
     
    22872321#endif
    22882322EOF
    2289 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2323if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    22902324  ac_cv_prog_gcc=yes
    22912325else
     
    23062340CFLAGS=
    23072341echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2308 echo "configure:2309: checking whether ${CC-cc} accepts -g" >&5
     2342echo "configure:2343: checking whether ${CC-cc} accepts -g" >&5
    23092343if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    23102344  echo $ac_n "(cached) $ac_c" 1>&6
     
    23492383# ./install, which can be erroneously created by make from ./install.sh.
    23502384echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2351 echo "configure:2352: checking for a BSD compatible install" >&5
     2385echo "configure:2386: checking for a BSD compatible install" >&5
    23522386if test -z "$INSTALL"; then
    23532387if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    24052439do
    24062440echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2407 echo "configure:2408: checking for $ac_func" >&5
     2441echo "configure:2442: checking for $ac_func" >&5
    24082442if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    24092443  echo $ac_n "(cached) $ac_c" 1>&6
    24102444else
    24112445  cat > conftest.$ac_ext <<EOF
    2412 #line 2413 "configure"
     2446#line 2447 "configure"
    24132447#include "confdefs.h"
    24142448/* System header to define __stub macros and hopefully few prototypes,
     
    24332467; return 0; }
    24342468EOF
    2435 if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2469if { (eval echo configure:2470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24362470  rm -rf conftest*
    24372471  eval "ac_cv_func_$ac_func=yes"
     
    24582492
    24592493
    2460 ALL_LINGUAS=
     2494ALL_LINGUAS="fr tr sv es id da pt_BR"
    24612495echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2462 echo "configure:2463: checking how to run the C preprocessor" >&5
     2496echo "configure:2497: checking how to run the C preprocessor" >&5
    24632497# On Suns, sometimes $CPP names a directory.
    24642498if test -n "$CPP" && test -d "$CPP"; then
     
    24752509  # not just through cpp.
    24762510  cat > conftest.$ac_ext <<EOF
    2477 #line 2478 "configure"
    2478 #include "confdefs.h"
    2479 #include <assert.h>
    2480 Syntax Error
    2481 EOF
    2482 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2483 { (eval echo configure:2484: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    2484 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    2485 if test -z "$ac_err"; then
    2486   :
    2487 else
    2488   echo "$ac_err" >&5
    2489   echo "configure: failed program was:" >&5
    2490   cat conftest.$ac_ext >&5
    2491   rm -rf conftest*
    2492   CPP="${CC-cc} -E -traditional-cpp"
    2493   cat > conftest.$ac_ext <<EOF
    2494 #line 2495 "configure"
    2495 #include "confdefs.h"
    2496 #include <assert.h>
    2497 Syntax Error
    2498 EOF
    2499 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2500 { (eval echo configure:2501: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    2501 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    2502 if test -z "$ac_err"; then
    2503   :
    2504 else
    2505   echo "$ac_err" >&5
    2506   echo "configure: failed program was:" >&5
    2507   cat conftest.$ac_ext >&5
    2508   rm -rf conftest*
    2509   CPP="${CC-cc} -nologo -E"
    2510   cat > conftest.$ac_ext <<EOF
    25112511#line 2512 "configure"
    25122512#include "confdefs.h"
     
    25242524  cat conftest.$ac_ext >&5
    25252525  rm -rf conftest*
     2526  CPP="${CC-cc} -E -traditional-cpp"
     2527  cat > conftest.$ac_ext <<EOF
     2528#line 2529 "configure"
     2529#include "confdefs.h"
     2530#include <assert.h>
     2531Syntax Error
     2532EOF
     2533ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     2534{ (eval echo configure:2535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2535ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     2536if test -z "$ac_err"; then
     2537  :
     2538else
     2539  echo "$ac_err" >&5
     2540  echo "configure: failed program was:" >&5
     2541  cat conftest.$ac_ext >&5
     2542  rm -rf conftest*
     2543  CPP="${CC-cc} -nologo -E"
     2544  cat > conftest.$ac_ext <<EOF
     2545#line 2546 "configure"
     2546#include "confdefs.h"
     2547#include <assert.h>
     2548Syntax Error
     2549EOF
     2550ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     2551{ (eval echo configure:2552: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2552ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     2553if test -z "$ac_err"; then
     2554  :
     2555else
     2556  echo "$ac_err" >&5
     2557  echo "configure: failed program was:" >&5
     2558  cat conftest.$ac_ext >&5
     2559  rm -rf conftest*
    25262560  CPP=/lib/cpp
    25272561fi
     
    25422576set dummy ranlib; ac_word=$2
    25432577echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2544 echo "configure:2545: checking for $ac_word" >&5
     2578echo "configure:2579: checking for $ac_word" >&5
    25452579if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    25462580  echo $ac_n "(cached) $ac_c" 1>&6
     
    25702604
    25712605echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2572 echo "configure:2573: checking for ANSI C header files" >&5
     2606echo "configure:2607: checking for ANSI C header files" >&5
    25732607if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    25742608  echo $ac_n "(cached) $ac_c" 1>&6
    25752609else
    25762610  cat > conftest.$ac_ext <<EOF
    2577 #line 2578 "configure"
     2611#line 2612 "configure"
    25782612#include "confdefs.h"
    25792613#include <stdlib.h>
     
    25832617EOF
    25842618ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2585 { (eval echo configure:2586: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2619{ (eval echo configure:2620: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25862620ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25872621if test -z "$ac_err"; then
     
    26002634  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    26012635cat > conftest.$ac_ext <<EOF
    2602 #line 2603 "configure"
     2636#line 2637 "configure"
    26032637#include "confdefs.h"
    26042638#include <string.h>
     
    26182652  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    26192653cat > conftest.$ac_ext <<EOF
    2620 #line 2621 "configure"
     2654#line 2655 "configure"
    26212655#include "confdefs.h"
    26222656#include <stdlib.h>
     
    26392673else
    26402674  cat > conftest.$ac_ext <<EOF
    2641 #line 2642 "configure"
     2675#line 2676 "configure"
    26422676#include "confdefs.h"
    26432677#include <ctype.h>
     
    26502684
    26512685EOF
    2652 if { (eval echo configure:2653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2686if { (eval echo configure:2687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26532687then
    26542688  :
     
    26742708
    26752709echo $ac_n "checking for working const""... $ac_c" 1>&6
    2676 echo "configure:2677: checking for working const" >&5
     2710echo "configure:2711: checking for working const" >&5
    26772711if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    26782712  echo $ac_n "(cached) $ac_c" 1>&6
    26792713else
    26802714  cat > conftest.$ac_ext <<EOF
    2681 #line 2682 "configure"
     2715#line 2716 "configure"
    26822716#include "confdefs.h"
    26832717
     
    27282762; return 0; }
    27292763EOF
    2730 if { (eval echo configure:2731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2764if { (eval echo configure:2765: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27312765  rm -rf conftest*
    27322766  ac_cv_c_const=yes
     
    27492783
    27502784echo $ac_n "checking for inline""... $ac_c" 1>&6
    2751 echo "configure:2752: checking for inline" >&5
     2785echo "configure:2786: checking for inline" >&5
    27522786if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    27532787  echo $ac_n "(cached) $ac_c" 1>&6
     
    27562790for ac_kw in inline __inline__ __inline; do
    27572791  cat > conftest.$ac_ext <<EOF
    2758 #line 2759 "configure"
     2792#line 2793 "configure"
    27592793#include "confdefs.h"
    27602794
     
    27632797; return 0; }
    27642798EOF
    2765 if { (eval echo configure:2766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2799if { (eval echo configure:2800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27662800  rm -rf conftest*
    27672801  ac_cv_c_inline=$ac_kw; break
     
    27892823
    27902824echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2791 echo "configure:2792: checking for off_t" >&5
     2825echo "configure:2826: checking for off_t" >&5
    27922826if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    27932827  echo $ac_n "(cached) $ac_c" 1>&6
    27942828else
    27952829  cat > conftest.$ac_ext <<EOF
    2796 #line 2797 "configure"
     2830#line 2831 "configure"
    27972831#include "confdefs.h"
    27982832#include <sys/types.h>
     
    28222856
    28232857echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2824 echo "configure:2825: checking for size_t" >&5
     2858echo "configure:2859: checking for size_t" >&5
    28252859if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    28262860  echo $ac_n "(cached) $ac_c" 1>&6
    28272861else
    28282862  cat > conftest.$ac_ext <<EOF
    2829 #line 2830 "configure"
     2863#line 2864 "configure"
    28302864#include "confdefs.h"
    28312865#include <sys/types.h>
     
    28572891# for constant arguments.  Useless!
    28582892echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2859 echo "configure:2860: checking for working alloca.h" >&5
     2893echo "configure:2894: checking for working alloca.h" >&5
    28602894if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    28612895  echo $ac_n "(cached) $ac_c" 1>&6
    28622896else
    28632897  cat > conftest.$ac_ext <<EOF
    2864 #line 2865 "configure"
     2898#line 2899 "configure"
    28652899#include "confdefs.h"
    28662900#include <alloca.h>
     
    28692903; return 0; }
    28702904EOF
    2871 if { (eval echo configure:2872: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2905if { (eval echo configure:2906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28722906  rm -rf conftest*
    28732907  ac_cv_header_alloca_h=yes
     
    28902924
    28912925echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2892 echo "configure:2893: checking for alloca" >&5
     2926echo "configure:2927: checking for alloca" >&5
    28932927if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    28942928  echo $ac_n "(cached) $ac_c" 1>&6
    28952929else
    28962930  cat > conftest.$ac_ext <<EOF
    2897 #line 2898 "configure"
     2931#line 2932 "configure"
    28982932#include "confdefs.h"
    28992933
     
    29232957; return 0; }
    29242958EOF
    2925 if { (eval echo configure:2926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2959if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29262960  rm -rf conftest*
    29272961  ac_cv_func_alloca_works=yes
     
    29552989
    29562990echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2957 echo "configure:2958: checking whether alloca needs Cray hooks" >&5
     2991echo "configure:2992: checking whether alloca needs Cray hooks" >&5
    29582992if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    29592993  echo $ac_n "(cached) $ac_c" 1>&6
    29602994else
    29612995  cat > conftest.$ac_ext <<EOF
    2962 #line 2963 "configure"
     2996#line 2997 "configure"
    29632997#include "confdefs.h"
    29642998#if defined(CRAY) && ! defined(CRAY2)
     
    29853019for ac_func in _getb67 GETB67 getb67; do
    29863020  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2987 echo "configure:2988: checking for $ac_func" >&5
     3021echo "configure:3022: checking for $ac_func" >&5
    29883022if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    29893023  echo $ac_n "(cached) $ac_c" 1>&6
    29903024else
    29913025  cat > conftest.$ac_ext <<EOF
    2992 #line 2993 "configure"
     3026#line 3027 "configure"
    29933027#include "confdefs.h"
    29943028/* System header to define __stub macros and hopefully few prototypes,
     
    30133047; return 0; }
    30143048EOF
    3015 if { (eval echo configure:3016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3049if { (eval echo configure:3050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30163050  rm -rf conftest*
    30173051  eval "ac_cv_func_$ac_func=yes"
     
    30403074
    30413075echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3042 echo "configure:3043: checking stack direction for C alloca" >&5
     3076echo "configure:3077: checking stack direction for C alloca" >&5
    30433077if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    30443078  echo $ac_n "(cached) $ac_c" 1>&6
     
    30483082else
    30493083  cat > conftest.$ac_ext <<EOF
    3050 #line 3051 "configure"
     3084#line 3085 "configure"
    30513085#include "confdefs.h"
    30523086find_stack_direction ()
     
    30673101}
    30683102EOF
    3069 if { (eval echo configure:3070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3103if { (eval echo configure:3104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    30703104then
    30713105  ac_cv_c_stack_direction=1
     
    30883122fi
    30893123
    3090 for ac_hdr in unistd.h
     3124for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h
    30913125do
    30923126ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    30933127echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3094 echo "configure:3095: checking for $ac_hdr" >&5
     3128echo "configure:3129: checking for $ac_hdr" >&5
    30953129if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    30963130  echo $ac_n "(cached) $ac_c" 1>&6
    30973131else
    30983132  cat > conftest.$ac_ext <<EOF
    3099 #line 3100 "configure"
     3133#line 3134 "configure"
    31003134#include "confdefs.h"
    31013135#include <$ac_hdr>
    31023136EOF
    31033137ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3104 { (eval echo configure:3105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3138{ (eval echo configure:3139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    31053139ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    31063140if test -z "$ac_err"; then
     
    31313165do
    31323166echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3133 echo "configure:3134: checking for $ac_func" >&5
     3167echo "configure:3168: checking for $ac_func" >&5
    31343168if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31353169  echo $ac_n "(cached) $ac_c" 1>&6
    31363170else
    31373171  cat > conftest.$ac_ext <<EOF
    3138 #line 3139 "configure"
     3172#line 3173 "configure"
    31393173#include "confdefs.h"
    31403174/* System header to define __stub macros and hopefully few prototypes,
     
    31593193; return 0; }
    31603194EOF
    3161 if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3195if { (eval echo configure:3196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31623196  rm -rf conftest*
    31633197  eval "ac_cv_func_$ac_func=yes"
     
    31843218
    31853219echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3186 echo "configure:3187: checking for working mmap" >&5
     3220echo "configure:3221: checking for working mmap" >&5
    31873221if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    31883222  echo $ac_n "(cached) $ac_c" 1>&6
     
    31923226else
    31933227  cat > conftest.$ac_ext <<EOF
    3194 #line 3195 "configure"
     3228#line 3229 "configure"
    31953229#include "confdefs.h"
    31963230
     
    32203254#include <sys/mman.h>
    32213255
     3256#if HAVE_SYS_TYPES_H
     3257# include <sys/types.h>
     3258#endif
     3259
     3260#if HAVE_STDLIB_H
     3261# include <stdlib.h>
     3262#endif
     3263
     3264#if HAVE_SYS_STAT_H
     3265# include <sys/stat.h>
     3266#endif
     3267
     3268#if HAVE_UNISTD_H
     3269# include <unistd.h>
     3270#endif
     3271
    32223272/* This mess was copied from the GNU getpagesize.h.  */
    32233273#ifndef HAVE_GETPAGESIZE
    3224 # ifdef HAVE_UNISTD_H
    3225 #  include <unistd.h>
    3226 # endif
    32273274
    32283275/* Assume that all systems that can run configure have sys/param.h.  */
     
    33323379
    33333380EOF
    3334 if { (eval echo configure:3335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3381if { (eval echo configure:3382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33353382then
    33363383  ac_cv_func_mmap_fixed_mapped=yes
     
    33603407ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    33613408echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3362 echo "configure:3363: checking for $ac_hdr" >&5
     3409echo "configure:3410: checking for $ac_hdr" >&5
    33633410if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    33643411  echo $ac_n "(cached) $ac_c" 1>&6
    33653412else
    33663413  cat > conftest.$ac_ext <<EOF
    3367 #line 3368 "configure"
     3414#line 3415 "configure"
    33683415#include "confdefs.h"
    33693416#include <$ac_hdr>
    33703417EOF
    33713418ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3372 { (eval echo configure:3373: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3419{ (eval echo configure:3420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    33733420ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    33743421if test -z "$ac_err"; then
     
    34003447do
    34013448echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3402 echo "configure:3403: checking for $ac_func" >&5
     3449echo "configure:3450: checking for $ac_func" >&5
    34033450if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34043451  echo $ac_n "(cached) $ac_c" 1>&6
    34053452else
    34063453  cat > conftest.$ac_ext <<EOF
    3407 #line 3408 "configure"
     3454#line 3455 "configure"
    34083455#include "confdefs.h"
    34093456/* System header to define __stub macros and hopefully few prototypes,
     
    34283475; return 0; }
    34293476EOF
    3430 if { (eval echo configure:3431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3477if { (eval echo configure:3478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34313478  rm -rf conftest*
    34323479  eval "ac_cv_func_$ac_func=yes"
     
    34573504do
    34583505echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3459 echo "configure:3460: checking for $ac_func" >&5
     3506echo "configure:3507: checking for $ac_func" >&5
    34603507if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    34613508  echo $ac_n "(cached) $ac_c" 1>&6
    34623509else
    34633510  cat > conftest.$ac_ext <<EOF
    3464 #line 3465 "configure"
     3511#line 3512 "configure"
    34653512#include "confdefs.h"
    34663513/* System header to define __stub macros and hopefully few prototypes,
     
    34853532; return 0; }
    34863533EOF
    3487 if { (eval echo configure:3488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3534if { (eval echo configure:3535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34883535  rm -rf conftest*
    34893536  eval "ac_cv_func_$ac_func=yes"
     
    35193566   if test $ac_cv_header_locale_h = yes; then
    35203567    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3521 echo "configure:3522: checking for LC_MESSAGES" >&5
     3568echo "configure:3569: checking for LC_MESSAGES" >&5
    35223569if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    35233570  echo $ac_n "(cached) $ac_c" 1>&6
    35243571else
    35253572  cat > conftest.$ac_ext <<EOF
    3526 #line 3527 "configure"
     3573#line 3574 "configure"
    35273574#include "confdefs.h"
    35283575#include <locale.h>
     
    35313578; return 0; }
    35323579EOF
    3533 if { (eval echo configure:3534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3580if { (eval echo configure:3581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35343581  rm -rf conftest*
    35353582  am_cv_val_LC_MESSAGES=yes
     
    35523599  fi
    35533600   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3554 echo "configure:3555: checking whether NLS is requested" >&5
     3601echo "configure:3602: checking whether NLS is requested" >&5
    35553602        # Check whether --enable-nls or --disable-nls was given.
    35563603if test "${enable_nls+set}" = set; then
     
    35723619
    35733620      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3574 echo "configure:3575: checking whether included gettext is requested" >&5
     3621echo "configure:3622: checking whether included gettext is requested" >&5
    35753622      # Check whether --with-included-gettext or --without-included-gettext was given.
    35763623if test "${with_included_gettext+set}" = set; then
     
    35913638        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    35923639echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3593 echo "configure:3594: checking for libintl.h" >&5
     3640echo "configure:3641: checking for libintl.h" >&5
    35943641if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35953642  echo $ac_n "(cached) $ac_c" 1>&6
    35963643else
    35973644  cat > conftest.$ac_ext <<EOF
    3598 #line 3599 "configure"
     3645#line 3646 "configure"
    35993646#include "confdefs.h"
    36003647#include <libintl.h>
    36013648EOF
    36023649ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3603 { (eval echo configure:3604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3650{ (eval echo configure:3651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36043651ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36053652if test -z "$ac_err"; then
     
    36183665  echo "$ac_t""yes" 1>&6
    36193666  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3620 echo "configure:3621: checking for gettext in libc" >&5
     3667echo "configure:3668: checking for gettext in libc" >&5
    36213668if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    36223669  echo $ac_n "(cached) $ac_c" 1>&6
    36233670else
    36243671  cat > conftest.$ac_ext <<EOF
    3625 #line 3626 "configure"
     3672#line 3673 "configure"
    36263673#include "confdefs.h"
    36273674#include <libintl.h>
     
    36303677; return 0; }
    36313678EOF
    3632 if { (eval echo configure:3633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3679if { (eval echo configure:3680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36333680  rm -rf conftest*
    36343681  gt_cv_func_gettext_libc=yes
     
    36463693           if test "$gt_cv_func_gettext_libc" != "yes"; then
    36473694             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3648 echo "configure:3649: checking for bindtextdomain in -lintl" >&5
     3695echo "configure:3696: checking for bindtextdomain in -lintl" >&5
    36493696ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    36503697if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    36543701LIBS="-lintl  $LIBS"
    36553702cat > conftest.$ac_ext <<EOF
    3656 #line 3657 "configure"
     3703#line 3704 "configure"
    36573704#include "confdefs.h"
    36583705/* Override any gcc2 internal prototype to avoid an error.  */
     
    36653712; return 0; }
    36663713EOF
    3667 if { (eval echo configure:3668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3714if { (eval echo configure:3715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36683715  rm -rf conftest*
    36693716  eval "ac_cv_lib_$ac_lib_var=yes"
     
    36813728  echo "$ac_t""yes" 1>&6
    36823729  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3683 echo "configure:3684: checking for gettext in libintl" >&5
     3730echo "configure:3731: checking for gettext in libintl" >&5
    36843731if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    36853732  echo $ac_n "(cached) $ac_c" 1>&6
    36863733else
    36873734  cat > conftest.$ac_ext <<EOF
    3688 #line 3689 "configure"
     3735#line 3736 "configure"
    36893736#include "confdefs.h"
    36903737
     
    36933740; return 0; }
    36943741EOF
    3695 if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3742if { (eval echo configure:3743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36963743  rm -rf conftest*
    36973744  gt_cv_func_gettext_libintl=yes
     
    37213768set dummy msgfmt; ac_word=$2
    37223769echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3723 echo "configure:3724: checking for $ac_word" >&5
     3770echo "configure:3771: checking for $ac_word" >&5
    37243771if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    37253772  echo $ac_n "(cached) $ac_c" 1>&6
     
    37553802do
    37563803echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3757 echo "configure:3758: checking for $ac_func" >&5
     3804echo "configure:3805: checking for $ac_func" >&5
    37583805if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    37593806  echo $ac_n "(cached) $ac_c" 1>&6
    37603807else
    37613808  cat > conftest.$ac_ext <<EOF
    3762 #line 3763 "configure"
     3809#line 3810 "configure"
    37633810#include "confdefs.h"
    37643811/* System header to define __stub macros and hopefully few prototypes,
     
    37833830; return 0; }
    37843831EOF
    3785 if { (eval echo configure:3786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3832if { (eval echo configure:3833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37863833  rm -rf conftest*
    37873834  eval "ac_cv_func_$ac_func=yes"
     
    38103857set dummy gmsgfmt; ac_word=$2
    38113858echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3812 echo "configure:3813: checking for $ac_word" >&5
     3859echo "configure:3860: checking for $ac_word" >&5
    38133860if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    38143861  echo $ac_n "(cached) $ac_c" 1>&6
     
    38463893set dummy xgettext; ac_word=$2
    38473894echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3848 echo "configure:3849: checking for $ac_word" >&5
     3895echo "configure:3896: checking for $ac_word" >&5
    38493896if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    38503897  echo $ac_n "(cached) $ac_c" 1>&6
     
    38783925
    38793926                cat > conftest.$ac_ext <<EOF
    3880 #line 3881 "configure"
     3927#line 3928 "configure"
    38813928#include "confdefs.h"
    38823929
     
    38863933; return 0; }
    38873934EOF
    3888 if { (eval echo configure:3889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3935if { (eval echo configure:3936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38893936  rm -rf conftest*
    38903937  CATOBJEXT=.gmo
     
    39183965set dummy msgfmt; ac_word=$2
    39193966echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3920 echo "configure:3921: checking for $ac_word" >&5
     3967echo "configure:3968: checking for $ac_word" >&5
    39213968if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    39223969  echo $ac_n "(cached) $ac_c" 1>&6
     
    39523999set dummy gmsgfmt; ac_word=$2
    39534000echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3954 echo "configure:3955: checking for $ac_word" >&5
     4001echo "configure:4002: checking for $ac_word" >&5
    39554002if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39564003  echo $ac_n "(cached) $ac_c" 1>&6
     
    39884035set dummy xgettext; ac_word=$2
    39894036echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3990 echo "configure:3991: checking for $ac_word" >&5
     4037echo "configure:4038: checking for $ac_word" >&5
    39914038if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39924039  echo $ac_n "(cached) $ac_c" 1>&6
     
    40784125     else
    40794126       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4080 echo "configure:4081: checking for catalogs to be installed" >&5
     4127echo "configure:4128: checking for catalogs to be installed" >&5
    40814128       NEW_LINGUAS=
    40824129       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    41064153         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    41074154echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4108 echo "configure:4109: checking for linux/version.h" >&5
     4155echo "configure:4156: checking for linux/version.h" >&5
    41094156if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    41104157  echo $ac_n "(cached) $ac_c" 1>&6
    41114158else
    41124159  cat > conftest.$ac_ext <<EOF
    4113 #line 4114 "configure"
     4160#line 4161 "configure"
    41144161#include "confdefs.h"
    41154162#include <linux/version.h>
    41164163EOF
    41174164ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4118 { (eval echo configure:4119: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4165{ (eval echo configure:4166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    41194166ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    41204167if test -z "$ac_err"; then
     
    41614208   
    41624209
    4163             if test -d $srcdir/po; then
     4210            if test -f $srcdir/po/POTFILES.in; then
    41644211      test -d po || mkdir po
    41654212      if test "x$srcdir" != "x."; then
     
    41794226
    41804227echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4181 echo "configure:4182: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4228echo "configure:4229: checking whether to enable maintainer-specific portions of Makefiles" >&5
    41824229    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    41834230if test "${enable_maintainer_mode+set}" = set; then
     
    42044251
    42054252echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4206 echo "configure:4207: checking for executable suffix" >&5
     4253echo "configure:4254: checking for executable suffix" >&5
    42074254if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    42084255  echo $ac_n "(cached) $ac_c" 1>&6
     
    42144261  echo 'int main () { return 0; }' > conftest.$ac_ext
    42154262  ac_cv_exeext=
    4216   if { (eval echo configure:4217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4263  if { (eval echo configure:4264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    42174264    for file in conftest.*; do
    42184265      case $file in
    4219       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     4266      *.c | *.o | *.obj) ;;
    42204267      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    42214268      esac
     
    42394286ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    42404287echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4241 echo "configure:4242: checking for $ac_hdr" >&5
     4288echo "configure:4289: checking for $ac_hdr" >&5
    42424289if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42434290  echo $ac_n "(cached) $ac_c" 1>&6
    42444291else
    42454292  cat > conftest.$ac_ext <<EOF
    4246 #line 4247 "configure"
     4293#line 4294 "configure"
    42474294#include "confdefs.h"
    42484295#include <$ac_hdr>
    42494296EOF
    42504297ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4251 { (eval echo configure:4252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4298{ (eval echo configure:4299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42524299ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42534300if test -z "$ac_err"; then
     
    42764323
    42774324
    4278 echo $ac_n "checking the size of gmon pointers""... $ac_c" 1>&6
    4279 echo "configure:4280: checking the size of gmon pointers" >&5
    4280 if test "$cross_compiling" = yes; then
    4281   gmon_ptr_size=4
    4282 else
    4283   cat > conftest.$ac_ext <<EOF
    4284 #line 4285 "configure"
    4285 #include "confdefs.h"
    4286 #include <stdio.h>
    4287 #include <stdlib.h>
    4288 #if HAVE_SYS_GMON_OUT_H
    4289 #include <sys/gmon_out.h>
    4290 #endif
    4291 main()
    4292 {
    4293 #if HAVE_SYS_GMON_OUT_H
    4294   struct gmon_cg_arc_record arc;
    4295   FILE *f=fopen("conftestval", "w");
    4296   if (!f) exit(1);
    4297   fprintf(f, "%d\n", sizeof(arc.from_pc));
    4298   exit(0);
    4299 #else
    4300   FILE *f=fopen("conftestval", "w");
    4301   if (!f) exit(1);
    4302   fprintf(f, "%d\n", (int) sizeof(char *));
    4303   exit(1);
    4304 #endif
    4305 }
    4306 EOF
    4307 if { (eval echo configure:4308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    4308 then
    4309   gmon_ptr_size=`cat conftestval`
    4310 else
    4311   echo "configure: failed program was:" >&5
    4312   cat conftest.$ac_ext >&5
    4313   rm -fr conftest*
    4314   gmon_ptr_size=4
    4315 fi
    4316 rm -fr conftest*
    4317 fi
    4318 
    4319 echo "$ac_t""$gmon_ptr_size" 1>&6
    4320 
    4321 cat >> confdefs.h <<EOF
    4322 #define GMON_PTR_SIZE $gmon_ptr_size
    4323 EOF
    4324 
    4325 
    4326 build_warnings="-W -Wall"
     4325build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
    43274326# Check whether --enable-build-warnings or --disable-build-warnings was given.
    43284327if test "${enable_build_warnings+set}" = set; then
Note: See TracChangeset for help on using the changeset viewer.