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/gas/configure

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1112 r1113  
    10581058
    10591059BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[         ]*\([^  ]*\)[   ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
     1060am__api_version="1.4"
    10601061# Find a good install program.  We prefer a C program (faster),
    10611062# so one script is as good as another.  But avoid the broken or
     
    10701071# ./install, which can be erroneously created by make from ./install.sh.
    10711072echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1072 echo "configure:1073: checking for a BSD compatible install" >&5
     1073echo "configure:1074: checking for a BSD compatible install" >&5
    10731074if test -z "$INSTALL"; then
    10741075if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    11251126
    11261127echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1127 echo "configure:1128: checking whether build environment is sane" >&5
     1128echo "configure:1129: checking whether build environment is sane" >&5
    11281129# Just in case
    11291130sleep 1
     
    11821183
    11831184echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1184 echo "configure:1185: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1185echo "configure:1186: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11851186set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11861187if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    12271228
    12281229missing_dir=`cd $ac_aux_dir && pwd`
    1229 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1230 echo "configure:1231: checking for working aclocal" >&5
     1230echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
     1231echo "configure:1232: checking for working aclocal-${am__api_version}" >&5
    12311232# Run test in a subshell; some versions of sh will print an error if
    12321233# an executable is not found, even if stderr is redirected.
    12331234# Redirect stdin to placate older versions of autoconf.  Sigh.
    1234 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
    1235    ACLOCAL=aclocal
     1235if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1236   ACLOCAL=aclocal-${am__api_version}
    12361237   echo "$ac_t""found" 1>&6
    12371238else
    1238    ACLOCAL="$missing_dir/missing aclocal"
     1239   ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
    12391240   echo "$ac_t""missing" 1>&6
    12401241fi
    12411242
    12421243echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1243 echo "configure:1244: checking for working autoconf" >&5
     1244echo "configure:1245: checking for working autoconf" >&5
    12441245# Run test in a subshell; some versions of sh will print an error if
    12451246# an executable is not found, even if stderr is redirected.
     
    12531254fi
    12541255
    1255 echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1256 echo "configure:1257: checking for working automake" >&5
     1256echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
     1257echo "configure:1258: checking for working automake-${am__api_version}" >&5
    12571258# Run test in a subshell; some versions of sh will print an error if
    12581259# an executable is not found, even if stderr is redirected.
    12591260# Redirect stdin to placate older versions of autoconf.  Sigh.
    1260 if (automake --version) < /dev/null > /dev/null 2>&1; then
    1261    AUTOMAKE=automake
     1261if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
     1262   AUTOMAKE=automake-${am__api_version}
    12621263   echo "$ac_t""found" 1>&6
    12631264else
    1264    AUTOMAKE="$missing_dir/missing automake"
     1265   AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
    12651266   echo "$ac_t""missing" 1>&6
    12661267fi
    12671268
    12681269echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1269 echo "configure:1270: checking for working autoheader" >&5
     1270echo "configure:1271: checking for working autoheader" >&5
    12701271# Run test in a subshell; some versions of sh will print an error if
    12711272# an executable is not found, even if stderr is redirected.
     
    12801281
    12811282echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1282 echo "configure:1283: checking for working makeinfo" >&5
     1283echo "configure:1284: checking for working makeinfo" >&5
    12831284# Run test in a subshell; some versions of sh will print an error if
    12841285# an executable is not found, even if stderr is redirected.
     
    13751376  # Check if gcc -print-prog-name=ld gives a path.
    13761377  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1377 echo "configure:1378: checking for ld used by GCC" >&5
     1378echo "configure:1379: checking for ld used by GCC" >&5
    13781379  case $host in
    13791380  *-*-mingw*)
     
    14051406elif test "$with_gnu_ld" = yes; then
    14061407  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1407 echo "configure:1408: checking for GNU ld" >&5
     1408echo "configure:1409: checking for GNU ld" >&5
    14081409else
    14091410  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1410 echo "configure:1411: checking for non-GNU ld" >&5
     1411echo "configure:1412: checking for non-GNU ld" >&5
    14111412fi
    14121413if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    14431444test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14441445echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1445 echo "configure:1446: checking if the linker ($LD) is GNU ld" >&5
     1446echo "configure:1447: checking if the linker ($LD) is GNU ld" >&5
    14461447if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    14471448  echo $ac_n "(cached) $ac_c" 1>&6
     
    14601461
    14611462echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1462 echo "configure:1463: checking for $LD option to reload object files" >&5
     1463echo "configure:1464: checking for $LD option to reload object files" >&5
    14631464if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14641465  echo $ac_n "(cached) $ac_c" 1>&6
     
    14721473
    14731474echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1474 echo "configure:1475: checking for BSD-compatible nm" >&5
     1475echo "configure:1476: checking for BSD-compatible nm" >&5
    14751476if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    14761477  echo $ac_n "(cached) $ac_c" 1>&6
     
    15101511
    15111512echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1512 echo "configure:1513: checking whether ln -s works" >&5
     1513echo "configure:1514: checking whether ln -s works" >&5
    15131514if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15141515  echo $ac_n "(cached) $ac_c" 1>&6
     
    15371538
    15381539echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1539 echo "configure:1540: checking how to recognise dependant libraries" >&5
     1540echo "configure:1541: checking how to recognise dependant libraries" >&5
    15401541if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15411542  echo $ac_n "(cached) $ac_c" 1>&6
     
    17141715
    17151716echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1716 echo "configure:1717: checking for object suffix" >&5
     1717echo "configure:1718: checking for object suffix" >&5
    17171718if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17181719  echo $ac_n "(cached) $ac_c" 1>&6
     
    17201721  rm -f conftest*
    17211722echo 'int i = 1;' > conftest.$ac_ext
    1722 if { (eval echo configure:1723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1723if { (eval echo configure:1724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17231724  for ac_file in conftest.*; do
    17241725    case $ac_file in
     
    17501751  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17511752    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1752 echo "configure:1753: checking for ${ac_tool_prefix}file" >&5
     1753echo "configure:1754: checking for ${ac_tool_prefix}file" >&5
    17531754if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17541755  echo $ac_n "(cached) $ac_c" 1>&6
     
    18121813  if test -n "$ac_tool_prefix"; then
    18131814    echo $ac_n "checking for file""... $ac_c" 1>&6
    1814 echo "configure:1815: checking for file" >&5
     1815echo "configure:1816: checking for file" >&5
    18151816if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18161817  echo $ac_n "(cached) $ac_c" 1>&6
     
    18831884set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18841885echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1885 echo "configure:1886: checking for $ac_word" >&5
     1886echo "configure:1887: checking for $ac_word" >&5
    18861887if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18871888  echo $ac_n "(cached) $ac_c" 1>&6
     
    19161917set dummy ranlib; ac_word=$2
    19171918echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1918 echo "configure:1919: checking for $ac_word" >&5
     1919echo "configure:1920: checking for $ac_word" >&5
    19191920if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19201921  echo $ac_n "(cached) $ac_c" 1>&6
     
    19521953set dummy ${ac_tool_prefix}strip; ac_word=$2
    19531954echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1954 echo "configure:1955: checking for $ac_word" >&5
     1955echo "configure:1956: checking for $ac_word" >&5
    19551956if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19561957  echo $ac_n "(cached) $ac_c" 1>&6
     
    19851986set dummy strip; ac_word=$2
    19861987echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1987 echo "configure:1988: checking for $ac_word" >&5
     1988echo "configure:1989: checking for $ac_word" >&5
    19881989if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19891990  echo $ac_n "(cached) $ac_c" 1>&6
     
    20532054*-*-irix6*)
    20542055  # Find out which ABI we are using.
    2055   echo '#line 2056 "configure"' > conftest.$ac_ext
    2056   if { (eval echo configure:2057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2056  echo '#line 2057 "configure"' > conftest.$ac_ext
     2057  if { (eval echo configure:2058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20572058   if test "$lt_cv_prog_gnu_ld" = yes; then
    20582059    case `/usr/bin/file conftest.$ac_objext` in
     
    20872088  # Find out which ABI we are using.
    20882089  echo 'int i;' > conftest.$ac_ext
    2089   if { (eval echo configure:2090: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2090  if { (eval echo configure:2091: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20902091    case "`/usr/bin/file conftest.o`" in
    20912092    *ELF-32*)
     
    21052106  CFLAGS="$CFLAGS -belf"
    21062107  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2107 echo "configure:2108: checking whether the C compiler needs -belf" >&5
     2108echo "configure:2109: checking whether the C compiler needs -belf" >&5
    21082109if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    21092110  echo $ac_n "(cached) $ac_c" 1>&6
     
    21182119
    21192120     cat > conftest.$ac_ext <<EOF
    2120 #line 2121 "configure"
     2121#line 2122 "configure"
    21212122#include "confdefs.h"
    21222123
     
    21252126; return 0; }
    21262127EOF
    2127 if { (eval echo configure:2128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2128if { (eval echo configure:2129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21282129  rm -rf conftest*
    21292130  lt_cv_cc_needs_belf=yes
     
    33093310set dummy gcc; ac_word=$2
    33103311echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3311 echo "configure:3312: checking for $ac_word" >&5
     3312echo "configure:3313: checking for $ac_word" >&5
    33123313if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    33133314  echo $ac_n "(cached) $ac_c" 1>&6
     
    33403341set dummy cc; ac_word=$2
    33413342echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3342 echo "configure:3343: checking for $ac_word" >&5
     3343echo "configure:3344: checking for $ac_word" >&5
    33433344if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    33443345  echo $ac_n "(cached) $ac_c" 1>&6
     
    33933394set dummy cl; ac_word=$2
    33943395echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3395 echo "configure:3396: checking for $ac_word" >&5
     3396echo "configure:3397: checking for $ac_word" >&5
    33963397if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    33973398  echo $ac_n "(cached) $ac_c" 1>&6
     
    34263427
    34273428echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    3428 echo "configure:3429: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     3429echo "configure:3430: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    34293430
    34303431ac_ext=c
     
    34373438cat > conftest.$ac_ext << EOF
    34383439
    3439 #line 3440 "configure"
     3440#line 3441 "configure"
    34403441#include "confdefs.h"
    34413442
    34423443main(){return(0);}
    34433444EOF
    3444 if { (eval echo configure:3445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3445if { (eval echo configure:3446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34453446  ac_cv_prog_cc_works=yes
    34463447  # If we can't run a trivial program, we are probably using a cross compiler.
     
    34683469fi
    34693470echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    3470 echo "configure:3471: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     3471echo "configure:3472: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    34713472echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    34723473cross_compiling=$ac_cv_prog_cc_cross
    34733474
    34743475echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    3475 echo "configure:3476: checking whether we are using GNU C" >&5
     3476echo "configure:3477: checking whether we are using GNU C" >&5
    34763477if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    34773478  echo $ac_n "(cached) $ac_c" 1>&6
     
    34823483#endif
    34833484EOF
    3484 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3485: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     3485if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3486: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    34853486  ac_cv_prog_gcc=yes
    34863487else
     
    35013502CFLAGS=
    35023503echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    3503 echo "configure:3504: checking whether ${CC-cc} accepts -g" >&5
     3504echo "configure:3505: checking whether ${CC-cc} accepts -g" >&5
    35043505if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    35053506  echo $ac_n "(cached) $ac_c" 1>&6
     
    35383539set dummy $ac_prog; ac_word=$2
    35393540echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3540 echo "configure:3541: checking for $ac_word" >&5
     3541echo "configure:3542: checking for $ac_word" >&5
    35413542if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
    35423543  echo $ac_n "(cached) $ac_c" 1>&6
     
    35703571
    35713572echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    3572 echo "configure:3573: checking how to run the C preprocessor" >&5
     3573echo "configure:3574: checking how to run the C preprocessor" >&5
    35733574# On Suns, sometimes $CPP names a directory.
    35743575if test -n "$CPP" && test -d "$CPP"; then
     
    35863587  cat > conftest.$ac_ext <<EOF
    35873588#include <sys/types.h>
    3588 #line 3589 "configure"
     3589#line 3590 "configure"
    35893590#include "confdefs.h"
    35903591#include <assert.h>
     
    35923593EOF
    35933594ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3594 { (eval echo configure:3595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3595{ (eval echo configure:3596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    35953596ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    35963597if test -z "$ac_err"; then
     
    36043605  cat > conftest.$ac_ext <<EOF
    36053606#include <sys/types.h>
    3606 #line 3607 "configure"
     3607#line 3608 "configure"
    36073608#include "confdefs.h"
    36083609#include <assert.h>
     
    36103611EOF
    36113612ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3612 { (eval echo configure:3613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3613{ (eval echo configure:3614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36133614ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36143615if test -z "$ac_err"; then
     
    36223623  cat > conftest.$ac_ext <<EOF
    36233624#include <sys/types.h>
    3624 #line 3625 "configure"
     3625#line 3626 "configure"
    36253626#include "confdefs.h"
    36263627#include <assert.h>
     
    36283629EOF
    36293630ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3630 { (eval echo configure:3631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3631{ (eval echo configure:3632: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    36313632ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    36323633if test -z "$ac_err"; then
     
    36583659set dummy $ac_prog; ac_word=$2
    36593660echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3660 echo "configure:3661: checking for $ac_word" >&5
     3661echo "configure:3662: checking for $ac_word" >&5
    36613662if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    36623663  echo $ac_n "(cached) $ac_c" 1>&6
     
    36873688test -n "$LEX" && break
    36883689done
    3689 test -n "$LEX" || LEX="$missing_dir/missing flex"
     3690test -n "$LEX" || LEX=""$missing_dir/missing flex""
    36903691
    36913692# Extract the first word of "flex", so it can be a program name with args.
    36923693set dummy flex; ac_word=$2
    36933694echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3694 echo "configure:3695: checking for $ac_word" >&5
     3695echo "configure:3696: checking for $ac_word" >&5
    36953696if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
    36963697  echo $ac_n "(cached) $ac_c" 1>&6
     
    37273728  esac
    37283729  echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
    3729 echo "configure:3730: checking for yywrap in -l$ac_lib" >&5
     3730echo "configure:3731: checking for yywrap in -l$ac_lib" >&5
    37303731ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
    37313732if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37353736LIBS="-l$ac_lib  $LIBS"
    37363737cat > conftest.$ac_ext <<EOF
    3737 #line 3738 "configure"
     3738#line 3739 "configure"
    37383739#include "confdefs.h"
    37393740/* Override any gcc2 internal prototype to avoid an error.  */
     
    37463747; return 0; }
    37473748EOF
    3748 if { (eval echo configure:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3749if { (eval echo configure:3750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37493750  rm -rf conftest*
    37503751  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37693770
    37703771echo $ac_n "checking lex output file root""... $ac_c" 1>&6
    3771 echo "configure:3772: checking lex output file root" >&5
     3772echo "configure:3773: checking lex output file root" >&5
    37723773if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
    37733774  echo $ac_n "(cached) $ac_c" 1>&6
     
    37903791
    37913792echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
    3792 echo "configure:3793: checking whether yytext is a pointer" >&5
     3793echo "configure:3794: checking whether yytext is a pointer" >&5
    37933794if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
    37943795  echo $ac_n "(cached) $ac_c" 1>&6
     
    38023803LIBS="$LIBS $LEXLIB"
    38033804cat > conftest.$ac_ext <<EOF
    3804 #line 3805 "configure"
     3805#line 3806 "configure"
    38053806#include "confdefs.h"
    38063807`cat $LEX_OUTPUT_ROOT.c`
     
    38093810; return 0; }
    38103811EOF
    3811 if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3812if { (eval echo configure:3813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38123813  rm -rf conftest*
    38133814  ac_cv_prog_lex_yytext_pointer=yes
     
    38353836set dummy ranlib; ac_word=$2
    38363837echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3837 echo "configure:3838: checking for $ac_word" >&5
     3838echo "configure:3839: checking for $ac_word" >&5
    38383839if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    38393840  echo $ac_n "(cached) $ac_c" 1>&6
     
    38643865
    38653866echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    3866 echo "configure:3867: checking for ANSI C header files" >&5
     3867echo "configure:3868: checking for ANSI C header files" >&5
    38673868if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    38683869  echo $ac_n "(cached) $ac_c" 1>&6
     
    38703871  cat > conftest.$ac_ext <<EOF
    38713872#include <sys/types.h>
    3872 #line 3873 "configure"
     3873#line 3874 "configure"
    38733874#include "confdefs.h"
    38743875#include <stdlib.h>
     
    38783879EOF
    38793880ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3880 { (eval echo configure:3881: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3881{ (eval echo configure:3882: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    38813882ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    38823883if test -z "$ac_err"; then
     
    38953896  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    38963897cat > conftest.$ac_ext <<EOF
    3897 #line 3898 "configure"
     3898#line 3899 "configure"
    38983899#include "confdefs.h"
    38993900#include <string.h>
     
    39133914  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    39143915cat > conftest.$ac_ext <<EOF
    3915 #line 3916 "configure"
     3916#line 3917 "configure"
    39163917#include "confdefs.h"
    39173918#include <stdlib.h>
     
    39343935else
    39353936  cat > conftest.$ac_ext <<EOF
    3936 #line 3937 "configure"
     3937#line 3938 "configure"
    39373938#include "confdefs.h"
    39383939#include <ctype.h>
     
    39453946
    39463947EOF
    3947 if { (eval echo configure:3948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3948if { (eval echo configure:3949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    39483949then
    39493950  :
     
    39693970
    39703971echo $ac_n "checking for working const""... $ac_c" 1>&6
    3971 echo "configure:3972: checking for working const" >&5
     3972echo "configure:3973: checking for working const" >&5
    39723973if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    39733974  echo $ac_n "(cached) $ac_c" 1>&6
    39743975else
    39753976  cat > conftest.$ac_ext <<EOF
    3976 #line 3977 "configure"
     3977#line 3978 "configure"
    39773978#include "confdefs.h"
    39783979
     
    40234024; return 0; }
    40244025EOF
    4025 if { (eval echo configure:4026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4026if { (eval echo configure:4027: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40264027  rm -rf conftest*
    40274028  ac_cv_c_const=yes
     
    40444045
    40454046echo $ac_n "checking for inline""... $ac_c" 1>&6
    4046 echo "configure:4047: checking for inline" >&5
     4047echo "configure:4048: checking for inline" >&5
    40474048if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    40484049  echo $ac_n "(cached) $ac_c" 1>&6
     
    40514052for ac_kw in inline __inline__ __inline; do
    40524053  cat > conftest.$ac_ext <<EOF
    4053 #line 4054 "configure"
     4054#line 4055 "configure"
    40544055#include "confdefs.h"
    40554056
     
    40584059; return 0; }
    40594060EOF
    4060 if { (eval echo configure:4061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4061if { (eval echo configure:4062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    40614062  rm -rf conftest*
    40624063  ac_cv_c_inline=$ac_kw; break
     
    40844085
    40854086echo $ac_n "checking for off_t""... $ac_c" 1>&6
    4086 echo "configure:4087: checking for off_t" >&5
     4087echo "configure:4088: checking for off_t" >&5
    40874088if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    40884089  echo $ac_n "(cached) $ac_c" 1>&6
    40894090else
    40904091  cat > conftest.$ac_ext <<EOF
    4091 #line 4092 "configure"
     4092#line 4093 "configure"
    40924093#include "confdefs.h"
    40934094#include <sys/types.h>
     
    41174118
    41184119echo $ac_n "checking for size_t""... $ac_c" 1>&6
    4119 echo "configure:4120: checking for size_t" >&5
     4120echo "configure:4121: checking for size_t" >&5
    41204121if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    41214122  echo $ac_n "(cached) $ac_c" 1>&6
    41224123else
    41234124  cat > conftest.$ac_ext <<EOF
    4124 #line 4125 "configure"
     4125#line 4126 "configure"
    41254126#include "confdefs.h"
    41264127#include <sys/types.h>
     
    41524153# for constant arguments.  Useless!
    41534154echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    4154 echo "configure:4155: checking for working alloca.h" >&5
     4155echo "configure:4156: checking for working alloca.h" >&5
    41554156if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    41564157  echo $ac_n "(cached) $ac_c" 1>&6
    41574158else
    41584159  cat > conftest.$ac_ext <<EOF
    4159 #line 4160 "configure"
     4160#line 4161 "configure"
    41604161#include "confdefs.h"
    41614162#include <alloca.h>
     
    41644165; return 0; }
    41654166EOF
    4166 if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4167if { (eval echo configure:4168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    41674168  rm -rf conftest*
    41684169  ac_cv_header_alloca_h=yes
     
    41854186
    41864187echo $ac_n "checking for alloca""... $ac_c" 1>&6
    4187 echo "configure:4188: checking for alloca" >&5
     4188echo "configure:4189: checking for alloca" >&5
    41884189if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    41894190  echo $ac_n "(cached) $ac_c" 1>&6
    41904191else
    41914192  cat > conftest.$ac_ext <<EOF
    4192 #line 4193 "configure"
     4193#line 4194 "configure"
    41934194#include "confdefs.h"
    41944195
     
    42184219; return 0; }
    42194220EOF
    4220 if { (eval echo configure:4221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4221if { (eval echo configure:4222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    42214222  rm -rf conftest*
    42224223  ac_cv_func_alloca_works=yes
     
    42504251
    42514252echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    4252 echo "configure:4253: checking whether alloca needs Cray hooks" >&5
     4253echo "configure:4254: checking whether alloca needs Cray hooks" >&5
    42534254if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    42544255  echo $ac_n "(cached) $ac_c" 1>&6
    42554256else
    42564257  cat > conftest.$ac_ext <<EOF
    4257 #line 4258 "configure"
     4258#line 4259 "configure"
    42584259#include "confdefs.h"
    42594260#if defined(CRAY) && ! defined(CRAY2)
     
    42804281for ac_func in _getb67 GETB67 getb67; do
    42814282  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4282 echo "configure:4283: checking for $ac_func" >&5
     4283echo "configure:4284: checking for $ac_func" >&5
    42834284if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    42844285  echo $ac_n "(cached) $ac_c" 1>&6
    42854286else
    42864287  cat > conftest.$ac_ext <<EOF
    4287 #line 4288 "configure"
     4288#line 4289 "configure"
    42884289#include "confdefs.h"
    42894290/* System header to define __stub macros and hopefully few prototypes,
     
    43084309; return 0; }
    43094310EOF
    4310 if { (eval echo configure:4311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4311if { (eval echo configure:4312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    43114312  rm -rf conftest*
    43124313  eval "ac_cv_func_$ac_func=yes"
     
    43354336
    43364337echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    4337 echo "configure:4338: checking stack direction for C alloca" >&5
     4338echo "configure:4339: checking stack direction for C alloca" >&5
    43384339if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    43394340  echo $ac_n "(cached) $ac_c" 1>&6
     
    43434344else
    43444345  cat > conftest.$ac_ext <<EOF
    4345 #line 4346 "configure"
     4346#line 4347 "configure"
    43464347#include "confdefs.h"
    43474348find_stack_direction ()
     
    43624363}
    43634364EOF
    4364 if { (eval echo configure:4365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4365if { (eval echo configure:4366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    43654366then
    43664367  ac_cv_c_stack_direction=1
     
    43874388ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43884389echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4389 echo "configure:4390: checking for $ac_hdr" >&5
     4390echo "configure:4391: checking for $ac_hdr" >&5
    43904391if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43914392  echo $ac_n "(cached) $ac_c" 1>&6
     
    43934394  cat > conftest.$ac_ext <<EOF
    43944395#include <sys/types.h>
    4395 #line 4396 "configure"
     4396#line 4397 "configure"
    43964397#include "confdefs.h"
    43974398#include <$ac_hdr>
    43984399EOF
    43994400ac_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; }
     4401{ (eval echo configure:4402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    44014402ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    44024403if test -z "$ac_err"; then
     
    44274428do
    44284429echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4429 echo "configure:4430: checking for $ac_func" >&5
     4430echo "configure:4431: checking for $ac_func" >&5
    44304431if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    44314432  echo $ac_n "(cached) $ac_c" 1>&6
    44324433else
    44334434  cat > conftest.$ac_ext <<EOF
    4434 #line 4435 "configure"
     4435#line 4436 "configure"
    44354436#include "confdefs.h"
    44364437/* System header to define __stub macros and hopefully few prototypes,
     
    44554456; return 0; }
    44564457EOF
    4457 if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4458if { (eval echo configure:4459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    44584459  rm -rf conftest*
    44594460  eval "ac_cv_func_$ac_func=yes"
     
    44804481
    44814482echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    4482 echo "configure:4483: checking for working mmap" >&5
     4483echo "configure:4484: checking for working mmap" >&5
    44834484if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    44844485  echo $ac_n "(cached) $ac_c" 1>&6
     
    44884489else
    44894490  cat > conftest.$ac_ext <<EOF
    4490 #line 4491 "configure"
     4491#line 4492 "configure"
    44914492#include "confdefs.h"
    44924493
     
    46284629
    46294630EOF
    4630 if { (eval echo configure:4631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4631if { (eval echo configure:4632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    46314632then
    46324633  ac_cv_func_mmap_fixed_mapped=yes
     
    46564657ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    46574658echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4658 echo "configure:4659: checking for $ac_hdr" >&5
     4659echo "configure:4660: checking for $ac_hdr" >&5
    46594660if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    46604661  echo $ac_n "(cached) $ac_c" 1>&6
     
    46624663  cat > conftest.$ac_ext <<EOF
    46634664#include <sys/types.h>
    4664 #line 4665 "configure"
     4665#line 4666 "configure"
    46654666#include "confdefs.h"
    46664667#include <$ac_hdr>
    46674668EOF
    46684669ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4669 { (eval echo configure:4670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4670{ (eval echo configure:4671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    46704671ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    46714672if test -z "$ac_err"; then
     
    46974698do
    46984699echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4699 echo "configure:4700: checking for $ac_func" >&5
     4700echo "configure:4701: checking for $ac_func" >&5
    47004701if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47014702  echo $ac_n "(cached) $ac_c" 1>&6
    47024703else
    47034704  cat > conftest.$ac_ext <<EOF
    4704 #line 4705 "configure"
     4705#line 4706 "configure"
    47054706#include "confdefs.h"
    47064707/* System header to define __stub macros and hopefully few prototypes,
     
    47254726; return 0; }
    47264727EOF
    4727 if { (eval echo configure:4728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4728if { (eval echo configure:4729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47284729  rm -rf conftest*
    47294730  eval "ac_cv_func_$ac_func=yes"
     
    47544755do
    47554756echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4756 echo "configure:4757: checking for $ac_func" >&5
     4757echo "configure:4758: checking for $ac_func" >&5
    47574758if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    47584759  echo $ac_n "(cached) $ac_c" 1>&6
    47594760else
    47604761  cat > conftest.$ac_ext <<EOF
    4761 #line 4762 "configure"
     4762#line 4763 "configure"
    47624763#include "confdefs.h"
    47634764/* System header to define __stub macros and hopefully few prototypes,
     
    47824783; return 0; }
    47834784EOF
    4784 if { (eval echo configure:4785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4785if { (eval echo configure:4786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    47854786  rm -rf conftest*
    47864787  eval "ac_cv_func_$ac_func=yes"
     
    48164817   if test $ac_cv_header_locale_h = yes; then
    48174818    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    4818 echo "configure:4819: checking for LC_MESSAGES" >&5
     4819echo "configure:4820: checking for LC_MESSAGES" >&5
    48194820if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    48204821  echo $ac_n "(cached) $ac_c" 1>&6
    48214822else
    48224823  cat > conftest.$ac_ext <<EOF
    4823 #line 4824 "configure"
     4824#line 4825 "configure"
    48244825#include "confdefs.h"
    48254826#include <locale.h>
     
    48284829; return 0; }
    48294830EOF
    4830 if { (eval echo configure:4831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4831if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    48314832  rm -rf conftest*
    48324833  am_cv_val_LC_MESSAGES=yes
     
    48494850  fi
    48504851   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    4851 echo "configure:4852: checking whether NLS is requested" >&5
     4852echo "configure:4853: checking whether NLS is requested" >&5
    48524853        # Check whether --enable-nls or --disable-nls was given.
    48534854if test "${enable_nls+set}" = set; then
     
    48694870
    48704871      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    4871 echo "configure:4872: checking whether included gettext is requested" >&5
     4872echo "configure:4873: checking whether included gettext is requested" >&5
    48724873      # Check whether --with-included-gettext or --without-included-gettext was given.
    48734874if test "${with_included_gettext+set}" = set; then
     
    48814882
    48824883      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
     4884      echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext" >&5
    48834885      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
    48844886                                        nls_cv_header_intl=
     
    48884890        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    48894891echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    4890 echo "configure:4891: checking for libintl.h" >&5
     4892echo "configure:4893: checking for libintl.h" >&5
    48914893if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    48924894  echo $ac_n "(cached) $ac_c" 1>&6
     
    48944896  cat > conftest.$ac_ext <<EOF
    48954897#include <sys/types.h>
    4896 #line 4897 "configure"
     4898#line 4899 "configure"
    48974899#include "confdefs.h"
    48984900#include <libintl.h>
    48994901EOF
    49004902ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4901 { (eval echo configure:4902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4903{ (eval echo configure:4904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    49024904ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    49034905if test -z "$ac_err"; then
     
    49164918  echo "$ac_t""yes" 1>&6
    49174919  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    4918 echo "configure:4919: checking for gettext in libc" >&5
     4920echo "configure:4921: checking for gettext in libc" >&5
    49194921if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    49204922  echo $ac_n "(cached) $ac_c" 1>&6
    49214923else
    49224924  cat > conftest.$ac_ext <<EOF
    4923 #line 4924 "configure"
     4925#line 4926 "configure"
    49244926#include "confdefs.h"
    49254927#include <libintl.h>
     
    49284930; return 0; }
    49294931EOF
    4930 if { (eval echo configure:4931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4932if { (eval echo configure:4933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49314933  rm -rf conftest*
    49324934  gt_cv_func_gettext_libc=yes
     
    49434945
    49444946           if test "$gt_cv_func_gettext_libc" != "yes"; then
    4945              echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    4946 echo "configure:4947: checking for bindtextdomain in -lintl" >&5
     4947                                     echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
     4948echo "configure:4949: checking for bindtextdomain in -lintl" >&5
    49474949ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    49484950if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    49524954LIBS="-lintl  $LIBS"
    49534955cat > conftest.$ac_ext <<EOF
    4954 #line 4955 "configure"
     4956#line 4957 "configure"
    49554957#include "confdefs.h"
    49564958/* Override any gcc2 internal prototype to avoid an error.  */
     
    49634965; return 0; }
    49644966EOF
    4965 if { (eval echo configure:4966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4967if { (eval echo configure:4968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49664968  rm -rf conftest*
    49674969  eval "ac_cv_lib_$ac_lib_var=yes"
     
    49794981  echo "$ac_t""yes" 1>&6
    49804982  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    4981 echo "configure:4982: checking for gettext in libintl" >&5
     4983echo "configure:4984: checking for gettext in libintl" >&5
    49824984if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    49834985  echo $ac_n "(cached) $ac_c" 1>&6
    49844986else
    4985   cat > conftest.$ac_ext <<EOF
    4986 #line 4987 "configure"
     4987  ac_save_LIBS="$LIBS"; LIBS="-lintl $LIBS";
     4988                 cat > conftest.$ac_ext <<EOF
     4989#line 4990 "configure"
    49874990#include "confdefs.h"
    4988 
     4991#include <libintl.h>
    49894992int main() {
    49904993return (int) gettext ("")
    49914994; return 0; }
    49924995EOF
    4993 if { (eval echo configure:4994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4996if { (eval echo configure:4997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    49944997  rm -rf conftest*
    49954998  gt_cv_func_gettext_libintl=yes
     
    50015004fi
    50025005rm -f conftest*
     5006                 LIBS="$ac_save_LIBS";
    50035007fi
    50045008
     
    50195023set dummy msgfmt; ac_word=$2
    50205024echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5021 echo "configure:5022: checking for $ac_word" >&5
     5025echo "configure:5026: checking for $ac_word" >&5
    50225026if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    50235027  echo $ac_n "(cached) $ac_c" 1>&6
    50245028else
    50255029  case "$MSGFMT" in
    5026   /*)
     5030  [/\\]*|[a-zA-Z]:*)
    50275031  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    50285032  ;;
     
    50375041      fi
    50385042    fi
     5043    ac_word_saved="$ac_word"
     5044    ac_word=$ac_word$ac_cv_exeext
     5045    if test -f $ac_dir/$ac_word; then
     5046      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     5047        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     5048        break
     5049      fi
     5050    fi
     5051    ac_word="$ac_word_saved"
    50395052  done
    50405053  IFS="$ac_save_ifs"
     
    50535066do
    50545067echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5055 echo "configure:5056: checking for $ac_func" >&5
     5068echo "configure:5069: checking for $ac_func" >&5
    50565069if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    50575070  echo $ac_n "(cached) $ac_c" 1>&6
    50585071else
    50595072  cat > conftest.$ac_ext <<EOF
    5060 #line 5061 "configure"
     5073#line 5074 "configure"
    50615074#include "confdefs.h"
    50625075/* System header to define __stub macros and hopefully few prototypes,
     
    50815094; return 0; }
    50825095EOF
    5083 if { (eval echo configure:5084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5096if { (eval echo configure:5097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    50845097  rm -rf conftest*
    50855098  eval "ac_cv_func_$ac_func=yes"
     
    51085121set dummy gmsgfmt; ac_word=$2
    51095122echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5110 echo "configure:5111: checking for $ac_word" >&5
     5123echo "configure:5124: checking for $ac_word" >&5
    51115124if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    51125125  echo $ac_n "(cached) $ac_c" 1>&6
    51135126else
    51145127  case "$GMSGFMT" in
    5115   /* | [a-zA-Z]:*)
     5128  [/\\]* | [a-zA-Z]:*)
    51165129  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    51175130  ;;
    5118   ?:/*)                 
     5131  ?:/*)                  
    51195132  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    51205133  ;;
     
    51225135  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    51235136  ac_dummy="$PATH"
    5124   for ac_dir in $ac_dummy; do
     5137  for ac_dir in $ac_dummy; do 
    51255138    test -z "$ac_dir" && ac_dir=.
    51265139    if test -f $ac_dir/$ac_word; then
     
    51485161set dummy xgettext; ac_word=$2
    51495162echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5150 echo "configure:5151: checking for $ac_word" >&5
     5163echo "configure:5164: checking for $ac_word" >&5
    51515164if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    51525165  echo $ac_n "(cached) $ac_c" 1>&6
    51535166else
    51545167  case "$XGETTEXT" in
    5155   /*)
     5168  [/\\]*|[a-zA-Z]:*)
    51565169  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    51575170  ;;
     
    51665179      fi
    51675180    fi
     5181    ac_word_saved="$ac_word"
     5182    ac_word=$ac_word$ac_cv_exeext
     5183    if test -f $ac_dir/$ac_word; then
     5184      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     5185        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     5186        break
     5187      fi
     5188    fi
     5189    ac_word="$ac_word_saved"
    51685190  done
    51695191  IFS="$ac_save_ifs"
     
    51795201fi
    51805202
     5203
    51815204                cat > conftest.$ac_ext <<EOF
    5182 #line 5183 "configure"
     5205#line 5206 "configure"
    51835206#include "confdefs.h"
    51845207
     
    51885211; return 0; }
    51895212EOF
    5190 if { (eval echo configure:5191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5213if { (eval echo configure:5214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    51915214  rm -rf conftest*
    51925215  CATOBJEXT=.gmo
     
    52125235        if test "$CATOBJEXT" = "NONE"; then
    52135236                          nls_cv_use_gnu_gettext=yes
     5237          echo "nls_cv_use_gnu_gettext:$nls_cv_use_gnu_gettext fallback" >&5
    52145238        fi
    52155239      fi
     
    52205244set dummy msgfmt; ac_word=$2
    52215245echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5222 echo "configure:5223: checking for $ac_word" >&5
     5246echo "configure:5247: checking for $ac_word" >&5
    52235247if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    52245248  echo $ac_n "(cached) $ac_c" 1>&6
    52255249else
    52265250  case "$MSGFMT" in
    5227   /*)
     5251  [/\\]*|[a-zA-Z]:*)
    52285252  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
    52295253  ;;
     
    52385262      fi
    52395263    fi
     5264    ac_word_saved="$ac_word"
     5265    ac_word=$ac_word$ac_cv_exeext
     5266    if test -f $ac_dir/$ac_word; then
     5267      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
     5268        ac_cv_path_MSGFMT="$ac_dir/$ac_word"
     5269        break
     5270      fi
     5271    fi
     5272    ac_word="$ac_word_saved"
    52405273  done
    52415274  IFS="$ac_save_ifs"
     
    52545287set dummy gmsgfmt; ac_word=$2
    52555288echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5256 echo "configure:5257: checking for $ac_word" >&5
     5289echo "configure:5290: checking for $ac_word" >&5
    52575290if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    52585291  echo $ac_n "(cached) $ac_c" 1>&6
    52595292else
    52605293  case "$GMSGFMT" in
    5261   /* | [a-zA-Z]:*)
     5294  [/\\]* | [a-zA-Z]:*)
    52625295  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
    52635296  ;;
    5264   ?:/*)                 
     5297  ?:/*)                  
    52655298  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path.
    52665299  ;;
     
    52685301  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    52695302  ac_dummy="$PATH"
    5270   for ac_dir in $ac_dummy; do
     5303  for ac_dir in $ac_dummy; do 
    52715304    test -z "$ac_dir" && ac_dir=.
    52725305    if test -f $ac_dir/$ac_word; then
     
    52945327set dummy xgettext; ac_word=$2
    52955328echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    5296 echo "configure:5297: checking for $ac_word" >&5
     5329echo "configure:5330: checking for $ac_word" >&5
    52975330if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    52985331  echo $ac_n "(cached) $ac_c" 1>&6
    52995332else
    53005333  case "$XGETTEXT" in
    5301   /*)
     5334  [/\\]*|[a-zA-Z]:*)
    53025335  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
    53035336  ;;
     
    53125345      fi
    53135346    fi
     5347    ac_word_saved="$ac_word"
     5348    ac_word=$ac_word$ac_cv_exeext
     5349    if test -f $ac_dir/$ac_word; then
     5350      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
     5351        ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
     5352        break
     5353      fi
     5354    fi
     5355    ac_word="$ac_word_saved"
    53145356  done
    53155357  IFS="$ac_save_ifs"
     
    53355377        nls_cv_header_intl=libintl.h
    53365378        nls_cv_header_libgt=libgettext.h
     5379      else
     5380                        echo "dbg: else: gt_cv_func_gettext_libintl" >&5
     5381        if test "$gt_cv_func_gettext_libintl" = "yes"; then
     5382          echo "dbg: updating LIBS" >&5
     5383          LIBS="-lintl $LIBS"
     5384          INTLLIBS="-lintl"
     5385        fi
    53375386      fi
    53385387
     
    53845433     else
    53855434       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    5386 echo "configure:5387: checking for catalogs to be installed" >&5
     5435echo "configure:5436: checking for catalogs to be installed" >&5
    53875436       NEW_LINGUAS=
    53885437       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    54125461         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    54135462echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    5414 echo "configure:5415: checking for linux/version.h" >&5
     5463echo "configure:5464: checking for linux/version.h" >&5
    54155464if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    54165465  echo $ac_n "(cached) $ac_c" 1>&6
     
    54185467  cat > conftest.$ac_ext <<EOF
    54195468#include <sys/types.h>
    5420 #line 5421 "configure"
     5469#line 5470 "configure"
    54215470#include "confdefs.h"
    54225471#include <linux/version.h>
    54235472EOF
    54245473ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5425 { (eval echo configure:5426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5474{ (eval echo configure:5475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    54265475ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    54275476if test -z "$ac_err"; then
     
    54865535
    54875536echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    5488 echo "configure:5489: checking whether to enable maintainer-specific portions of Makefiles" >&5
     5537echo "configure:5538: checking whether to enable maintainer-specific portions of Makefiles" >&5
    54895538    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    54905539if test "${enable_maintainer_mode+set}" = set; then
     
    55125561
    55135562echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    5514 echo "configure:5515: checking for executable suffix" >&5
     5563echo "configure:5564: checking for executable suffix" >&5
    55155564if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    55165565  echo $ac_n "(cached) $ac_c" 1>&6
     
    55225571  echo 'int main () { return 0; }' > conftest.$ac_ext
    55235572  ac_cv_exeext=
    5524   if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     5573  if { (eval echo configure:5574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    55255574    for file in conftest.*; do
    55265575      case $file in
     
    55475596ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    55485597echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5549 echo "configure:5550: checking for $ac_hdr" >&5
     5598echo "configure:5599: checking for $ac_hdr" >&5
    55505599if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    55515600  echo $ac_n "(cached) $ac_c" 1>&6
     
    55535602  cat > conftest.$ac_ext <<EOF
    55545603#include <sys/types.h>
    5555 #line 5556 "configure"
     5604#line 5605 "configure"
    55565605#include "confdefs.h"
    55575606#include <$ac_hdr>
    55585607EOF
    55595608ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5560 { (eval echo configure:5561: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5609{ (eval echo configure:5610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    55615610ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    55625611if test -z "$ac_err"; then
     
    55885637# people who are not cross-compiling but are compiling cross-assemblers.
    55895638echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
    5590 echo "configure:5591: checking whether compiling a cross-assembler" >&5
     5639echo "configure:5640: checking whether compiling a cross-assembler" >&5
    55915640if test "${host}" = "${target}"; then
    55925641  cross_gas=no
     
    56035652# for constant arguments.  Useless!
    56045653echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    5605 echo "configure:5606: checking for working alloca.h" >&5
     5654echo "configure:5655: checking for working alloca.h" >&5
    56065655if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    56075656  echo $ac_n "(cached) $ac_c" 1>&6
    56085657else
    56095658  cat > conftest.$ac_ext <<EOF
    5610 #line 5611 "configure"
     5659#line 5660 "configure"
    56115660#include "confdefs.h"
    56125661#include <alloca.h>
     
    56155664; return 0; }
    56165665EOF
    5617 if { (eval echo configure:5618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5666if { (eval echo configure:5667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    56185667  rm -rf conftest*
    56195668  ac_cv_header_alloca_h=yes
     
    56365685
    56375686echo $ac_n "checking for alloca""... $ac_c" 1>&6
    5638 echo "configure:5639: checking for alloca" >&5
     5687echo "configure:5688: checking for alloca" >&5
    56395688if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    56405689  echo $ac_n "(cached) $ac_c" 1>&6
    56415690else
    56425691  cat > conftest.$ac_ext <<EOF
    5643 #line 5644 "configure"
     5692#line 5693 "configure"
    56445693#include "confdefs.h"
    56455694
     
    56695718; return 0; }
    56705719EOF
    5671 if { (eval echo configure:5672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5720if { (eval echo configure:5721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    56725721  rm -rf conftest*
    56735722  ac_cv_func_alloca_works=yes
     
    57015750
    57025751echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    5703 echo "configure:5704: checking whether alloca needs Cray hooks" >&5
     5752echo "configure:5753: checking whether alloca needs Cray hooks" >&5
    57045753if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    57055754  echo $ac_n "(cached) $ac_c" 1>&6
    57065755else
    57075756  cat > conftest.$ac_ext <<EOF
    5708 #line 5709 "configure"
     5757#line 5758 "configure"
    57095758#include "confdefs.h"
    57105759#if defined(CRAY) && ! defined(CRAY2)
     
    57315780for ac_func in _getb67 GETB67 getb67; do
    57325781  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5733 echo "configure:5734: checking for $ac_func" >&5
     5782echo "configure:5783: checking for $ac_func" >&5
    57345783if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    57355784  echo $ac_n "(cached) $ac_c" 1>&6
    57365785else
    57375786  cat > conftest.$ac_ext <<EOF
    5738 #line 5739 "configure"
     5787#line 5788 "configure"
    57395788#include "confdefs.h"
    57405789/* System header to define __stub macros and hopefully few prototypes,
     
    57595808; return 0; }
    57605809EOF
    5761 if { (eval echo configure:5762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5810if { (eval echo configure:5811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    57625811  rm -rf conftest*
    57635812  eval "ac_cv_func_$ac_func=yes"
     
    57865835
    57875836echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    5788 echo "configure:5789: checking stack direction for C alloca" >&5
     5837echo "configure:5838: checking stack direction for C alloca" >&5
    57895838if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    57905839  echo $ac_n "(cached) $ac_c" 1>&6
     
    57945843else
    57955844  cat > conftest.$ac_ext <<EOF
    5796 #line 5797 "configure"
     5845#line 5846 "configure"
    57975846#include "confdefs.h"
    57985847find_stack_direction ()
     
    58135862}
    58145863EOF
    5815 if { (eval echo configure:5816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     5864if { (eval echo configure:5865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    58165865then
    58175866  ac_cv_c_stack_direction=1
     
    58355884
    58365885echo $ac_n "checking for inline""... $ac_c" 1>&6
    5837 echo "configure:5838: checking for inline" >&5
     5886echo "configure:5887: checking for inline" >&5
    58385887if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    58395888  echo $ac_n "(cached) $ac_c" 1>&6
     
    58425891for ac_kw in inline __inline__ __inline; do
    58435892  cat > conftest.$ac_ext <<EOF
    5844 #line 5845 "configure"
     5893#line 5894 "configure"
    58455894#include "confdefs.h"
    58465895
     
    58495898; return 0; }
    58505899EOF
    5851 if { (eval echo configure:5852: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5900if { (eval echo configure:5901: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    58525901  rm -rf conftest*
    58535902  ac_cv_c_inline=$ac_kw; break
     
    58795928do
    58805929echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5881 echo "configure:5882: checking for $ac_func" >&5
     5930echo "configure:5931: checking for $ac_func" >&5
    58825931if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    58835932  echo $ac_n "(cached) $ac_c" 1>&6
    58845933else
    58855934  cat > conftest.$ac_ext <<EOF
    5886 #line 5887 "configure"
     5935#line 5936 "configure"
    58875936#include "confdefs.h"
    58885937/* System header to define __stub macros and hopefully few prototypes,
     
    59075956; return 0; }
    59085957EOF
    5909 if { (eval echo configure:5910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5958if { (eval echo configure:5959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59105959  rm -rf conftest*
    59115960  eval "ac_cv_func_$ac_func=yes"
     
    59365985do
    59375986echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5938 echo "configure:5939: checking for $ac_func" >&5
     5987echo "configure:5988: checking for $ac_func" >&5
    59395988if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    59405989  echo $ac_n "(cached) $ac_c" 1>&6
    59415990else
    59425991  cat > conftest.$ac_ext <<EOF
    5943 #line 5944 "configure"
     5992#line 5993 "configure"
    59445993#include "confdefs.h"
    59455994/* System header to define __stub macros and hopefully few prototypes,
     
    59646013; return 0; }
    59656014EOF
    5966 if { (eval echo configure:5967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6015if { (eval echo configure:6016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59676016  rm -rf conftest*
    59686017  eval "ac_cv_func_$ac_func=yes"
     
    59996048*-ncr-sysv4.3*)
    60006049  echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
    6001 echo "configure:6002: checking for _mwvalidcheckl in -lmw" >&5
     6050echo "configure:6051: checking for _mwvalidcheckl in -lmw" >&5
    60026051ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
    60036052if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    60076056LIBS="-lmw  $LIBS"
    60086057cat > conftest.$ac_ext <<EOF
    6009 #line 6010 "configure"
     6058#line 6059 "configure"
    60106059#include "confdefs.h"
    60116060/* Override any gcc2 internal prototype to avoid an error.  */
     
    60186067; return 0; }
    60196068EOF
    6020 if { (eval echo configure:6021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6069if { (eval echo configure:6070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60216070  rm -rf conftest*
    60226071  eval "ac_cv_lib_$ac_lib_var=yes"
     
    60396088
    60406089  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    6041 echo "configure:6042: checking for main in -lm" >&5
     6090echo "configure:6091: checking for main in -lm" >&5
    60426091ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    60436092if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    60476096LIBS="-lm  $LIBS"
    60486097cat > conftest.$ac_ext <<EOF
    6049 #line 6050 "configure"
     6098#line 6099 "configure"
    60506099#include "confdefs.h"
    60516100
     
    60546103; return 0; }
    60556104EOF
    6056 if { (eval echo configure:6057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6105if { (eval echo configure:6106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60576106  rm -rf conftest*
    60586107  eval "ac_cv_lib_$ac_lib_var=yes"
     
    60776126*)
    60786127  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    6079 echo "configure:6080: checking for main in -lm" >&5
     6128echo "configure:6129: checking for main in -lm" >&5
    60806129ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    60816130if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    60856134LIBS="-lm  $LIBS"
    60866135cat > conftest.$ac_ext <<EOF
    6087 #line 6088 "configure"
     6136#line 6137 "configure"
    60886137#include "confdefs.h"
    60896138
     
    60926141; return 0; }
    60936142EOF
    6094 if { (eval echo configure:6095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6143if { (eval echo configure:6144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60956144  rm -rf conftest*
    60966145  eval "ac_cv_lib_$ac_lib_var=yes"
     
    61236172# working properly!
    61246173echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
    6125 echo "configure:6126: checking for working assert macro" >&5
     6174echo "configure:6175: checking for working assert macro" >&5
    61266175if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
    61276176  echo $ac_n "(cached) $ac_c" 1>&6
    61286177else
    61296178  cat > conftest.$ac_ext <<EOF
    6130 #line 6131 "configure"
     6179#line 6180 "configure"
    61316180#include "confdefs.h"
    61326181#include <assert.h>
     
    61446193; return 0; }
    61456194EOF
    6146 if { (eval echo configure:6147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6195if { (eval echo configure:6196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    61476196  rm -rf conftest*
    61486197  gas_cv_assert_ok=yes
     
    61856234
    61866235echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
    6187 echo "configure:6188: checking whether declaration is required for strstr" >&5
     6236echo "configure:6237: checking whether declaration is required for strstr" >&5
    61886237if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
    61896238  echo $ac_n "(cached) $ac_c" 1>&6
    61906239else
    61916240  cat > conftest.$ac_ext <<EOF
    6192 #line 6193 "configure"
     6241#line 6242 "configure"
    61936242#include "confdefs.h"
    61946243$gas_test_headers
     
    62016250; return 0; }
    62026251EOF
    6203 if { (eval echo configure:6204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6252if { (eval echo configure:6253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62046253  rm -rf conftest*
    62056254  gas_cv_decl_needed_strstr=no
     
    62226271
    62236272echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
    6224 echo "configure:6225: checking whether declaration is required for malloc" >&5
     6273echo "configure:6274: checking whether declaration is required for malloc" >&5
    62256274if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
    62266275  echo $ac_n "(cached) $ac_c" 1>&6
    62276276else
    62286277  cat > conftest.$ac_ext <<EOF
    6229 #line 6230 "configure"
     6278#line 6279 "configure"
    62306279#include "confdefs.h"
    62316280$gas_test_headers
     
    62386287; return 0; }
    62396288EOF
    6240 if { (eval echo configure:6241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6289if { (eval echo configure:6290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62416290  rm -rf conftest*
    62426291  gas_cv_decl_needed_malloc=no
     
    62596308
    62606309echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
    6261 echo "configure:6262: checking whether declaration is required for free" >&5
     6310echo "configure:6311: checking whether declaration is required for free" >&5
    62626311if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
    62636312  echo $ac_n "(cached) $ac_c" 1>&6
    62646313else
    62656314  cat > conftest.$ac_ext <<EOF
    6266 #line 6267 "configure"
     6315#line 6316 "configure"
    62676316#include "confdefs.h"
    62686317$gas_test_headers
     
    62756324; return 0; }
    62766325EOF
    6277 if { (eval echo configure:6278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6326if { (eval echo configure:6327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62786327  rm -rf conftest*
    62796328  gas_cv_decl_needed_free=no
     
    62966345
    62976346echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
    6298 echo "configure:6299: checking whether declaration is required for sbrk" >&5
     6347echo "configure:6348: checking whether declaration is required for sbrk" >&5
    62996348if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
    63006349  echo $ac_n "(cached) $ac_c" 1>&6
    63016350else
    63026351  cat > conftest.$ac_ext <<EOF
    6303 #line 6304 "configure"
     6352#line 6353 "configure"
    63046353#include "confdefs.h"
    63056354$gas_test_headers
     
    63126361; return 0; }
    63136362EOF
    6314 if { (eval echo configure:6315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6363if { (eval echo configure:6364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63156364  rm -rf conftest*
    63166365  gas_cv_decl_needed_sbrk=no
     
    63336382
    63346383echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
    6335 echo "configure:6336: checking whether declaration is required for environ" >&5
     6384echo "configure:6385: checking whether declaration is required for environ" >&5
    63366385if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
    63376386  echo $ac_n "(cached) $ac_c" 1>&6
    63386387else
    63396388  cat > conftest.$ac_ext <<EOF
    6340 #line 6341 "configure"
     6389#line 6390 "configure"
    63416390#include "confdefs.h"
    63426391$gas_test_headers
     
    63496398; return 0; }
    63506399EOF
    6351 if { (eval echo configure:6352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6400if { (eval echo configure:6401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63526401  rm -rf conftest*
    63536402  gas_cv_decl_needed_environ=no
     
    63736422
    63746423echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
    6375 echo "configure:6376: checking whether declaration is required for errno" >&5
     6424echo "configure:6425: checking whether declaration is required for errno" >&5
    63766425if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
    63776426  echo $ac_n "(cached) $ac_c" 1>&6
    63786427else
    63796428  cat > conftest.$ac_ext <<EOF
    6380 #line 6381 "configure"
     6429#line 6430 "configure"
    63816430#include "confdefs.h"
    63826431
     
    63936442; return 0; }
    63946443EOF
    6395 if { (eval echo configure:6396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6444if { (eval echo configure:6445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63966445  rm -rf conftest*
    63976446  gas_cv_decl_needed_errno=no
     
    67006749      if test -z "$ac_dots"; then top_srcdir=.
    67016750      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    6702   /* | [A-Za-z]:*)
     6751  [/\\]* | [a-zA-Z]:*)
    67036752    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    67046753  *) # Relative path.
     
    67086757
    67096758  case "$ac_given_INSTALL" in
    6710   [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
     6759  [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    67116760  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    67126761  esac
Note: See TracChangeset for help on using the changeset viewer.