Changeset 101 for trunk/src/binutils/etc


Ignore:
Timestamp:
May 7, 2003, 5:35:03 PM (22 years ago)
Author:
bird
Message:

Regenerated configure scripts.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    22
    33# Guess values for system-dependent variables and create Makefiles.
    4 # Generated automatically using autoconf version 2.12.1
     4# Generated automatically using autoconf version 2.13
    55# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
    66#
     
    334334
    335335  -version | --version | --versio | --versi | --vers)
    336     echo "configure generated by autoconf version 2.12.1"
     336    echo "configure generated by autoconf version 2.13"
    337337    exit 0 ;;
    338338
     
    504504ac_cpp='$CPP $CPPFLAGS'
    505505ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
    506 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
     506ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    507507cross_compiling=$ac_cv_prog_cc_cross
    508508
     509ac_exeext=
     510ac_objext=o
    509511if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
    510512  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
     
    518520  ac_n= ac_c='\c' ac_t=
    519521fi
     522
     523echo $ac_n "checking for path separator""... $ac_c" 1>&6
     524echo "configure:525: checking for path separator" >&5
     525# Filter path to get backslahes into forwardslashes
     526case "`uname -s 2> /dev/null`" in
     527OS/2)
     528  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     529  PATH_IFS=';'
     530  ;;
     531*)
     532  PATH_IFS=':'
     533  ;;
     534esac
     535echo "$ac_t""${PATH_IFS}" 1>&6
     536
     537echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     538echo "configure:539: checking for Cygwin environment" >&5
     539if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     540  echo $ac_n "(cached) $ac_c" 1>&6
     541else
     542  cat > conftest.$ac_ext <<EOF
     543#line 544 "configure"
     544#include "confdefs.h"
     545
     546int main() {
     547
     548#ifndef __CYGWIN__
     549#define __CYGWIN__ __CYGWIN32__
     550#endif
     551return __CYGWIN__;
     552; return 0; }
     553EOF
     554if { (eval echo configure:555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     555  rm -rf conftest*
     556  ac_cv_cygwin=yes
     557else
     558  echo "configure: failed program was:" >&5
     559  cat conftest.$ac_ext >&5
     560  rm -rf conftest*
     561  ac_cv_cygwin=no
     562fi
     563rm -f conftest*
     564rm -f conftest*
     565fi
     566
     567echo "$ac_t""$ac_cv_cygwin" 1>&6
     568CYGWIN=
     569test "$ac_cv_cygwin" = yes && CYGWIN=yes
     570echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     571echo "configure:572: checking for mingw32 environment" >&5
     572if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     573  echo $ac_n "(cached) $ac_c" 1>&6
     574else
     575  cat > conftest.$ac_ext <<EOF
     576#line 577 "configure"
     577#include "confdefs.h"
     578
     579int main() {
     580return __MINGW32__;
     581; return 0; }
     582EOF
     583if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     584  rm -rf conftest*
     585  ac_cv_mingw32=yes
     586else
     587  echo "configure: failed program was:" >&5
     588  cat conftest.$ac_ext >&5
     589  rm -rf conftest*
     590  ac_cv_mingw32=no
     591fi
     592rm -f conftest*
     593rm -f conftest*
     594fi
     595
     596echo "$ac_t""$ac_cv_mingw32" 1>&6
     597MINGW32=
     598test "$ac_cv_mingw32" = yes && MINGW32=yes
     599echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     600echo "configure:601: checking for EMX/OS2 environment" >&5
     601if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     602  echo $ac_n "(cached) $ac_c" 1>&6
     603else
     604  : ${CC=gcc.exe}
     605cat > conftest.$ac_ext <<EOF
     606#line 607 "configure"
     607#include "confdefs.h"
     608
     609int main() {
     610return __EMX__;
     611; return 0; }
     612EOF
     613if { (eval echo configure:614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     614  rm -rf conftest*
     615  ac_cv_emxos2=yes
     616else
     617  echo "configure: failed program was:" >&5
     618  cat conftest.$ac_ext >&5
     619  rm -rf conftest*
     620  ac_cv_emxos2=no
     621fi
     622rm -f conftest*
     623rm -f conftest*
     624fi
     625
     626echo "$ac_t""$ac_cv_emxos2" 1>&6
     627if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     628  echo $ac_n "(cached) $ac_c" 1>&6
     629else
     630  if test "$ac_cv_emxos2" = yes ; then
     631  ac_cv_libpre=
     632else
     633  ac_cv_libpre=lib
     634fi
     635
     636fi
     637
     638EMXOS2=
     639test "$ac_cv_emxos2" = yes && EMXOS2=yes
     640
     641
     642
     643echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     644echo "configure:645: checking for executable suffix" >&5
     645if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     646  echo $ac_n "(cached) $ac_c" 1>&6
     647else
     648  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     649  ac_cv_exeext=.exe
     650else
     651  rm -f conftest*
     652  echo 'int main () { return 0; }' > conftest.$ac_ext
     653  ac_cv_exeext=
     654  if { (eval echo configure:655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     655    for file in conftest.*; do
     656      case $file in
     657      *.c | *.o | *.obj) ;;
     658      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     659      esac
     660    done
     661  else
     662    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     663  fi
     664  rm -f conftest*
     665  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     666fi
     667fi
     668
     669EXEEXT=""
     670test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     671echo "$ac_t""${ac_cv_exeext}" 1>&6
     672ac_exeext=$EXEEXT
    520673
    521674
     
    552705# ./install, which can be erroneously created by make from ./install.sh.
    553706echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    554 echo "configure:555: checking for a BSD compatible install" >&5
     707echo "configure:708: checking for a BSD compatible install" >&5
    555708if test -z "$INSTALL"; then
    556709if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    557710  echo $ac_n "(cached) $ac_c" 1>&6
    558711else
    559     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
     712    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    560713  for ac_dir in $PATH; do
    561714    # Account for people who put trailing slashes in PATH elements.
    562715    case "$ac_dir/" in
    563716    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     717    # We reject the install program from OS/2 or W3.1
     718    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    564719    *)
    565720      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    567722      # by default.
    568723      for ac_prog in ginstall scoinst install; do
    569         if test -f $ac_dir/$ac_prog; then
     724        if test -f $ac_dir/$ac_prog$ac_exeext; then
    570725          if test $ac_prog = install &&
    571726            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    573728            :
    574729          else
    575             ac_cv_path_install="$ac_dir/$ac_prog -c"
     730            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    576731            break 2
    577732          fi
     
    599754# It thinks the first close brace ends the variable substitution.
    600755test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     756
     757test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
    601758
    602759test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     
    626783# and sets the high bit in the cache file unless we assign to the vars.
    627784(set) 2>&1 |
    628   case `(ac_space=' '; set) 2>&1 | grep ac_space` in
     785  case `(ac_space=' '; set | grep ac_space) 2>&1` in
    629786  *ac_space=\ *)
    630787    # `set' does not quote correctly, so add quotes (double-quote substitution
     
    676833s%\$%$$%g
    677834EOF
    678 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
     835DEFS=`sed -f conftest.defs confdefs.h | tr '\012\015' ' '`
    679836rm -f conftest.defs
    680837
     
    690847# Run this file to recreate the current configuration.
    691848# This directory was configured as follows,
     849EOF
     850echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     851cat >> $CONFIG_STATUS <<EOF
    692852# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    693853#
     
    705865    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    706866  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    707     echo "$CONFIG_STATUS generated by autoconf version 2.12.1"
     867    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    708868    exit 0 ;;
    709869  -help | --help | --hel | --he | --h)
     
    715875ac_given_srcdir=$srcdir
    716876ac_given_INSTALL="$INSTALL"
     877PATHIFS="$PATH_IFS"
    717878
    718879trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    725886$ac_vpsub
    726887$extrasub
     888s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    727889s%@SHELL@%$SHELL%g
    728890s%@CFLAGS@%$CFLAGS%g
    729891s%@CPPFLAGS@%$CPPFLAGS%g
    730892s%@CXXFLAGS@%$CXXFLAGS%g
     893s%@FFLAGS@%$FFLAGS%g
    731894s%@DEFS@%$DEFS%g
    732895s%@LDFLAGS@%$LDFLAGS%g
     
    747910s%@infodir@%$infodir%g
    748911s%@mandir@%$mandir%g
     912s%@PATH_IFS@%$PATH_IFS%g
     913s%@EXEEXT@%$EXEEXT%g
    749914s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
     915s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    750916s%@INSTALL_DATA@%$INSTALL_DATA%g
    751917
     
    819985      if test -z "$ac_dots"; then top_srcdir=.
    820986      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    821   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     987  /* | [A-Za-z]:*)
     988    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    822989  *) # Relative path.
    823990    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    826993
    827994  case "$ac_given_INSTALL" in
    828   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     995  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    829996  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    830997  esac
     
    8391006  esac
    8401007
    841   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     1008  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    8421009  sed -e "$ac_comsub
    8431010s%@configure_input@%$configure_input%g
Note: See TracChangeset for help on using the changeset viewer.