Ignore:
Timestamp:
Jan 29, 2004, 10:37:45 PM (22 years ago)
Author:
bird
Message:

Regenerated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gprof/configure

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1112 r1113  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.13
     4# Generated automatically using autoconf version 2.13 
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    10521052
    10531053BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[         ]*\([^  ]*\)[   ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
     1054am__api_version="1.4"
    10541055# Find a good install program.  We prefer a C program (faster),
    10551056# so one script is as good as another.  But avoid the broken or
     
    10641065# ./install, which can be erroneously created by make from ./install.sh.
    10651066echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1066 echo "configure:1067: checking for a BSD compatible install" >&5
     1067echo "configure:1068: checking for a BSD compatible install" >&5
    10671068if test -z "$INSTALL"; then
    10681069if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    11191120
    11201121echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1121 echo "configure:1122: checking whether build environment is sane" >&5
     1122echo "configure:1123: checking whether build environment is sane" >&5
    11221123# Just in case
    11231124sleep 1
     
    11761177
    11771178echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1178 echo "configure:1179: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1179echo "configure:1180: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11791180set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11801181if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    12211222
    12221223missing_dir=`cd $ac_aux_dir && pwd`
    1223 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1224 echo "configure:1225: checking for working aclocal" >&5
     1224echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
     1225echo "configure:1226: checking for working aclocal-${am__api_version}" >&5
    12251226# Run test in a subshell; some versions of sh will print an error if
    12261227# an executable is not found, even if stderr is redirected.
    12271228# Redirect stdin to placate older versions of autoconf.  Sigh.
    1228 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    1229    ACLOCAL=aclocal
     1229if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1230   ACLOCAL=aclocal-${am__api_version}
    12301231   echo "$ac_t""found" 1>&6
    12311232else
    1232    ACLOCAL="$missing_dir/missing aclocal"
     1233   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
    12331234   echo "$ac_t""missing" 1>&6
    12341235fi
    12351236
    12361237echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1237 echo "configure:1238: checking for working autoconf" >&5
     1238echo "configure:1239: checking for working autoconf" >&5
    12381239# Run test in a subshell; some versions of sh will print an error if
    12391240# an executable is not found, even if stderr is redirected.
     
    12471248fi
    12481249
    1249 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1250 echo "configure:1251: checking for working automake" >&5
     1250echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
     1251echo "configure:1252: checking for working automake-${am__api_version}" >&5
    12511252# Run test in a subshell; some versions of sh will print an error if
    12521253# an executable is not found, even if stderr is redirected.
    12531254# Redirect stdin to placate older versions of autoconf.  Sigh.
    1254 if (automake --version) < /dev/null > /dev/null 2>&1; then
    1255    AUTOMAKE=automake
     1255if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1256   AUTOMAKE=automake-${am__api_version}
    12561257   echo "$ac_t""found" 1>&6
    12571258else
    1258    AUTOMAKE="$missing_dir/missing automake"
     1259   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
    12591260   echo "$ac_t""missing" 1>&6
    12601261fi
    12611262
    12621263echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1263 echo "configure:1264: checking for working autoheader" >&5
     1264echo "configure:1265: checking for working autoheader" >&5
    12641265# Run test in a subshell; some versions of sh will print an error if
    12651266# an executable is not found, even if stderr is redirected.
     
    12741275
    12751276echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1276 echo "configure:1277: checking for working makeinfo" >&5
     1277echo "configure:1278: checking for working makeinfo" >&5
    12771278# Run test in a subshell; some versions of sh will print an error if
    12781279# an executable is not found, even if stderr is redirected.
     
    13691370  # Check if gcc -print-prog-name=ld gives a path.
    13701371  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1371 echo "configure:1372: checking for ld used by GCC" >&5
     1372echo "configure:1373: checking for ld used by GCC" >&5
    13721373  case $host in
    13731374  *-*-mingw*)
     
    13991400elif test "$with_gnu_ld" = yes; then
    14001401  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1401 echo "configure:1402: checking for GNU ld" >&5
     1402echo "configure:1403: checking for GNU ld" >&5
    14021403else
    14031404  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for non-GNU ld" >&5
     1405echo "configure:1406: checking for non-GNU ld" >&5
    14051406fi
    14061407if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    14371438test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14381439echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1439 echo "configure:1440: checking if the linker ($LD) is GNU ld" >&5
     1440echo "configure:1441: checking if the linker ($LD) is GNU ld" >&5
    14401441if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    14411442  echo $ac_n "(cached) $ac_c" 1>&6
     
    14541455
    14551456echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1456 echo "configure:1457: checking for $LD option to reload object files" >&5
     1457echo "configure:1458: checking for $LD option to reload object files" >&5
    14571458if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14581459  echo $ac_n "(cached) $ac_c" 1>&6
     
    14661467
    14671468echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1468 echo "configure:1469: checking for BSD-compatible nm" >&5
     1469echo "configure:1470: checking for BSD-compatible nm" >&5
    14691470if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    14701471  echo $ac_n "(cached) $ac_c" 1>&6
     
    15041505
    15051506echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1506 echo "configure:1507: checking whether ln -s works" >&5
     1507echo "configure:1508: checking whether ln -s works" >&5
    15071508if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15081509  echo $ac_n "(cached) $ac_c" 1>&6
     
    15311532
    15321533echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1533 echo "configure:1534: checking how to recognise dependant libraries" >&5
     1534echo "configure:1535: checking how to recognise dependant libraries" >&5
    15341535if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15351536  echo $ac_n "(cached) $ac_c" 1>&6
     
    17081709
    17091710echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1710 echo "configure:1711: checking for object suffix" >&5
     1711echo "configure:1712: checking for object suffix" >&5
    17111712if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17121713  echo $ac_n "(cached) $ac_c" 1>&6
     
    17141715  rm -f conftest*
    17151716echo 'int i = 1;' > conftest.$ac_ext
    1716 if { (eval echo configure:1717: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1717if { (eval echo configure:1718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17171718  for ac_file in conftest.*; do
    17181719    case $ac_file in
     
    17441745  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17451746    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1746 echo "configure:1747: checking for ${ac_tool_prefix}file" >&5
     1747echo "configure:1748: checking for ${ac_tool_prefix}file" >&5
    17471748if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17481749  echo $ac_n "(cached) $ac_c" 1>&6
     
    18061807  if test -n "$ac_tool_prefix"; then
    18071808    echo $ac_n "checking for file""... $ac_c" 1>&6
    1808 echo "configure:1809: checking for file" >&5
     1809echo "configure:1810: checking for file" >&5
    18091810if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18101811  echo $ac_n "(cached) $ac_c" 1>&6
     
    18771878set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18781879echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1879 echo "configure:1880: checking for $ac_word" >&5
     1880echo "configure:1881: checking for $ac_word" >&5
    18801881if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18811882  echo $ac_n "(cached) $ac_c" 1>&6
     
    19101911set dummy ranlib; ac_word=$2
    19111912echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1912 echo "configure:1913: checking for $ac_word" >&5
     1913echo "configure:1914: checking for $ac_word" >&5
    19131914if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19141915  echo $ac_n "(cached) $ac_c" 1>&6
     
    19461947set dummy ${ac_tool_prefix}strip; ac_word=$2
    19471948echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1948 echo "configure:1949: checking for $ac_word" >&5
     1949echo "configure:1950: checking for $ac_word" >&5
    19491950if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19501951  echo $ac_n "(cached) $ac_c" 1>&6
     
    19791980set dummy strip; ac_word=$2
    19801981echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1981 echo "configure:1982: checking for $ac_word" >&5
     1982echo "configure:1983: checking for $ac_word" >&5
    19821983if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19831984  echo $ac_n "(cached) $ac_c" 1>&6
     
    20472048*-*-irix6*)
    20482049  # Find out which ABI we are using.
    2049   echo '#line 2050 "configure"' > conftest.$ac_ext
    2050   if { (eval echo configure:2051: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2050  echo '#line 2051 "configure"' > conftest.$ac_ext
     2051  if { (eval echo configure:2052: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20512052   if test "$lt_cv_prog_gnu_ld" = yes; then
    20522053    case `/usr/bin/file conftest.$ac_objext` in
     
    20812082  # Find out which ABI we are using.
    20822083  echo 'int i;' > conftest.$ac_ext
    2083   if { (eval echo configure:2084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2084  if { (eval echo configure:2085: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20842085    case "`/usr/bin/file conftest.o`" in
    20852086    *ELF-32*)
     
    20992100  CFLAGS="$CFLAGS -belf"
    21002101  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2101 echo "configure:2102: checking whether the C compiler needs -belf" >&5
     2102echo "configure:2103: checking whether the C compiler needs -belf" >&5
    21022103if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    21032104  echo $ac_n "(cached) $ac_c" 1>&6
    21042105else
    2105 
     2106 
    21062107     ac_ext=c
    21072108# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
     
    21122113
    21132114     cat > conftest.$ac_ext <<EOF
    2114 #line 2115 "configure"
     2115#line 2116 "configure"
    21152116#include "confdefs.h"
    21162117
     
    21192120; return 0; }
    21202121EOF
    2121 if { (eval echo configure:2122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2122if { (eval echo configure:2123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21222123  rm -rf conftest*
    21232124  lt_cv_cc_needs_belf=yes
     
    22292230exec 5>>./config.log
    22302231
    2231 
    2232 
    2233 
    2234        
    2235        
     2232 
     2233
     2234 
     2235         
     2236         
    22362237
    22372238
     
    22422243set dummy gcc; ac_word=$2
    22432244echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2244 echo "configure:2245: checking for $ac_word" >&5
     2245echo "configure:2246: checking for $ac_word" >&5
    22452246if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22462247  echo $ac_n "(cached) $ac_c" 1>&6
     
    22732274set dummy cc; ac_word=$2
    22742275echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2275 echo "configure:2276: checking for $ac_word" >&5
     2276echo "configure:2277: checking for $ac_word" >&5
    22762277if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22772278  echo $ac_n "(cached) $ac_c" 1>&6
     
    23262327set dummy cl; ac_word=$2
    23272328echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2328 echo "configure:2329: checking for $ac_word" >&5
     2329echo "configure:2330: checking for $ac_word" >&5
    23292330if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23302331  echo $ac_n "(cached) $ac_c" 1>&6
     
    23592360
    23602361echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2361 echo "configure:2362: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2362echo "configure:2363: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    23622363
    23632364ac_ext=c
     
    23702371cat > conftest.$ac_ext << EOF
    23712372
    2372 #line 2373 "configure"
     2373#line 2374 "configure"
    23732374#include "confdefs.h"
    23742375
    23752376main(){return(0);}
    23762377EOF
    2377 if { (eval echo configure:2378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2378if { (eval echo configure:2379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23782379  ac_cv_prog_cc_works=yes
    23792380  # If we can't run a trivial program, we are probably using a cross compiler.
     
    24012402fi
    24022403echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2403 echo "configure:2404: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2404echo "configure:2405: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    24042405echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    24052406cross_compiling=$ac_cv_prog_cc_cross
    24062407
    24072408echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2408 echo "configure:2409: checking whether we are using GNU C" >&5
     2409echo "configure:2410: checking whether we are using GNU C" >&5
    24092410if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    24102411  echo $ac_n "(cached) $ac_c" 1>&6
     
    24152416#endif
    24162417EOF
    2417 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2418: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2418if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    24182419  ac_cv_prog_gcc=yes
    24192420else
     
    24342435CFLAGS=
    24352436echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2436 echo "configure:2437: checking whether ${CC-cc} accepts -g" >&5
     2437echo "configure:2438: checking whether ${CC-cc} accepts -g" >&5
    24372438if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    24382439  echo $ac_n "(cached) $ac_c" 1>&6
     
    24772478# ./install, which can be erroneously created by make from ./install.sh.
    24782479echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2479 echo "configure:2480: checking for a BSD compatible install" >&5
     2480echo "configure:2481: checking for a BSD compatible install" >&5
    24802481if test -z "$INSTALL"; then
    24812482if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    25352536do
    25362537echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2537 echo "configure:2538: checking for $ac_func" >&5
     2538echo "configure:2539: checking for $ac_func" >&5
    25382539if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    25392540  echo $ac_n "(cached) $ac_c" 1>&6
    25402541else
    25412542  cat > conftest.$ac_ext <<EOF
    2542 #line 2543 "configure"
     2543#line 2544 "configure"
    25432544#include "confdefs.h"
    25442545/* System header to define __stub macros and hopefully few prototypes,
     
    25632564; return 0; }
    25642565EOF
    2565 if { (eval echo configure:2566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2566if { (eval echo configure:2567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25662567  rm -rf conftest*
    25672568  eval "ac_cv_func_$ac_func=yes"
     
    25812582#define $ac_tr_func 1
    25822583EOF
    2583 
     2584 
    25842585else
    25852586  echo "$ac_t""no" 1>&6
     
    25902591ALL_LINGUAS="fr sv es id da pt_BR"
    25912592echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2592 echo "configure:2593: checking how to run the C preprocessor" >&5
     2593echo "configure:2594: checking how to run the C preprocessor" >&5
    25932594# On Suns, sometimes $CPP names a directory.
    25942595if test -n "$CPP" && test -d "$CPP"; then
     
    26062607  cat > conftest.$ac_ext <<EOF
    26072608#include <sys/types.h>
    2608 #line 2609 "configure"
     2609#line 2610 "configure"
    26092610#include "confdefs.h"
    26102611#include <assert.h>
     
    26122613EOF
    26132614ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2614 { (eval echo configure:2615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2615{ (eval echo configure:2616: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26152616ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26162617if test -z "$ac_err"; then
     
    26242625  cat > conftest.$ac_ext <<EOF
    26252626#include <sys/types.h>
    2626 #line 2627 "configure"
     2627#line 2628 "configure"
    26272628#include "confdefs.h"
    26282629#include <assert.h>
     
    26302631EOF
    26312632ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2632 { (eval echo configure:2633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2633{ (eval echo configure:2634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26332634ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26342635if test -z "$ac_err"; then
     
    26422643  cat > conftest.$ac_ext <<EOF
    26432644#include <sys/types.h>
    2644 #line 2645 "configure"
     2645#line 2646 "configure"
    26452646#include "confdefs.h"
    26462647#include <assert.h>
     
    26482649EOF
    26492650ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2650 { (eval echo configure:2651: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2651{ (eval echo configure:2652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26512652ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26522653if test -z "$ac_err"; then
     
    26752676set dummy ranlib; ac_word=$2
    26762677echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2677 echo "configure:2678: checking for $ac_word" >&5
     2678echo "configure:2679: checking for $ac_word" >&5
    26782679if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    26792680  echo $ac_n "(cached) $ac_c" 1>&6
     
    27042705
    27052706echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2706 echo "configure:2707: checking for ANSI C header files" >&5
     2707echo "configure:2708: checking for ANSI C header files" >&5
    27072708if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27082709  echo $ac_n "(cached) $ac_c" 1>&6
     
    27102711  cat > conftest.$ac_ext <<EOF
    27112712#include <sys/types.h>
    2712 #line 2713 "configure"
     2713#line 2714 "configure"
    27132714#include "confdefs.h"
    27142715#include <stdlib.h>
     
    27182719EOF
    27192720ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2720 { (eval echo configure:2721: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2721{ (eval echo configure:2722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27212722ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27222723if test -z "$ac_err"; then
     
    27352736  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27362737cat > conftest.$ac_ext <<EOF
    2737 #line 2738 "configure"
     2738#line 2739 "configure"
    27382739#include "confdefs.h"
    27392740#include <string.h>
     
    27532754  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27542755cat > conftest.$ac_ext <<EOF
    2755 #line 2756 "configure"
     2756#line 2757 "configure"
    27562757#include "confdefs.h"
    27572758#include <stdlib.h>
     
    27742775else
    27752776  cat > conftest.$ac_ext <<EOF
    2776 #line 2777 "configure"
     2777#line 2778 "configure"
    27772778#include "confdefs.h"
    27782779#include <ctype.h>
     
    27852786
    27862787EOF
    2787 if { (eval echo configure:2788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2788if { (eval echo configure:2789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27882789then
    27892790  :
     
    28092810
    28102811echo $ac_n "checking for working const""... $ac_c" 1>&6
    2811 echo "configure:2812: checking for working const" >&5
     2812echo "configure:2813: checking for working const" >&5
    28122813if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    28132814  echo $ac_n "(cached) $ac_c" 1>&6
    28142815else
    28152816  cat > conftest.$ac_ext <<EOF
    2816 #line 2817 "configure"
     2817#line 2818 "configure"
    28172818#include "confdefs.h"
    28182819
     
    28632864; return 0; }
    28642865EOF
    2865 if { (eval echo configure:2866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2866if { (eval echo configure:2867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28662867  rm -rf conftest*
    28672868  ac_cv_c_const=yes
     
    28782879if test $ac_cv_c_const = no; then
    28792880  cat >> confdefs.h <<\EOF
    2880 #define const
     2881#define const 
    28812882EOF
    28822883
     
    28842885
    28852886echo $ac_n "checking for inline""... $ac_c" 1>&6
    2886 echo "configure:2887: checking for inline" >&5
     2887echo "configure:2888: checking for inline" >&5
    28872888if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    28882889  echo $ac_n "(cached) $ac_c" 1>&6
     
    28912892for ac_kw in inline __inline__ __inline; do
    28922893  cat > conftest.$ac_ext <<EOF
    2893 #line 2894 "configure"
     2894#line 2895 "configure"
    28942895#include "confdefs.h"
    28952896
     
    28982899; return 0; }
    28992900EOF
    2900 if { (eval echo configure:2901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2901if { (eval echo configure:2902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    29012902  rm -rf conftest*
    29022903  ac_cv_c_inline=$ac_kw; break
     
    29142915  inline | yes) ;;
    29152916  no) cat >> confdefs.h <<\EOF
    2916 #define inline
     2917#define inline 
    29172918EOF
    29182919 ;;
     
    29242925
    29252926echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2926 echo "configure:2927: checking for off_t" >&5
     2927echo "configure:2928: checking for off_t" >&5
    29272928if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    29282929  echo $ac_n "(cached) $ac_c" 1>&6
    29292930else
    29302931  cat > conftest.$ac_ext <<EOF
    2931 #line 2932 "configure"
     2932#line 2933 "configure"
    29322933#include "confdefs.h"
    29332934#include <sys/types.h>
     
    29572958
    29582959echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2959 echo "configure:2960: checking for size_t" >&5
     2960echo "configure:2961: checking for size_t" >&5
    29602961if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    29612962  echo $ac_n "(cached) $ac_c" 1>&6
    29622963else
    29632964  cat > conftest.$ac_ext <<EOF
    2964 #line 2965 "configure"
     2965#line 2966 "configure"
    29652966#include "confdefs.h"
    29662967#include <sys/types.h>
     
    29922993# for constant arguments.  Useless!
    29932994echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2994 echo "configure:2995: checking for working alloca.h" >&5
     2995echo "configure:2996: checking for working alloca.h" >&5
    29952996if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    29962997  echo $ac_n "(cached) $ac_c" 1>&6
    29972998else
    29982999  cat > conftest.$ac_ext <<EOF
    2999 #line 3000 "configure"
     3000#line 3001 "configure"
    30003001#include "confdefs.h"
    30013002#include <alloca.h>
     
    30043005; return 0; }
    30053006EOF
    3006 if { (eval echo configure:3007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3007if { (eval echo configure:3008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30073008  rm -rf conftest*
    30083009  ac_cv_header_alloca_h=yes
     
    30253026
    30263027echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3027 echo "configure:3028: checking for alloca" >&5
     3028echo "configure:3029: checking for alloca" >&5
    30283029if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    30293030  echo $ac_n "(cached) $ac_c" 1>&6
    30303031else
    30313032  cat > conftest.$ac_ext <<EOF
    3032 #line 3033 "configure"
     3033#line 3034 "configure"
    30333034#include "confdefs.h"
    30343035
     
    30583059; return 0; }
    30593060EOF
    3060 if { (eval echo configure:3061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3061if { (eval echo configure:3062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30613062  rm -rf conftest*
    30623063  ac_cv_func_alloca_works=yes
     
    30903091
    30913092echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3092 echo "configure:3093: checking whether alloca needs Cray hooks" >&5
     3093echo "configure:3094: checking whether alloca needs Cray hooks" >&5
    30933094if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    30943095  echo $ac_n "(cached) $ac_c" 1>&6
    30953096else
    30963097  cat > conftest.$ac_ext <<EOF
    3097 #line 3098 "configure"
     3098#line 3099 "configure"
    30983099#include "confdefs.h"
    30993100#if defined(CRAY) && ! defined(CRAY2)
     
    31203121for ac_func in _getb67 GETB67 getb67; do
    31213122  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3122 echo "configure:3123: checking for $ac_func" >&5
     3123echo "configure:3124: checking for $ac_func" >&5
    31233124if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31243125  echo $ac_n "(cached) $ac_c" 1>&6
    31253126else
    31263127  cat > conftest.$ac_ext <<EOF
    3127 #line 3128 "configure"
     3128#line 3129 "configure"
    31283129#include "confdefs.h"
    31293130/* System header to define __stub macros and hopefully few prototypes,
     
    31483149; return 0; }
    31493150EOF
    3150 if { (eval echo configure:3151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3151if { (eval echo configure:3152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31513152  rm -rf conftest*
    31523153  eval "ac_cv_func_$ac_func=yes"
     
    31753176
    31763177echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3177 echo "configure:3178: checking stack direction for C alloca" >&5
     3178echo "configure:3179: checking stack direction for C alloca" >&5
    31783179if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    31793180  echo $ac_n "(cached) $ac_c" 1>&6
     
    31833184else
    31843185  cat > conftest.$ac_ext <<EOF
    3185 #line 3186 "configure"
     3186#line 3187 "configure"
    31863187#include "confdefs.h"
    31873188find_stack_direction ()
     
    32023203}
    32033204EOF
    3204 if { (eval echo configure:3205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3205if { (eval echo configure:3206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    32053206then
    32063207  ac_cv_c_stack_direction=1
     
    32273228ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    32283229echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3229 echo "configure:3230: checking for $ac_hdr" >&5
     3230echo "configure:3231: checking for $ac_hdr" >&5
    32303231if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    32313232  echo $ac_n "(cached) $ac_c" 1>&6
     
    32333234  cat > conftest.$ac_ext <<EOF
    32343235#include <sys/types.h>
    3235 #line 3236 "configure"
     3236#line 3237 "configure"
    32363237#include "confdefs.h"
    32373238#include <$ac_hdr>
    32383239EOF
    32393240ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3240 { (eval echo configure:3241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3241{ (eval echo configure:3242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    32413242ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    32423243if test -z "$ac_err"; then
     
    32583259#define $ac_tr_hdr 1
    32593260EOF
    3260 
     3261 
    32613262else
    32623263  echo "$ac_t""no" 1>&6
     
    32673268do
    32683269echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3269 echo "configure:3270: checking for $ac_func" >&5
     3270echo "configure:3271: checking for $ac_func" >&5
    32703271if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32713272  echo $ac_n "(cached) $ac_c" 1>&6
    32723273else
    32733274  cat > conftest.$ac_ext <<EOF
    3274 #line 3275 "configure"
     3275#line 3276 "configure"
    32753276#include "confdefs.h"
    32763277/* System header to define __stub macros and hopefully few prototypes,
     
    32953296; return 0; }
    32963297EOF
    3297 if { (eval echo configure:3298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3298if { (eval echo configure:3299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32983299  rm -rf conftest*
    32993300  eval "ac_cv_func_$ac_func=yes"
     
    33133314#define $ac_tr_func 1
    33143315EOF
    3315 
     3316 
    33163317else
    33173318  echo "$ac_t""no" 1>&6
     
    33203321
    33213322echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3322 echo "configure:3323: checking for working mmap" >&5
     3323echo "configure:3324: checking for working mmap" >&5
    33233324if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    33243325  echo $ac_n "(cached) $ac_c" 1>&6
     
    33283329else
    33293330  cat > conftest.$ac_ext <<EOF
    3330 #line 3331 "configure"
     3331#line 3332 "configure"
    33313332#include "confdefs.h"
    33323333
     
    34683469
    34693470EOF
    3470 if { (eval echo configure:3471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3471if { (eval echo configure:3472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34713472then
    34723473  ac_cv_func_mmap_fixed_mapped=yes
     
    34903491fi
    34913492
    3492 
     3493                             
    34933494   for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
    34943495unistd.h values.h sys/param.h
     
    34963497ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34973498echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3498 echo "configure:3499: checking for $ac_hdr" >&5
     3499echo "configure:3500: checking for $ac_hdr" >&5
    34993500if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    35003501  echo $ac_n "(cached) $ac_c" 1>&6
     
    35023503  cat > conftest.$ac_ext <<EOF
    35033504#include <sys/types.h>
    3504 #line 3505 "configure"
     3505#line 3506 "configure"
    35053506#include "confdefs.h"
    35063507#include <$ac_hdr>
    35073508EOF
    35083509ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3509 { (eval echo configure:3510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3510{ (eval echo configure:3511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35103511ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35113512if test -z "$ac_err"; then
     
    35273528#define $ac_tr_hdr 1
    35283529EOF
    3529 
     3530 
    35303531else
    35313532  echo "$ac_t""no" 1>&6
     
    35373538do
    35383539echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3539 echo "configure:3540: checking for $ac_func" >&5
     3540echo "configure:3541: checking for $ac_func" >&5
    35403541if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35413542  echo $ac_n "(cached) $ac_c" 1>&6
    35423543else
    35433544  cat > conftest.$ac_ext <<EOF
    3544 #line 3545 "configure"
     3545#line 3546 "configure"
    35453546#include "confdefs.h"
    35463547/* System header to define __stub macros and hopefully few prototypes,
     
    35653566; return 0; }
    35663567EOF
    3567 if { (eval echo configure:3568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3568if { (eval echo configure:3569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35683569  rm -rf conftest*
    35693570  eval "ac_cv_func_$ac_func=yes"
     
    35833584#define $ac_tr_func 1
    35843585EOF
    3585 
     3586 
    35863587else
    35873588  echo "$ac_t""no" 1>&6
     
    35943595do
    35953596echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3596 echo "configure:3597: checking for $ac_func" >&5
     3597echo "configure:3598: checking for $ac_func" >&5
    35973598if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35983599  echo $ac_n "(cached) $ac_c" 1>&6
    35993600else
    36003601  cat > conftest.$ac_ext <<EOF
    3601 #line 3602 "configure"
     3602#line 3603 "configure"
    36023603#include "confdefs.h"
    36033604/* System header to define __stub macros and hopefully few prototypes,
     
    36223623; return 0; }
    36233624EOF
    3624 if { (eval echo configure:3625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3625if { (eval echo configure:3626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36253626  rm -rf conftest*
    36263627  eval "ac_cv_func_$ac_func=yes"
     
    36403641#define $ac_tr_func 1
    36413642EOF
    3642 
     3643 
    36433644else
    36443645  echo "$ac_t""no" 1>&6
     
    36563657   if test $ac_cv_header_locale_h = yes; then
    36573658    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3658 echo "configure:3659: checking for LC_MESSAGES" >&5
     3659echo "configure:3660: checking for LC_MESSAGES" >&5
    36593660if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    36603661  echo $ac_n "(cached) $ac_c" 1>&6
    36613662else
    36623663  cat > conftest.$ac_ext <<EOF
    3663 #line 3664 "configure"
     3664#line 3665 "configure"
    36643665#include "confdefs.h"
    36653666#include <locale.h>
     
    36683669; return 0; }
    36693670EOF
    3670 if { (eval echo configure:3671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3671if { (eval echo configure:3672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36713672  rm -rf conftest*
    36723673  am_cv_val_LC_MESSAGES=yes
     
    36893690  fi
    36903691   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3691 echo "configure:3692: checking whether NLS is requested" >&5
     3692echo "configure:3693: checking whether NLS is requested" >&5
    36923693        # Check whether --enable-nls or --disable-nls was given.
    36933694if test "${enable_nls+set}" = set; then
     
    36993700
    37003701    echo "$ac_t""$USE_NLS" 1>&6
    3701 
     3702   
    37023703
    37033704    USE_INCLUDED_LIBINTL=no
     
    37093710
    37103711      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3711 echo "configure:3712: checking whether included gettext is requested" >&5
     3712echo "configure:3713: checking whether included gettext is requested" >&5
    37123713      # Check whether --with-included-gettext or --without-included-gettext was given.
    37133714if test "${with_included_gettext+set}" = set; then
     
    37213722
    37223723      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
     3724      echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5
    37233725      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
    37243726                                        nls_cv_header_intl=
     
    37283730        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    37293731echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3730 echo "configure:3731: checking for libintl.h" >&5
     3732echo "configure:3733: checking for libintl.h" >&5
    37313733if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37323734  echo $ac_n "(cached) $ac_c" 1>&6
     
    37343736  cat > conftest.$ac_ext <<EOF
    37353737#include <sys/types.h>
    3736 #line 3737 "configure"
     3738#line 3739 "configure"
    37373739#include "confdefs.h"
    37383740#include <libintl.h>
    37393741EOF
    37403742ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3741 { (eval echo configure:3742: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3743{ (eval echo configure:3744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37423744ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37433745if test -z "$ac_err"; then
     
    37563758  echo "$ac_t""yes" 1>&6
    37573759  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3758 echo "configure:3759: checking for gettext in libc" >&5
     3760echo "configure:3761: checking for gettext in libc" >&5
    37593761if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    37603762  echo $ac_n "(cached) $ac_c" 1>&6
    37613763else
    37623764  cat > conftest.$ac_ext <<EOF
    3763 #line 3764 "configure"
     3765#line 3766 "configure"
    37643766#include "confdefs.h"
    37653767#include <libintl.h>
     
    37683770; return 0; }
    37693771EOF
    3770 if { (eval echo configure:3771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3772if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37713773  rm -rf conftest*
    37723774  gt_cv_func_gettext_libc=yes
     
    37833785
    37843786           if test "$gt_cv_func_gettext_libc" != "yes"; then
    3785              echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3786 echo "configure:3787: checking for bindtextdomain in -lintl" >&5
     3787                                     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
     3788echo "configure:3789: checking for bindtextdomain in -lintl" >&5
    37873789ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    37883790if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37923794LIBS="-lintl  $LIBS"
    37933795cat > conftest.$ac_ext <<EOF
    3794 #line 3795 "configure"
     3796#line 3797 "configure"
    37953797#include "confdefs.h"
    37963798/* Override any gcc2 internal prototype to avoid an error.  */
     
    38033805; return 0; }
    38043806EOF
    3805 if { (eval echo configure:3806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3807if { (eval echo configure:3808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38063808  rm -rf conftest*
    38073809  eval "ac_cv_lib_$ac_lib_var=yes"
     
    38193821  echo "$ac_t""yes" 1>&6
    38203822  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3821 echo "configure:3822: checking for gettext in libintl" >&5
     3823echo "configure:3824: checking for gettext in libintl" >&5
    38223824if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    38233825  echo $ac_n "(cached) $ac_c" 1>&6
    38243826else
    3825   cat > conftest.$ac_ext <<EOF
    3826 #line 3827 "configure"
     3827  ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS";
     3828                 cat > conftest.$ac_ext <<EOF
     3829#line 3830 "configure"
    38273830#include "confdefs.h"
    3828 
     3831#include <libintl.h>
    38293832int main() {
    38303833return (int) gettext ("")
    38313834; return 0; }
    38323835EOF
    3833 if { (eval echo configure:3834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3836if { (eval echo configure:3837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38343837  rm -rf conftest*
    38353838  gt_cv_func_gettext_libintl=yes
     
    38413844fi
    38423845rm -f conftest*
     3846                 LIBS="$ac_save_LIBS";
    38433847fi
    38443848
     
    38593863set dummy msgfmt; ac_word=$2
    38603864echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3861 echo "configure:3862: checking for $ac_word" >&5
     3865echo "configure:3866: checking for $ac_word" >&5
    38623866if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    38633867  echo $ac_n "(cached) $ac_c" 1>&6
    38643868else
    38653869  case "$MSGFMT" in
    3866   /*)
     3870  [/\\]*|[a-zA-Z]:*)
    38673871  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    38683872  ;;
     
    38773881      fi
    38783882    fi
     3883    ac_word_saved="$ac_word"
     3884    ac_word=$ac_word$ac_cv_exeext
     3885    if test -f $ac_dir/$ac_word; then
     3886      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     3887        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     3888        break
     3889      fi
     3890    fi
     3891    ac_word="$ac_word_saved"
    38793892  done
    38803893  IFS="$ac_save_ifs"
     
    38933906do
    38943907echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3895 echo "configure:3896: checking for $ac_func" >&5
     3908echo "configure:3909: checking for $ac_func" >&5
    38963909if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38973910  echo $ac_n "(cached) $ac_c" 1>&6
    38983911else
    38993912  cat > conftest.$ac_ext <<EOF
    3900 #line 3901 "configure"
     3913#line 3914 "configure"
    39013914#include "confdefs.h"
    39023915/* System header to define __stub macros and hopefully few prototypes,
     
    39213934; return 0; }
    39223935EOF
    3923 if { (eval echo configure:3924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3936if { (eval echo configure:3937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39243937  rm -rf conftest*
    39253938  eval "ac_cv_func_$ac_func=yes"
     
    39393952#define $ac_tr_func 1
    39403953EOF
    3941 
     3954 
    39423955else
    39433956  echo "$ac_t""no" 1>&6
     
    39483961set dummy gmsgfmt; ac_word=$2
    39493962echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3950 echo "configure:3951: checking for $ac_word" >&5
     3963echo "configure:3964: checking for $ac_word" >&5
    39513964if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39523965  echo $ac_n "(cached) $ac_c" 1>&6
    39533966else
    39543967  case "$GMSGFMT" in
    3955   /* | [a-zA-Z]:*)
     3968  [/\\]* | [a-zA-Z]:*)
    39563969  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    39573970  ;;
    3958   ?:/*)                 
     3971  ?:/*)                  
    39593972  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    39603973  ;;
     
    39623975  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    39633976  ac_dummy="$PATH"
    3964   for ac_dir in $ac_dummy; do
     3977  for ac_dir in $ac_dummy; do 
    39653978    test -z "$ac_dir" && ac_dir=.
    39663979    if test -f $ac_dir/$ac_word; then
     
    39884001set dummy xgettext; ac_word=$2
    39894002echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3990 echo "configure:3991: checking for $ac_word" >&5
     4003echo "configure:4004: checking for $ac_word" >&5
    39914004if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39924005  echo $ac_n "(cached) $ac_c" 1>&6
    39934006else
    39944007  case "$XGETTEXT" in
    3995   /*)
     4008  [/\\]*|[a-zA-Z]:*)
    39964009  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    39974010  ;;
     
    40064019      fi
    40074020    fi
     4021    ac_word_saved="$ac_word"
     4022    ac_word=$ac_word$ac_cv_exeext
     4023    if test -f $ac_dir/$ac_word; then
     4024      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     4025        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     4026        break
     4027      fi
     4028    fi
     4029    ac_word="$ac_word_saved"
    40084030  done
    40094031  IFS="$ac_save_ifs"
     
    40194041fi
    40204042
     4043
    40214044                cat > conftest.$ac_ext <<EOF
    4022 #line 4023 "configure"
     4045#line 4046 "configure"
    40234046#include "confdefs.h"
    40244047
     
    40284051; return 0; }
    40294052EOF
    4030 if { (eval echo configure:4031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4053if { (eval echo configure:4054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40314054  rm -rf conftest*
    40324055  CATOBJEXT=.gmo
     
    40494072
    40504073
    4051        
     4074               
    40524075        if test "$CATOBJEXT" = "NONE"; then
    40534076                          nls_cv_use_gnu_gettext=yes
     4077          echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5
    40544078        fi
    40554079      fi
     
    40604084set dummy msgfmt; ac_word=$2
    40614085echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4062 echo "configure:4063: checking for $ac_word" >&5
     4086echo "configure:4087: checking for $ac_word" >&5
    40634087if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40644088  echo $ac_n "(cached) $ac_c" 1>&6
    40654089else
    40664090  case "$MSGFMT" in
    4067   /*)
     4091  [/\\]*|[a-zA-Z]:*)
    40684092  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    40694093  ;;
     
    40784102      fi
    40794103    fi
     4104    ac_word_saved="$ac_word"
     4105    ac_word=$ac_word$ac_cv_exeext
     4106    if test -f $ac_dir/$ac_word; then
     4107      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     4108        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     4109        break
     4110      fi
     4111    fi
     4112    ac_word="$ac_word_saved"
    40804113  done
    40814114  IFS="$ac_save_ifs"
     
    40944127set dummy gmsgfmt; ac_word=$2
    40954128echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4096 echo "configure:4097: checking for $ac_word" >&5
     4129echo "configure:4130: checking for $ac_word" >&5
    40974130if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40984131  echo $ac_n "(cached) $ac_c" 1>&6
    40994132else
    41004133  case "$GMSGFMT" in
    4101   /* | [a-zA-Z]:*)
     4134  [/\\]* | [a-zA-Z]:*)
    41024135  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    41034136  ;;
    4104   ?:/*)                 
     4137  ?:/*)                  
    41054138  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    41064139  ;;
     
    41084141  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    41094142  ac_dummy="$PATH"
    4110   for ac_dir in $ac_dummy; do
     4143  for ac_dir in $ac_dummy; do 
    41114144    test -z "$ac_dir" && ac_dir=.
    41124145    if test -f $ac_dir/$ac_word; then
     
    41344167set dummy xgettext; ac_word=$2
    41354168echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4136 echo "configure:4137: checking for $ac_word" >&5
     4169echo "configure:4170: checking for $ac_word" >&5
    41374170if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    41384171  echo $ac_n "(cached) $ac_c" 1>&6
    41394172else
    41404173  case "$XGETTEXT" in
    4141   /*)
     4174  [/\\]*|[a-zA-Z]:*)
    41424175  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    41434176  ;;
     
    41524185      fi
    41534186    fi
     4187    ac_word_saved="$ac_word"
     4188    ac_word=$ac_word$ac_cv_exeext
     4189    if test -f $ac_dir/$ac_word; then
     4190      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     4191        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     4192        break
     4193      fi
     4194    fi
     4195    ac_word="$ac_word_saved"
    41544196  done
    41554197  IFS="$ac_save_ifs"
     
    41654207fi
    41664208
    4167 
     4209       
    41684210        USE_INCLUDED_LIBINTL=yes
    41694211        CATOBJEXT=.gmo
     
    41754217        nls_cv_header_intl=libintl.h
    41764218        nls_cv_header_libgt=libgettext.h
     4219      else
     4220                        echo "dbg: else: gt_cv_func_gettext_libintl" >&5
     4221        if test "$gt_cv_func_gettext_libintl" = "yes"; then
     4222          echo "dbg: updating LIBS" >&5
     4223          LIBS="-lintl $LIBS"
     4224          INTLLIBS="-lintl"
     4225        fi
    41774226      fi
    41784227
     
    42064255    done
    42074256
    4208 
    4209 
    4210 
    4211 
    4212 
    4213 
    4214 
    4215 
    4216 
    4217 
    4218 
    4219 
     4257       
     4258   
     4259   
     4260   
     4261   
     4262   
     4263   
     4264   
     4265   
     4266   
     4267   
     4268 
    42204269
    42214270   if test "x$CATOBJEXT" != "x"; then
     
    42244273     else
    42254274       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4226 echo "configure:4227: checking for catalogs to be installed" >&5
     4275echo "configure:4276: checking for catalogs to be installed" >&5
    42274276       NEW_LINGUAS=
    42284277       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    42464295/* The system does not provide the header <locale.h>.  Take care yourself.  */"
    42474296   fi
    4248 
     4297   
    42494298
    42504299            if test -f $srcdir/po2tbl.sed.in; then
     
    42524301         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    42534302echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4254 echo "configure:4255: checking for linux/version.h" >&5
     4303echo "configure:4304: checking for linux/version.h" >&5
    42554304if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42564305  echo $ac_n "(cached) $ac_c" 1>&6
     
    42584307  cat > conftest.$ac_ext <<EOF
    42594308#include <sys/types.h>
    4260 #line 4261 "configure"
     4309#line 4310 "configure"
    42614310#include "confdefs.h"
    42624311#include <linux/version.h>
    42634312EOF
    42644313ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4265 { (eval echo configure:4266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4314{ (eval echo configure:4315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42664315ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42674316if test -z "$ac_err"; then
     
    42994348     GT_YES="#YES#"
    43004349   fi
    4301 
    4302 
     4350   
     4351   
    43034352
    43044353   MKINSTALLDIRS="\$(srcdir)/../../mkinstalldirs"
    4305 
     4354   
    43064355
    43074356      l=
    4308 
     4357   
    43094358
    43104359            if test -f $srcdir/po/POTFILES.in; then
     
    43234372         < $srcdir/po/POTFILES.in > po/POTFILES
    43244373   fi
    4325 
     4374 
    43264375
    43274376echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    4328 echo "configure:4329: checking whether to enable maintainer-specific portions of Makefiles" >&5
     4377echo "configure:4378: checking whether to enable maintainer-specific portions of Makefiles" >&5
    43294378    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    43304379if test "${enable_maintainer_mode+set}" = set; then
     
    43364385
    43374386  echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
    4338 
     4387 
    43394388
    43404389if test $USE_MAINTAINER_MODE = yes; then
     
    43464395fi
    43474396  MAINT=$MAINTAINER_MODE_TRUE
    4348 
     4397 
    43494398
    43504399
     
    43524401
    43534402echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    4354 echo "configure:4355: checking for executable suffix" >&5
     4403echo "configure:4404: checking for executable suffix" >&5
    43554404if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    43564405  echo $ac_n "(cached) $ac_c" 1>&6
     
    43624411  echo 'int main () { return 0; }' > conftest.$ac_ext
    43634412  ac_cv_exeext=
    4364   if { (eval echo configure:4365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     4413  if { (eval echo configure:4414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    43654414    for file in conftest.*; do
    43664415      case $file in
     
    43874436ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43884437echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4389 echo "configure:4390: checking for $ac_hdr" >&5
     4438echo "configure:4439: checking for $ac_hdr" >&5
    43904439if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43914440  echo $ac_n "(cached) $ac_c" 1>&6
     
    43934442  cat > conftest.$ac_ext <<EOF
    43944443#include <sys/types.h>
    4395 #line 4396 "configure"
     4444#line 4445 "configure"
    43964445#include "confdefs.h"
    43974446#include <$ac_hdr>
    43984447EOF
    43994448ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4400 { (eval echo configure:4401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4449{ (eval echo configure:4450: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44014450ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44024451if test -z "$ac_err"; then
     
    44184467#define $ac_tr_hdr 1
    44194468EOF
    4420 
     4469 
    44214470else
    44224471  echo "$ac_t""no" 1>&6
     
    47164765      if test -z "$ac_dots"; then top_srcdir=.
    47174766      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    4718   /* | [A-Za-z]:*)
     4767  [/\\]* | [a-zA-Z]:*)
    47194768    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    47204769  *) # Relative path.
     
    47244773
    47254774  case "$ac_given_INSTALL" in
    4726   [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
     4775  [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    47274776  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    47284777  esac
Note: See TracChangeset for help on using the changeset viewer.