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

binutils v2.14 - offical sources.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    3333  --enable-maintainer-mode enable make rules and dependencies not useful
    3434                          (and sometimes confusing) to the casual installer"
     35ac_help="$ac_help
     36  --enable-install-libbfd controls installation of libbfd and related headers"
    3537ac_help="$ac_help
    3638  --disable-nls           do not use Native Language Support"
     
    560562
    561563echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    562 echo "configure:563: checking for Cygwin environment" >&5
     564echo "configure:565: checking for Cygwin environment" >&5
    563565if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    564566  echo $ac_n "(cached) $ac_c" 1>&6
    565567else
    566568  cat > conftest.$ac_ext <<EOF
    567 #line 568 "configure"
     569#line 570 "configure"
    568570#include "confdefs.h"
    569571
     
    576578; return 0; }
    577579EOF
    578 if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     580if { (eval echo configure:581: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    579581  rm -rf conftest*
    580582  ac_cv_cygwin=yes
     
    593595test "$ac_cv_cygwin" = yes && CYGWIN=yes
    594596echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    595 echo "configure:596: checking for mingw32 environment" >&5
     597echo "configure:598: checking for mingw32 environment" >&5
    596598if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    597599  echo $ac_n "(cached) $ac_c" 1>&6
    598600else
    599601  cat > conftest.$ac_ext <<EOF
    600 #line 601 "configure"
     602#line 603 "configure"
    601603#include "confdefs.h"
    602604
     
    605607; return 0; }
    606608EOF
    607 if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     609if { (eval echo configure:610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    608610  rm -rf conftest*
    609611  ac_cv_mingw32=yes
     
    670672
    671673echo $ac_n "checking host system type""... $ac_c" 1>&6
    672 echo "configure:673: checking host system type" >&5
     674echo "configure:675: checking host system type" >&5
    673675
    674676host_alias=$host
     
    691693
    692694echo $ac_n "checking target system type""... $ac_c" 1>&6
    693 echo "configure:694: checking target system type" >&5
     695echo "configure:696: checking target system type" >&5
    694696
    695697target_alias=$target
     
    709711
    710712echo $ac_n "checking build system type""... $ac_c" 1>&6
    711 echo "configure:712: checking build system type" >&5
     713echo "configure:714: checking build system type" >&5
    712714
    713715build_alias=$build
     
    734736set dummy gcc; ac_word=$2
    735737echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    736 echo "configure:737: checking for $ac_word" >&5
     738echo "configure:739: checking for $ac_word" >&5
    737739if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    738740  echo $ac_n "(cached) $ac_c" 1>&6
     
    764766set dummy cc; ac_word=$2
    765767echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    766 echo "configure:767: checking for $ac_word" >&5
     768echo "configure:769: checking for $ac_word" >&5
    767769if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    768770  echo $ac_n "(cached) $ac_c" 1>&6
     
    815817set dummy cl; ac_word=$2
    816818echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    817 echo "configure:818: checking for $ac_word" >&5
     819echo "configure:820: checking for $ac_word" >&5
    818820if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    819821  echo $ac_n "(cached) $ac_c" 1>&6
     
    847849
    848850echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    849 echo "configure:850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     851echo "configure:852: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    850852
    851853ac_ext=c
     
    858860cat > conftest.$ac_ext << EOF
    859861
    860 #line 861 "configure"
     862#line 863 "configure"
    861863#include "confdefs.h"
    862864
    863865main(){return(0);}
    864866EOF
    865 if { (eval echo configure:866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     867if { (eval echo configure:868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    866868  ac_cv_prog_cc_works=yes
    867869  # If we can't run a trivial program, we are probably using a cross compiler.
     
    889891fi
    890892echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    891 echo "configure:892: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     893echo "configure:894: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    892894echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    893895cross_compiling=$ac_cv_prog_cc_cross
    894896
    895897echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    896 echo "configure:897: checking whether we are using GNU C" >&5
     898echo "configure:899: checking whether we are using GNU C" >&5
    897899if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    898900  echo $ac_n "(cached) $ac_c" 1>&6
     
    903905#endif
    904906EOF
    905 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     907if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    906908  ac_cv_prog_gcc=yes
    907909else
     
    922924CFLAGS=
    923925echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    924 echo "configure:925: checking whether ${CC-cc} accepts -g" >&5
     926echo "configure:927: checking whether ${CC-cc} accepts -g" >&5
    925927if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    926928  echo $ac_n "(cached) $ac_c" 1>&6
     
    954956
    955957echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    956 echo "configure:957: checking for POSIXized ISC" >&5
     958echo "configure:959: checking for POSIXized ISC" >&5
    957959if test -d /etc/conf/kconfig.d &&
    958960  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    992994# ./install, which can be erroneously created by make from ./install.sh.
    993995echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    994 echo "configure:995: checking for a BSD compatible install" >&5
     996echo "configure:997: checking for a BSD compatible install" >&5
    995997if test -z "$INSTALL"; then
    996998if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    10451047
    10461048echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1047 echo "configure:1048: checking whether build environment is sane" >&5
     1049echo "configure:1050: checking whether build environment is sane" >&5
    10481050# Just in case
    10491051sleep 1
     
    11021104
    11031105echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1104 echo "configure:1105: checking whether ${MAKE-make} sets \${MAKE}" >&5
     1106echo "configure:1107: checking whether ${MAKE-make} sets \${MAKE}" >&5
    11051107set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    11061108if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    11481150missing_dir=`cd $ac_aux_dir && pwd`
    11491151echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    1150 echo "configure:1151: checking for working aclocal" >&5
     1152echo "configure:1153: checking for working aclocal" >&5
    11511153# Run test in a subshell; some versions of sh will print an error if
    11521154# an executable is not found, even if stderr is redirected.
     
    11611163
    11621164echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    1163 echo "configure:1164: checking for working autoconf" >&5
     1165echo "configure:1166: checking for working autoconf" >&5
    11641166# Run test in a subshell; some versions of sh will print an error if
    11651167# an executable is not found, even if stderr is redirected.
     
    11741176
    11751177echo $ac_n "checking for working automake""... $ac_c" 1>&6
    1176 echo "configure:1177: checking for working automake" >&5
     1178echo "configure:1179: checking for working automake" >&5
    11771179# Run test in a subshell; some versions of sh will print an error if
    11781180# an executable is not found, even if stderr is redirected.
     
    11871189
    11881190echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    1189 echo "configure:1190: checking for working autoheader" >&5
     1191echo "configure:1192: checking for working autoheader" >&5
    11901192# Run test in a subshell; some versions of sh will print an error if
    11911193# an executable is not found, even if stderr is redirected.
     
    12001202
    12011203echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    1202 echo "configure:1203: checking for working makeinfo" >&5
     1204echo "configure:1205: checking for working makeinfo" >&5
    12031205# Run test in a subshell; some versions of sh will print an error if
    12041206# an executable is not found, even if stderr is redirected.
     
    12231225set dummy ${ac_tool_prefix}ar; ac_word=$2
    12241226echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1225 echo "configure:1226: checking for $ac_word" >&5
     1227echo "configure:1228: checking for $ac_word" >&5
    12261228if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    12271229  echo $ac_n "(cached) $ac_c" 1>&6
     
    12551257set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    12561258echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1257 echo "configure:1258: checking for $ac_word" >&5
     1259echo "configure:1260: checking for $ac_word" >&5
    12581260if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12591261  echo $ac_n "(cached) $ac_c" 1>&6
     
    12871289set dummy ranlib; ac_word=$2
    12881290echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1289 echo "configure:1290: checking for $ac_word" >&5
     1291echo "configure:1292: checking for $ac_word" >&5
    12901292if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    12911293  echo $ac_n "(cached) $ac_c" 1>&6
     
    13241326  enableval="$enable_shared"
    13251327  p=${PACKAGE-default}
    1326 case "$enableval" in
     1328case $enableval in
    13271329yes) enable_shared=yes ;;
    13281330no) enable_shared=no ;;
     
    13481350  enableval="$enable_static"
    13491351  p=${PACKAGE-default}
    1350 case "$enableval" in
     1352case $enableval in
    13511353yes) enable_static=yes ;;
    13521354no) enable_static=no ;;
     
    13711373  enableval="$enable_fast_install"
    13721374  p=${PACKAGE-default}
    1373 case "$enableval" in
     1375case $enableval in
    13741376yes) enable_fast_install=yes ;;
    13751377no) enable_fast_install=no ;;
     
    13991401
    14001402ac_prog=ld
    1401 if test "$ac_cv_prog_gcc" = yes; then
     1403if test "$GCC" = yes; then
    14021404  # Check if gcc -print-prog-name=ld gives a path.
    14031405  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1404 echo "configure:1405: checking for ld used by GCC" >&5
     1406echo "configure:1407: checking for ld used by GCC" >&5
    14051407  case $host in
    14061408  *-*-mingw*)
     
    14101412    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
    14111413  esac
    1412   case "$ac_prog" in
     1414  case $ac_prog in
    14131415    # Accept absolute paths.
    14141416    [\\/]* | [A-Za-z]:[\\/]*)
     
    14321434elif test "$with_gnu_ld" = yes; then
    14331435  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1434 echo "configure:1435: checking for GNU ld" >&5
     1436echo "configure:1437: checking for GNU ld" >&5
    14351437else
    14361438  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1437 echo "configure:1438: checking for non-GNU ld" >&5
    1438 fi
    1439 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
     1439echo "configure:1440: checking for non-GNU ld" >&5
     1440fi
     1441if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
    14401442  echo $ac_n "(cached) $ac_c" 1>&6
    14411443else
     
    14451447    test -z "$ac_dir" && ac_dir=.
    14461448    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
    1447       ac_cv_path_LD="$ac_dir/$ac_prog"
     1449      lt_cv_path_LD="$ac_dir/$ac_prog"
    14481450      # Check to see if the program is GNU ld.  I'd rather use --version,
    14491451      # but apparently some GNU ld's only accept -v.
    14501452      # Break only if it was the GNU/non-GNU ld that we prefer.
    1451       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
     1453      if "$lt_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
    14521454        test "$with_gnu_ld" != no && break
    14531455      else
     
    14581460  IFS="$ac_save_ifs"
    14591461else
    1460   ac_cv_path_LD="$LD" # Let the user override the test with a path.
    1461 fi
    1462 fi
    1463 
    1464 LD="$ac_cv_path_LD"
     1462  lt_cv_path_LD="$LD" # Let the user override the test with a path.
     1463fi
     1464fi
     1465
     1466LD="$lt_cv_path_LD"
    14651467if test -n "$LD"; then
    14661468  echo "$ac_t""$LD" 1>&6
     
    14701472test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14711473echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1472 echo "configure:1473: checking if the linker ($LD) is GNU ld" >&5
    1473 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
     1474echo "configure:1475: checking if the linker ($LD) is GNU ld" >&5
     1475if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    14741476  echo $ac_n "(cached) $ac_c" 1>&6
    14751477else
    14761478  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    14771479if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
    1478   ac_cv_prog_gnu_ld=yes
    1479 else
    1480   ac_cv_prog_gnu_ld=no
    1481 fi
    1482 fi
    1483 
    1484 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
    1485 with_gnu_ld=$ac_cv_prog_gnu_ld
     1480  lt_cv_prog_gnu_ld=yes
     1481else
     1482  lt_cv_prog_gnu_ld=no
     1483fi
     1484fi
     1485
     1486echo "$ac_t""$lt_cv_prog_gnu_ld" 1>&6
     1487with_gnu_ld=$lt_cv_prog_gnu_ld
    14861488
    14871489
    14881490echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1489 echo "configure:1490: checking for $LD option to reload object files" >&5
     1491echo "configure:1492: checking for $LD option to reload object files" >&5
    14901492if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14911493  echo $ac_n "(cached) $ac_c" 1>&6
     
    14991501
    15001502echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1501 echo "configure:1502: checking for BSD-compatible nm" >&5
    1502 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
     1503echo "configure:1504: checking for BSD-compatible nm" >&5
     1504if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    15031505  echo $ac_n "(cached) $ac_c" 1>&6
    15041506else
    15051507  if test -n "$NM"; then
    15061508  # Let the user override the test.
    1507   ac_cv_path_NM="$NM"
     1509  lt_cv_path_NM="$NM"
    15081510else
    15091511  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
     
    15171519      # Tru64's nm complains that /dev/null is an invalid object file
    15181520      if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then
    1519         ac_cv_path_NM="$tmp_nm -B"
     1521        lt_cv_path_NM="$tmp_nm -B"
    15201522        break
    15211523      elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
    1522         ac_cv_path_NM="$tmp_nm -p"
     1524        lt_cv_path_NM="$tmp_nm -p"
    15231525        break
    15241526      else
    1525         ac_cv_path_NM=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
     1527        lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
    15261528        continue # so that we can try to find one that supports BSD flags
    15271529      fi
     
    15291531  done
    15301532  IFS="$ac_save_ifs"
    1531   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
    1532 fi
    1533 fi
    1534 
    1535 NM="$ac_cv_path_NM"
     1533  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
     1534fi
     1535fi
     1536
     1537NM="$lt_cv_path_NM"
    15361538echo "$ac_t""$NM" 1>&6
    15371539
    15381540echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1539 echo "configure:1540: checking whether ln -s works" >&5
     1541echo "configure:1542: checking whether ln -s works" >&5
    15401542if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    15411543  echo $ac_n "(cached) $ac_c" 1>&6
     
    15581560
    15591561echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1560 echo "configure:1561: checking how to recognise dependant libraries" >&5
     1562echo "configure:1563: checking how to recognise dependant libraries" >&5
    15611563if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15621564  echo $ac_n "(cached) $ac_c" 1>&6
     
    15761578# whether `pass_all' will *always* work, you probably want this one.
    15771579
    1578 case "$host_os" in
    1579 aix4*)
     1580case $host_os in
     1581aix*)
    15801582  lt_cv_deplibs_check_method=pass_all
    15811583  ;;
     
    15861588
    15871589bsdi4*)
    1588     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    1589     lt_cv_file_magic_cmd='/usr/bin/file -L'
     1590  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
     1591  lt_cv_file_magic_cmd='/usr/bin/file -L'
    15901592  lt_cv_file_magic_test_file=/shlib/libc.so
    15911593  ;;
     
    15961598  ;;
    15971599
     1600darwin* | rhapsody*)
     1601  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
     1602  lt_cv_file_magic_cmd='/usr/bin/file -L'
     1603  case "$host_os" in
     1604  rhapsody* | darwin1.012)
     1605    lt_cv_file_magic_test_file='/System/Library/Frameworks/System.framework/System'
     1606    ;;
     1607  *) # Darwin 1.3 on
     1608    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
     1609    ;;
     1610  esac
     1611  ;;
     1612
    15981613freebsd* )
    15991614  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
    1600     case "$host_cpu" in
     1615    case $host_cpu in
    16011616    i*86 )
    16021617      # Not sure whether the presence of OpenBSD here was a mistake.
    16031618      # Let's accept both of them until this is cleared up.
    1604             lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
    1605             lt_cv_file_magic_cmd=/usr/bin/file
     1619      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
     1620      lt_cv_file_magic_cmd=/usr/bin/file
    16061621      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    16071622      ;;
     
    16161631  ;;
    16171632
    1618 hpux10.20*)
    1619   # TODO:  Does this work for hpux-11 too?
    1620   lt_cv_deplibs_check_method='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
    1621   lt_cv_file_magic_cmd=/usr/bin/file
    1622   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1633hpux10.20*|hpux11*)
     1634  case $host_cpu in
     1635  hppa*)
     1636    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1637    lt_cv_file_magic_cmd=/usr/bin/file
     1638    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1639    ;;
     1640  ia64*)
     1641    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1642    lt_cv_file_magic_cmd=/usr/bin/file
     1643    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1644    ;;
     1645  esac
    16231646  ;;
    16241647
    16251648irix5* | irix6*)
    1626   case "$host_os" in
     1649  case $host_os in
    16271650  irix5*)
    16281651    # this will be overridden with pass_all, but let us keep it just in case
     
    16301653    ;;
    16311654  *)
    1632     case "$LD" in
     1655    case $LD in
    16331656    *-32|*"-32 ") libmagic=32-bit;;
    16341657    *-n32|*"-n32 ") libmagic=N32;;
     
    16371660    esac
    16381661    # this will be overridden with pass_all, but let us keep it just in case
    1639         lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
    1640         ;;
     1662    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
     1663    ;;
    16411664  esac
    16421665  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
     
    16461669# This must be Linux ELF.
    16471670linux-gnu*)
    1648   case "$host_cpu" in
    1649   alpha* | i*86 | powerpc* | sparc* | ia64* )
     1671  case $host_cpu in
     1672  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
    16501673    lt_cv_deplibs_check_method=pass_all ;;
    16511674  *)
    16521675    # glibc up to 2.1.1 does not perform some relocations on ARM
    1653         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
    1654       esac
     1676    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
     1677  esac
    16551678  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    16561679  ;;
    16571680
    16581681netbsd*)
    1659   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then :
     1682  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     1683    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
    16601684  else
    1661         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
    1662         lt_cv_file_magic_cmd='/usr/bin/file -L'
    1663     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1685    lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$'
    16641686  fi
     1687  ;;
     1688
     1689newsos6)
     1690  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
     1691  lt_cv_file_magic_cmd=/usr/bin/file
     1692  lt_cv_file_magic_test_file=/usr/lib/libnls.so
    16651693  ;;
    16661694
     
    16811709  ;;
    16821710
     1711sysv5uw[78]* | sysv4*uw2*)
     1712  lt_cv_deplibs_check_method=pass_all
     1713  ;;
     1714
    16831715sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
    1684   case "$host_vendor" in
     1716  case $host_vendor in
    16851717  ncr)
    16861718    lt_cv_deplibs_check_method=pass_all
    16871719    ;;
    16881720  motorola)
    1689         lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
    1690         lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
     1721    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
     1722    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
    16911723    ;;
    16921724  esac
     
    17011733
    17021734echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1703 echo "configure:1704: checking for object suffix" >&5
     1735echo "configure:1736: checking for object suffix" >&5
    17041736if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17051737  echo $ac_n "(cached) $ac_c" 1>&6
     
    17071739  rm -f conftest*
    17081740echo 'int i = 1;' > conftest.$ac_ext
    1709 if { (eval echo configure:1710: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1741if { (eval echo configure:1742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17101742  for ac_file in conftest.*; do
    17111743    case $ac_file in
     
    17271759
    17281760echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1729 echo "configure:1730: checking for executable suffix" >&5
     1761echo "configure:1762: checking for executable suffix" >&5
    17301762if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    17311763  echo $ac_n "(cached) $ac_c" 1>&6
     
    17371769  echo 'int main () { return 0; }' > conftest.$ac_ext
    17381770  ac_cv_exeext=
    1739   if { (eval echo configure:1740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1771  if { (eval echo configure:1772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    17401772    for file in conftest.*; do
    17411773      case $file in
     
    17601792
    17611793# Only perform the check for file, if the check method requires it
    1762 case "$deplibs_check_method" in
     1794case $deplibs_check_method in
    17631795file_magic*)
    17641796  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17651797    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1766 echo "configure:1767: checking for ${ac_tool_prefix}file" >&5
     1798echo "configure:1799: checking for ${ac_tool_prefix}file" >&5
    17671799if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17681800  echo $ac_n "(cached) $ac_c" 1>&6
    17691801else
    1770   case "$MAGIC_CMD" in
     1802  case $MAGIC_CMD in
    17711803  /*)
    17721804  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    17841816      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
    17851817      if test -n "$file_magic_test_file"; then
    1786         case "$deplibs_check_method" in
     1818        case $deplibs_check_method in
    17871819        "file_magic "*)
    17881820          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    18261858  if test -n "$ac_tool_prefix"; then
    18271859    echo $ac_n "checking for file""... $ac_c" 1>&6
    1828 echo "configure:1829: checking for file" >&5
     1860echo "configure:1861: checking for file" >&5
    18291861if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    18301862  echo $ac_n "(cached) $ac_c" 1>&6
    18311863else
    1832   case "$MAGIC_CMD" in
     1864  case $MAGIC_CMD in
    18331865  /*)
    18341866  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
     
    18461878      lt_cv_path_MAGIC_CMD="$ac_dir/file"
    18471879      if test -n "$file_magic_test_file"; then
    1848         case "$deplibs_check_method" in
     1880        case $deplibs_check_method in
    18491881        "file_magic "*)
    18501882          file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
     
    18971929set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18981930echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1899 echo "configure:1900: checking for $ac_word" >&5
     1931echo "configure:1932: checking for $ac_word" >&5
    19001932if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19011933  echo $ac_n "(cached) $ac_c" 1>&6
     
    19291961set dummy ranlib; ac_word=$2
    19301962echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1931 echo "configure:1932: checking for $ac_word" >&5
     1963echo "configure:1964: checking for $ac_word" >&5
    19321964if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    19331965  echo $ac_n "(cached) $ac_c" 1>&6
     
    19641996set dummy ${ac_tool_prefix}strip; ac_word=$2
    19651997echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1966 echo "configure:1967: checking for $ac_word" >&5
     1998echo "configure:1999: checking for $ac_word" >&5
    19671999if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19682000  echo $ac_n "(cached) $ac_c" 1>&6
     
    19962028set dummy strip; ac_word=$2
    19972029echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1998 echo "configure:1999: checking for $ac_word" >&5
     2030echo "configure:2031: checking for $ac_word" >&5
    19992031if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    20002032  echo $ac_n "(cached) $ac_c" 1>&6
     
    20342066test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
    20352067test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
    2036 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
    2037 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
     2068test "$GCC" = yes && libtool_flags="$libtool_flags --with-gcc"
     2069test "$lt_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
    20382070
    20392071
     
    20602092# Some flags need to be propagated to the compiler or linker for good
    20612093# libtool support.
    2062 case "$host" in
     2094case $host in
    20632095*-*-irix6*)
    20642096  # Find out which ABI we are using.
    2065   echo '#line 2066 "configure"' > conftest.$ac_ext
    2066   if { (eval echo configure:2067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2067     case "`/usr/bin/file conftest.o`" in
     2097  echo '#line 2098 "configure"' > conftest.$ac_ext
     2098  if { (eval echo configure:2099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2099   if test "$lt_cv_prog_gnu_ld" = yes; then
     2100    case `/usr/bin/file conftest.$ac_objext` in
     2101    *32-bit*)
     2102      LD="${LD-ld} -melf32bsmip"
     2103      ;;
     2104    *N32*)
     2105      LD="${LD-ld} -melf32bmipn32"
     2106      ;;
     2107    *64-bit*)
     2108      LD="${LD-ld} -melf64bmip"
     2109      ;;
     2110    esac
     2111   else
     2112    case `/usr/bin/file conftest.$ac_objext` in
    20682113    *32-bit*)
    20692114      LD="${LD-ld} -32"
     
    20762121      ;;
    20772122    esac
     2123   fi
     2124  fi
     2125  rm -rf conftest*
     2126  ;;
     2127
     2128ia64-*-hpux*)
     2129  # Find out which ABI we are using.
     2130  echo 'int i;' > conftest.$ac_ext
     2131  if { (eval echo configure:2132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2132    case "`/usr/bin/file conftest.o`" in
     2133    *ELF-32*)
     2134      HPUX_IA64_MODE="32"
     2135      ;;
     2136    *ELF-64*)
     2137      HPUX_IA64_MODE="64"
     2138      ;;
     2139    esac
    20782140  fi
    20792141  rm -rf conftest*
     
    20852147  CFLAGS="$CFLAGS -belf"
    20862148  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2087 echo "configure:2088: checking whether the C compiler needs -belf" >&5
     2149echo "configure:2150: checking whether the C compiler needs -belf" >&5
    20882150if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20892151  echo $ac_n "(cached) $ac_c" 1>&6
     
    20982160
    20992161     cat > conftest.$ac_ext <<EOF
    2100 #line 2101 "configure"
     2162#line 2163 "configure"
    21012163#include "confdefs.h"
    21022164
     
    21052167; return 0; }
    21062168EOF
    2107 if { (eval echo configure:2108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2169if { (eval echo configure:2170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21082170  rm -rf conftest*
    21092171  lt_cv_cc_needs_belf=yes
     
    22152277exec 5>>./config.log
    22162278
    2217 
    22182279 
    22192280
     
    22422303fi
    22432304
    2244 build_warnings="-W -Wall"
     2305build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
    22452306# Check whether --enable-build-warnings or --disable-build-warnings was given.
    22462307if test "${enable_build_warnings+set}" = set; then
     
    22722333    { echo "configure: error: Unrecognized target system type; please check config.sub." 1>&2; exit 1; }
    22732334fi
    2274 if test "$program_transform_name" = s,x,x,; then
    2275   program_transform_name=
    2276 else
    2277   # Double any \ or $.  echo might interpret backslashes.
    2278   cat <<\EOF_SED > conftestsed
    2279 s,\\,\\\\,g; s,\$,$$,g
    2280 EOF_SED
    2281   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
    2282   rm -f conftestsed
    2283 fi
    2284 test "$program_prefix" != NONE &&
    2285   program_transform_name="s,^,${program_prefix},; $program_transform_name"
    2286 # Use a double $ so make ignores it.
    2287 test "$program_suffix" != NONE &&
    2288   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
    2289 
    2290 # sed with no file args requires a program.
    2291 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
    2292 
    22932335
    22942336echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2295 echo "configure:2296: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2337echo "configure:2338: checking whether to enable maintainer-specific portions of Makefiles" >&5
    22962338    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    22972339if test "${enable_maintainer_mode+set}" = set; then
     
    23152357 
    23162358
     2359echo $ac_n "checking whether to install libbfd""... $ac_c" 1>&6
     2360echo "configure:2361: checking whether to install libbfd" >&5
     2361  # Check whether --enable-install-libbfd or --disable-install-libbfd was given.
     2362if test "${enable_install_libbfd+set}" = set; then
     2363  enableval="$enable_install_libbfd"
     2364  install_libbfd_p=$enableval
     2365else
     2366  if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
     2367        install_libbfd_p=yes
     2368      else
     2369        install_libbfd_p=no
     2370      fi
     2371fi
     2372
     2373  echo "$ac_t""$install_libbfd_p" 1>&6
     2374 
     2375
     2376if test $install_libbfd_p = yes; then
     2377  INSTALL_LIBBFD_TRUE=
     2378  INSTALL_LIBBFD_FALSE='#'
     2379else
     2380  INSTALL_LIBBFD_TRUE='#'
     2381  INSTALL_LIBBFD_FALSE=
     2382fi
     2383  # libbfd.a is a host library containing target dependent code
     2384  bfdlibdir='$(libdir)'
     2385  bfdincludedir='$(includedir)'
     2386  if test "${host}" != "${target}"; then
     2387    bfdlibdir='$(exec_prefix)/$(host_alias)/$(target_alias)/lib'
     2388    bfdincludedir='$(exec_prefix)/$(host_alias)/$(target_alias)/include'
     2389  fi
     2390 
     2391 
     2392
     2393
    23172394
    23182395
    23192396echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2320 echo "configure:2321: checking for executable suffix" >&5
     2397echo "configure:2398: checking for executable suffix" >&5
    23212398if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    23222399  echo $ac_n "(cached) $ac_c" 1>&6
     
    23282405  echo 'int main () { return 0; }' > conftest.$ac_ext
    23292406  ac_cv_exeext=
    2330   if { (eval echo configure:2331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2407  if { (eval echo configure:2408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    23312408    for file in conftest.*; do
    23322409      case $file in
     
    23542431set dummy gcc; ac_word=$2
    23552432echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2356 echo "configure:2357: checking for $ac_word" >&5
     2433echo "configure:2434: checking for $ac_word" >&5
    23572434if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23582435  echo $ac_n "(cached) $ac_c" 1>&6
     
    23842461set dummy cc; ac_word=$2
    23852462echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2386 echo "configure:2387: checking for $ac_word" >&5
     2463echo "configure:2464: checking for $ac_word" >&5
    23872464if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    23882465  echo $ac_n "(cached) $ac_c" 1>&6
     
    24352512set dummy cl; ac_word=$2
    24362513echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2437 echo "configure:2438: checking for $ac_word" >&5
     2514echo "configure:2515: checking for $ac_word" >&5
    24382515if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    24392516  echo $ac_n "(cached) $ac_c" 1>&6
     
    24672544
    24682545echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2469 echo "configure:2470: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2546echo "configure:2547: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    24702547
    24712548ac_ext=c
     
    24782555cat > conftest.$ac_ext << EOF
    24792556
    2480 #line 2481 "configure"
     2557#line 2558 "configure"
    24812558#include "confdefs.h"
    24822559
    24832560main(){return(0);}
    24842561EOF
    2485 if { (eval echo configure:2486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2562if { (eval echo configure:2563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    24862563  ac_cv_prog_cc_works=yes
    24872564  # If we can't run a trivial program, we are probably using a cross compiler.
     
    25092586fi
    25102587echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2511 echo "configure:2512: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2588echo "configure:2589: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    25122589echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    25132590cross_compiling=$ac_cv_prog_cc_cross
    25142591
    25152592echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2516 echo "configure:2517: checking whether we are using GNU C" >&5
     2593echo "configure:2594: checking whether we are using GNU C" >&5
    25172594if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    25182595  echo $ac_n "(cached) $ac_c" 1>&6
     
    25232600#endif
    25242601EOF
    2525 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2602if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    25262603  ac_cv_prog_gcc=yes
    25272604else
     
    25422619CFLAGS=
    25432620echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2544 echo "configure:2545: checking whether ${CC-cc} accepts -g" >&5
     2621echo "configure:2622: checking whether ${CC-cc} accepts -g" >&5
    25452622if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    25462623  echo $ac_n "(cached) $ac_c" 1>&6
     
    25742651
    25752652
    2576 ALL_LINGUAS=
     2653ALL_LINGUAS="fr sv tr es da de id pt_BR ro"
    25772654echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2578 echo "configure:2579: checking how to run the C preprocessor" >&5
     2655echo "configure:2656: checking how to run the C preprocessor" >&5
    25792656# On Suns, sometimes $CPP names a directory.
    25802657if test -n "$CPP" && test -d "$CPP"; then
     
    25912668  # not just through cpp.
    25922669  cat > conftest.$ac_ext <<EOF
    2593 #line 2594 "configure"
     2670#line 2671 "configure"
    25942671#include "confdefs.h"
    25952672#include <assert.h>
     
    25972674EOF
    25982675ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2599 { (eval echo configure:2600: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2676{ (eval echo configure:2677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26002677ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26012678if test -z "$ac_err"; then
     
    26082685  CPP="${CC-cc} -E -traditional-cpp"
    26092686  cat > conftest.$ac_ext <<EOF
    2610 #line 2611 "configure"
     2687#line 2688 "configure"
    26112688#include "confdefs.h"
    26122689#include <assert.h>
     
    26142691EOF
    26152692ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2616 { (eval echo configure:2617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2693{ (eval echo configure:2694: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26172694ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26182695if test -z "$ac_err"; then
     
    26252702  CPP="${CC-cc} -nologo -E"
    26262703  cat > conftest.$ac_ext <<EOF
    2627 #line 2628 "configure"
     2704#line 2705 "configure"
    26282705#include "confdefs.h"
    26292706#include <assert.h>
     
    26312708EOF
    26322709ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2633 { (eval echo configure:2634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2710{ (eval echo configure:2711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26342711ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26352712if test -z "$ac_err"; then
     
    26582735set dummy ranlib; ac_word=$2
    26592736echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2660 echo "configure:2661: checking for $ac_word" >&5
     2737echo "configure:2738: checking for $ac_word" >&5
    26612738if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    26622739  echo $ac_n "(cached) $ac_c" 1>&6
     
    26862763
    26872764echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2688 echo "configure:2689: checking for ANSI C header files" >&5
     2765echo "configure:2766: checking for ANSI C header files" >&5
    26892766if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    26902767  echo $ac_n "(cached) $ac_c" 1>&6
    26912768else
    26922769  cat > conftest.$ac_ext <<EOF
    2693 #line 2694 "configure"
     2770#line 2771 "configure"
    26942771#include "confdefs.h"
    26952772#include <stdlib.h>
     
    26992776EOF
    27002777ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2701 { (eval echo configure:2702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2778{ (eval echo configure:2779: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27022779ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27032780if test -z "$ac_err"; then
     
    27162793  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27172794cat > conftest.$ac_ext <<EOF
    2718 #line 2719 "configure"
     2795#line 2796 "configure"
    27192796#include "confdefs.h"
    27202797#include <string.h>
     
    27342811  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27352812cat > conftest.$ac_ext <<EOF
    2736 #line 2737 "configure"
     2813#line 2814 "configure"
    27372814#include "confdefs.h"
    27382815#include <stdlib.h>
     
    27552832else
    27562833  cat > conftest.$ac_ext <<EOF
    2757 #line 2758 "configure"
     2834#line 2835 "configure"
    27582835#include "confdefs.h"
    27592836#include <ctype.h>
     
    27662843
    27672844EOF
    2768 if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2845if { (eval echo configure:2846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27692846then
    27702847  :
     
    27902867
    27912868echo $ac_n "checking for working const""... $ac_c" 1>&6
    2792 echo "configure:2793: checking for working const" >&5
     2869echo "configure:2870: checking for working const" >&5
    27932870if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    27942871  echo $ac_n "(cached) $ac_c" 1>&6
    27952872else
    27962873  cat > conftest.$ac_ext <<EOF
    2797 #line 2798 "configure"
     2874#line 2875 "configure"
    27982875#include "confdefs.h"
    27992876
     
    28442921; return 0; }
    28452922EOF
    2846 if { (eval echo configure:2847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2923if { (eval echo configure:2924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28472924  rm -rf conftest*
    28482925  ac_cv_c_const=yes
     
    28652942
    28662943echo $ac_n "checking for inline""... $ac_c" 1>&6
    2867 echo "configure:2868: checking for inline" >&5
     2944echo "configure:2945: checking for inline" >&5
    28682945if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    28692946  echo $ac_n "(cached) $ac_c" 1>&6
     
    28722949for ac_kw in inline __inline__ __inline; do
    28732950  cat > conftest.$ac_ext <<EOF
    2874 #line 2875 "configure"
     2951#line 2952 "configure"
    28752952#include "confdefs.h"
    28762953
     
    28792956; return 0; }
    28802957EOF
    2881 if { (eval echo configure:2882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2958if { (eval echo configure:2959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28822959  rm -rf conftest*
    28832960  ac_cv_c_inline=$ac_kw; break
     
    29052982
    29062983echo $ac_n "checking for off_t""... $ac_c" 1>&6
    2907 echo "configure:2908: checking for off_t" >&5
     2984echo "configure:2985: checking for off_t" >&5
    29082985if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    29092986  echo $ac_n "(cached) $ac_c" 1>&6
    29102987else
    29112988  cat > conftest.$ac_ext <<EOF
    2912 #line 2913 "configure"
     2989#line 2990 "configure"
    29132990#include "confdefs.h"
    29142991#include <sys/types.h>
     
    29383015
    29393016echo $ac_n "checking for size_t""... $ac_c" 1>&6
    2940 echo "configure:2941: checking for size_t" >&5
     3017echo "configure:3018: checking for size_t" >&5
    29413018if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    29423019  echo $ac_n "(cached) $ac_c" 1>&6
    29433020else
    29443021  cat > conftest.$ac_ext <<EOF
    2945 #line 2946 "configure"
     3022#line 3023 "configure"
    29463023#include "confdefs.h"
    29473024#include <sys/types.h>
     
    29733050# for constant arguments.  Useless!
    29743051echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2975 echo "configure:2976: checking for working alloca.h" >&5
     3052echo "configure:3053: checking for working alloca.h" >&5
    29763053if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    29773054  echo $ac_n "(cached) $ac_c" 1>&6
    29783055else
    29793056  cat > conftest.$ac_ext <<EOF
    2980 #line 2981 "configure"
     3057#line 3058 "configure"
    29813058#include "confdefs.h"
    29823059#include <alloca.h>
     
    29853062; return 0; }
    29863063EOF
    2987 if { (eval echo configure:2988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3064if { (eval echo configure:3065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29883065  rm -rf conftest*
    29893066  ac_cv_header_alloca_h=yes
     
    30063083
    30073084echo $ac_n "checking for alloca""... $ac_c" 1>&6
    3008 echo "configure:3009: checking for alloca" >&5
     3085echo "configure:3086: checking for alloca" >&5
    30093086if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    30103087  echo $ac_n "(cached) $ac_c" 1>&6
    30113088else
    30123089  cat > conftest.$ac_ext <<EOF
    3013 #line 3014 "configure"
     3090#line 3091 "configure"
    30143091#include "confdefs.h"
    30153092
     
    30393116; return 0; }
    30403117EOF
    3041 if { (eval echo configure:3042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3118if { (eval echo configure:3119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30423119  rm -rf conftest*
    30433120  ac_cv_func_alloca_works=yes
     
    30713148
    30723149echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    3073 echo "configure:3074: checking whether alloca needs Cray hooks" >&5
     3150echo "configure:3151: checking whether alloca needs Cray hooks" >&5
    30743151if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    30753152  echo $ac_n "(cached) $ac_c" 1>&6
    30763153else
    30773154  cat > conftest.$ac_ext <<EOF
    3078 #line 3079 "configure"
     3155#line 3156 "configure"
    30793156#include "confdefs.h"
    30803157#if defined(CRAY) && ! defined(CRAY2)
     
    31013178for ac_func in _getb67 GETB67 getb67; do
    31023179  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3103 echo "configure:3104: checking for $ac_func" >&5
     3180echo "configure:3181: checking for $ac_func" >&5
    31043181if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    31053182  echo $ac_n "(cached) $ac_c" 1>&6
    31063183else
    31073184  cat > conftest.$ac_ext <<EOF
    3108 #line 3109 "configure"
     3185#line 3186 "configure"
    31093186#include "confdefs.h"
    31103187/* System header to define __stub macros and hopefully few prototypes,
     
    31293206; return 0; }
    31303207EOF
    3131 if { (eval echo configure:3132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3208if { (eval echo configure:3209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    31323209  rm -rf conftest*
    31333210  eval "ac_cv_func_$ac_func=yes"
     
    31563233
    31573234echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    3158 echo "configure:3159: checking stack direction for C alloca" >&5
     3235echo "configure:3236: checking stack direction for C alloca" >&5
    31593236if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    31603237  echo $ac_n "(cached) $ac_c" 1>&6
     
    31643241else
    31653242  cat > conftest.$ac_ext <<EOF
    3166 #line 3167 "configure"
     3243#line 3244 "configure"
    31673244#include "confdefs.h"
    31683245find_stack_direction ()
     
    31833260}
    31843261EOF
    3185 if { (eval echo configure:3186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3262if { (eval echo configure:3263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    31863263then
    31873264  ac_cv_c_stack_direction=1
     
    32083285ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    32093286echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3210 echo "configure:3211: checking for $ac_hdr" >&5
     3287echo "configure:3288: checking for $ac_hdr" >&5
    32113288if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    32123289  echo $ac_n "(cached) $ac_c" 1>&6
    32133290else
    32143291  cat > conftest.$ac_ext <<EOF
    3215 #line 3216 "configure"
     3292#line 3293 "configure"
    32163293#include "confdefs.h"
    32173294#include <$ac_hdr>
    32183295EOF
    32193296ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3220 { (eval echo configure:3221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3297{ (eval echo configure:3298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    32213298ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    32223299if test -z "$ac_err"; then
     
    32473324do
    32483325echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3249 echo "configure:3250: checking for $ac_func" >&5
     3326echo "configure:3327: checking for $ac_func" >&5
    32503327if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    32513328  echo $ac_n "(cached) $ac_c" 1>&6
    32523329else
    32533330  cat > conftest.$ac_ext <<EOF
    3254 #line 3255 "configure"
     3331#line 3332 "configure"
    32553332#include "confdefs.h"
    32563333/* System header to define __stub macros and hopefully few prototypes,
     
    32753352; return 0; }
    32763353EOF
    3277 if { (eval echo configure:3278: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3354if { (eval echo configure:3355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    32783355  rm -rf conftest*
    32793356  eval "ac_cv_func_$ac_func=yes"
     
    33003377
    33013378echo $ac_n "checking for working mmap""... $ac_c" 1>&6
    3302 echo "configure:3303: checking for working mmap" >&5
     3379echo "configure:3380: checking for working mmap" >&5
    33033380if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
    33043381  echo $ac_n "(cached) $ac_c" 1>&6
     
    33083385else
    33093386  cat > conftest.$ac_ext <<EOF
    3310 #line 3311 "configure"
     3387#line 3388 "configure"
    33113388#include "confdefs.h"
    33123389
     
    34483525
    34493526EOF
    3450 if { (eval echo configure:3451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3527if { (eval echo configure:3528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    34513528then
    34523529  ac_cv_func_mmap_fixed_mapped=yes
     
    34763553ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    34773554echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    3478 echo "configure:3479: checking for $ac_hdr" >&5
     3555echo "configure:3556: checking for $ac_hdr" >&5
    34793556if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    34803557  echo $ac_n "(cached) $ac_c" 1>&6
    34813558else
    34823559  cat > conftest.$ac_ext <<EOF
    3483 #line 3484 "configure"
     3560#line 3561 "configure"
    34843561#include "confdefs.h"
    34853562#include <$ac_hdr>
    34863563EOF
    34873564ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3488 { (eval echo configure:3489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3565{ (eval echo configure:3566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    34893566ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    34903567if test -z "$ac_err"; then
     
    35163593do
    35173594echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3518 echo "configure:3519: checking for $ac_func" >&5
     3595echo "configure:3596: checking for $ac_func" >&5
    35193596if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35203597  echo $ac_n "(cached) $ac_c" 1>&6
    35213598else
    35223599  cat > conftest.$ac_ext <<EOF
    3523 #line 3524 "configure"
     3600#line 3601 "configure"
    35243601#include "confdefs.h"
    35253602/* System header to define __stub macros and hopefully few prototypes,
     
    35443621; return 0; }
    35453622EOF
    3546 if { (eval echo configure:3547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3623if { (eval echo configure:3624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35473624  rm -rf conftest*
    35483625  eval "ac_cv_func_$ac_func=yes"
     
    35733650do
    35743651echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3575 echo "configure:3576: checking for $ac_func" >&5
     3652echo "configure:3653: checking for $ac_func" >&5
    35763653if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    35773654  echo $ac_n "(cached) $ac_c" 1>&6
    35783655else
    35793656  cat > conftest.$ac_ext <<EOF
    3580 #line 3581 "configure"
     3657#line 3658 "configure"
    35813658#include "confdefs.h"
    35823659/* System header to define __stub macros and hopefully few prototypes,
     
    36013678; return 0; }
    36023679EOF
    3603 if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3680if { (eval echo configure:3681: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36043681  rm -rf conftest*
    36053682  eval "ac_cv_func_$ac_func=yes"
     
    36353712   if test $ac_cv_header_locale_h = yes; then
    36363713    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    3637 echo "configure:3638: checking for LC_MESSAGES" >&5
     3714echo "configure:3715: checking for LC_MESSAGES" >&5
    36383715if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    36393716  echo $ac_n "(cached) $ac_c" 1>&6
    36403717else
    36413718  cat > conftest.$ac_ext <<EOF
    3642 #line 3643 "configure"
     3719#line 3720 "configure"
    36433720#include "confdefs.h"
    36443721#include <locale.h>
     
    36473724; return 0; }
    36483725EOF
    3649 if { (eval echo configure:3650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3726if { (eval echo configure:3727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36503727  rm -rf conftest*
    36513728  am_cv_val_LC_MESSAGES=yes
     
    36683745  fi
    36693746   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    3670 echo "configure:3671: checking whether NLS is requested" >&5
     3747echo "configure:3748: checking whether NLS is requested" >&5
    36713748        # Check whether --enable-nls or --disable-nls was given.
    36723749if test "${enable_nls+set}" = set; then
     
    36883765
    36893766      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    3690 echo "configure:3691: checking whether included gettext is requested" >&5
     3767echo "configure:3768: checking whether included gettext is requested" >&5
    36913768      # Check whether --with-included-gettext or --without-included-gettext was given.
    36923769if test "${with_included_gettext+set}" = set; then
     
    37073784        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    37083785echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    3709 echo "configure:3710: checking for libintl.h" >&5
     3786echo "configure:3787: checking for libintl.h" >&5
    37103787if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    37113788  echo $ac_n "(cached) $ac_c" 1>&6
    37123789else
    37133790  cat > conftest.$ac_ext <<EOF
    3714 #line 3715 "configure"
     3791#line 3792 "configure"
    37153792#include "confdefs.h"
    37163793#include <libintl.h>
    37173794EOF
    37183795ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3719 { (eval echo configure:3720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3796{ (eval echo configure:3797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    37203797ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    37213798if test -z "$ac_err"; then
     
    37343811  echo "$ac_t""yes" 1>&6
    37353812  echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
    3736 echo "configure:3737: checking for gettext in libc" >&5
     3813echo "configure:3814: checking for gettext in libc" >&5
    37373814if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
    37383815  echo $ac_n "(cached) $ac_c" 1>&6
    37393816else
    37403817  cat > conftest.$ac_ext <<EOF
    3741 #line 3742 "configure"
     3818#line 3819 "configure"
    37423819#include "confdefs.h"
    37433820#include <libintl.h>
     
    37463823; return 0; }
    37473824EOF
    3748 if { (eval echo configure:3749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3825if { (eval echo configure:3826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37493826  rm -rf conftest*
    37503827  gt_cv_func_gettext_libc=yes
     
    37623839           if test "$gt_cv_func_gettext_libc" != "yes"; then
    37633840             echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
    3764 echo "configure:3765: checking for bindtextdomain in -lintl" >&5
     3841echo "configure:3842: checking for bindtextdomain in -lintl" >&5
    37653842ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
    37663843if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    37703847LIBS="-lintl  $LIBS"
    37713848cat > conftest.$ac_ext <<EOF
    3772 #line 3773 "configure"
     3849#line 3850 "configure"
    37733850#include "confdefs.h"
    37743851/* Override any gcc2 internal prototype to avoid an error.  */
     
    37813858; return 0; }
    37823859EOF
    3783 if { (eval echo configure:3784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3860if { (eval echo configure:3861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    37843861  rm -rf conftest*
    37853862  eval "ac_cv_lib_$ac_lib_var=yes"
     
    37973874  echo "$ac_t""yes" 1>&6
    37983875  echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
    3799 echo "configure:3800: checking for gettext in libintl" >&5
     3876echo "configure:3877: checking for gettext in libintl" >&5
    38003877if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
    38013878  echo $ac_n "(cached) $ac_c" 1>&6
    38023879else
    38033880  cat > conftest.$ac_ext <<EOF
    3804 #line 3805 "configure"
     3881#line 3882 "configure"
    38053882#include "confdefs.h"
    38063883
     
    38093886; return 0; }
    38103887EOF
    3811 if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3888if { (eval echo configure:3889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    38123889  rm -rf conftest*
    38133890  gt_cv_func_gettext_libintl=yes
     
    38373914set dummy msgfmt; ac_word=$2
    38383915echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3839 echo "configure:3840: checking for $ac_word" >&5
     3916echo "configure:3917: checking for $ac_word" >&5
    38403917if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    38413918  echo $ac_n "(cached) $ac_c" 1>&6
     
    38713948do
    38723949echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3873 echo "configure:3874: checking for $ac_func" >&5
     3950echo "configure:3951: checking for $ac_func" >&5
    38743951if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    38753952  echo $ac_n "(cached) $ac_c" 1>&6
    38763953else
    38773954  cat > conftest.$ac_ext <<EOF
    3878 #line 3879 "configure"
     3955#line 3956 "configure"
    38793956#include "confdefs.h"
    38803957/* System header to define __stub macros and hopefully few prototypes,
     
    38993976; return 0; }
    39003977EOF
    3901 if { (eval echo configure:3902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3978if { (eval echo configure:3979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    39023979  rm -rf conftest*
    39033980  eval "ac_cv_func_$ac_func=yes"
     
    39264003set dummy gmsgfmt; ac_word=$2
    39274004echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3928 echo "configure:3929: checking for $ac_word" >&5
     4005echo "configure:4006: checking for $ac_word" >&5
    39294006if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    39304007  echo $ac_n "(cached) $ac_c" 1>&6
     
    39624039set dummy xgettext; ac_word=$2
    39634040echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3964 echo "configure:3965: checking for $ac_word" >&5
     4041echo "configure:4042: checking for $ac_word" >&5
    39654042if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    39664043  echo $ac_n "(cached) $ac_c" 1>&6
     
    39944071
    39954072                cat > conftest.$ac_ext <<EOF
    3996 #line 3997 "configure"
     4073#line 4074 "configure"
    39974074#include "confdefs.h"
    39984075
     
    40024079; return 0; }
    40034080EOF
    4004 if { (eval echo configure:4005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4081if { (eval echo configure:4082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40054082  rm -rf conftest*
    40064083  CATOBJEXT=.gmo
     
    40344111set dummy msgfmt; ac_word=$2
    40354112echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4036 echo "configure:4037: checking for $ac_word" >&5
     4113echo "configure:4114: checking for $ac_word" >&5
    40374114if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    40384115  echo $ac_n "(cached) $ac_c" 1>&6
     
    40684145set dummy gmsgfmt; ac_word=$2
    40694146echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4070 echo "configure:4071: checking for $ac_word" >&5
     4147echo "configure:4148: checking for $ac_word" >&5
    40714148if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    40724149  echo $ac_n "(cached) $ac_c" 1>&6
     
    41044181set dummy xgettext; ac_word=$2
    41054182echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    4106 echo "configure:4107: checking for $ac_word" >&5
     4183echo "configure:4184: checking for $ac_word" >&5
    41074184if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    41084185  echo $ac_n "(cached) $ac_c" 1>&6
     
    41944271     else
    41954272       echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    4196 echo "configure:4197: checking for catalogs to be installed" >&5
     4273echo "configure:4274: checking for catalogs to be installed" >&5
    41974274       NEW_LINGUAS=
    41984275       for lang in ${LINGUAS=$ALL_LINGUAS}; do
     
    42224299         ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
    42234300echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
    4224 echo "configure:4225: checking for linux/version.h" >&5
     4301echo "configure:4302: checking for linux/version.h" >&5
    42254302if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    42264303  echo $ac_n "(cached) $ac_c" 1>&6
    42274304else
    42284305  cat > conftest.$ac_ext <<EOF
    4229 #line 4230 "configure"
     4306#line 4307 "configure"
    42304307#include "confdefs.h"
    42314308#include <linux/version.h>
    42324309EOF
    42334310ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4234 { (eval echo configure:4235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4311{ (eval echo configure:4312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    42354312ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    42364313if test -z "$ac_err"; then
     
    42774354   
    42784355
    4279             if test -d $srcdir/po; then
     4356            if test -f $srcdir/po/POTFILES.in; then
    42804357      test -d po || mkdir po
    42814358      if test "x$srcdir" != "x."; then
     
    42964373. ${srcdir}/../bfd/configure.host
    42974374
     4375# Put a plausible default for CC_FOR_BUILD in Makefile.
     4376if test -z "$CC_FOR_BUILD"; then
     4377  if test "x$cross_compiling" = "xno"; then
     4378    CC_FOR_BUILD='$(CC)'
     4379  else
     4380    CC_FOR_BUILD=gcc
     4381  fi
     4382fi
     4383
     4384# Also set EXEEXT_FOR_BUILD.
     4385if test "x$cross_compiling" = "xno"; then
     4386  EXEEXT_FOR_BUILD='$(EXEEXT)'
     4387else
     4388  echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6
     4389echo "configure:4390: checking for build system executable suffix" >&5
     4390if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then
     4391  echo $ac_n "(cached) $ac_c" 1>&6
     4392else
     4393  rm -f conftest*
     4394     echo 'int main () { return 0; }' > conftest.c
     4395     bfd_cv_build_exeext=
     4396     ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
     4397     for file in conftest.*; do
     4398       case $file in
     4399       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     4400       *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
     4401       esac
     4402     done
     4403     rm -f conftest*
     4404     test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
     4405fi
     4406
     4407echo "$ac_t""$bfd_cv_build_exeext" 1>&6
     4408  EXEEXT_FOR_BUILD=""
     4409  test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
     4410fi
     4411
     4412
    42984413
    42994414# Find a good install program.  We prefer a C program (faster),
     
    43094424# ./install, which can be erroneously created by make from ./install.sh.
    43104425echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    4311 echo "configure:4312: checking for a BSD compatible install" >&5
     4426echo "configure:4427: checking for a BSD compatible install" >&5
    43124427if test -z "$INSTALL"; then
    43134428if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    43664481ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    43674482echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    4368 echo "configure:4369: checking for $ac_hdr" >&5
     4483echo "configure:4484: checking for $ac_hdr" >&5
    43694484if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    43704485  echo $ac_n "(cached) $ac_c" 1>&6
    43714486else
    43724487  cat > conftest.$ac_ext <<EOF
    4373 #line 4374 "configure"
     4488#line 4489 "configure"
    43744489#include "confdefs.h"
    43754490#include <$ac_hdr>
    43764491EOF
    43774492ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    4378 { (eval echo configure:4379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4493{ (eval echo configure:4494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    43794494ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    43804495if test -z "$ac_err"; then
     
    45024617        bfd_d10v_arch)          ta="$ta d10v-dis.lo d10v-opc.lo" ;;
    45034618        bfd_d30v_arch)          ta="$ta d30v-dis.lo d30v-opc.lo" ;;
     4619        bfd_dlx_arch)           ta="$ta dlx-dis.lo" ;;
    45044620        bfd_fr30_arch)          ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
    45054621        bfd_h8300_arch)         ta="$ta h8300-dis.lo" ;;
     
    45114627        bfd_i960_arch)          ta="$ta i960-dis.lo" ;;
    45124628        bfd_ia64_arch)          ta="$ta ia64-dis.lo ia64-opc.lo" ;;
     4629        bfd_ip2k_arch)          ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
     4630        bfd_iq2000_arch)        ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
    45134631        bfd_m32r_arch)          ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
    45144632        bfd_m68hc11_arch)       ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
     
    45184636        bfd_mcore_arch)         ta="$ta mcore-dis.lo" ;;
    45194637        bfd_mips_arch)          ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;;
     4638        bfd_mmix_arch)          ta="$ta mmix-dis.lo mmix-opc.lo" ;;
    45204639        bfd_mn10200_arch)       ta="$ta m10200-dis.lo m10200-opc.lo" ;;
    45214640        bfd_mn10300_arch)       ta="$ta m10300-dis.lo m10300-opc.lo" ;;
     4641        bfd_msp430_arch)        ta="$ta msp430-dis.lo" ;;
    45224642        bfd_ns32k_arch)         ta="$ta ns32k-dis.lo" ;;
     4643        bfd_openrisc_arch)      ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;;
     4644        bfd_or32_arch)          ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;;
     4645        bfd_pdp11_arch)         ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
    45234646        bfd_pj_arch)            ta="$ta pj-dis.lo pj-opc.lo" ;;
    45244647        bfd_powerpc_arch)       ta="$ta ppc-dis.lo ppc-opc.lo" ;;
     
    45274650        bfd_romp_arch)          ;;
    45284651        bfd_rs6000_arch)        ta="$ta ppc-dis.lo ppc-opc.lo" ;;
     4652        bfd_s390_arch)          ta="$ta s390-dis.lo s390-opc.lo" ;;
    45294653        bfd_sh_arch)
     4654          # We can't decide what we want just from the CPU family.
     4655          # We want SH5 support unless a specific version of sh is
     4656          # specified, as in sh3-elf, sh3b-linux-gnu, etc.
     4657          # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
     4658          for t in $target $canon_targets; do
     4659            case $t in
     4660              all |  sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
     4661              sh-*-linux* | shl-*-linux*)
     4662                                ta="$ta sh64-dis.lo sh64-opc.lo"
     4663                                archdefs="$archdefs -DINCLUDE_SHMEDIA"
     4664                                break;;
     4665            esac;
     4666          done
    45304667                                ta="$ta sh-dis.lo" ;;
    45314668        bfd_sparc_arch)         ta="$ta sparc-dis.lo sparc-opc.lo" ;;
    45324669        bfd_tahoe_arch)         ;;
    45334670        bfd_tic30_arch)         ta="$ta tic30-dis.lo" ;;
     4671        bfd_tic4x_arch)         ta="$ta tic4x-dis.lo" ;;
    45344672        bfd_tic54x_arch)        ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
    45354673        bfd_tic80_arch)         ta="$ta tic80-dis.lo tic80-opc.lo" ;;
     
    45404678        bfd_w65_arch)           ta="$ta w65-dis.lo" ;;
    45414679        bfd_we32k_arch)         ;;
     4680        bfd_xstormy16_arch)     ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
     4681        bfd_xtensa_arch)        ta="$ta xtensa-dis.lo" ;;
    45424682        bfd_z8k_arch)           ta="$ta z8k-dis.lo" ;;
     4683        bfd_frv_arch)           ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
    45434684
    45444685        "")                     ;;
     
    47524893s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
    47534894s%@MAINT@%$MAINT%g
     4895s%@INSTALL_LIBBFD_TRUE@%$INSTALL_LIBBFD_TRUE%g
     4896s%@INSTALL_LIBBFD_FALSE@%$INSTALL_LIBBFD_FALSE%g
     4897s%@bfdlibdir@%$bfdlibdir%g
     4898s%@bfdincludedir@%$bfdincludedir%g
    47544899s%@CPP@%$CPP%g
    47554900s%@ALLOCA@%$ALLOCA%g
     
    47744919s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g
    47754920s%@l@%$l%g
     4921s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g
     4922s%@EXEEXT_FOR_BUILD@%$EXEEXT_FOR_BUILD%g
    47764923s%@HDEFINES@%$HDEFINES%g
    47774924s%@CGEN_MAINT_TRUE@%$CGEN_MAINT_TRUE%g
Note: See TracChangeset for help on using the changeset viewer.