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

Regenerated configure scripts.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r100 r101  
    5656silent=
    5757site=
    58 sitefile=
    5958srcdir=
    6059target=NONE
     
    171170  --no-create             do not create output files
    172171  --quiet, --silent       do not print \`checking...' messages
    173   --site-file=FILE        use FILE as the site file
    174172  --version               print the version of autoconf that created configure
    175173Directory and file names:
     
    342340    site="$ac_optarg" ;;
    343341
    344   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    345     ac_prev=sitefile ;;
    346   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    347     sitefile="$ac_optarg" ;;
    348 
    349342  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    350343    ac_prev=srcdir ;;
     
    512505
    513506# Prefer explicitly selected file to automatically selected ones.
    514 if test -z "$sitefile"; then
    515   if test -z "$CONFIG_SITE"; then
    516     if test "x$prefix" != xNONE; then
    517       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    518     else
    519       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    520     fi
     507if test -z "$CONFIG_SITE"; then
     508  if test "x$prefix" != xNONE; then
     509    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     510  else
     511    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    521512  fi
    522 else
    523   CONFIG_SITE="$sitefile"
    524513fi
    525514for ac_site_file in $CONFIG_SITE; do
     
    559548fi
    560549
     550
     551
     552
     553
     554
     555
     556
     557
     558
     559
     560
     561
     562
     563
    561564echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    562 echo "configure:563: checking for Cygwin environment" >&5
     565echo "configure:56: checking for Cygwin environment" >&5
    563566if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    564567  echo $ac_n "(cached) $ac_c" 1>&6
    565568else
    566569  cat > conftest.$ac_ext <<EOF
    567 #line 568 "configure"
     570#line 5 "configure"
    568571#include "confdefs.h"
    569572
     
    576579; return 0; }
    577580EOF
    578 if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     581if { (eval echo configure:5: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    579582  rm -rf conftest*
    580583  ac_cv_cygwin=yes
     
    593596test "$ac_cv_cygwin" = yes && CYGWIN=yes
    594597echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    595 echo "configure:596: checking for mingw32 environment" >&5
     598echo "configure:59: checking for mingw32 environment" >&5
    596599if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    597600  echo $ac_n "(cached) $ac_c" 1>&6
    598601else
    599602  cat > conftest.$ac_ext <<EOF
    600 #line 601 "configure"
     603#line 60 "configure"
    601604#include "confdefs.h"
    602605
     
    605608; return 0; }
    606609EOF
    607 if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     610if { (eval echo configure:6: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    608611  rm -rf conftest*
    609612  ac_cv_mingw32=yes
     
    621624MINGW32=
    622625test "$ac_cv_mingw32" = yes && MINGW32=yes
     626
     627
     628
     629
     630
     631
     632
     633
     634
     635
     636
     637
     638
     639
     640
     641
     642
     643
     644
     645
     646
     647
     648
     649
     650
     651
     652
     653
     654
     655
     656
     657
     658
     659
     660
     661
     662
     663
     664
     665
     666
     667
     668
     669
     670
     671
     672
     673
     674
     675
     676
     677
     678
     679
     680
     681
     682
     683
     684
     685
     686
     687
     688
     689
     690
     691
     692
     693
     694
     695
     696
     697
     698
     699
     700
    623701
    624702
     
    670748
    671749echo $ac_n "checking host system type""... $ac_c" 1>&6
    672 echo "configure:673: checking host system type" >&5
     750echo "configure:: checking host system type" >&5
    673751
    674752host_alias=$host
     
    691769
    692770echo $ac_n "checking target system type""... $ac_c" 1>&6
    693 echo "configure:694: checking target system type" >&5
     771echo "configure:: checking target system type" >&5
    694772
    695773target_alias=$target
     
    709787
    710788echo $ac_n "checking build system type""... $ac_c" 1>&6
    711 echo "configure:712: checking build system type" >&5
     789echo "configure:7: checking build system type" >&5
    712790
    713791build_alias=$build
     
    734812set dummy gcc; ac_word=$2
    735813echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    736 echo "configure:737: checking for $ac_word" >&5
     814echo "configure:: checking for $ac_word" >&5
    737815if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    738816  echo $ac_n "(cached) $ac_c" 1>&6
     
    741819  ac_cv_prog_CC="$CC" # Let the user override the test.
    742820else
    743   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     821  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=""
    744822  ac_dummy="$PATH"
    745823  for ac_dir in $ac_dummy; do
    746824    test -z "$ac_dir" && ac_dir=.
    747     if test -f $ac_dir/$ac_word; then
     825    if test -f $ac_dir/$ac_word -o \
     826            -f $ac_dir/$ac_word$ac_exeext ; then
    748827      ac_cv_prog_CC="gcc"
    749828      break
     
    764843set dummy cc; ac_word=$2
    765844echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    766 echo "configure:767: checking for $ac_word" >&5
     845echo "configure:: checking for $ac_word" >&5
    767846if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    768847  echo $ac_n "(cached) $ac_c" 1>&6
     
    771850  ac_cv_prog_CC="$CC" # Let the user override the test.
    772851else
    773   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     852  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=""
    774853  ac_prog_rejected=no
    775854  ac_dummy="$PATH"
    776855  for ac_dir in $ac_dummy; do
    777856    test -z "$ac_dir" && ac_dir=.
    778     if test -f $ac_dir/$ac_word; then
    779       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     857    if test -f $ac_dir/$ac_word -o \
     858            -f $ac_dir/$ac_word$ac_exeext ; then
     859      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     860               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    780861        ac_prog_rejected=yes
    781862        continue
     
    815896set dummy cl; ac_word=$2
    816897echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    817 echo "configure:818: checking for $ac_word" >&5
     898echo "configure:8: checking for $ac_word" >&5
    818899if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    819900  echo $ac_n "(cached) $ac_c" 1>&6
     
    822903  ac_cv_prog_CC="$CC" # Let the user override the test.
    823904else
    824   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     905  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=""
    825906  ac_dummy="$PATH"
    826907  for ac_dir in $ac_dummy; do
    827908    test -z "$ac_dir" && ac_dir=.
    828     if test -f $ac_dir/$ac_word; then
     909    if test -f $ac_dir/$ac_word -o \
     910            -f $ac_dir/$ac_word$ac_exeext ; then
    829911      ac_cv_prog_CC="cl"
    830912      break
     
    847929
    848930echo $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
     931echo "configure:: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    850932
    851933ac_ext=c
     
    858940cat > conftest.$ac_ext << EOF
    859941
    860 #line 861 "configure"
     942#line "configure"
    861943#include "confdefs.h"
    862944
    863945main(){return(0);}
    864946EOF
    865 if { (eval echo configure:866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     947if { (eval echo configure:: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    866948  ac_cv_prog_cc_works=yes
    867949  # If we can't run a trivial program, we are probably using a cross compiler.
     
    889971fi
    890972echo $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
     973echo "configure:: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    892974echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    893975cross_compiling=$ac_cv_prog_cc_cross
    894976
    895977echo $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
     978echo "configure:: checking whether we are using GNU C" >&5
    897979if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    898980  echo $ac_n "(cached) $ac_c" 1>&6
     
    903985#endif
    904986EOF
    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
     987if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:9: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    906988  ac_cv_prog_gcc=yes
    907989else
     
    9221004CFLAGS=
    9231005echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    924 echo "configure:925: checking whether ${CC-cc} accepts -g" >&5
     1006echo "configure:: checking whether ${CC-cc} accepts -g" >&5
    9251007if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9261008  echo $ac_n "(cached) $ac_c" 1>&6
     
    9541036
    9551037echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
    956 echo "configure:957: checking for POSIXized ISC" >&5
     1038echo "configure:: checking for POSIXized ISC" >&5
    9571039if test -d /etc/conf/kconfig.d &&
    9581040  grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
     
    9921074# ./install, which can be erroneously created by make from ./install.sh.
    9931075echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    994 echo "configure:995: checking for a BSD compatible install" >&5
     1076echo "configure:: checking for a BSD compatible install" >&5
    9951077if test -z "$INSTALL"; then
    9961078if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    9971079  echo $ac_n "(cached) $ac_c" 1>&6
    9981080else
    999     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1081    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=""
    10001082  for ac_dir in $PATH; do
    10011083    # Account for people who put trailing slashes in PATH elements.
    10021084    case "$ac_dir/" in
    10031085    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1086
     1087
    10041088    *)
    10051089      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10071091      # by default.
    10081092      for ac_prog in ginstall scoinst install; do
    1009         if test -f $ac_dir/$ac_prog; then
     1093        if test -f $ac_dir/$ac_prog; then
    10101094          if test $ac_prog = install &&
    10111095            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10131097            :
    10141098          else
    1015             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1099            ac_cv_path_install="$ac_dir/$ac_prog