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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    545545fi
    546546
     547echo $ac_n "checking for path separator""... $ac_c" 1>&6
     548echo "configure:549: checking for path separator" >&5
     549# Filter path to get backslahes into forwardslashes
     550case "`uname -s 2> /dev/null`" in
     551OS/2)
     552  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     553  PATH_IFS=';'
     554  ;;
     555*)
     556  PATH_IFS=':'
     557  ;;
     558esac
     559echo "$ac_t""${PATH_IFS}" 1>&6
     560
     561echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     562echo "configure:563: checking for Cygwin environment" >&5
     563if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     564  echo $ac_n "(cached) $ac_c" 1>&6
     565else
     566  cat > conftest.$ac_ext <<EOF
     567#line 568 "configure"
     568#include "confdefs.h"
     569
     570int main() {
     571
     572#ifndef __CYGWIN__
     573#define __CYGWIN__ __CYGWIN32__
     574#endif
     575return __CYGWIN__;
     576; return 0; }
     577EOF
     578if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     579  rm -rf conftest*
     580  ac_cv_cygwin=yes
     581else
     582  echo "configure: failed program was:" >&5
     583  cat conftest.$ac_ext >&5
     584  rm -rf conftest*
     585  ac_cv_cygwin=no
     586fi
     587rm -f conftest*
     588rm -f conftest*
     589fi
     590
     591echo "$ac_t""$ac_cv_cygwin" 1>&6
     592CYGWIN=
     593test "$ac_cv_cygwin" = yes && CYGWIN=yes
     594echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     595echo "configure:596: checking for mingw32 environment" >&5
     596if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     597  echo $ac_n "(cached) $ac_c" 1>&6
     598else
     599  cat > conftest.$ac_ext <<EOF
     600#line 601 "configure"
     601#include "confdefs.h"
     602
     603int main() {
     604return __MINGW32__;
     605; return 0; }
     606EOF
     607if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     608  rm -rf conftest*
     609  ac_cv_mingw32=yes
     610else
     611  echo "configure: failed program was:" >&5
     612  cat conftest.$ac_ext >&5
     613  rm -rf conftest*
     614  ac_cv_mingw32=no
     615fi
     616rm -f conftest*
     617rm -f conftest*
     618fi
     619
     620echo "$ac_t""$ac_cv_mingw32" 1>&6
     621MINGW32=
     622test "$ac_cv_mingw32" = yes && MINGW32=yes
     623echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     624echo "configure:625: checking for EMX/OS2 environment" >&5
     625if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     626  echo $ac_n "(cached) $ac_c" 1>&6
     627else
     628  : ${CC=gcc.exe}
     629cat > conftest.$ac_ext <<EOF
     630#line 631 "configure"
     631#include "confdefs.h"
     632
     633int main() {
     634return __EMX__;
     635; return 0; }
     636EOF
     637if { (eval echo configure:638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     638  rm -rf conftest*
     639  ac_cv_emxos2=yes
     640else
     641  echo "configure: failed program was:" >&5
     642  cat conftest.$ac_ext >&5
     643  rm -rf conftest*
     644  ac_cv_emxos2=no
     645fi
     646rm -f conftest*
     647rm -f conftest*
     648fi
     649
     650echo "$ac_t""$ac_cv_emxos2" 1>&6
     651if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     652  echo $ac_n "(cached) $ac_c" 1>&6
     653else
     654  if test "$ac_cv_emxos2" = yes ; then
     655  ac_cv_libpre=
     656else
     657  ac_cv_libpre=lib
     658fi
     659
     660fi
     661
     662EMXOS2=
     663test "$ac_cv_emxos2" = yes && EMXOS2=yes
     664
     665
     666
     667echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     668echo "configure:669: checking for executable suffix" >&5
     669if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     670  echo $ac_n "(cached) $ac_c" 1>&6
     671else
     672  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     673  ac_cv_exeext=.exe
     674else
     675  rm -f conftest*
     676  echo 'int main () { return 0; }' > conftest.$ac_ext
     677  ac_cv_exeext=
     678  if { (eval echo configure:679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     679    for file in conftest.*; do
     680      case $file in
     681      *.c | *.o | *.obj) ;;
     682      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     683      esac
     684    done
     685  else
     686    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     687  fi
     688  rm -f conftest*
     689  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     690fi
     691fi
     692
     693EXEEXT=""
     694test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     695echo "$ac_t""${ac_cv_exeext}" 1>&6
     696ac_exeext=$EXEEXT
     697
    547698
    548699
     
    636787
    637788echo $ac_n "checking host system type""... $ac_c" 1>&6
    638 echo "configure:639: checking host system type" >&5
     789echo "configure:790: checking host system type" >&5
    639790
    640791host_alias=$host
     
    657808
    658809echo $ac_n "checking target system type""... $ac_c" 1>&6
    659 echo "configure:660: checking target system type" >&5
     810echo "configure:811: checking target system type" >&5
    660811
    661812target_alias=$target
     
    675826
    676827echo $ac_n "checking build system type""... $ac_c" 1>&6
    677 echo "configure:678: checking build system type" >&5
     828echo "configure:829: checking build system type" >&5
    678829
    679830build_alias=$build
     
    706857fi
    707858
    708 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    709 echo "configure:710: checking for Cygwin environment" >&5
    710 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    711   echo $ac_n "(cached) $ac_c" 1>&6
    712 else
    713   cat > conftest.$ac_ext <<EOF
    714 #line 715 "configure"
    715 #include "confdefs.h"
    716 
    717 int main() {
    718 
    719 #ifndef __CYGWIN__
    720 #define __CYGWIN__ __CYGWIN32__
    721 #endif
    722 return __CYGWIN__;
    723 ; return 0; }
    724 EOF
    725 if { (eval echo configure:726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    726   rm -rf conftest*
    727   ac_cv_cygwin=yes
    728 else
    729   echo "configure: failed program was:" >&5
    730   cat conftest.$ac_ext >&5
    731   rm -rf conftest*
    732   ac_cv_cygwin=no
    733 fi
    734 rm -f conftest*
    735 rm -f conftest*
    736 fi
    737 
    738 echo "$ac_t""$ac_cv_cygwin" 1>&6
    739 CYGWIN=
    740 test "$ac_cv_cygwin" = yes && CYGWIN=yes
    741 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    742 echo "configure:743: checking for mingw32 environment" >&5
    743 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    744   echo $ac_n "(cached) $ac_c" 1>&6
    745 else
    746   cat > conftest.$ac_ext <<EOF
    747 #line 748 "configure"
    748 #include "confdefs.h"
    749 
    750 int main() {
    751 return __MINGW32__;
    752 ; return 0; }
    753 EOF
    754 if { (eval echo configure:755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    755   rm -rf conftest*
    756   ac_cv_mingw32=yes
    757 else
    758   echo "configure: failed program was:" >&5
    759   cat conftest.$ac_ext >&5
    760   rm -rf conftest*
    761   ac_cv_mingw32=no
    762 fi
    763 rm -f conftest*
    764 rm -f conftest*
    765 fi
    766 
    767 echo "$ac_t""$ac_cv_mingw32" 1>&6
    768 MINGW32=
    769 test "$ac_cv_mingw32" = yes && MINGW32=yes
    770859
    771860# Export build and source directories.
     
    787876#ac_cv_prog_LN_S='cp -p'
    788877echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    789 echo "configure:790: checking whether ln -s works" >&5
     878echo "configure:879: checking whether ln -s works" >&5
    790879if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    791880  echo $ac_n "(cached) $ac_c" 1>&6
     
    797886  ac_cv_prog_LN_S="ln -s"
    798887else
    799   ac_cv_prog_LN_S=ln
    800 fi
     888  echo A > conftestdata;
     889  if ln conftestdata conftestdata2 2>/dev/null; then
     890    ac_cv_prog_LN_S=ln
     891  else
     892    ac_cv_prog_LN_S=cp
     893  fi
     894fi
     895rm -f conftestdata*
    801896fi
    802897LN_S="$ac_cv_prog_LN_S"
     
    843938set dummy gcc; ac_word=$2
    844939echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    845 echo "configure:846: checking for $ac_word" >&5
     940echo "configure:941: checking for $ac_word" >&5
    846941if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    847942  echo $ac_n "(cached) $ac_c" 1>&6
     
    850945  ac_cv_prog_CC="$CC" # Let the user override the test.
    851946else
    852   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     947  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    853948  ac_dummy="$PATH"
    854949  for ac_dir in $ac_dummy; do
    855950    test -z "$ac_dir" && ac_dir=.
    856     if test -f $ac_dir/$ac_word; then
     951    if test -f $ac_dir/$ac_word -o \
     952            -f $ac_dir/$ac_word$ac_exeext ; then
    857953      ac_cv_prog_CC="gcc"
    858954      break
     
    873969set dummy cc; ac_word=$2
    874970echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    875 echo "configure:876: checking for $ac_word" >&5
     971echo "configure:972: checking for $ac_word" >&5
    876972if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    877973  echo $ac_n "(cached) $ac_c" 1>&6
     
    880976  ac_cv_prog_CC="$CC" # Let the user override the test.
    881977else
    882   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     978  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    883979  ac_prog_rejected=no
    884980  ac_dummy="$PATH"
    885981  for ac_dir in $ac_dummy; do
    886982    test -z "$ac_dir" && ac_dir=.
    887     if test -f $ac_dir/$ac_word; then
    888       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     983    if test -f $ac_dir/$ac_word -o \
     984            -f $ac_dir/$ac_word$ac_exeext ; then
     985      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     986               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    889987        ac_prog_rejected=yes
    890988        continue
     
    9221020
    9231021echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    924 echo "configure:925: checking whether we are using GNU C" >&5
     1022echo "configure:1023: checking whether we are using GNU C" >&5
    9251023if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    9261024  echo $ac_n "(cached) $ac_c" 1>&6
     
    9311029#endif
    9321030EOF
    933 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1031if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    9341032  ac_cv_prog_gcc=yes
    9351033else
     
    9461044  CFLAGS=
    9471045  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    948 echo "configure:949: checking whether ${CC-cc} accepts -g" >&5
     1046echo "configure:1047: checking whether ${CC-cc} accepts -g" >&5
    9491047if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9501048  echo $ac_n "(cached) $ac_c" 1>&6
     
    9771075set dummy ${ac_tool_prefix}as; ac_word=$2
    9781076echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    979 echo "configure:980: checking for $ac_word" >&5
     1077echo "configure:1078: checking for $ac_word" >&5
    9801078if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    9811079  echo $ac_n "(cached) $ac_c" 1>&6
     
    9841082  ac_cv_prog_AS="$AS" # Let the user override the test.
    9851083else
    986   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1084  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    9871085  ac_dummy="$PATH"
    9881086  for ac_dir in $ac_dummy; do
    9891087    test -z "$ac_dir" && ac_dir=.
    990     if test -f $ac_dir/$ac_word; then
     1088    if test -f $ac_dir/$ac_word -o \
     1089            -f $ac_dir/$ac_word$ac_exeext ; then
    9911090      ac_cv_prog_AS="${ac_tool_prefix}as"
    9921091      break
     
    10091108set dummy ${ac_tool_prefix}ar; ac_word=$2
    10101109echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1011 echo "configure:1012: checking for $ac_word" >&5
     1110echo "configure:1111: checking for $ac_word" >&5
    10121111if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    10131112  echo $ac_n "(cached) $ac_c" 1>&6
     
    10161115  ac_cv_prog_AR="$AR" # Let the user override the test.
    10171116else
    1018   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1117  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    10191118  ac_dummy="$PATH"
    10201119  for ac_dir in $ac_dummy; do
    10211120    test -z "$ac_dir" && ac_dir=.
    1022     if test -f $ac_dir/$ac_word; then
     1121    if test -f $ac_dir/$ac_word -o \
     1122            -f $ac_dir/$ac_word$ac_exeext ; then
    10231123      ac_cv_prog_AR="${ac_tool_prefix}ar"
    10241124      break
     
    10411141set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    10421142echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1043 echo "configure:1044: checking for $ac_word" >&5
     1143echo "configure:1144: checking for $ac_word" >&5
    10441144if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    10451145  echo $ac_n "(cached) $ac_c" 1>&6
     
    10481148  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    10491149else
    1050   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1150  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    10511151  ac_dummy="$PATH"
    10521152  for ac_dir in $ac_dummy; do
    10531153    test -z "$ac_dir" && ac_dir=.
    1054     if test -f $ac_dir/$ac_word; then
     1154    if test -f $ac_dir/$ac_word -o \
     1155            -f $ac_dir/$ac_word$ac_exeext ; then
    10551156      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    10561157      break
     
    10731174set dummy ranlib; ac_word=$2
    10741175echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1075 echo "configure:1076: checking for $ac_word" >&5
     1176echo "configure:1177: checking for $ac_word" >&5
    10761177if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    10771178  echo $ac_n "(cached) $ac_c" 1>&6
     
    10801181  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    10811182else
    1082   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1183  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    10831184  ac_dummy="$PATH"
    10841185  for ac_dir in $ac_dummy; do
    10851186    test -z "$ac_dir" && ac_dir=.
    1086     if test -f $ac_dir/$ac_word; then
     1187    if test -f $ac_dir/$ac_word -o \
     1188            -f $ac_dir/$ac_word$ac_exeext ; then
    10871189      ac_cv_prog_RANLIB="ranlib"
    10881190      break
     
    11171219# ./install, which can be erroneously created by make from ./install.sh.
    11181220echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1119 echo "configure:1120: checking for a BSD compatible install" >&5
     1221echo "configure:1222: checking for a BSD compatible install" >&5
    11201222if test -z "$INSTALL"; then
    11211223if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    11221224  echo $ac_n "(cached) $ac_c" 1>&6
    11231225else
    1124     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1226    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    11251227  for ac_dir in $PATH; do
    11261228    # Account for people who put trailing slashes in PATH elements.
    11271229    case "$ac_dir/" in
    11281230    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1231    # We reject the install program from OS/2 or W3.1
     1232    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    11291233    *)
    11301234      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    11321236      # by default.
    11331237      for ac_prog in ginstall scoinst install; do
    1134         if test -f $ac_dir/$ac_prog; then
     1238        if test -f $ac_dir/$ac_prog$ac_exeext; then
    11351239          if test $ac_prog = install &&
    11361240            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    11381242            :
    11391243          else
    1140             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1244            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    11411245            break 2
    11421246          fi
     
    11841288   
    11851289
     1290
    11861291echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1187 echo "configure:1188: checking for executable suffix" >&5
     1292echo "configure:1293: checking for executable suffix" >&5
    11881293if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    11891294  echo $ac_n "(cached) $ac_c" 1>&6
    11901295else
    1191   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     1296  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    11921297  ac_cv_exeext=.exe
    11931298else
     
    11951300  echo 'int main () { return 0; }' > conftest.$ac_ext
    11961301  ac_cv_exeext=
    1197   if { (eval echo configure:1198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1302  if { (eval echo configure:1303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    11981303    for file in conftest.*; do
    11991304      case $file in
     
    12251330
    12261331echo $ac_n "checking for interface version number""... $ac_c" 1>&6
    1227 echo "configure:1228: checking for interface version number" >&5
     1332echo "configure:1333: checking for interface version number" >&5
    12281333libstdcxx_interface=$INTERFACE
    12291334echo "$ac_t""$libstdcxx_interface" 1>&6
     
    12311336# Process the option "--enable-version-specific-runtime-libs"
    12321337echo $ac_n "checking for --enable-version-specific-runtime-libs""... $ac_c" 1>&6
    1233 echo "configure:1234: checking for --enable-version-specific-runtime-libs" >&5
     1338echo "configure:1339: checking for --enable-version-specific-runtime-libs" >&5
    12341339# Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
    12351340if test "${enable_version_specific_runtime_libs+set}" = set; then
     
    12861391rm -f skip-this-dir
    12871392echo $ac_n "checking if compiler $compiler_name has been built""... $ac_c" 1>&6
    1288 echo "configure:1289: checking if compiler $compiler_name has been built" >&5
     1393echo "configure:1394: checking if compiler $compiler_name has been built" >&5
    12891394if eval "test \"`echo '$''{'objc_cv_compiler_exists'+set}'`\" = set"; then
    12901395  echo $ac_n "(cached) $ac_c" 1>&6
     
    13981503  # Check if gcc -print-prog-name=ld gives a path.
    13991504  echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
    1400 echo "configure:1401: checking for ld used by GCC" >&5
     1505echo "configure:1506: checking for ld used by GCC" >&5
    14011506  case $host in
    14021507  *-*-mingw*)
     
    14281533elif test "$with_gnu_ld" = yes; then
    14291534  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    1430 echo "configure:1431: checking for GNU ld" >&5
     1535echo "configure:1536: checking for GNU ld" >&5
    14311536else
    14321537  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    1433 echo "configure:1434: checking for non-GNU ld" >&5
     1538echo "configure:1539: checking for non-GNU ld" >&5
    14341539fi
    14351540if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
     
    14661571test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    14671572echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    1468 echo "configure:1469: checking if the linker ($LD) is GNU ld" >&5
     1573echo "configure:1574: checking if the linker ($LD) is GNU ld" >&5
    14691574if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    14701575  echo $ac_n "(cached) $ac_c" 1>&6
     
    14831588
    14841589echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    1485 echo "configure:1486: checking for $LD option to reload object files" >&5
     1590echo "configure:1591: checking for $LD option to reload object files" >&5
    14861591if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    14871592  echo $ac_n "(cached) $ac_c" 1>&6
     
    14951600
    14961601echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    1497 echo "configure:1498: checking for BSD-compatible nm" >&5
     1602echo "configure:1603: checking for BSD-compatible nm" >&5
    14981603if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    14991604  echo $ac_n "(cached) $ac_c" 1>&6
     
    15331638
    15341639echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
    1535 echo "configure:1536: checking how to recognise dependant libraries" >&5
     1640echo "configure:1641: checking how to recognise dependant libraries" >&5
    15361641if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    15371642  echo $ac_n "(cached) $ac_c" 1>&6
     
    16971802
    16981803echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1699 echo "configure:1700: checking for object suffix" >&5
     1804echo "configure:1805: checking for object suffix" >&5
    17001805if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17011806  echo $ac_n "(cached) $ac_c" 1>&6
     
    17031808  rm -f conftest*
    17041809echo 'int i = 1;' > conftest.$ac_ext
    1705 if { (eval echo configure:1706: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1810if { (eval echo configure:1811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17061811  for ac_file in conftest.*; do
    17071812    case $ac_file in
     
    17271832  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17281833    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1729 echo "configure:1730: checking for ${ac_tool_prefix}file" >&5
     1834echo "configure:1835: checking for ${ac_tool_prefix}file" >&5
    17301835if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17311836  echo $ac_n "(cached) $ac_c" 1>&6
     
    17891894  if test -n "$ac_tool_prefix"; then
    17901895    echo $ac_n "checking for file""... $ac_c" 1>&6
    1791 echo "configure:1792: checking for file" >&5
     1896echo "configure:1897: checking for file" >&5
    17921897if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17931898  echo $ac_n "(cached) $ac_c" 1>&6
     
    18601965set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18611966echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1862 echo "configure:1863: checking for $ac_word" >&5
     1967echo "configure:1968: checking for $ac_word" >&5
    18631968if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18641969  echo $ac_n "(cached) $ac_c" 1>&6
     
    18671972  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    18681973else
    1869   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1974  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    18701975  ac_dummy="$PATH"
    18711976  for ac_dir in $ac_dummy; do
    18721977    test -z "$ac_dir" && ac_dir=.
    1873     if test -f $ac_dir/$ac_word; then
     1978    if test -f $ac_dir/$ac_word -o \
     1979            -f $ac_dir/$ac_word$ac_exeext ; then
    18741980      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    18751981      break
     
    18921998set dummy ranlib; ac_word=$2
    18931999echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1894 echo "configure:1895: checking for $ac_word" >&5
     2000echo "configure:2001: checking for $ac_word" >&5
    18952001if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18962002  echo $ac_n "(cached) $ac_c" 1>&6
     
    18992005  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    19002006else
    1901   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2007  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19022008  ac_dummy="$PATH"
    19032009  for ac_dir in $ac_dummy; do
    19042010    test -z "$ac_dir" && ac_dir=.
    1905     if test -f $ac_dir/$ac_word; then
     2011    if test -f $ac_dir/$ac_word -o \
     2012            -f $ac_dir/$ac_word$ac_exeext ; then
    19062013      ac_cv_prog_RANLIB="ranlib"
    19072014      break
     
    19272034set dummy ${ac_tool_prefix}strip; ac_word=$2
    19282035echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1929 echo "configure:1930: checking for $ac_word" >&5
     2036echo "configure:2037: checking for $ac_word" >&5
    19302037if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19312038  echo $ac_n "(cached) $ac_c" 1>&6
     
    19342041  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    19352042else
    1936   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2043  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19372044  ac_dummy="$PATH"
    19382045  for ac_dir in $ac_dummy; do
    19392046    test -z "$ac_dir" && ac_dir=.
    1940     if test -f $ac_dir/$ac_word; then
     2047    if test -f $ac_dir/$ac_word -o \
     2048            -f $ac_dir/$ac_word$ac_exeext ; then
    19412049      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    19422050      break
     
    19592067set dummy strip; ac_word=$2
    19602068echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1961 echo "configure:1962: checking for $ac_word" >&5
     2069echo "configure:2070: checking for $ac_word" >&5
    19622070if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19632071  echo $ac_n "(cached) $ac_c" 1>&6
     
    19662074  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    19672075else
    1968   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2076  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    19692077  ac_dummy="$PATH"
    19702078  for ac_dir in $ac_dummy; do
    19712079    test -z "$ac_dir" && ac_dir=.
    1972     if test -f $ac_dir/$ac_word; then
     2080    if test -f $ac_dir/$ac_word -o \
     2081            -f $ac_dir/$ac_word$ac_exeext ; then
    19732082      ac_cv_prog_STRIP="strip"
    19742083      break
     
    20262135*-*-irix6*)
    20272136  # Find out which ABI we are using.
    2028   echo '#line 2029 "configure"' > conftest.$ac_ext
    2029   if { (eval echo configure:2030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2137  echo '#line 2138 "configure"' > conftest.$ac_ext
     2138  if { (eval echo configure:2139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20302139    case `/usr/bin/file conftest.$ac_objext` in
    20312140    *32-bit*)
     
    20482157  CFLAGS="$CFLAGS -belf"
    20492158  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2050 echo "configure:2051: checking whether the C compiler needs -belf" >&5
     2159echo "configure:2160: checking whether the C compiler needs -belf" >&5
    20512160if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20522161  echo $ac_n "(cached) $ac_c" 1>&6
     
    20612170
    20622171     cat > conftest.$ac_ext <<EOF
    2063 #line 2064 "configure"
     2172#line 2173 "configure"
    20642173#include "confdefs.h"
    20652174
     
    20682177; return 0; }
    20692178EOF
    2070 if { (eval echo configure:2071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2179if { (eval echo configure:2180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20712180  rm -rf conftest*
    20722181  lt_cv_cc_needs_belf=yes
     
    20982207set dummy ${ac_tool_prefix}dlltool; ac_word=$2
    20992208echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2100 echo "configure:2101: checking for $ac_word" >&5
     2209echo "configure:2210: checking for $ac_word" >&5
    21012210if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
    21022211  echo $ac_n "(cached) $ac_c" 1>&6
     
    21052214  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
    21062215else
    2107   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2216  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21082217  ac_dummy="$PATH"
    21092218  for ac_dir in $ac_dummy; do
    21102219    test -z "$ac_dir" && ac_dir=.
    2111     if test -f $ac_dir/$ac_word; then
     2220    if test -f $ac_dir/$ac_word -o \
     2221            -f $ac_dir/$ac_word$ac_exeext ; then
    21122222      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
    21132223      break
     
    21302240set dummy dlltool; ac_word=$2
    21312241echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2132 echo "configure:2133: checking for $ac_word" >&5
     2242echo "configure:2243: checking for $ac_word" >&5
    21332243if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
    21342244  echo $ac_n "(cached) $ac_c" 1>&6
     
    21372247  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
    21382248else
    2139   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2249  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21402250  ac_dummy="$PATH"
    21412251  for ac_dir in $ac_dummy; do
    21422252    test -z "$ac_dir" && ac_dir=.
    2143     if test -f $ac_dir/$ac_word; then
     2253    if test -f $ac_dir/$ac_word -o \
     2254            -f $ac_dir/$ac_word$ac_exeext ; then
    21442255      ac_cv_prog_DLLTOOL="dlltool"
    21452256      break
     
    21652276set dummy ${ac_tool_prefix}as; ac_word=$2
    21662277echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2167 echo "configure:2168: checking for $ac_word" >&5
     2278echo "configure:2279: checking for $ac_word" >&5
    21682279if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    21692280  echo $ac_n "(cached) $ac_c" 1>&6
     
    21722283  ac_cv_prog_AS="$AS" # Let the user override the test.
    21732284else
    2174   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2285  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    21752286  ac_dummy="$PATH"
    21762287  for ac_dir in $ac_dummy; do
    21772288    test -z "$ac_dir" && ac_dir=.
    2178     if test -f $ac_dir/$ac_word; then
     2289    if test -f $ac_dir/$ac_word -o \
     2290            -f $ac_dir/$ac_word$ac_exeext ; then
    21792291      ac_cv_prog_AS="${ac_tool_prefix}as"
    21802292      break
     
    21972309set dummy as; ac_word=$2
    21982310echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2199 echo "configure:2200: checking for $ac_word" >&5
     2311echo "configure:2312: checking for $ac_word" >&5
    22002312if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    22012313  echo $ac_n "(cached) $ac_c" 1>&6
     
    22042316  ac_cv_prog_AS="$AS" # Let the user override the test.
    22052317else
    2206   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2318  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22072319  ac_dummy="$PATH"
    22082320  for ac_dir in $ac_dummy; do
    22092321    test -z "$ac_dir" && ac_dir=.
    2210     if test -f $ac_dir/$ac_word; then
     2322    if test -f $ac_dir/$ac_word -o \
     2323            -f $ac_dir/$ac_word$ac_exeext ; then
    22112324      ac_cv_prog_AS="as"
    22122325      break
     
    22322345set dummy ${ac_tool_prefix}objdump; ac_word=$2
    22332346echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2234 echo "configure:2235: checking for $ac_word" >&5
     2347echo "configure:2348: checking for $ac_word" >&5
    22352348if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
    22362349  echo $ac_n "(cached) $ac_c" 1>&6
     
    22392352  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
    22402353else
    2241   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2354  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22422355  ac_dummy="$PATH"
    22432356  for ac_dir in $ac_dummy; do
    22442357    test -z "$ac_dir" && ac_dir=.
    2245     if test -f $ac_dir/$ac_word; then
     2358    if test -f $ac_dir/$ac_word -o \
     2359            -f $ac_dir/$ac_word$ac_exeext ; then
    22462360      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
    22472361      break
     
    22642378set dummy objdump; ac_word=$2
    22652379echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2266 echo "configure:2267: checking for $ac_word" >&5
     2380echo "configure:2381: checking for $ac_word" >&5
    22672381if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
    22682382  echo $ac_n "(cached) $ac_c" 1>&6
     
    22712385  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
    22722386else
    2273   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2387  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    22742388  ac_dummy="$PATH"
    22752389  for ac_dir in $ac_dummy; do
    22762390    test -z "$ac_dir" && ac_dir=.
    2277     if test -f $ac_dir/$ac_word; then
     2391    if test -f $ac_dir/$ac_word -o \
     2392            -f $ac_dir/$ac_word$ac_exeext ; then
    22782393      ac_cv_prog_OBJDUMP="objdump"
    22792394      break
     
    23002415  # can override, but on older systems we have to supply one
    23012416  echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6
    2302 echo "configure:2303: checking if libtool should supply DllMain function" >&5
     2417echo "configure:2418: checking if libtool should supply DllMain function" >&5
    23032418if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then
    23042419  echo $ac_n "(cached) $ac_c" 1>&6
    23052420else
    23062421  cat > conftest.$ac_ext <<EOF
    2307 #line 2308 "configure"
     2422#line 2423 "configure"
    23082423#include "confdefs.h"
    23092424
     
    23132428; return 0; }
    23142429EOF
    2315 if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2430if { (eval echo configure:2431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23162431  rm -rf conftest*
    23172432  lt_cv_need_dllmain=no
     
    23342449    CFLAGS="$CFLAGS -mdll"
    23352450    echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6
    2336 echo "configure:2337: checking how to link DLLs" >&5
     2451echo "configure:2452: checking how to link DLLs" >&5
    23372452if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then
    23382453  echo $ac_n "(cached) $ac_c" 1>&6
    23392454else
    23402455  cat > conftest.$ac_ext <<EOF
    2341 #line 2342 "configure"
     2456#line 2457 "configure"
    23422457#include "confdefs.h"
    23432458
     
    23462461; return 0; }
    23472462EOF
    2348 if { (eval echo configure:2349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2463if { (eval echo configure:2464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23492464  rm -rf conftest*
    23502465  lt_cv_cc_dll_switch=-mdll
     
    24642579set dummy ranlib; ac_word=$2
    24652580echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2466 echo "configure:2467: checking for $ac_word" >&5
     2581echo "configure:2582: checking for $ac_word" >&5
    24672582if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    24682583  echo $ac_n "(cached) $ac_c" 1>&6
     
    24712586  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
    24722587else
    2473   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     2588  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    24742589  ac_dummy="$PATH"
    24752590  for ac_dir in $ac_dummy; do
    24762591    test -z "$ac_dir" && ac_dir=.
    2477     if test -f $ac_dir/$ac_word; then
     2592    if test -f $ac_dir/$ac_word -o \
     2593            -f $ac_dir/$ac_word$ac_exeext ; then
    24782594      ac_cv_prog_RANLIB="ranlib"
    24792595      break
     
    25042620# ./install, which can be erroneously created by make from ./install.sh.
    25052621echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2506 echo "configure:2507: checking for a BSD compatible install" >&5
     2622echo "configure:2623: checking for a BSD compatible install" >&5
    25072623if test -z "$INSTALL"; then
    25082624if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    25092625  echo $ac_n "(cached) $ac_c" 1>&6
    25102626else
    2511     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     2627    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    25122628  for ac_dir in $PATH; do
    25132629    # Account for people who put trailing slashes in PATH elements.
    25142630    case "$ac_dir/" in
    25152631    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     2632    # We reject the install program from OS/2 or W3.1
     2633    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    25162634    *)
    25172635      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    25192637      # by default.
    25202638      for ac_prog in ginstall scoinst install; do
    2521         if test -f $ac_dir/$ac_prog; then
     2639        if test -f $ac_dir/$ac_prog$ac_exeext; then
    25222640          if test $ac_prog = install &&
    25232641            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    25252643            :
    25262644          else
    2527             ac_cv_path_install="$ac_dir/$ac_prog -c"
     2645            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    25282646            break 2
    25292647          fi
     
    25572675
    25582676echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2559 echo "configure:2560: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2677echo "configure:2678: checking whether ${MAKE-make} sets \${MAKE}" >&5
    25602678set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    25612679if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    25862704# Sanity check for the cross-compilation case:
    25872705echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2588 echo "configure:2589: checking how to run the C preprocessor" >&5
     2706echo "configure:2707: checking how to run the C preprocessor" >&5
    25892707# On Suns, sometimes $CPP names a directory.
    25902708if test -n "$CPP" && test -d "$CPP"; then
     
    26012719  # not just through cpp.
    26022720  cat > conftest.$ac_ext <<EOF
    2603 #line 2604 "configure"
     2721#include <sys/types.h>
     2722#line 2723 "configure"
    26042723#include "confdefs.h"
    26052724#include <assert.h>
     
    26072726EOF
    26082727ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2609 { (eval echo configure:2610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2728{ (eval echo configure:2729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26102729ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26112730if test -z "$ac_err"; then
     
    26182737  CPP="${CC-cc} -E -traditional-cpp"
    26192738  cat > conftest.$ac_ext <<EOF
    2620 #line 2621 "configure"
     2739#include <sys/types.h>
     2740#line 2741 "configure"
    26212741#include "confdefs.h"
    26222742#include <assert.h>
     
    26242744EOF
    26252745ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2626 { (eval echo configure:2627: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2746{ (eval echo configure:2747: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26272747ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26282748if test -z "$ac_err"; then
     
    26352755  CPP="${CC-cc} -nologo -E"
    26362756  cat > conftest.$ac_ext <<EOF
    2637 #line 2638 "configure"
     2757#include <sys/types.h>
     2758#line 2759 "configure"
    26382759#include "confdefs.h"
    26392760#include <assert.h>
     
    26412762EOF
    26422763ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2643 { (eval echo configure:2644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2764{ (eval echo configure:2765: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26442765ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26452766if test -z "$ac_err"; then
     
    26672788ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    26682789echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    2669 echo "configure:2670: checking for stdio.h" >&5
     2790echo "configure:2791: checking for stdio.h" >&5
    26702791if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26712792  echo $ac_n "(cached) $ac_c" 1>&6
    26722793else
    26732794  cat > conftest.$ac_ext <<EOF
    2674 #line 2675 "configure"
     2795#include <sys/types.h>
     2796#line 2797 "configure"
    26752797#include "confdefs.h"
    26762798#include <stdio.h>
    26772799EOF
    26782800ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2679 { (eval echo configure:2680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2801{ (eval echo configure:2802: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26802802ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26812803if test -z "$ac_err"; then
     
    27052827
    27062828echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2707 echo "configure:2708: checking for ANSI C header files" >&5
     2829echo "configure:2830: checking for ANSI C header files" >&5
    27082830if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27092831  echo $ac_n "(cached) $ac_c" 1>&6
    27102832else
    27112833  cat > conftest.$ac_ext <<EOF
    2712 #line 2713 "configure"
     2834#include <sys/types.h>
     2835#line 2836 "configure"
    27132836#include "confdefs.h"
    27142837#include <stdlib.h>
     
    27182841EOF
    27192842ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2720 { (eval echo configure:2721: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2843{ (eval echo configure:2844: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27212844ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27222845if test -z "$ac_err"; then
     
    27352858  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27362859cat > conftest.$ac_ext <<EOF
    2737 #line 2738 "configure"
     2860#line 2861 "configure"
    27382861#include "confdefs.h"
    27392862#include <string.h>
     
    27532876  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27542877cat > conftest.$ac_ext <<EOF
    2755 #line 2756 "configure"
     2878#line 2879 "configure"
    27562879#include "confdefs.h"
    27572880#include <stdlib.h>
     
    27742897else
    27752898  cat > conftest.$ac_ext <<EOF
    2776 #line 2777 "configure"
     2899#line 2900 "configure"
    27772900#include "confdefs.h"
    27782901#include <ctype.h>
     
    27852908
    27862909EOF
    2787 if { (eval echo configure:2788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2910if { (eval echo configure:2911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27882911then
    27892912  :
     
    28132936ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    28142937echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2815 echo "configure:2816: checking for $ac_hdr" >&5
     2938echo "configure:2939: checking for $ac_hdr" >&5
    28162939if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    28172940  echo $ac_n "(cached) $ac_c" 1>&6
    28182941else
    28192942  cat > conftest.$ac_ext <<EOF
    2820 #line 2821 "configure"
     2943#include <sys/types.h>
     2944#line 2945 "configure"
    28212945#include "confdefs.h"
    28222946#include <$ac_hdr>
    28232947EOF
    28242948ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2825 { (eval echo configure:2826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2949{ (eval echo configure:2950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28262950ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28272951if test -z "$ac_err"; then
     
    28532977
    28542978echo $ac_n "checking for gthread cflags""... $ac_c" 1>&6
    2855 echo "configure:2856: checking for gthread cflags" >&5
     2979echo "configure:2980: checking for gthread cflags" >&5
    28562980if eval "test \"`echo '$''{'objc_cv_gthread_flags'+set}'`\" = set"; then
    28572981  echo $ac_n "(cached) $ac_c" 1>&6
     
    29603084# Run this file to recreate the current configuration.
    29613085# This directory was configured as follows,
     3086EOF
     3087echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     3088cat >> $CONFIG_STATUS <<EOF
    29623089# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    29633090#
     
    29853112ac_given_srcdir=$srcdir
    29863113ac_given_INSTALL="$INSTALL"
     3114PATHIFS="$PATH_IFS"
    29873115
    29883116trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    29953123$ac_vpsub
    29963124$extrasub
     3125s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    29973126s%@SHELL@%$SHELL%g
    29983127s%@CFLAGS@%$CFLAGS%g
     
    30183147s%@infodir@%$infodir%g
    30193148s%@mandir@%$mandir%g
     3149s%@PATH_IFS@%$PATH_IFS%g
     3150s%@EXEEXT@%$EXEEXT%g
    30203151s%@toplevel_srcdir@%$toplevel_srcdir%g
    30213152s%@host@%$host%g
     
    30443175s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
    30453176s%@INSTALL_DATA@%$INSTALL_DATA%g
    3046 s%@EXEEXT@%$EXEEXT%g
    30473177s%@gcc_version@%$gcc_version%g
    30483178s%@gcc_version_trigger@%$gcc_version_trigger%g
     
    31293259      if test -z "$ac_dots"; then top_srcdir=.
    31303260      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    3131   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     3261  /* | [A-Za-z]:*)
     3262    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    31323263  *) # Relative path.
    31333264    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    31363267
    31373268  case "$ac_given_INSTALL" in
    3138   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     3269  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    31393270  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    31403271  esac
     
    31493280  esac
    31503281
    3151   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3282  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    31523283  sed -e "$ac_comsub
    31533284s%@configure_input@%$configure_input%g
     
    31963327
    31973328  rm -f conftest.frag conftest.in conftest.out
    3198   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3329# kso the other way around might work better with drive letters and such.
     3330#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     3331  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    31993332  cat $ac_file_inputs > conftest.in
    32003333
Note: See TracChangeset for help on using the changeset viewer.