Changeset 80 for trunk/src/gcc/fastjar


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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    3434silent=
    3535site=
    36 sitefile=
    3736srcdir=
    3837target=NONE
     
    149148  --no-create             do not create output files
    150149  --quiet, --silent       do not print \`checking...' messages
    151   --site-file=FILE        use FILE as the site file
    152150  --version               print the version of autoconf that created configure
    153151Directory and file names:
     
    320318    site="$ac_optarg" ;;
    321319
    322   -site-file | --site-file | --site-fil | --site-fi | --site-f)
    323     ac_prev=sitefile ;;
    324   -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
    325     sitefile="$ac_optarg" ;;
    326 
    327320  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    328321    ac_prev=srcdir ;;
     
    490483
    491484# Prefer explicitly selected file to automatically selected ones.
    492 if test -z "$sitefile"; then
    493   if test -z "$CONFIG_SITE"; then
    494     if test "x$prefix" != xNONE; then
    495       CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
    496     else
    497       CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    498     fi
     485if test -z "$CONFIG_SITE"; then
     486  if test "x$prefix" != xNONE; then
     487    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
     488  else
     489    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
    499490  fi
    500 else
    501   CONFIG_SITE="$sitefile"
    502491fi
    503492for ac_site_file in $CONFIG_SITE; do
     
    536525  ac_n= ac_c='\c' ac_t=
    537526fi
     527
     528echo $ac_n "checking for path separator""... $ac_c" 1>&6
     529echo "configure:530: checking for path separator" >&5
     530# Filter path to get backslahes into forwardslashes
     531case "`uname -s 2> /dev/null`" in
     532OS/2)
     533  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     534  PATH_IFS=';'
     535  ;;
     536*)
     537  PATH_IFS=':'
     538  ;;
     539esac
     540echo "$ac_t""${PATH_IFS}" 1>&6
     541
     542echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     543echo "configure:544: checking for Cygwin environment" >&5
     544if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     545  echo $ac_n "(cached) $ac_c" 1>&6
     546else
     547  cat > conftest.$ac_ext <<EOF
     548#line 549 "configure"
     549#include "confdefs.h"
     550
     551int main() {
     552
     553#ifndef __CYGWIN__
     554#define __CYGWIN__ __CYGWIN32__
     555#endif
     556return __CYGWIN__;
     557; return 0; }
     558EOF
     559if { (eval echo configure:560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     560  rm -rf conftest*
     561  ac_cv_cygwin=yes
     562else
     563  echo "configure: failed program was:" >&5
     564  cat conftest.$ac_ext >&5
     565  rm -rf conftest*
     566  ac_cv_cygwin=no
     567fi
     568rm -f conftest*
     569rm -f conftest*
     570fi
     571
     572echo "$ac_t""$ac_cv_cygwin" 1>&6
     573CYGWIN=
     574test "$ac_cv_cygwin" = yes && CYGWIN=yes
     575echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     576echo "configure:577: checking for mingw32 environment" >&5
     577if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     578  echo $ac_n "(cached) $ac_c" 1>&6
     579else
     580  cat > conftest.$ac_ext <<EOF
     581#line 582 "configure"
     582#include "confdefs.h"
     583
     584int main() {
     585return __MINGW32__;
     586; return 0; }
     587EOF
     588if { (eval echo configure:589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     589  rm -rf conftest*
     590  ac_cv_mingw32=yes
     591else
     592  echo "configure: failed program was:" >&5
     593  cat conftest.$ac_ext >&5
     594  rm -rf conftest*
     595  ac_cv_mingw32=no
     596fi
     597rm -f conftest*
     598rm -f conftest*
     599fi
     600
     601echo "$ac_t""$ac_cv_mingw32" 1>&6
     602MINGW32=
     603test "$ac_cv_mingw32" = yes && MINGW32=yes
     604echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     605echo "configure:606: checking for EMX/OS2 environment" >&5
     606if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     607  echo $ac_n "(cached) $ac_c" 1>&6
     608else
     609  : ${CC=gcc.exe}
     610cat > conftest.$ac_ext <<EOF
     611#line 612 "configure"
     612#include "confdefs.h"
     613
     614int main() {
     615return __EMX__;
     616; return 0; }
     617EOF
     618if { (eval echo configure:619: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     619  rm -rf conftest*
     620  ac_cv_emxos2=yes
     621else
     622  echo "configure: failed program was:" >&5
     623  cat conftest.$ac_ext >&5
     624  rm -rf conftest*
     625  ac_cv_emxos2=no
     626fi
     627rm -f conftest*
     628rm -f conftest*
     629fi
     630
     631echo "$ac_t""$ac_cv_emxos2" 1>&6
     632if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     633  echo $ac_n "(cached) $ac_c" 1>&6
     634else
     635  if test "$ac_cv_emxos2" = yes ; then
     636  ac_cv_libpre=
     637else
     638  ac_cv_libpre=lib
     639fi
     640
     641fi
     642
     643EMXOS2=
     644test "$ac_cv_emxos2" = yes && EMXOS2=yes
     645
     646
     647
     648echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     649echo "configure:650: checking for executable suffix" >&5
     650if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     651  echo $ac_n "(cached) $ac_c" 1>&6
     652else
     653  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     654  ac_cv_exeext=.exe
     655else
     656  rm -f conftest*
     657  echo 'int main () { return 0; }' > conftest.$ac_ext
     658  ac_cv_exeext=
     659  if { (eval echo configure:660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     660    for file in conftest.*; do
     661      case $file in
     662      *.c | *.o | *.obj) ;;
     663      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     664      esac
     665    done
     666  else
     667    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     668  fi
     669  rm -f conftest*
     670  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     671fi
     672fi
     673
     674EXEEXT=""
     675test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     676echo "$ac_t""${ac_cv_exeext}" 1>&6
     677ac_exeext=$EXEEXT
    538678
    539679
     
    569709# ./install, which can be erroneously created by make from ./install.sh.
    570710echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    571 echo "configure:572: checking for a BSD compatible install" >&5
     711echo "configure:712: checking for a BSD compatible install" >&5
    572712if test -z "$INSTALL"; then
    573713if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    574714  echo $ac_n "(cached) $ac_c" 1>&6
    575715else
    576     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     716    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    577717  for ac_dir in $PATH; do
    578718    # Account for people who put trailing slashes in PATH elements.
    579719    case "$ac_dir/" in
    580720    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     721    # We reject the install program from OS/2 or W3.1
     722    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    581723    *)
    582724      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    584726      # by default.
    585727      for ac_prog in ginstall scoinst install; do
    586         if test -f $ac_dir/$ac_prog; then
     728        if test -f $ac_dir/$ac_prog$ac_exeext; then
    587729          if test $ac_prog = install &&
    588730            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    590732            :
    591733          else
    592             ac_cv_path_install="$ac_dir/$ac_prog -c"
     734            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    593735            break 2
    594736          fi
     
    622764
    623765echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
    624 echo "configure:625: checking whether build environment is sane" >&5
     766echo "configure:767: checking whether build environment is sane" >&5
    625767# Just in case
    626768sleep 1
     
    679821
    680822echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    681 echo "configure:682: checking whether ${MAKE-make} sets \${MAKE}" >&5
     823echo "configure:824: checking whether ${MAKE-make} sets \${MAKE}" >&5
    682824set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    683825if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    725867missing_dir=`cd $ac_aux_dir && pwd`
    726868echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
    727 echo "configure:728: checking for working aclocal" >&5
     869echo "configure:870: checking for working aclocal" >&5
    728870# Run test in a subshell; some versions of sh will print an error if
    729871# an executable is not found, even if stderr is redirected.
     
    738880
    739881echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
    740 echo "configure:741: checking for working autoconf" >&5
     882echo "configure:883: checking for working autoconf" >&5
    741883# Run test in a subshell; some versions of sh will print an error if
    742884# an executable is not found, even if stderr is redirected.
     
    751893
    752894echo $ac_n "checking for working automake""... $ac_c" 1>&6
    753 echo "configure:754: checking for working automake" >&5
     895echo "configure:896: checking for working automake" >&5
    754896# Run test in a subshell; some versions of sh will print an error if
    755897# an executable is not found, even if stderr is redirected.
     
    764906
    765907echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
    766 echo "configure:767: checking for working autoheader" >&5
     908echo "configure:909: checking for working autoheader" >&5
    767909# Run test in a subshell; some versions of sh will print an error if
    768910# an executable is not found, even if stderr is redirected.
     
    777919
    778920echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
    779 echo "configure:780: checking for working makeinfo" >&5
     921echo "configure:922: checking for working makeinfo" >&5
    780922# Run test in a subshell; some versions of sh will print an error if
    781923# an executable is not found, even if stderr is redirected.
     
    797939set dummy gcc; ac_word=$2
    798940echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    799 echo "configure:800: checking for $ac_word" >&5
     941echo "configure:942: checking for $ac_word" >&5
    800942if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    801943  echo $ac_n "(cached) $ac_c" 1>&6
     
    804946  ac_cv_prog_CC="$CC" # Let the user override the test.
    805947else
    806   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     948  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    807949  ac_dummy="$PATH"
    808950  for ac_dir in $ac_dummy; do
    809951    test -z "$ac_dir" && ac_dir=.
    810     if test -f $ac_dir/$ac_word; then
     952    if test -f $ac_dir/$ac_word -o \
     953            -f $ac_dir/$ac_word$ac_exeext ; then
    811954      ac_cv_prog_CC="gcc"
    812955      break
     
    827970set dummy cc; ac_word=$2
    828971echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    829 echo "configure:830: checking for $ac_word" >&5
     972echo "configure:973: checking for $ac_word" >&5
    830973if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    831974  echo $ac_n "(cached) $ac_c" 1>&6
     
    834977  ac_cv_prog_CC="$CC" # Let the user override the test.
    835978else
    836   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     979  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    837980  ac_prog_rejected=no
    838981  ac_dummy="$PATH"
    839982  for ac_dir in $ac_dummy; do
    840983    test -z "$ac_dir" && ac_dir=.
    841     if test -f $ac_dir/$ac_word; then
    842       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     984    if test -f $ac_dir/$ac_word -o \
     985            -f $ac_dir/$ac_word$ac_exeext ; then
     986      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     987               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    843988        ac_prog_rejected=yes
    844989        continue
     
    8781023set dummy cl; ac_word=$2
    8791024echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    880 echo "configure:881: checking for $ac_word" >&5
     1025echo "configure:1026: checking for $ac_word" >&5
    8811026if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    8821027  echo $ac_n "(cached) $ac_c" 1>&6
     
    8851030  ac_cv_prog_CC="$CC" # Let the user override the test.
    8861031else
    887   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     1032  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    8881033  ac_dummy="$PATH"
    8891034  for ac_dir in $ac_dummy; do
    8901035    test -z "$ac_dir" && ac_dir=.
    891     if test -f $ac_dir/$ac_word; then
     1036    if test -f $ac_dir/$ac_word -o \
     1037            -f $ac_dir/$ac_word$ac_exeext ; then
    8921038      ac_cv_prog_CC="cl"
    8931039      break
     
    9101056
    9111057echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    912 echo "configure:913: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1058echo "configure:1059: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    9131059
    9141060ac_ext=c
     
    9211067cat > conftest.$ac_ext << EOF
    9221068
    923 #line 924 "configure"
     1069#line 1070 "configure"
    9241070#include "confdefs.h"
    9251071
    9261072main(){return(0);}
    9271073EOF
    928 if { (eval echo configure:929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1074if { (eval echo configure:1075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9291075  ac_cv_prog_cc_works=yes
    9301076  # If we can't run a trivial program, we are probably using a cross compiler.
     
    9521098fi
    9531099echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    954 echo "configure:955: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1100echo "configure:1101: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    9551101echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    9561102cross_compiling=$ac_cv_prog_cc_cross
    9571103
    9581104echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    959 echo "configure:960: checking whether we are using GNU C" >&5
     1105echo "configure:1106: checking whether we are using GNU C" >&5
    9601106if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    9611107  echo $ac_n "(cached) $ac_c" 1>&6
     
    9661112#endif
    9671113EOF
    968 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1114if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1115: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    9691115  ac_cv_prog_gcc=yes
    9701116else
     
    9851131CFLAGS=
    9861132echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    987 echo "configure:988: checking whether ${CC-cc} accepts -g" >&5
     1133echo "configure:1134: checking whether ${CC-cc} accepts -g" >&5
    9881134if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    9891135  echo $ac_n "(cached) $ac_c" 1>&6
     
    10281174# ./install, which can be erroneously created by make from ./install.sh.
    10291175echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1030 echo "configure:1031: checking for a BSD compatible install" >&5
     1176echo "configure:1177: checking for a BSD compatible install" >&5
    10311177if test -z "$INSTALL"; then
    10321178if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
    10331179  echo $ac_n "(cached) $ac_c" 1>&6
    10341180else
    1035     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
     1181    IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="$PATH_IFS"
    10361182  for ac_dir in $PATH; do
    10371183    # Account for people who put trailing slashes in PATH elements.
    10381184    case "$ac_dir/" in
    10391185    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     1186    # We reject the install program from OS/2 or W3.1
     1187    */OS2|*/OS2/*|*/WINDOWS|*/WINDOWS/*) ;;
    10401188    *)
    10411189      # OSF1 and SCO ODT 3.0 have their own names for install.
     
    10431191      # by default.
    10441192      for ac_prog in ginstall scoinst install; do
    1045         if test -f $ac_dir/$ac_prog; then
     1193        if test -f $ac_dir/$ac_prog$ac_exeext; then
    10461194          if test $ac_prog = install &&
    10471195            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
     
    10491197            :
    10501198          else
    1051             ac_cv_path_install="$ac_dir/$ac_prog -c"
     1199            ac_cv_path_install="$ac_dir/$ac_prog$ac_exeext -c"
    10521200            break 2
    10531201          fi
     
    10831231set dummy rm; ac_word=$2
    10841232echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1085 echo "configure:1086: checking for $ac_word" >&5
     1233echo "configure:1234: checking for $ac_word" >&5
    10861234if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
    10871235  echo $ac_n "(cached) $ac_c" 1>&6
    10881236else
    10891237  case "$RM" in
    1090   /*)
     1238  /* | [a-zA-Z]:*)
    10911239  ac_cv_path_RM="$RM" # Let the user override the test with a path.
    10921240  ;;
    1093   ?:/*)                  
     1241  ?:/*)                 
    10941242  ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
    10951243  ;;
    10961244  *)
    1097   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1098   ac_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
    1099   for ac_dir in $ac_dummy; do 
     1245  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1246  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
     1247  for ac_dir in $ac_dummy; do
    11001248    test -z "$ac_dir" && ac_dir=.
    11011249    if test -f $ac_dir/$ac_word; then
    11021250      ac_cv_path_RM="$ac_dir/$ac_word"
     1251      break
     1252    fi
     1253    if test -f $ac_dir/$ac_word$ac_exeext; then
     1254      ac_cv_path_RM="$ac_dir/$ac_word$ac_exeext"
    11031255      break
    11041256    fi
     
    11191271set dummy cp; ac_word=$2
    11201272echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1121 echo "configure:1122: checking for $ac_word" >&5
     1273echo "configure:1274: checking for $ac_word" >&5
    11221274if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
    11231275  echo $ac_n "(cached) $ac_c" 1>&6
    11241276else
    11251277  case "$CP" in
    1126   /*)
     1278  /* | [a-zA-Z]:*)
    11271279  ac_cv_path_CP="$CP" # Let the user override the test with a path.
    11281280  ;;
    1129   ?:/*)                  
     1281  ?:/*)                 
    11301282  ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
    11311283  ;;
    11321284  *)
    1133   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1134   ac_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
    1135   for ac_dir in $ac_dummy; do 
     1285  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1286  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
     1287  for ac_dir in $ac_dummy; do
    11361288    test -z "$ac_dir" && ac_dir=.
    11371289    if test -f $ac_dir/$ac_word; then
    11381290      ac_cv_path_CP="$ac_dir/$ac_word"
     1291      break
     1292    fi
     1293    if test -f $ac_dir/$ac_word$ac_exeext; then
     1294      ac_cv_path_CP="$ac_dir/$ac_word$ac_exeext"
    11391295      break
    11401296    fi
     
    11551311set dummy strip; ac_word=$2
    11561312echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1157 echo "configure:1158: checking for $ac_word" >&5
     1313echo "configure:1314: checking for $ac_word" >&5
    11581314if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
    11591315  echo $ac_n "(cached) $ac_c" 1>&6
    11601316else
    11611317  case "$STRIP" in
    1162   /*)
     1318  /* | [a-zA-Z]:*)
    11631319  ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
    11641320  ;;
    1165   ?:/*)                  
     1321  ?:/*)                 
    11661322  ac_cv_path_STRIP="$STRIP" # Let the user override the test with a dos path.
    11671323  ;;
    11681324  *)
    1169   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1170   ac_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
    1171   for ac_dir in $ac_dummy; do 
     1325  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1326  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
     1327  for ac_dir in $ac_dummy; do
    11721328    test -z "$ac_dir" && ac_dir=.
    11731329    if test -f $ac_dir/$ac_word; then
    11741330      ac_cv_path_STRIP="$ac_dir/$ac_word"
     1331      break
     1332    fi
     1333    if test -f $ac_dir/$ac_word$ac_exeext; then
     1334      ac_cv_path_STRIP="$ac_dir/$ac_word$ac_exeext"
    11751335      break
    11761336    fi
     
    11911351set dummy chmod; ac_word=$2
    11921352echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1193 echo "configure:1194: checking for $ac_word" >&5
     1353echo "configure:1354: checking for $ac_word" >&5
    11941354if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then
    11951355  echo $ac_n "(cached) $ac_c" 1>&6
    11961356else
    11971357  case "$CHMOD" in
    1198   /*)
     1358  /* | [a-zA-Z]:*)
    11991359  ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
    12001360  ;;
    1201   ?:/*)                  
     1361  ?:/*)                 
    12021362  ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a dos path.
    12031363  ;;
    12041364  *)
    1205   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
    1206   ac_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
    1207   for ac_dir in $ac_dummy; do 
     1365  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
     1366  ac_dummy="`echo -E "$PATH:/bin:/usr/bin:/usr/local/bin" | sed 's+\\\\+/+g'`"
     1367  for ac_dir in $ac_dummy; do
    12081368    test -z "$ac_dir" && ac_dir=.
    12091369    if test -f $ac_dir/$ac_word; then
    12101370      ac_cv_path_CHMOD="$ac_dir/$ac_word"
     1371      break
     1372    fi
     1373    if test -f $ac_dir/$ac_word$ac_exeext; then
     1374      ac_cv_path_CHMOD="$ac_dir/$ac_word$ac_exeext"
    12111375      break
    12121376    fi
     
    12241388fi
    12251389
    1226 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    1227 echo "configure:1228: checking for Cygwin environment" >&5
    1228 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    1229   echo $ac_n "(cached) $ac_c" 1>&6
    1230 else
    1231   cat > conftest.$ac_ext <<EOF
    1232 #line 1233 "configure"
    1233 #include "confdefs.h"
    1234 
    1235 int main() {
    1236 
    1237 #ifndef __CYGWIN__
    1238 #define __CYGWIN__ __CYGWIN32__
    1239 #endif
    1240 return __CYGWIN__;
    1241 ; return 0; }
    1242 EOF
    1243 if { (eval echo configure:1244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1244   rm -rf conftest*
    1245   ac_cv_cygwin=yes
    1246 else
    1247   echo "configure: failed program was:" >&5
    1248   cat conftest.$ac_ext >&5
    1249   rm -rf conftest*
    1250   ac_cv_cygwin=no
    1251 fi
    1252 rm -f conftest*
    1253 rm -f conftest*
    1254 fi
    1255 
    1256 echo "$ac_t""$ac_cv_cygwin" 1>&6
    1257 CYGWIN=
    1258 test "$ac_cv_cygwin" = yes && CYGWIN=yes
    1259 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    1260 echo "configure:1261: checking for mingw32 environment" >&5
    1261 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    1262   echo $ac_n "(cached) $ac_c" 1>&6
    1263 else
    1264   cat > conftest.$ac_ext <<EOF
    1265 #line 1266 "configure"
    1266 #include "confdefs.h"
    1267 
    1268 int main() {
    1269 return __MINGW32__;
    1270 ; return 0; }
    1271 EOF
    1272 if { (eval echo configure:1273: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    1273   rm -rf conftest*
    1274   ac_cv_mingw32=yes
    1275 else
    1276   echo "configure: failed program was:" >&5
    1277   cat conftest.$ac_ext >&5
    1278   rm -rf conftest*
    1279   ac_cv_mingw32=no
    1280 fi
    1281 rm -f conftest*
    1282 rm -f conftest*
    1283 fi
    1284 
    1285 echo "$ac_t""$ac_cv_mingw32" 1>&6
    1286 MINGW32=
    1287 test "$ac_cv_mingw32" = yes && MINGW32=yes
     1390
    12881391
    12891392
    12901393echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    1291 echo "configure:1292: checking for executable suffix" >&5
     1394echo "configure:1395: checking for executable suffix" >&5
    12921395if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    12931396  echo $ac_n "(cached) $ac_c" 1>&6
    12941397else
    1295   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
     1398  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
    12961399  ac_cv_exeext=.exe
    12971400else
     
    12991402  echo 'int main () { return 0; }' > conftest.$ac_ext
    13001403  ac_cv_exeext=
    1301   if { (eval echo configure:1302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     1404  if { (eval echo configure:1405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    13021405    for file in conftest.*; do
    13031406      case $file in
    1304       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
     1407      *.c | *.o | *.obj) ;;
    13051408      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
    13061409      esac
     
    13211424
    13221425echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    1323 echo "configure:1324: checking whether to enable maintainer-specific portions of Makefiles" >&5
     1426echo "configure:1427: checking whether to enable maintainer-specific portions of Makefiles" >&5
    13241427    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    13251428if test "${enable_maintainer_mode+set}" = set; then
     
    13541457ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    13551458echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
    1356 echo "configure:1357: checking for $ac_hdr that defines DIR" >&5
     1459echo "configure:1460: checking for $ac_hdr that defines DIR" >&5
    13571460if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
    13581461  echo $ac_n "(cached) $ac_c" 1>&6
    13591462else
    13601463  cat > conftest.$ac_ext <<EOF
    1361 #line 1362 "configure"
     1464#line 1465 "configure"
    13621465#include "confdefs.h"
    13631466#include <sys/types.h>
     
    13671470; return 0; }
    13681471EOF
    1369 if { (eval echo configure:1370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1472if { (eval echo configure:1473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13701473  rm -rf conftest*
    13711474  eval "ac_cv_header_dirent_$ac_safe=yes"
     
    13921495if test $ac_header_dirent = dirent.h; then
    13931496echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
    1394 echo "configure:1395: checking for opendir in -ldir" >&5
     1497echo "configure:1498: checking for opendir in -ldir" >&5
    13951498ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
    13961499if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14001503LIBS="-ldir  $LIBS"
    14011504cat > conftest.$ac_ext <<EOF
    1402 #line 1403 "configure"
     1505#line 1506 "configure"
    14031506#include "confdefs.h"
    14041507/* Override any gcc2 internal prototype to avoid an error.  */
     
    14111514; return 0; }
    14121515EOF
    1413 if { (eval echo configure:1414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1516if { (eval echo configure:1517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14141517  rm -rf conftest*
    14151518  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14331536else
    14341537echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
    1435 echo "configure:1436: checking for opendir in -lx" >&5
     1538echo "configure:1539: checking for opendir in -lx" >&5
    14361539ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
    14371540if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    14411544LIBS="-lx  $LIBS"
    14421545cat > conftest.$ac_ext <<EOF
    1443 #line 1444 "configure"
     1546#line 1547 "configure"
    14441547#include "confdefs.h"
    14451548/* Override any gcc2 internal prototype to avoid an error.  */
     
    14521555; return 0; }
    14531556EOF
    1454 if { (eval echo configure:1455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1557if { (eval echo configure:1558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14551558  rm -rf conftest*
    14561559  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14751578
    14761579echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1477 echo "configure:1478: checking how to run the C preprocessor" >&5
     1580echo "configure:1581: checking how to run the C preprocessor" >&5
    14781581# On Suns, sometimes $CPP names a directory.
    14791582if test -n "$CPP" && test -d "$CPP"; then
     
    14901593  # not just through cpp.
    14911594  cat > conftest.$ac_ext <<EOF
    1492 #line 1493 "configure"
     1595#include <sys/types.h>
     1596#line 1597 "configure"
    14931597#include "confdefs.h"
    14941598#include <assert.h>
     
    14961600EOF
    14971601ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1498 { (eval echo configure:1499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1602{ (eval echo configure:1603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    14991603ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15001604if test -z "$ac_err"; then
     
    15071611  CPP="${CC-cc} -E -traditional-cpp"
    15081612  cat > conftest.$ac_ext <<EOF
    1509 #line 1510 "configure"
     1613#include <sys/types.h>
     1614#line 1615 "configure"
    15101615#include "confdefs.h"
    15111616#include <assert.h>
     
    15131618EOF
    15141619ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1515 { (eval echo configure:1516: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1620{ (eval echo configure:1621: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15161621ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15171622if test -z "$ac_err"; then
     
    15241629  CPP="${CC-cc} -nologo -E"
    15251630  cat > conftest.$ac_ext <<EOF
    1526 #line 1527 "configure"
     1631#include <sys/types.h>
     1632#line 1633 "configure"
    15271633#include "confdefs.h"
    15281634#include <assert.h>
     
    15301636EOF
    15311637ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1532 { (eval echo configure:1533: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1638{ (eval echo configure:1639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15331639ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15341640if test -z "$ac_err"; then
     
    15551661
    15561662echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1557 echo "configure:1558: checking for ANSI C header files" >&5
     1663echo "configure:1664: checking for ANSI C header files" >&5
    15581664if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    15591665  echo $ac_n "(cached) $ac_c" 1>&6
    15601666else
    15611667  cat > conftest.$ac_ext <<EOF
    1562 #line 1563 "configure"
     1668#include <sys/types.h>
     1669#line 1670 "configure"
    15631670#include "confdefs.h"
    15641671#include <stdlib.h>
     
    15681675EOF
    15691676ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1570 { (eval echo configure:1571: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1677{ (eval echo configure:1678: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    15711678ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    15721679if test -z "$ac_err"; then
     
    15851692  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    15861693cat > conftest.$ac_ext <<EOF
    1587 #line 1588 "configure"
     1694#line 1695 "configure"
    15881695#include "confdefs.h"
    15891696#include <string.h>
     
    16031710  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    16041711cat > conftest.$ac_ext <<EOF
    1605 #line 1606 "configure"
     1712#line 1713 "configure"
    16061713#include "confdefs.h"
    16071714#include <stdlib.h>
     
    16241731else
    16251732  cat > conftest.$ac_ext <<EOF
    1626 #line 1627 "configure"
     1733#line 1734 "configure"
    16271734#include "confdefs.h"
    16281735#include <ctype.h>
     
    16351742
    16361743EOF
    1637 if { (eval echo configure:1638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1744if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16381745then
    16391746  :
     
    16591766
    16601767echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1661 echo "configure:1662: checking whether struct tm is in sys/time.h or time.h" >&5
     1768echo "configure:1769: checking whether struct tm is in sys/time.h or time.h" >&5
    16621769if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    16631770  echo $ac_n "(cached) $ac_c" 1>&6
    16641771else
    16651772  cat > conftest.$ac_ext <<EOF
    1666 #line 1667 "configure"
     1773#line 1774 "configure"
    16671774#include "confdefs.h"
    16681775#include <sys/types.h>
     
    16721779; return 0; }
    16731780EOF
    1674 if { (eval echo configure:1675: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1781if { (eval echo configure:1782: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16751782  rm -rf conftest*
    16761783  ac_cv_struct_tm=time.h
     
    16961803ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    16971804echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1698 echo "configure:1699: checking for $ac_hdr" >&5
     1805echo "configure:1806: checking for $ac_hdr" >&5
    16991806if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    17001807  echo $ac_n "(cached) $ac_c" 1>&6
    17011808else
    17021809  cat > conftest.$ac_ext <<EOF
    1703 #line 1704 "configure"
     1810#include <sys/types.h>
     1811#line 1812 "configure"
    17041812#include "confdefs.h"
    17051813#include <$ac_hdr>
    17061814EOF
    17071815ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1708 { (eval echo configure:1709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1816{ (eval echo configure:1817: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17091817ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17101818if test -z "$ac_err"; then
     
    17341842
    17351843echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1736 echo "configure:1737: checking for off_t" >&5
     1844echo "configure:1845: checking for off_t" >&5
    17371845if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    17381846  echo $ac_n "(cached) $ac_c" 1>&6
    17391847else
    17401848  cat > conftest.$ac_ext <<EOF
    1741 #line 1742 "configure"
     1849#line 1850 "configure"
    17421850#include "confdefs.h"
    17431851#include <sys/types.h>
     
    17671875
    17681876echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1769 echo "configure:1770: checking whether struct tm is in sys/time.h or time.h" >&5
     1877echo "configure:1878: checking whether struct tm is in sys/time.h or time.h" >&5
    17701878if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    17711879  echo $ac_n "(cached) $ac_c" 1>&6
    17721880else
    17731881  cat > conftest.$ac_ext <<EOF
    1774 #line 1775 "configure"
     1882#line 1883 "configure"
    17751883#include "confdefs.h"
    17761884#include <sys/types.h>
     
    17801888; return 0; }
    17811889EOF
    1782 if { (eval echo configure:1783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1890if { (eval echo configure:1891: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17831891  rm -rf conftest*
    17841892  ac_cv_struct_tm=time.h
     
    18021910
    18031911echo $ac_n "checking size of char""... $ac_c" 1>&6
    1804 echo "configure:1805: checking size of char" >&5
     1912echo "configure:1913: checking size of char" >&5
    18051913if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    18061914  echo $ac_n "(cached) $ac_c" 1>&6
     
    18101918else
    18111919  cat > conftest.$ac_ext <<EOF
    1812 #line 1813 "configure"
     1920#line 1921 "configure"
    18131921#include "confdefs.h"
    18141922#include <stdio.h>
     
    18211929}
    18221930EOF
    1823 if { (eval echo configure:1824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1931if { (eval echo configure:1932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    18241932then
    18251933  ac_cv_sizeof_char=`cat conftestval`
     
    18411949
    18421950echo $ac_n "checking size of short""... $ac_c" 1>&6
    1843 echo "configure:1844: checking size of short" >&5
     1951echo "configure:1952: checking size of short" >&5
    18441952if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
    18451953  echo $ac_n "(cached) $ac_c" 1>&6
     
    18491957else
    18501958  cat > conftest.$ac_ext <<EOF
    1851 #line 1852 "configure"
     1959#line 1960 "configure"
    18521960#include "confdefs.h"
    18531961#include <stdio.h>
     
    18601968}
    18611969EOF
    1862 if { (eval echo configure:1863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1970if { (eval echo configure:1971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    18631971then
    18641972  ac_cv_sizeof_short=`cat conftestval`
     
    18801988
    18811989echo $ac_n "checking size of int""... $ac_c" 1>&6
    1882 echo "configure:1883: checking size of int" >&5
     1990echo "configure:1991: checking size of int" >&5
    18831991if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    18841992  echo $ac_n "(cached) $ac_c" 1>&6
     
    18881996else
    18891997  cat > conftest.$ac_ext <<EOF
    1890 #line 1891 "configure"
     1998#line 1999 "configure"
    18911999#include "confdefs.h"
    18922000#include <stdio.h>
     
    18992007}
    19002008EOF
    1901 if { (eval echo configure:1902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2009if { (eval echo configure:2010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    19022010then
    19032011  ac_cv_sizeof_int=`cat conftestval`
     
    19192027
    19202028echo $ac_n "checking size of long""... $ac_c" 1>&6
    1921 echo "configure:1922: checking size of long" >&5
     2029echo "configure:2030: checking size of long" >&5
    19222030if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    19232031  echo $ac_n "(cached) $ac_c" 1>&6
     
    19272035else
    19282036  cat > conftest.$ac_ext <<EOF
    1929 #line 1930 "configure"
     2037#line 2038 "configure"
    19302038#include "confdefs.h"
    19312039#include <stdio.h>
     
    19382046}
    19392047EOF
    1940 if { (eval echo configure:1941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2048if { (eval echo configure:2049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    19412049then
    19422050  ac_cv_sizeof_long=`cat conftestval`
     
    19582066
    19592067echo $ac_n "checking size of long long""... $ac_c" 1>&6
    1960 echo "configure:1961: checking size of long long" >&5
     2068echo "configure:2069: checking size of long long" >&5
    19612069if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    19622070  echo $ac_n "(cached) $ac_c" 1>&6
     
    19662074else
    19672075  cat > conftest.$ac_ext <<EOF
    1968 #line 1969 "configure"
     2076#line 2077 "configure"
    19692077#include "confdefs.h"
    19702078#include <stdio.h>
     
    19772085}
    19782086EOF
    1979 if { (eval echo configure:1980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2087if { (eval echo configure:2088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    19802088then
    19812089  ac_cv_sizeof_long_long=`cat conftestval`
     
    19982106
    19992107echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
    2000 echo "configure:2001: checking whether byte ordering is bigendian" >&5
     2108echo "configure:2109: checking whether byte ordering is bigendian" >&5
    20012109if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
    20022110  echo $ac_n "(cached) $ac_c" 1>&6
     
    20052113# See if sys/param.h defines the BYTE_ORDER macro.
    20062114cat > conftest.$ac_ext <<EOF
    2007 #line 2008 "configure"
     2115#line 2116 "configure"
    20082116#include "confdefs.h"
    20092117#include <sys/types.h>
     
    20162124; return 0; }
    20172125EOF
    2018 if { (eval echo configure:2019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2126if { (eval echo configure:2127: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20192127  rm -rf conftest*
    20202128  # It does; now see whether it defined to BIG_ENDIAN or not.
    20212129cat > conftest.$ac_ext <<EOF
    2022 #line 2023 "configure"
     2130#line 2131 "configure"
    20232131#include "confdefs.h"
    20242132#include <sys/types.h>
     
    20312139; return 0; }
    20322140EOF
    2033 if { (eval echo configure:2034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2141if { (eval echo configure:2142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20342142  rm -rf conftest*
    20352143  ac_cv_c_bigendian=yes
     
    20512159else
    20522160  cat > conftest.$ac_ext <<EOF
    2053 #line 2054 "configure"
     2161#line 2162 "configure"
    20542162#include "confdefs.h"
    20552163main () {
     
    20642172}
    20652173EOF
    2066 if { (eval echo configure:2067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2174if { (eval echo configure:2175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    20672175then
    20682176  ac_cv_c_bigendian=no
     
    21012209if test "$with_system_zlib" = yes; then
    21022210   echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6
    2103 echo "configure:2104: checking for deflate in -lz" >&5
     2211echo "configure:2212: checking for deflate in -lz" >&5
    21042212ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'`
    21052213if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    21092217LIBS="-lz  $LIBS"
    21102218cat > conftest.$ac_ext <<EOF
    2111 #line 2112 "configure"
     2219#line 2220 "configure"
    21122220#include "confdefs.h"
    21132221/* Override any gcc2 internal prototype to avoid an error.  */
     
    21202228; return 0; }
    21212229EOF
    2122 if { (eval echo configure:2123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2230if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    21232231  rm -rf conftest*
    21242232  eval "ac_cv_lib_$ac_lib_var=yes"
     
    22302338# Run this file to recreate the current configuration.
    22312339# This directory was configured as follows,
     2340EOF
     2341echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     2342cat >> $CONFIG_STATUS <<EOF
    22322343# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    22332344#
     
    22552366ac_given_srcdir=$srcdir
    22562367ac_given_INSTALL="$INSTALL"
     2368PATHIFS="$PATH_IFS"
    22572369
    22582370trap 'rm -fr `echo "Makefile install-defs.sh config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    22652377$ac_vpsub
    22662378$extrasub
     2379s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    22672380s%@SHELL@%$SHELL%g
    22682381s%@CFLAGS@%$CFLAGS%g
     
    22882401s%@infodir@%$infodir%g
    22892402s%@mandir@%$mandir%g
     2403s%@PATH_IFS@%$PATH_IFS%g
     2404s%@EXEEXT@%$EXEEXT%g
    22902405s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
    22912406s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
     
    23042419s%@STRIP@%$STRIP%g
    23052420s%@CHMOD@%$CHMOD%g
    2306 s%@EXEEXT@%$EXEEXT%g
    23072421s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
    23082422s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
     
    23832497      if test -z "$ac_dots"; then top_srcdir=.
    23842498      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    2385   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     2499  /* | [A-Za-z]:*)
     2500    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    23862501  *) # Relative path.
    23872502    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    23902505
    23912506  case "$ac_given_INSTALL" in
    2392   [/$]*) INSTALL="$ac_given_INSTALL" ;;
     2507  [/$]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;
    23932508  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
    23942509  esac
     
    24032518  esac
    24042519
    2405   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2520  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    24062521  sed -e "$ac_comsub
    24072522s%@configure_input@%$configure_input%g
     
    24502565
    24512566  rm -f conftest.frag conftest.in conftest.out
    2452   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2567# kso the other way around might work better with drive letters and such.
     2568#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2569  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    24532570  cat $ac_file_inputs > conftest.in
    24542571
Note: See TracChangeset for help on using the changeset viewer.