Changeset 80 for trunk/src/gcc/libffi


Ignore:
Timestamp:
May 2, 2003, 12:30:43 PM (22 years ago)
Author:
bird
Message:

Regenerated configure on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libffi/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    546546fi
    547547
     548echo $ac_n "checking for path separator""... $ac_c" 1>&6
     549echo "configure:550: checking for path separator" >&5
     550# Filter path to get backslahes into forwardslashes
     551case "`uname -s 2> /dev/null`" in
     552OS/2)
     553  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     554  PATH_IFS=';'
     555  ;;
     556*)
     557  PATH_IFS=':'
     558  ;;
     559esac
     560echo "$ac_t""${PATH_IFS}" 1>&6
     561
    548562echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    549 echo "configure:550: checking for Cygwin environment" >&5
     563echo "configure:564: checking for Cygwin environment" >&5
    550564if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    551565  echo $ac_n "(cached) $ac_c" 1>&6
    552566else
    553567  cat > conftest.$ac_ext <<EOF
    554 #line 555 "configure"
     568#line 569 "configure"
    555569#include "confdefs.h"
    556570
     
    563577; return 0; }
    564578EOF
    565 if { (eval echo configure:566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     579if { (eval echo configure:580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    566580  rm -rf conftest*
    567581  ac_cv_cygwin=yes
     
    580594test "$ac_cv_cygwin" = yes && CYGWIN=yes
    581595echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    582 echo "configure:583: checking for mingw32 environment" >&5
     596echo "configure:597: checking for mingw32 environment" >&5
    583597if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    584598  echo $ac_n "(cached) $ac_c" 1>&6
    585599else
    586600  cat > conftest.$ac_ext <<EOF
    587 #line 588 "configure"
     601#line 602 "configure"
    588602#include "confdefs.h"
    589603
     
    592606; return 0; }
    593607EOF
    594 if { (eval echo configure:595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     608if { (eval echo configure:609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    595609  rm -rf conftest*
    596610  ac_cv_mingw32=yes
     
    608622MINGW32=
    609623test "$ac_cv_mingw32" = yes && MINGW32=yes
     624echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     625echo "configure:626: checking for EMX/OS2 environment" >&5
     626if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     627  echo $ac_n "(cached) $ac_c" 1>&6
     628else
     629  : ${CC=gcc.exe}
     630cat > conftest.$ac_ext <<EOF
     631#line 632 "configure"
     632#include "confdefs.h"
     633
     634int main() {
     635return __EMX__;
     636; return 0; }
     637EOF
     638if { (eval echo configure:639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     639  rm -rf conftest*
     640  ac_cv_emxos2=yes
     641else
     642  echo "configure: failed program was:" >&5
     643  cat conftest.$ac_ext >&5
     644  rm -rf conftest*
     645  ac_cv_emxos2=no
     646fi
     647rm -f conftest*
     648rm -f conftest*
     649fi
     650
     651echo "$ac_t""$ac_cv_emxos2" 1>&6
     652if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     653  echo $ac_n "(cached) $ac_c" 1>&6
     654else
     655  if test "$ac_cv_emxos2" = yes ; then
     656  ac_cv_libpre=
     657else
     658  ac_cv_libpre=lib
     659fi
     660
     661fi
     662
     663EMXOS2=
     664test "$ac_cv_emxos2" = yes && EMXOS2=yes
     665
     666
     667
     668echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     669echo "configure:670: checking for executable suffix" >&5
     670if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     671  echo $ac_n "(cached) $ac_c" 1>&6
     672else
     673  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     674  ac_cv_exeext=.exe
     675else
     676  rm -f conftest*
     677  echo 'int main () { return 0; }' > conftest.$ac_ext
     678  ac_cv_exeext=
     679  if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     680    for file in conftest.*; do
     681      case $file in
     682      *.c | *.o | *.obj) ;;
     683      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     684      esac
     685    done
     686  else
     687    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     688  fi
     689  rm -f conftest*
     690  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     691fi
     692fi
     693
     694EXEEXT=""
     695test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     696echo "$ac_t""${ac_cv_exeext}" 1>&6
     697ac_exeext=$EXEEXT
     698
    610699
    611700
     
    669758
    670759echo $ac_n "checking host system type""... $ac_c" 1>&6
    671 echo "configure:672: checking host system type" >&5
     760echo "configure:761: checking host system type" >&5
    672761
    673762host_alias=$host
     
    760849
    761850echo $ac_n "checking build system type""... $ac_c" 1>&6
    762 echo "configure:763: checking build system type" >&5
     851echo "configure:852: checking build system type" >&5
    763852
    764853build_alias=$build
     
    780869set dummy gcc; ac_word=$2
    781870echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    782 echo "configure:783: checking for $ac_word" >&5
     871echo "configure:872: checking for $ac_word" >&5
    783872if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    784873  echo $ac_n "(cached) $ac_c" 1>&6
     
    787876  ac_cv_prog_CC="$CC" # Let the user override the test.
    788877else
    789   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     878  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    790879  ac_dummy="$PATH"
    791880  for ac_dir in $ac_dummy; do
    792881    test -z "$ac_dir" && ac_dir=.
    793     if test -f $ac_dir/$ac_word; then
     882    if test -f $ac_dir/$ac_word -o \
     883            -f $ac_dir/$ac_word$ac_exeext ; then
    794884      ac_cv_prog_CC="gcc"
    795885      break
     
    810900set dummy cc; ac_word=$2
    811901echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    812 echo "configure:813: checking for $ac_word" >&5
     902echo "configure:903: checking for $ac_word" >&5
    813903if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    814904  echo $ac_n "(cached) $ac_c" 1>&6
     
    817907  ac_cv_prog_CC="$CC" # Let the user override the test.
    818908else
    819   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     909  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    820910  ac_prog_rejected=no
    821911  ac_dummy="$PATH"
    822912  for ac_dir in $ac_dummy; do
    823913    test -z "$ac_dir" && ac_dir=.
    824     if test -f $ac_dir/$ac_word; then
    825       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     914    if test -f $ac_dir/$ac_word -o \
     915            -f $ac_dir/$ac_word$ac_exeext ; then
     916      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     917               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    826918        ac_prog_rejected=yes
    827919        continue
     
    861953set dummy cl; ac_word=$2
    862954echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    863 echo "configure:864: checking for $ac_word" >&5
     955echo "configure:956: checking for $ac_word" >&5
    864956if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    865957  echo $ac_n "(cached) $ac_c" 1>&6
     
    868960  ac_cv_prog_CC="$CC" # Let the user override the test.
    869961else
    870   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     962  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    871963  ac_dummy="$PATH"
    872964  for ac_dir in $ac_dummy; do
    873965    test -z "$ac_dir" && ac_dir=.
    874     if test -f $ac_dir/$ac_word; then
     966    if test -f $ac_dir/$ac_word -o \
     967            -f $ac_dir/$ac_word$ac_exeext ; then
    875968      ac_cv_prog_CC="cl"
    876969      break
     
    893986
    894987echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    895 echo "configure:896: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     988echo "configure:989: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    896989
    897990ac_ext=c
     
    904997cat > conftest.$ac_ext << EOF
    905998
    906 #line 907 "configure"
     999#line 1000 "configure"
    9071000#include "confdefs.h"
    9081001
    9091002main(){return(0);}
    9101003EOF
    911 if { (eval echo configure:912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1004if { (eval echo configure:1005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9121005  ac_cv_prog_cc_works=yes
    9131006  # If we can't run a trivial program, we are probably using a cross compiler.
     
    9351028fi
    9361029echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    937 echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1030echo "configure:1031: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    9381031echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    9391032cross_compiling=$ac_cv_prog_cc_cross
    9401033
    9411034echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    942 echo "configure:943: checking whether we are using GNU C" >&5
     1035echo "configure:1036: checking whether we are using GNU C" >&5
    9431036if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    9441037  echo $ac_n "(cached) $ac_c" 1>&6
     
    9491042#endif
    9501043EOF
    951 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1044if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    9521045  ac_cv_prog_gcc=yes
    9531046else
     
    9681061CFLAGS=
    9691062echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    970 echo "configure:971: checking whether ${CC-cc} accepts -g" >&5
     1063echo "configure:1064: checking whether ${CC-cc} accepts -g" >&5
    9711064if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9721065  echo $ac_n "(cached) $ac_c" 1>&6
     
    10111104  # Check if gcc -print-prog-name=ld gives a path.
    10121105  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1013 echo "configure:1014: checking for ld used by GCC" >&5
     1106echo "configure:1107: checking for ld used by GCC" >&5
    10141107  case $host in
    10151108  *-*-mingw*)
     
    10411134elif test "$with_gnu_ld" = yes; then
    10421135  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1043 echo "configure:1044: checking for GNU ld" >&5
     1136echo "configure:1137: checking for GNU ld" >&5
    10441137else
    10451138  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1046 echo "configure:1047: checking for non-GNU ld" >&5
     1139echo "configure:1140: checking for non-GNU ld" >&5
    10471140fi
    10481141if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    10791172test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    10801173echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1081 echo "configure:1082: checking if the linker ($LD) is GNU ld" >&5
     1174echo "configure:1175: checking if the linker ($LD) is GNU ld" >&5
    10821175if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    10831176  echo $ac_n "(cached) $ac_c" 1>&6
     
    10961189
    10971190echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1098 echo "configure:1099: checking for $LD option to reload object files" >&5
     1191echo "configure:1192: checking for $LD option to reload object files" >&5
    10991192if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    11001193  echo $ac_n "(cached) $ac_c" 1>&6
     
    11081201
    11091202echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1110 echo "configure:1111: checking for BSD-compatible nm" >&5
     1203echo "configure:1204: checking for BSD-compatible nm" >&5
    11111204if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    11121205  echo $ac_n "(cached) $ac_c" 1>&6
     
    11461239
    11471240echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1148 echo "configure:1149: checking whether ln -s works" >&5
     1241echo "configure:1242: checking whether ln -s works" >&5
    11491242if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11501243  echo $ac_n "(cached) $ac_c" 1>&6
     
    11561249  ac_cv_prog_LN_S="ln -s"
    11571250else
    1158   ac_cv_prog_LN_S=ln
    1159 fi
     1251  echo A > conftestdata;
     1252  if ln conftestdata conftestdata2 2>/dev/null; then
     1253    ac_cv_prog_LN_S=ln
     1254  else
     1255    ac_cv_prog_LN_S=cp
     1256  fi
     1257fi
     1258rm -f conftestdata*
    11601259fi
    11611260LN_S="$ac_cv_prog_LN_S"
     
    11671266
    11681267echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1169 echo "configure:1170: checking how to recognise dependant libraries" >&5
     1268echo "configure:1269: checking how to recognise dependant libraries" >&5
    11701269if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    11711270  echo $ac_n "(cached) $ac_c" 1>&6
     
    13311430
    13321431echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1333 echo "configure:1334: checking for object suffix" >&5
     1432echo "configure:1433: checking for object suffix" >&5
    13341433if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    13351434  echo $ac_n "(cached) $ac_c" 1>&6
     
    13371436  rm -f conftest*
    13381437echo 'int i = 1;' > conftest.$ac_ext
    1339 if { (eval echo configure:1340: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1438if { (eval echo configure:1439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13401439  for ac_file in conftest.*; do
    13411440    case $ac_file in
     
    13541453ac_objext=$ac_cv_objext
    13551454
    1356 
    1357 
    1358 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1359 echo "configure:1360: checking for executable suffix" >&5
    1360 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    1361   echo $ac_n "(cached) $ac_c" 1>&6
    1362 else
    1363   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
    1364   ac_cv_exeext=.exe
    1365 else
    1366   rm -f conftest*
    1367   echo 'int main () { return 0; }' > conftest.$ac_ext
    1368   ac_cv_exeext=
    1369   if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    1370     for file in conftest.*; do
    1371       case $file in
    1372       *.c | *.o | *.obj) ;;
    1373       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    1374       esac
    1375     done
    1376   else
    1377     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
    1378   fi
    1379   rm -f conftest*
    1380   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
    1381 fi
    1382 fi
    1383 
    1384 EXEEXT=""
    1385 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
    1386 echo "$ac_t""${ac_cv_exeext}" 1>&6
    1387 ac_exeext=$EXEEXT
    1388 
    13891455if test $host != $build; then
    13901456  ac_tool_prefix=${host_alias}-
     
    14001466  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    14011467    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1402 echo "configure:1403: checking for ${ac_tool_prefix}file" >&5
     1468echo "configure:1469: checking for ${ac_tool_prefix}file" >&5
    14031469if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    14041470  echo $ac_n "(cached) $ac_c" 1>&6
     
    14621528  if test -n "$ac_tool_prefix"; then
    14631529    echo $ac_n "checking for file""... $ac_c" 1>&6
    1464 echo "configure:1465: checking for file" >&5
     1530echo "configure:1531: checking for file" >&5
    14651531if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    14661532  echo $ac_n "(cached) $ac_c" 1>&6
     
    15331599set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    15341600echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1535 echo "configure:1536: checking for $ac_word" >&5
     1601echo "configure:1602: checking for $ac_word" >&5
    15361602if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    15371603  echo $ac_n "(cached) $ac_c" 1>&6
     
    15401606  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    15411607else
    1542   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1608  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    15431609  ac_dummy="$PATH"
    15441610  for ac_dir in $ac_dummy; do
    15451611    test -z "$ac_dir" && ac_dir=.
    1546     if test -f $ac_dir/$ac_word; then
     1612    if test -f $ac_dir/$ac_word -o \
     1613            -f $ac_dir/$ac_word$ac_exeext ; then
    15471614      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    15481615      break
     
    15651632set dummy ranlib; ac_word=$2
    15661633echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1567 echo "configure:1568: checking for $ac_word" >&5
     1634echo "configure:1635: checking for $ac_word" >&5
    15681635if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    15691636  echo $ac_n "(cached) $ac_c" 1>&6
     
    15721639  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    15731640else
    1574   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1641  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    15751642  ac_dummy="$PATH"
    15761643  for ac_dir in $ac_dummy; do
    15771644    test -z "$ac_dir" && ac_dir=.
    1578     if test -f $ac_dir/$ac_word; then
     1645    if test -f $ac_dir/$ac_word -o \
     1646            -f $ac_dir/$ac_word$ac_exeext ; then
    15791647      ac_cv_prog_RANLIB="ranlib"
    15801648      break
     
    16001668set dummy ${ac_tool_prefix}strip; ac_word=$2
    16011669echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1602 echo "configure:1603: checking for $ac_word" >&5
     1670echo "configure:1671: checking for $ac_word" >&5
    16031671if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    16041672  echo $ac_n "(cached) $ac_c" 1>&6
     
    16071675  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    16081676else
    1609   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1677  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    16101678  ac_dummy="$PATH"
    16111679  for ac_dir in $ac_dummy; do
    16121680    test -z "$ac_dir" && ac_dir=.
    1613     if test -f $ac_dir/$ac_word; then
     1681    if test -f $ac_dir/$ac_word -o \
     1682            -f $ac_dir/$ac_word$ac_exeext ; then
    16141683      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    16151684      break
     
    16321701set dummy strip; ac_word=$2
    16331702echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1634 echo "configure:1635: checking for $ac_word" >&5
     1703echo "configure:1704: checking for $ac_word" >&5
    16351704if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    16361705  echo $ac_n "(cached) $ac_c" 1>&6
     
    16391708  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    16401709else
    1641   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1710  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    16421711  ac_dummy="$PATH"
    16431712  for ac_dir in $ac_dummy; do
    16441713    test -z "$ac_dir" && ac_dir=.
    1645     if test -f $ac_dir/$ac_word; then
     1714    if test -f $ac_dir/$ac_word -o \
     1715            -f $ac_dir/$ac_word$ac_exeext ; then
    16461716      ac_cv_prog_STRIP="strip"
    16471717      break
     
    16991769*-*-irix6*)
    17001770  # Find out which ABI we are using.
    1701   echo '#line 1702 "configure"' > conftest.$ac_ext
    1702   if { (eval echo configure:1703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1771  echo '#line 1772 "configure"' > conftest.$ac_ext
     1772  if { (eval echo configure:1773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17031773    case `/usr/bin/file conftest.$ac_objext` in
    17041774    *32-bit*)
     
    17211791  CFLAGS="$CFLAGS -belf"
    17221792  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    1723 echo "configure:1724: checking whether the C compiler needs -belf" >&5
     1793echo "configure:1794: checking whether the C compiler needs -belf" >&5
    17241794if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    17251795  echo $ac_n "(cached) $ac_c" 1>&6
     
    17341804
    17351805     cat > conftest.$ac_ext <<EOF
    1736 #line 1737 "configure"
     1806#line 1807 "configure"
    17371807#include "confdefs.h"
    17381808
     
    17411811; return 0; }
    17421812EOF
    1743 if { (eval echo configure:1744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1813if { (eval echo configure:1814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17441814  rm -rf conftest*
    17451815  lt_cv_cc_needs_belf=yes
     
    18691939# ./install, which can be erroneously created by make from ./install.sh.
    18701940echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1871 echo "configure:1872: checking for a BSD compatible install" >&5
     1941echo "configure:1942: checking for a BSD compatible install" >&5
    18721942if test -z "$INSTALL"; then
    18731943if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    18741944  echo $ac_n "(cached) $ac_c" 1>&6
    18751945else
    1876     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1946    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    18771947  for ac_dir in $PATH; do
    18781948    # Account for people who put trailing slashes in PATH elements.
    18791949    case "$ac_dir/" in
    18801950    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1951    # We reject the install program from OS/2 or W3.1
     1952    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    18811953    *)
    18821954      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    18841956      # by default.
    18851957      for ac_prog in ginstall scoinst install; do
    1886         if test -f $ac_dir/$ac_prog; then
     1958        if test -f $ac_dir/$ac_prog$ac_exeext; then
    18871959          if test $ac_prog = install &&
    18881960            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    18901962            :
    18911963          else
    1892             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1964            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    18931965            break 2
    18941966          fi
     
    19221994
    19231995echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    1924 echo "configure:1925: checking whether build environment is sane" >&5
     1996echo "configure:1997: checking whether build environment is sane" >&5
    19251997# Just in case
    19261998sleep 1
     
    19792051
    19802052echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    1981 echo "configure:1982: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2053echo "configure:2054: checking whether ${MAKE-make} sets \${MAKE}" >&5
    19822054set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    19832055if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    20182090missing_dir=`cd $ac_aux_dir && pwd`
    20192091echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    2020 echo "configure:2021: checking for working aclocal" >&5
     2092echo "configure:2093: checking for working aclocal" >&5
    20212093# Run test in a subshell; some versions of sh will print an error if
    20222094# an executable is not found, even if stderr is redirected.
     
    20312103
    20322104echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    2033 echo "configure:2034: checking for working autoconf" >&5
     2105echo "configure:2106: checking for working autoconf" >&5
    20342106# Run test in a subshell; some versions of sh will print an error if
    20352107# an executable is not found, even if stderr is redirected.
     
    20442116
    20452117echo $ac_n "checking for working automake""... $ac_c" 1>&6
    2046 echo "configure:2047: checking for working automake" >&5
     2118echo "configure:2119: checking for working automake" >&5
    20472119# Run test in a subshell; some versions of sh will print an error if
    20482120# an executable is not found, even if stderr is redirected.
     
    20572129
    20582130echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    2059 echo "configure:2060: checking for working autoheader" >&5
     2131echo "configure:2132: checking for working autoheader" >&5
    20602132# Run test in a subshell; some versions of sh will print an error if
    20612133# an executable is not found, even if stderr is redirected.
     
    20702142
    20712143echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    2072 echo "configure:2073: checking for working makeinfo" >&5
     2144echo "configure:2145: checking for working makeinfo" >&5
    20732145# Run test in a subshell; some versions of sh will print an error if
    20742146# an executable is not found, even if stderr is redirected.
     
    20862158
    20872159
     2160
    20882161echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2089 echo "configure:2090: checking for executable suffix" >&5
     2162echo "configure:2163: checking for executable suffix" >&5
    20902163if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    20912164  echo $ac_n "(cached) $ac_c" 1>&6
    20922165else
    2093   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     2166  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    20942167  ac_cv_exeext=.exe
    20952168else
     
    20972170  echo 'int main () { return 0; }' > conftest.$ac_ext
    20982171  ac_cv_exeext=
    2099   if { (eval echo configure:2100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2172  if { (eval echo configure:2173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    21002173    for file in conftest.*; do
    21012174      case $file in
     
    21182191
    21192192echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2120 echo "configure:2121: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2193echo "configure:2194: checking whether to enable maintainer-specific portions of Makefiles" >&5
    21212194    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    21222195if test "${enable_maintainer_mode+set}" = set; then
     
    21442217set dummy gcc; ac_word=$2
    21452218echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2146 echo "configure:2147: checking for $ac_word" >&5
     2219echo "configure:2220: checking for $ac_word" >&5
    21472220if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21482221  echo $ac_n "(cached) $ac_c" 1>&6
     
    21512224  ac_cv_prog_CC="$CC" # Let the user override the test.
    21522225else
    2153   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2226  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21542227  ac_dummy="$PATH"
    21552228  for ac_dir in $ac_dummy; do
    21562229    test -z "$ac_dir" && ac_dir=.
    2157     if test -f $ac_dir/$ac_word; then
     2230    if test -f $ac_dir/$ac_word -o \
     2231            -f $ac_dir/$ac_word$ac_exeext ; then
    21582232      ac_cv_prog_CC="gcc"
    21592233      break
     
    21742248set dummy cc; ac_word=$2
    21752249echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2176 echo "configure:2177: checking for $ac_word" >&5
     2250echo "configure:2251: checking for $ac_word" >&5
    21772251if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    21782252  echo $ac_n "(cached) $ac_c" 1>&6
     
    21812255  ac_cv_prog_CC="$CC" # Let the user override the test.
    21822256else
    2183   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2257  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21842258  ac_prog_rejected=no
    21852259  ac_dummy="$PATH"
    21862260  for ac_dir in $ac_dummy; do
    21872261    test -z "$ac_dir" && ac_dir=.
    2188     if test -f $ac_dir/$ac_word; then
    2189       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     2262    if test -f $ac_dir/$ac_word -o \
     2263            -f $ac_dir/$ac_word$ac_exeext ; then
     2264      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     2265               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    21902266        ac_prog_rejected=yes
    21912267        continue
     
    22252301set dummy cl; ac_word=$2
    22262302echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2227 echo "configure:2228: checking for $ac_word" >&5
     2303echo "configure:2304: checking for $ac_word" >&5
    22282304if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    22292305  echo $ac_n "(cached) $ac_c" 1>&6
     
    22322308  ac_cv_prog_CC="$CC" # Let the user override the test.
    22332309else
    2234   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2310  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22352311  ac_dummy="$PATH"
    22362312  for ac_dir in $ac_dummy; do
    22372313    test -z "$ac_dir" && ac_dir=.
    2238     if test -f $ac_dir/$ac_word; then
     2314    if test -f $ac_dir/$ac_word -o \
     2315            -f $ac_dir/$ac_word$ac_exeext ; then
    22392316      ac_cv_prog_CC="cl"
    22402317      break
     
    22572334
    22582335echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    2259 echo "configure:2260: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     2336echo "configure:2337: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    22602337
    22612338ac_ext=c
     
    22682345cat > conftest.$ac_ext << EOF
    22692346
    2270 #line 2271 "configure"
     2347#line 2348 "configure"
    22712348#include "confdefs.h"
    22722349
    22732350main(){return(0);}
    22742351EOF
    2275 if { (eval echo configure:2276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2352if { (eval echo configure:2353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    22762353  ac_cv_prog_cc_works=yes
    22772354  # If we can't run a trivial program, we are probably using a cross compiler.
     
    22992376fi
    23002377echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    2301 echo "configure:2302: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     2378echo "configure:2379: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    23022379echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    23032380cross_compiling=$ac_cv_prog_cc_cross
    23042381
    23052382echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    2306 echo "configure:2307: checking whether we are using GNU C" >&5
     2383echo "configure:2384: checking whether we are using GNU C" >&5
    23072384if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    23082385  echo $ac_n "(cached) $ac_c" 1>&6
     
    23132390#endif
    23142391EOF
    2315 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     2392if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2393: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    23162393  ac_cv_prog_gcc=yes
    23172394else
     
    23322409CFLAGS=
    23332410echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    2334 echo "configure:2335: checking whether ${CC-cc} accepts -g" >&5
     2411echo "configure:2412: checking whether ${CC-cc} accepts -g" >&5
    23352412if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    23362413  echo $ac_n "(cached) $ac_c" 1>&6
     
    25092586
    25102587echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2511 echo "configure:2512: checking how to run the C preprocessor" >&5
     2588echo "configure:2589: checking how to run the C preprocessor" >&5
    25122589# On Suns, sometimes $CPP names a directory.
    25132590if test -n "$CPP" && test -d "$CPP"; then
     
    25242601  # not just through cpp.
    25252602  cat > conftest.$ac_ext <<EOF
    2526 #line 2527 "configure"
     2603#include <sys/types.h>
     2604#line 2605 "configure"
    25272605#include "confdefs.h"
    25282606#include <assert.h>
     
    25302608EOF
    25312609ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2532 { (eval echo configure:2533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2610{ (eval echo configure:2611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25332611ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25342612if test -z "$ac_err"; then
     
    25412619  CPP="${CC-cc} -E -traditional-cpp"
    25422620  cat > conftest.$ac_ext <<EOF
    2543 #line 2544 "configure"
     2621#include <sys/types.h>
     2622#line 2623 "configure"
    25442623#include "confdefs.h"
    25452624#include <assert.h>
     
    25472626EOF
    25482627ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2549 { (eval echo configure:2550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2628{ (eval echo configure:2629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25502629ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25512630if test -z "$ac_err"; then
     
    25582637  CPP="${CC-cc} -nologo -E"
    25592638  cat > conftest.$ac_ext <<EOF
    2560 #line 2561 "configure"
     2639#include <sys/types.h>
     2640#line 2641 "configure"
    25612641#include "confdefs.h"
    25622642#include <assert.h>
     
    25642644EOF
    25652645ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2566 { (eval echo configure:2567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2646{ (eval echo configure:2647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25672647ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25682648if test -z "$ac_err"; then
     
    25892669
    25902670echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2591 echo "configure:2592: checking for ANSI C header files" >&5
     2671echo "configure:2672: checking for ANSI C header files" >&5
    25922672if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    25932673  echo $ac_n "(cached) $ac_c" 1>&6
    25942674else
    25952675  cat > conftest.$ac_ext <<EOF
    2596 #line 2597 "configure"
     2676#include <sys/types.h>
     2677#line 2678 "configure"
    25972678#include "confdefs.h"
    25982679#include <stdlib.h>
     
    26022683EOF
    26032684ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2604 { (eval echo configure:2605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2685{ (eval echo configure:2686: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26052686ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26062687if test -z "$ac_err"; then
     
    26192700  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    26202701cat > conftest.$ac_ext <<EOF
    2621 #line 2622 "configure"
     2702#line 2703 "configure"
    26222703#include "confdefs.h"
    26232704#include <string.h>
     
    26372718  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    26382719cat > conftest.$ac_ext <<EOF
    2639 #line 2640 "configure"
     2720#line 2721 "configure"
    26402721#include "confdefs.h"
    26412722#include <stdlib.h>
     
    26582739else
    26592740  cat > conftest.$ac_ext <<EOF
    2660 #line 2661 "configure"
     2741#line 2742 "configure"
    26612742#include "confdefs.h"
    26622743#include <ctype.h>
     
    26692750
    26702751EOF
    2671 if { (eval echo configure:2672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2752if { (eval echo configure:2753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26722753then
    26732754  :
     
    26952776do
    26962777echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2697 echo "configure:2698: checking for $ac_func" >&5
     2778echo "configure:2779: checking for $ac_func" >&5
    26982779if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    26992780  echo $ac_n "(cached) $ac_c" 1>&6
    27002781else
    27012782  cat > conftest.$ac_ext <<EOF
    2702 #line 2703 "configure"
     2783#line 2784 "configure"
    27032784#include "confdefs.h"
    27042785/* System header to define __stub macros and hopefully few prototypes,
     
    27232804; return 0; }
    27242805EOF
    2725 if { (eval echo configure:2726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2806if { (eval echo configure:2807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27262807  rm -rf conftest*
    27272808  eval "ac_cv_func_$ac_func=yes"
     
    27502831# for constant arguments.  Useless!
    27512832echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    2752 echo "configure:2753: checking for working alloca.h" >&5
     2833echo "configure:2834: checking for working alloca.h" >&5
    27532834if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    27542835  echo $ac_n "(cached) $ac_c" 1>&6
    27552836else
    27562837  cat > conftest.$ac_ext <<EOF
    2757 #line 2758 "configure"
     2838#line 2839 "configure"
    27582839#include "confdefs.h"
    27592840#include <alloca.h>
     
    27622843; return 0; }
    27632844EOF
    2764 if { (eval echo configure:2765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2845if { (eval echo configure:2846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    27652846  rm -rf conftest*
    27662847  ac_cv_header_alloca_h=yes
     
    27832864
    27842865echo $ac_n "checking for alloca""... $ac_c" 1>&6
    2785 echo "configure:2786: checking for alloca" >&5
     2866echo "configure:2867: checking for alloca" >&5
    27862867if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    27872868  echo $ac_n "(cached) $ac_c" 1>&6
    27882869else
    27892870  cat > conftest.$ac_ext <<EOF
    2790 #line 2791 "configure"
     2871#line 2872 "configure"
    27912872#include "confdefs.h"
    27922873
     
    28162897; return 0; }
    28172898EOF
    2818 if { (eval echo configure:2819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2899if { (eval echo configure:2900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    28192900  rm -rf conftest*
    28202901  ac_cv_func_alloca_works=yes
     
    28482929
    28492930echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    2850 echo "configure:2851: checking whether alloca needs Cray hooks" >&5
     2931echo "configure:2932: checking whether alloca needs Cray hooks" >&5
    28512932if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    28522933  echo $ac_n "(cached) $ac_c" 1>&6
    28532934else
    28542935  cat > conftest.$ac_ext <<EOF
    2855 #line 2856 "configure"
     2936#line 2937 "configure"
    28562937#include "confdefs.h"
    28572938#if defined(CRAY) && ! defined(CRAY2)
     
    28782959for ac_func in _getb67 GETB67 getb67; do
    28792960  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    2880 echo "configure:2881: checking for $ac_func" >&5
     2961echo "configure:2962: checking for $ac_func" >&5
    28812962if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    28822963  echo $ac_n "(cached) $ac_c" 1>&6
    28832964else
    28842965  cat > conftest.$ac_ext <<EOF
    2885 #line 2886 "configure"
     2966#line 2967 "configure"
    28862967#include "confdefs.h"
    28872968/* System header to define __stub macros and hopefully few prototypes,
     
    29062987; return 0; }
    29072988EOF
    2908 if { (eval echo configure:2909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2989if { (eval echo configure:2990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29092990  rm -rf conftest*
    29102991  eval "ac_cv_func_$ac_func=yes"
     
    29333014
    29343015echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    2935 echo "configure:2936: checking stack direction for C alloca" >&5
     3016echo "configure:3017: checking stack direction for C alloca" >&5
    29363017if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    29373018  echo $ac_n "(cached) $ac_c" 1>&6
     
    29413022else
    29423023  cat > conftest.$ac_ext <<EOF
    2943 #line 2944 "configure"
     3024#line 3025 "configure"
    29443025#include "confdefs.h"
    29453026find_stack_direction ()
     
    29603041}
    29613042EOF
    2962 if { (eval echo configure:2963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3043if { (eval echo configure:3044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    29633044then
    29643045  ac_cv_c_stack_direction=1
     
    29833064
    29843065echo $ac_n "checking size of short""... $ac_c" 1>&6
    2985 echo "configure:2986: checking size of short" >&5
     3066echo "configure:3067: checking size of short" >&5
    29863067if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    29873068  echo $ac_n "(cached) $ac_c" 1>&6
     
    29893070  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    29903071  cat > conftest.$ac_ext <<EOF
    2991 #line 2992 "configure"
     3072#line 3073 "configure"
    29923073#include "confdefs.h"
    29933074#include "confdefs.h"
     
    29993080; return 0; }
    30003081EOF
    3001 if { (eval echo configure:3002: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3082if { (eval echo configure:3083: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30023083  rm -rf conftest*
    30033084  ac_cv_sizeof_short=$ac_size
     
    30223103
    30233104echo $ac_n "checking size of int""... $ac_c" 1>&6
    3024 echo "configure:3025: checking size of int" >&5
     3105echo "configure:3106: checking size of int" >&5
    30253106if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    30263107  echo $ac_n "(cached) $ac_c" 1>&6
     
    30283109  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    30293110  cat > conftest.$ac_ext <<EOF
    3030 #line 3031 "configure"
     3111#line 3112 "configure"
    30313112#include "confdefs.h"
    30323113#include "confdefs.h"
     
    30383119; return 0; }
    30393120EOF
    3040 if { (eval echo configure:3041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3121if { (eval echo configure:3122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30413122  rm -rf conftest*
    30423123  ac_cv_sizeof_int=$ac_size
     
    30613142
    30623143echo $ac_n "checking size of long""... $ac_c" 1>&6
    3063 echo "configure:3064: checking size of long" >&5
     3144echo "configure:3145: checking size of long" >&5
    30643145if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    30653146  echo $ac_n "(cached) $ac_c" 1>&6
     
    30673148  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    30683149  cat > conftest.$ac_ext <<EOF
    3069 #line 3070 "configure"
     3150#line 3151 "configure"
    30703151#include "confdefs.h"
    30713152#include "confdefs.h"
     
    30773158; return 0; }
    30783159EOF
    3079 if { (eval echo configure:3080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3160if { (eval echo configure:3161: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30803161  rm -rf conftest*
    30813162  ac_cv_sizeof_long=$ac_size
     
    31003181
    31013182echo $ac_n "checking size of long long""... $ac_c" 1>&6
    3102 echo "configure:3103: checking size of long long" >&5
     3183echo "configure:3184: checking size of long long" >&5
    31033184if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    31043185  echo $ac_n "(cached) $ac_c" 1>&6
     
    31063187  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    31073188  cat > conftest.$ac_ext <<EOF
    3108 #line 3109 "configure"
     3189#line 3190 "configure"
    31093190#include "confdefs.h"
    31103191#include "confdefs.h"
     
    31163197; return 0; }
    31173198EOF
    3118 if { (eval echo configure:3119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3199if { (eval echo configure:3200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31193200  rm -rf conftest*
    31203201  ac_cv_sizeof_long_long=$ac_size
     
    31393220
    31403221echo $ac_n "checking size of float""... $ac_c" 1>&6
    3141 echo "configure:3142: checking size of float" >&5
     3222echo "configure:3223: checking size of float" >&5
    31423223if eval "test \"`echo '$''{'ac_cv_sizeof_float'+set}'`\" = set"; then
    31433224  echo $ac_n "(cached) $ac_c" 1>&6
     
    31453226  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    31463227  cat > conftest.$ac_ext <<EOF
    3147 #line 3148 "configure"
     3228#line 3229 "configure"
    31483229#include "confdefs.h"
    31493230#include "confdefs.h"
     
    31553236; return 0; }
    31563237EOF
    3157 if { (eval echo configure:3158: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3238if { (eval echo configure:3239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31583239  rm -rf conftest*
    31593240  ac_cv_sizeof_float=$ac_size
     
    31783259
    31793260echo $ac_n "checking size of double""... $ac_c" 1>&6
    3180 echo "configure:3181: checking size of double" >&5
     3261echo "configure:3262: checking size of double" >&5
    31813262if eval "test \"`echo '$''{'ac_cv_sizeof_double'+set}'`\" = set"; then
    31823263  echo $ac_n "(cached) $ac_c" 1>&6
     
    31843265  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    31853266  cat > conftest.$ac_ext <<EOF
    3186 #line 3187 "configure"
     3267#line 3268 "configure"
    31873268#include "confdefs.h"
    31883269#include "confdefs.h"
     
    31943275; return 0; }
    31953276EOF
    3196 if { (eval echo configure:3197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3277if { (eval echo configure:3278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31973278  rm -rf conftest*
    31983279  ac_cv_sizeof_double=$ac_size
     
    32173298
    32183299echo $ac_n "checking size of long double""... $ac_c" 1>&6
    3219 echo "configure:3220: checking size of long double" >&5
     3300echo "configure:3301: checking size of long double" >&5
    32203301if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
    32213302  echo $ac_n "(cached) $ac_c" 1>&6
     
    32233304  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    32243305  cat > conftest.$ac_ext <<EOF
    3225 #line 3226 "configure"
     3306#line 3307 "configure"
    32263307#include "confdefs.h"
    32273308#include "confdefs.h"
     
    32333314; return 0; }
    32343315EOF
    3235 if { (eval echo configure:3236: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3316if { (eval echo configure:3317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32363317  rm -rf conftest*
    32373318  ac_cv_sizeof_long_double=$ac_size
     
    32573338
    32583339echo $ac_n "checking size of void *""... $ac_c" 1>&6
    3259 echo "configure:3260: checking size of void *" >&5
     3340echo "configure:3341: checking size of void *" >&5
    32603341if eval "test \"`echo '$''{'ac_cv_sizeof_void_p'+set}'`\" = set"; then
    32613342  echo $ac_n "(cached) $ac_c" 1>&6
     
    32633344  for ac_size in 4 8 1 2 16 12  ; do # List sizes in rough order of prevalence.
    32643345  cat > conftest.$ac_ext <<EOF
    3265 #line 3266 "configure"
     3346#line 3347 "configure"
    32663347#include "confdefs.h"
    32673348#include "confdefs.h"
     
    32733354; return 0; }
    32743355EOF
    3275 if { (eval echo configure:3276: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3356if { (eval echo configure:3357: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    32763357  rm -rf conftest*
    32773358  ac_cv_sizeof_void_p=$ac_size
     
    32963377
    32973378echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    3298 echo "configure:3299: checking whether byte ordering is bigendian" >&5
     3379echo "configure:3380: checking whether byte ordering is bigendian" >&5
    32993380if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    33003381  echo $ac_n "(cached) $ac_c" 1>&6
     
    33033384# See if sys/param.h defines the BYTE_ORDER macro.
    33043385cat > conftest.$ac_ext <<EOF
    3305 #line 3306 "configure"
     3386#line 3387 "configure"
    33063387#include "confdefs.h"
    33073388#include <sys/types.h>
     
    33143395; return 0; }
    33153396EOF
    3316 if { (eval echo configure:3317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3397if { (eval echo configure:3398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33173398  rm -rf conftest*
    33183399  # It does; now see whether it defined to BIG_ENDIAN or not.
    33193400cat > conftest.$ac_ext <<EOF
    3320 #line 3321 "configure"
     3401#line 3402 "configure"
    33213402#include "confdefs.h"
    33223403#include <sys/types.h>
     
    33293410; return 0; }
    33303411EOF
    3331 if { (eval echo configure:3332: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3412if { (eval echo configure:3413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    33323413  rm -rf conftest*
    33333414  ac_cv_c_bigendian=yes
     
    33493430else
    33503431  cat > conftest.$ac_ext <<EOF
    3351 #line 3352 "configure"
     3432#line 3433 "configure"
    33523433#include "confdefs.h"
    33533434main () {
     
    33623443}
    33633444EOF
    3364 if { (eval echo configure:3365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     3445if { (eval echo configure:3446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    33653446then
    33663447  ac_cv_c_bigendian=no
     
    33803461if test $ac_cv_c_bigendian = unknown; then
    33813462echo $ac_n "checking to probe for byte ordering""... $ac_c" 1>&6
    3382 echo "configure:3383: checking to probe for byte ordering" >&5
     3463echo "configure:3464: checking to probe for byte ordering" >&5
    33833464
    33843465cat >conftest.c <<EOF
     
    34303511if test x$TARGET = xSPARC; then
    34313512    echo $ac_n "checking assembler and linker support unaligned pc related relocs""... $ac_c" 1>&6
    3432 echo "configure:3433: checking assembler and linker support unaligned pc related relocs" >&5
     3513echo "configure:3514: checking assembler and linker support unaligned pc related relocs" >&5
    34333514if eval "test \"`echo '$''{'libffi_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
    34343515  echo $ac_n "(cached) $ac_c" 1>&6
     
    34403521        LDFLAGS="$LDFLAGS -shared"
    34413522        cat > conftest.$ac_ext <<EOF
    3442 #line 3443 "configure"
     3523#line 3524 "configure"
    34433524#include "confdefs.h"
    34443525asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
     
    34473528; return 0; }
    34483529EOF
    3449 if { (eval echo configure:3450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3530if { (eval echo configure:3531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34503531  rm -rf conftest*
    34513532  libffi_cv_as_sparc_ua_pcrel=yes
     
    36163697# Run this file to recreate the current configuration.
    36173698# This directory was configured as follows,
     3699EOF
     3700echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     3701cat >> $CONFIG_STATUS <<EOF
    36183702# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    36193703#
     
    36413725ac_given_srcdir=$srcdir
    36423726ac_given_INSTALL="$INSTALL"
     3727PATHIFS="$PATH_IFS"
    36433728
    36443729trap 'rm -fr `echo "include/Makefile include/ffi.h Makefile fficonfig.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    36513736$ac_vpsub
    36523737$extrasub
     3738s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    36533739s%@SHELL@%$SHELL%g
    36543740s%@CFLAGS@%$CFLAGS%g
     
    36743760s%@infodir@%$infodir%g
    36753761s%@mandir@%$mandir%g
     3762s%@PATH_IFS@%$PATH_IFS%g
     3763s%@EXEEXT@%$EXEEXT%g
    36763764s%@libffi_basedir@%$libffi_basedir%g
    36773765s%@host@%$host%g
     
    36883776s%@LN_S@%$LN_S%g
    36893777s%@OBJEXT@%$OBJEXT%g
    3690 s%@EXEEXT@%$EXEEXT%g
    36913778s%@RANLIB@%$RANLIB%g
    36923779s%@STRIP@%$STRIP%g
     
    38063893      if test -z "$ac_dots"; then top_srcdir=.
    38073894      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    3808   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     3895  /* | [A-Za-z]:*)
     3896    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    38093897  *) # Relative path.
    38103898    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    38133901
    38143902  case "$ac_given_INSTALL" in
    3815   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3903  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    38163904  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    38173905  esac
     
    38263914  esac
    38273915
    3828   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3916  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    38293917  sed -e "$ac_comsub
    38303918s%@configure_input@%$configure_input%g
     
    38733961
    38743962  rm -f conftest.frag conftest.in conftest.out
    3875   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3963# kso the other way around might work better with drive letters and such.
     3964#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3965  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    38763966  cat $ac_file_inputs > conftest.in
    38773967
Note: See TracChangeset for help on using the changeset viewer.