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/libf2c/libU77/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r79 r80  
    521521fi
    522522
     523echo $ac_n "checking for path separator""... $ac_c" 1>&6
     524echo "configure:525: checking for path separator" >&5
     525# Filter path to get backslahes into forwardslashes
     526case "`uname -s 2> /dev/null`" in
     527OS/2)
     528  PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
     529  PATH_IFS=';'
     530  ;;
     531*)
     532  PATH_IFS=':'
     533  ;;
     534esac
     535echo "$ac_t""${PATH_IFS}" 1>&6
     536
     537echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
     538echo "configure:539: checking for Cygwin environment" >&5
     539if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     540  echo $ac_n "(cached) $ac_c" 1>&6
     541else
     542  cat > conftest.$ac_ext <<EOF
     543#line 544 "configure"
     544#include "confdefs.h"
     545
     546int main() {
     547
     548#ifndef __CYGWIN__
     549#define __CYGWIN__ __CYGWIN32__
     550#endif
     551return __CYGWIN__;
     552; return 0; }
     553EOF
     554if { (eval echo configure:555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     555  rm -rf conftest*
     556  ac_cv_cygwin=yes
     557else
     558  echo "configure: failed program was:" >&5
     559  cat conftest.$ac_ext >&5
     560  rm -rf conftest*
     561  ac_cv_cygwin=no
     562fi
     563rm -f conftest*
     564rm -f conftest*
     565fi
     566
     567echo "$ac_t""$ac_cv_cygwin" 1>&6
     568CYGWIN=
     569test "$ac_cv_cygwin" = yes && CYGWIN=yes
     570echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
     571echo "configure:572: checking for mingw32 environment" >&5
     572if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     573  echo $ac_n "(cached) $ac_c" 1>&6
     574else
     575  cat > conftest.$ac_ext <<EOF
     576#line 577 "configure"
     577#include "confdefs.h"
     578
     579int main() {
     580return __MINGW32__;
     581; return 0; }
     582EOF
     583if { (eval echo configure:584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     584  rm -rf conftest*
     585  ac_cv_mingw32=yes
     586else
     587  echo "configure: failed program was:" >&5
     588  cat conftest.$ac_ext >&5
     589  rm -rf conftest*
     590  ac_cv_mingw32=no
     591fi
     592rm -f conftest*
     593rm -f conftest*
     594fi
     595
     596echo "$ac_t""$ac_cv_mingw32" 1>&6
     597MINGW32=
     598test "$ac_cv_mingw32" = yes && MINGW32=yes
     599echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
     600echo "configure:601: checking for EMX/OS2 environment" >&5
     601if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
     602  echo $ac_n "(cached) $ac_c" 1>&6
     603else
     604  : ${CC=gcc.exe}
     605cat > conftest.$ac_ext <<EOF
     606#line 607 "configure"
     607#include "confdefs.h"
     608
     609int main() {
     610return __EMX__;
     611; return 0; }
     612EOF
     613if { (eval echo configure:614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     614  rm -rf conftest*
     615  ac_cv_emxos2=yes
     616else
     617  echo "configure: failed program was:" >&5
     618  cat conftest.$ac_ext >&5
     619  rm -rf conftest*
     620  ac_cv_emxos2=no
     621fi
     622rm -f conftest*
     623rm -f conftest*
     624fi
     625
     626echo "$ac_t""$ac_cv_emxos2" 1>&6
     627if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
     628  echo $ac_n "(cached) $ac_c" 1>&6
     629else
     630  if test "$ac_cv_emxos2" = yes ; then
     631  ac_cv_libpre=
     632else
     633  ac_cv_libpre=lib
     634fi
     635
     636fi
     637
     638EMXOS2=
     639test "$ac_cv_emxos2" = yes && EMXOS2=yes
     640
     641
     642
     643echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
     644echo "configure:645: checking for executable suffix" >&5
     645if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     646  echo $ac_n "(cached) $ac_c" 1>&6
     647else
     648  if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
     649  ac_cv_exeext=.exe
     650else
     651  rm -f conftest*
     652  echo 'int main () { return 0; }' > conftest.$ac_ext
     653  ac_cv_exeext=
     654  if { (eval echo configure:655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     655    for file in conftest.*; do
     656      case $file in
     657      *.c | *.o | *.obj) ;;
     658      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
     659      esac
     660    done
     661  else
     662    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
     663  fi
     664  rm -f conftest*
     665  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
     666fi
     667fi
     668
     669EXEEXT=""
     670test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
     671echo "$ac_t""${ac_cv_exeext}" 1>&6
     672ac_exeext=$EXEEXT
     673
    523674
    524675
     
    553704set dummy gcc; ac_word=$2
    554705echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    555 echo "configure:556: checking for $ac_word" >&5
     706echo "configure:707: checking for $ac_word" >&5
    556707if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    557708  echo $ac_n "(cached) $ac_c" 1>&6
     
    560711  ac_cv_prog_CC="$CC" # Let the user override the test.
    561712else
    562   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     713  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    563714  ac_dummy="$PATH"
    564715  for ac_dir in $ac_dummy; do
    565716    test -z "$ac_dir" && ac_dir=.
    566     if test -f $ac_dir/$ac_word; then
     717    if test -f $ac_dir/$ac_word -o \
     718            -f $ac_dir/$ac_word$ac_exeext ; then
    567719      ac_cv_prog_CC="gcc"
    568720      break
     
    583735set dummy cc; ac_word=$2
    584736echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    585 echo "configure:586: checking for $ac_word" >&5
     737echo "configure:738: checking for $ac_word" >&5
    586738if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    587739  echo $ac_n "(cached) $ac_c" 1>&6
     
    590742  ac_cv_prog_CC="$CC" # Let the user override the test.
    591743else
    592   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     744  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    593745  ac_prog_rejected=no
    594746  ac_dummy="$PATH"
    595747  for ac_dir in $ac_dummy; do
    596748    test -z "$ac_dir" && ac_dir=.
    597     if test -f $ac_dir/$ac_word; then
    598       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     749    if test -f $ac_dir/$ac_word -o \
     750            -f $ac_dir/$ac_word$ac_exeext ; then
     751      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     752               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    599753        ac_prog_rejected=yes
    600754        continue
     
    634788set dummy cl; ac_word=$2
    635789echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    636 echo "configure:637: checking for $ac_word" >&5
     790echo "configure:791: checking for $ac_word" >&5
    637791if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    638792  echo $ac_n "(cached) $ac_c" 1>&6
     
    641795  ac_cv_prog_CC="$CC" # Let the user override the test.
    642796else
    643   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     797  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    644798  ac_dummy="$PATH"
    645799  for ac_dir in $ac_dummy; do
    646800    test -z "$ac_dir" && ac_dir=.
    647     if test -f $ac_dir/$ac_word; then
     801    if test -f $ac_dir/$ac_word -o \
     802            -f $ac_dir/$ac_word$ac_exeext ; then
    648803      ac_cv_prog_CC="cl"
    649804      break
     
    667822
    668823echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    669 echo "configure:670: checking whether we are using GNU C" >&5
     824echo "configure:825: checking whether we are using GNU C" >&5
    670825if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    671826  echo $ac_n "(cached) $ac_c" 1>&6
     
    676831#endif
    677832EOF
    678 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:679: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     833if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:834: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    679834  ac_cv_prog_gcc=yes
    680835else
     
    695850CFLAGS=
    696851echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    697 echo "configure:698: checking whether ${CC-cc} accepts -g" >&5
     852echo "configure:853: checking whether ${CC-cc} accepts -g" >&5
    698853if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    699854  echo $ac_n "(cached) $ac_c" 1>&6
     
    739894
    740895echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    741 echo "configure:742: checking whether ${MAKE-make} sets \${MAKE}" >&5
     896echo "configure:897: checking whether ${MAKE-make} sets \${MAKE}" >&5
    742897set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    743898if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    769924set dummy chmod; ac_word=$2
    770925echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    771 echo "configure:772: checking for $ac_word" >&5
     926echo "configure:927: checking for $ac_word" >&5
    772927if eval "test \"`echo '$''{'ac_cv_path_ac_cv_prog_chmod'+set}'`\" = set"; then
    773928  echo $ac_n "(cached) $ac_c" 1>&6
    774929else
    775930  case "$ac_cv_prog_chmod" in
    776   /*)
     931  /* | [a-zA-Z]:*)
    777932  ac_cv_path_ac_cv_prog_chmod="$ac_cv_prog_chmod" # Let the user override the test with a path.
    778933  ;;
    779   ?:/*)                  
     934  ?:/*)                 
    780935  ac_cv_path_ac_cv_prog_chmod="$ac_cv_prog_chmod" # Let the user override the test with a dos path.
    781936  ;;
    782937  *)
    783   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     938  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    784939  ac_dummy="$PATH"
    785   for ac_dir in $ac_dummy; do 
     940  for ac_dir in $ac_dummy; do
    786941    test -z "$ac_dir" && ac_dir=.
    787942    if test -f $ac_dir/$ac_word; then
    788943      ac_cv_path_ac_cv_prog_chmod="$ac_dir/$ac_word"
     944      break
     945    fi
     946    if test -f $ac_dir/$ac_word$ac_exeext; then
     947      ac_cv_path_ac_cv_prog_chmod="$ac_dir/$ac_word$ac_exeext"
    789948      break
    790949    fi
     
    813972
    814973echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    815 echo "configure:816: checking how to run the C preprocessor" >&5
     974echo "configure:975: checking how to run the C preprocessor" >&5
    816975# On Suns, sometimes $CPP names a directory.
    817976if test -n "$CPP" && test -d "$CPP"; then
     
    828987  # not just through cpp.
    829988  cat > conftest.$ac_ext <<EOF
    830 #line 831 "configure"
     989#include <sys/types.h>
     990#line 991 "configure"
    831991#include "confdefs.h"
    832992#include <assert.h>
     
    834994EOF
    835995ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    836 { (eval echo configure:837: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     996{ (eval echo configure:997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    837997ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    838998if test -z "$ac_err"; then
     
    8451005  CPP="${CC-cc} -E -traditional-cpp"
    8461006  cat > conftest.$ac_ext <<EOF
    847 #line 848 "configure"
     1007#include <sys/types.h>
     1008#line 1009 "configure"
    8481009#include "confdefs.h"
    8491010#include <assert.h>
     
    8511012EOF
    8521013ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    853 { (eval echo configure:854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1014{ (eval echo configure:1015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    8541015ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    8551016if test -z "$ac_err"; then
     
    8621023  CPP="${CC-cc} -nologo -E"
    8631024  cat > conftest.$ac_ext <<EOF
    864 #line 865 "configure"
     1025#include <sys/types.h>
     1026#line 1027 "configure"
    8651027#include "confdefs.h"
    8661028#include <assert.h>
     
    8681030EOF
    8691031ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    870 { (eval echo configure:871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1032{ (eval echo configure:1033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    8711033ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    8721034if test -z "$ac_err"; then
     
    8931055
    8941056echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    895 echo "configure:896: checking for ANSI C header files" >&5
     1057echo "configure:1058: checking for ANSI C header files" >&5
    8961058if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    8971059  echo $ac_n "(cached) $ac_c" 1>&6
    8981060else
    8991061  cat > conftest.$ac_ext <<EOF
    900 #line 901 "configure"
     1062#include <sys/types.h>
     1063#line 1064 "configure"
    9011064#include "confdefs.h"
    9021065#include <stdlib.h>
     
    9061069EOF
    9071070ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    908 { (eval echo configure:909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1071{ (eval echo configure:1072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9091072ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9101073if test -z "$ac_err"; then
     
    9231086  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    9241087cat > conftest.$ac_ext <<EOF
    925 #line 926 "configure"
     1088#line 1089 "configure"
    9261089#include "confdefs.h"
    9271090#include <string.h>
     
    9411104  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    9421105cat > conftest.$ac_ext <<EOF
    943 #line 944 "configure"
     1106#line 1107 "configure"
    9441107#include "confdefs.h"
    9451108#include <stdlib.h>
     
    9621125else
    9631126  cat > conftest.$ac_ext <<EOF
    964 #line 965 "configure"
     1127#line 1128 "configure"
    9651128#include "confdefs.h"
    9661129#include <ctype.h>
     
    9731136
    9741137EOF
    975 if { (eval echo configure:976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1138if { (eval echo configure:1139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9761139then
    9771140  :
     
    9981161
    9991162echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1000 echo "configure:1001: checking whether time.h and sys/time.h may both be included" >&5
     1163echo "configure:1164: checking whether time.h and sys/time.h may both be included" >&5
    10011164if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    10021165  echo $ac_n "(cached) $ac_c" 1>&6
    10031166else
    10041167  cat > conftest.$ac_ext <<EOF
    1005 #line 1006 "configure"
     1168#line 1169 "configure"
    10061169#include "confdefs.h"
    10071170#include <sys/types.h>
     
    10121175; return 0; }
    10131176EOF
    1014 if { (eval echo configure:1015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1177if { (eval echo configure:1178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    10151178  rm -rf conftest*
    10161179  ac_cv_header_time=yes
     
    10371200ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    10381201echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1039 echo "configure:1040: checking for $ac_hdr" >&5
     1202echo "configure:1203: checking for $ac_hdr" >&5
    10401203if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    10411204  echo $ac_n "(cached) $ac_c" 1>&6
    10421205else
    10431206  cat > conftest.$ac_ext <<EOF
    1044 #line 1045 "configure"
     1207#include <sys/types.h>
     1208#line 1209 "configure"
    10451209#include "confdefs.h"
    10461210#include <$ac_hdr>
    10471211EOF
    10481212ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1049 { (eval echo configure:1050: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1213{ (eval echo configure:1214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10501214ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10511215if test -z "$ac_err"; then
     
    10751239
    10761240echo $ac_n "checking for working const""... $ac_c" 1>&6
    1077 echo "configure:1078: checking for working const" >&5
     1241echo "configure:1242: checking for working const" >&5
    10781242if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    10791243  echo $ac_n "(cached) $ac_c" 1>&6
    10801244else
    10811245  cat > conftest.$ac_ext <<EOF
    1082 #line 1083 "configure"
     1246#line 1247 "configure"
    10831247#include "confdefs.h"
    10841248
     
    11291293; return 0; }
    11301294EOF
    1131 if { (eval echo configure:1132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1295if { (eval echo configure:1296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11321296  rm -rf conftest*
    11331297  ac_cv_c_const=yes
     
    11501314
    11511315echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1152 echo "configure:1153: checking for size_t" >&5
     1316echo "configure:1317: checking for size_t" >&5
    11531317if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    11541318  echo $ac_n "(cached) $ac_c" 1>&6
    11551319else
    11561320  cat > conftest.$ac_ext <<EOF
    1157 #line 1158 "configure"
     1321#line 1322 "configure"
    11581322#include "confdefs.h"
    11591323#include <sys/types.h>
     
    11831347
    11841348echo $ac_n "checking for mode_t""... $ac_c" 1>&6
    1185 echo "configure:1186: checking for mode_t" >&5
     1349echo "configure:1350: checking for mode_t" >&5
    11861350if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
    11871351  echo $ac_n "(cached) $ac_c" 1>&6
    11881352else
    11891353  cat > conftest.$ac_ext <<EOF
    1190 #line 1191 "configure"
     1354#line 1355 "configure"
    11911355#include "confdefs.h"
    11921356#include <sys/types.h>
     
    12171381
    12181382echo $ac_n "checking for pid_t""... $ac_c" 1>&6
    1219 echo "configure:1220: checking for pid_t" >&5
     1383echo "configure:1384: checking for pid_t" >&5
    12201384if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    12211385  echo $ac_n "(cached) $ac_c" 1>&6
    12221386else
    12231387  cat > conftest.$ac_ext <<EOF
    1224 #line 1225 "configure"
     1388#line 1389 "configure"
    12251389#include "confdefs.h"
    12261390#include <sys/types.h>
     
    12501414
    12511415echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
    1252 echo "configure:1253: checking for st_blksize in struct stat" >&5
     1416echo "configure:1417: checking for st_blksize in struct stat" >&5
    12531417if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
    12541418  echo $ac_n "(cached) $ac_c" 1>&6
    12551419else
    12561420  cat > conftest.$ac_ext <<EOF
    1257 #line 1258 "configure"
     1421#line 1422 "configure"
    12581422#include "confdefs.h"
    12591423#include <sys/types.h>
     
    12631427; return 0; }
    12641428EOF
    1265 if { (eval echo configure:1266: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1429if { (eval echo configure:1430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12661430  rm -rf conftest*
    12671431  ac_cv_struct_st_blksize=yes
     
    12841448
    12851449echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
    1286 echo "configure:1287: checking for st_blocks in struct stat" >&5
     1450echo "configure:1451: checking for st_blocks in struct stat" >&5
    12871451if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
    12881452  echo $ac_n "(cached) $ac_c" 1>&6
    12891453else
    12901454  cat > conftest.$ac_ext <<EOF
    1291 #line 1292 "configure"
     1455#line 1456 "configure"
    12921456#include "confdefs.h"
    12931457#include <sys/types.h>
     
    12971461; return 0; }
    12981462EOF
    1299 if { (eval echo configure:1300: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1463if { (eval echo configure:1464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13001464  rm -rf conftest*
    13011465  ac_cv_struct_st_blocks=yes
     
    13201484
    13211485echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
    1322 echo "configure:1323: checking for st_rdev in struct stat" >&5
     1486echo "configure:1487: checking for st_rdev in struct stat" >&5
    13231487if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
    13241488  echo $ac_n "(cached) $ac_c" 1>&6
    13251489else
    13261490  cat > conftest.$ac_ext <<EOF
    1327 #line 1328 "configure"
     1491#line 1492 "configure"
    13281492#include "confdefs.h"
    13291493#include <sys/types.h>
     
    13331497; return 0; }
    13341498EOF
    1335 if { (eval echo configure:1336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1499if { (eval echo configure:1500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13361500  rm -rf conftest*
    13371501  ac_cv_struct_st_rdev=yes
     
    13541518
    13551519echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1356 echo "configure:1357: checking whether struct tm is in sys/time.h or time.h" >&5
     1520echo "configure:1521: checking whether struct tm is in sys/time.h or time.h" >&5
    13571521if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    13581522  echo $ac_n "(cached) $ac_c" 1>&6
    13591523else
    13601524  cat > conftest.$ac_ext <<EOF
    1361 #line 1362 "configure"
     1525#line 1526 "configure"
    13621526#include "confdefs.h"
    13631527#include <sys/types.h>
     
    13671531; return 0; }
    13681532EOF
    1369 if { (eval echo configure:1370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1533if { (eval echo configure:1534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13701534  rm -rf conftest*
    13711535  ac_cv_struct_tm=time.h
     
    13891553
    13901554echo $ac_n "checking for gethostname in -lsocket""... $ac_c" 1>&6
    1391 echo "configure:1392: checking for gethostname in -lsocket" >&5
     1555echo "configure:1556: checking for gethostname in -lsocket" >&5
    13921556ac_lib_var=`echo socket'_'gethostname | sed 'y%./+-%__p_%'`
    13931557if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    13971561LIBS="-lsocket  $LIBS"
    13981562cat > conftest.$ac_ext <<EOF
    1399 #line 1400 "configure"
     1563#line 1564 "configure"
    14001564#include "confdefs.h"
    14011565/* Override any gcc2 internal prototype to avoid an error.  */
     
    14081572; return 0; }
    14091573EOF
    1410 if { (eval echo configure:1411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1574if { (eval echo configure:1575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14111575  rm -rf conftest*
    14121576  eval "ac_cv_lib_$ac_lib_var=yes"
     
    14341598do
    14351599echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1436 echo "configure:1437: checking for $ac_func" >&5
     1600echo "configure:1601: checking for $ac_func" >&5
    14371601if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14381602  echo $ac_n "(cached) $ac_c" 1>&6
    14391603else
    14401604  cat > conftest.$ac_ext <<EOF
    1441 #line 1442 "configure"
     1605#line 1606 "configure"
    14421606#include "confdefs.h"
    14431607/* System header to define __stub macros and hopefully few prototypes,
     
    14621626; return 0; }
    14631627EOF
    1464 if { (eval echo configure:1465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1628if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14651629  rm -rf conftest*
    14661630  eval "ac_cv_func_$ac_func=yes"
     
    14911655do
    14921656echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1493 echo "configure:1494: checking for $ac_func" >&5
     1657echo "configure:1658: checking for $ac_func" >&5
    14941658if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14951659  echo $ac_n "(cached) $ac_c" 1>&6
    14961660else
    14971661  cat > conftest.$ac_ext <<EOF
    1498 #line 1499 "configure"
     1662#line 1663 "configure"
    14991663#include "confdefs.h"
    15001664/* System header to define __stub macros and hopefully few prototypes,
     
    15191683; return 0; }
    15201684EOF
    1521 if { (eval echo configure:1522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1685if { (eval echo configure:1686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15221686  rm -rf conftest*
    15231687  eval "ac_cv_func_$ac_func=yes"
     
    15451709  if test "$ac_cv_func_gettimeofday" = yes; then
    15461710    echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
    1547 echo "configure:1548: checking for struct timezone" >&5
     1711echo "configure:1712: checking for struct timezone" >&5
    15481712if eval "test \"`echo '$''{'g77_cv_struct_timezone'+set}'`\" = set"; then
    15491713  echo $ac_n "(cached) $ac_c" 1>&6
    15501714else
    15511715  cat > conftest.$ac_ext <<EOF
    1552 #line 1553 "configure"
     1716#line 1717 "configure"
    15531717#include "confdefs.h"
    15541718#include <sys/time.h>
     
    15571721; return 0; }
    15581722EOF
    1559 if { (eval echo configure:1560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1723if { (eval echo configure:1724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15601724  rm -rf conftest*
    15611725  g77_cv_struct_timezone=yes
     
    15781742else
    15791743  cat > conftest.$ac_ext <<EOF
    1580 #line 1581 "configure"
     1744#line 1745 "configure"
    15811745#include "confdefs.h"
    15821746
     
    16011765}
    16021766EOF
    1603 if { (eval echo configure:1604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1767if { (eval echo configure:1768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16041768then
    16051769  cat >> confdefs.h <<\EOF
     
    16171781   
    16181782    echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
    1619 echo "configure:1620: checking whether gettimeofday can accept two arguments" >&5
     1783echo "configure:1784: checking whether gettimeofday can accept two arguments" >&5
    16201784if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
    16211785  echo $ac_n "(cached) $ac_c" 1>&6
    16221786else
    16231787  cat > conftest.$ac_ext <<EOF
    1624 #line 1625 "configure"
     1788#line 1789 "configure"
    16251789#include "confdefs.h"
    16261790
     
    16481812; return 0; }
    16491813EOF
    1650 if { (eval echo configure:1651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1814if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16511815  rm -rf conftest*
    16521816  emacs_cv_gettimeofday_two_arguments=yes
     
    17541918# Run this file to recreate the current configuration.
    17551919# This directory was configured as follows,
     1920EOF
     1921echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     1922cat >> $CONFIG_STATUS <<EOF
    17561923# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    17571924#
     
    17781945
    17791946ac_given_srcdir=$srcdir
     1947PATHIFS="$PATH_IFS"
    17801948
    17811949trap 'rm -fr `echo "Makefile config.h:config.hin" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    17881956$ac_vpsub
    17891957$extrasub
     1958s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    17901959s%@SHELL@%$SHELL%g
    17911960s%@CFLAGS@%$CFLAGS%g
     
    18111980s%@infodir@%$infodir%g
    18121981s%@mandir@%$mandir%g
     1982s%@PATH_IFS@%$PATH_IFS%g
     1983s%@EXEEXT@%$EXEEXT%g
    18131984s%@CC@%$CC%g
    18141985s%@LIBTOOL@%$LIBTOOL%g
     
    18922063      if test -z "$ac_dots"; then top_srcdir=.
    18932064      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    1894   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     2065  /* | [A-Za-z]:*)
     2066    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    18952067  *) # Relative path.
    18962068    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    19082080  esac
    19092081
    1910   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2082  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    19112083  sed -e "$ac_comsub
    19122084s%@configure_input@%$configure_input%g
     
    19542126
    19552127  rm -f conftest.frag conftest.in conftest.out
    1956   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2128# kso the other way around might work better with drive letters and such.
     2129#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2130  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    19572131  cat $ac_file_inputs > conftest.in
    19582132
Note: See TracChangeset for help on using the changeset viewer.