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/libI77/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
     
    557708set dummy gcc; ac_word=$2
    558709echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    559 echo "configure:560: checking for $ac_word" >&5
     710echo "configure:711: checking for $ac_word" >&5
    560711if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    561712  echo $ac_n "(cached) $ac_c" 1>&6
     
    564715  ac_cv_prog_CC="$CC" # Let the user override the test.
    565716else
    566   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     717  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    567718  ac_dummy="$PATH"
    568719  for ac_dir in $ac_dummy; do
    569720    test -z "$ac_dir" && ac_dir=.
    570     if test -f $ac_dir/$ac_word; then
     721    if test -f $ac_dir/$ac_word -o \
     722            -f $ac_dir/$ac_word$ac_exeext ; then
    571723      ac_cv_prog_CC="gcc"
    572724      break
     
    587739set dummy cc; ac_word=$2
    588740echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    589 echo "configure:590: checking for $ac_word" >&5
     741echo "configure:742: checking for $ac_word" >&5
    590742if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    591743  echo $ac_n "(cached) $ac_c" 1>&6
     
    594746  ac_cv_prog_CC="$CC" # Let the user override the test.
    595747else
    596   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     748  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    597749  ac_prog_rejected=no
    598750  ac_dummy="$PATH"
    599751  for ac_dir in $ac_dummy; do
    600752    test -z "$ac_dir" && ac_dir=.
    601     if test -f $ac_dir/$ac_word; then
    602       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
     753    if test -f $ac_dir/$ac_word -o \
     754            -f $ac_dir/$ac_word$ac_exeext ; then
     755      if test "$ac_dir/$ac_word" = "/usr/ucb/cc" -o \
     756               "$ac_dir/$ac_word$ac_exeext" = "/usr/ucb/cc" ; then
    603757        ac_prog_rejected=yes
    604758        continue
     
    638792set dummy cl; ac_word=$2
    639793echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    640 echo "configure:641: checking for $ac_word" >&5
     794echo "configure:795: checking for $ac_word" >&5
    641795if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    642796  echo $ac_n "(cached) $ac_c" 1>&6
     
    645799  ac_cv_prog_CC="$CC" # Let the user override the test.
    646800else
    647   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
     801  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$PATH_IFS"
    648802  ac_dummy="$PATH"
    649803  for ac_dir in $ac_dummy; do
    650804    test -z "$ac_dir" && ac_dir=.
    651     if test -f $ac_dir/$ac_word; then
     805    if test -f $ac_dir/$ac_word -o \
     806            -f $ac_dir/$ac_word$ac_exeext ; then
    652807      ac_cv_prog_CC="cl"
    653808      break
     
    671826
    672827echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    673 echo "configure:674: checking whether we are using GNU C" >&5
     828echo "configure:829: checking whether we are using GNU C" >&5
    674829if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    675830  echo $ac_n "(cached) $ac_c" 1>&6
     
    680835#endif
    681836EOF
    682 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:683: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     837if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:838: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    683838  ac_cv_prog_gcc=yes
    684839else
     
    699854CFLAGS=
    700855echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    701 echo "configure:702: checking whether ${CC-cc} accepts -g" >&5
     856echo "configure:857: checking whether ${CC-cc} accepts -g" >&5
    702857if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    703858  echo $ac_n "(cached) $ac_c" 1>&6
     
    737892
    738893echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    739 echo "configure:740: checking whether ${MAKE-make} sets \${MAKE}" >&5
     894echo "configure:895: checking whether ${MAKE-make} sets \${MAKE}" >&5
    740895set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    741896if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    767922# Sanity check for the cross-compilation case:
    768923echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    769 echo "configure:770: checking how to run the C preprocessor" >&5
     924echo "configure:925: checking how to run the C preprocessor" >&5
    770925# On Suns, sometimes $CPP names a directory.
    771926if test -n "$CPP" && test -d "$CPP"; then
     
    782937  # not just through cpp.
    783938  cat > conftest.$ac_ext <<EOF
    784 #line 785 "configure"
     939#include <sys/types.h>
     940#line 941 "configure"
    785941#include "confdefs.h"
    786942#include <assert.h>
     
    788944EOF
    789945ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    790 { (eval echo configure:791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     946{ (eval echo configure:947: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    791947ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    792948if test -z "$ac_err"; then
     
    799955  CPP="${CC-cc} -E -traditional-cpp"
    800956  cat > conftest.$ac_ext <<EOF
    801 #line 802 "configure"
     957#include <sys/types.h>
     958#line 959 "configure"
    802959#include "confdefs.h"
    803960#include <assert.h>
     
    805962EOF
    806963ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    807 { (eval echo configure:808: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     964{ (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    808965ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    809966if test -z "$ac_err"; then
     
    816973  CPP="${CC-cc} -nologo -E"
    817974  cat > conftest.$ac_ext <<EOF
    818 #line 819 "configure"
     975#include <sys/types.h>
     976#line 977 "configure"
    819977#include "confdefs.h"
    820978#include <assert.h>
     
    822980EOF
    823981ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    824 { (eval echo configure:825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     982{ (eval echo configure:983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    825983ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    826984if test -z "$ac_err"; then
     
    8481006ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    8491007echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    850 echo "configure:851: checking for stdio.h" >&5
     1008echo "configure:1009: checking for stdio.h" >&5
    8511009if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    8521010  echo $ac_n "(cached) $ac_c" 1>&6
    8531011else
    8541012  cat > conftest.$ac_ext <<EOF
    855 #line 856 "configure"
     1013#include <sys/types.h>
     1014#line 1015 "configure"
    8561015#include "confdefs.h"
    8571016#include <stdio.h>
    8581017EOF
    8591018ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    860 { (eval echo configure:861: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1019{ (eval echo configure:1020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    8611020ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    8621021if test -z "$ac_err"; then
     
    8861045
    8871046echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    888 echo "configure:889: checking for ANSI C header files" >&5
     1047echo "configure:1048: checking for ANSI C header files" >&5
    8891048if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    8901049  echo $ac_n "(cached) $ac_c" 1>&6
    8911050else
    8921051  cat > conftest.$ac_ext <<EOF
    893 #line 894 "configure"
     1052#include <sys/types.h>
     1053#line 1054 "configure"
    8941054#include "confdefs.h"
    8951055#include <stdlib.h>
     
    8991059EOF
    9001060ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    901 { (eval echo configure:902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1061{ (eval echo configure:1062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9021062ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9031063if test -z "$ac_err"; then
     
    9161076  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    9171077cat > conftest.$ac_ext <<EOF
    918 #line 919 "configure"
     1078#line 1079 "configure"
    9191079#include "confdefs.h"
    9201080#include <string.h>
     
    9341094  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    9351095cat > conftest.$ac_ext <<EOF
    936 #line 937 "configure"
     1096#line 1097 "configure"
    9371097#include "confdefs.h"
    9381098#include <stdlib.h>
     
    9551115else
    9561116  cat > conftest.$ac_ext <<EOF
    957 #line 958 "configure"
     1117#line 1118 "configure"
    9581118#include "confdefs.h"
    9591119#include <ctype.h>
     
    9661126
    9671127EOF
    968 if { (eval echo configure:969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1128if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9691129then
    9701130  :
     
    9911151
    9921152echo $ac_n "checking for posix""... $ac_c" 1>&6
    993 echo "configure:994: checking for posix" >&5
     1153echo "configure:1154: checking for posix" >&5
    9941154if eval "test \"`echo '$''{'g77_cv_header_posix'+set}'`\" = set"; then
    9951155  echo $ac_n "(cached) $ac_c" 1>&6
    9961156else
    9971157  cat > conftest.$ac_ext <<EOF
    998 #line 999 "configure"
     1158#line 1159 "configure"
    9991159#include "confdefs.h"
    10001160#include <sys/types.h>
     
    10221182# header isn't actually like checking the functions, though...
    10231183echo $ac_n "checking for GNU library""... $ac_c" 1>&6
    1024 echo "configure:1025: checking for GNU library" >&5
     1184echo "configure:1185: checking for GNU library" >&5
    10251185if eval "test \"`echo '$''{'g77_cv_lib_gnu'+set}'`\" = set"; then
    10261186  echo $ac_n "(cached) $ac_c" 1>&6
    10271187else
    10281188  cat > conftest.$ac_ext <<EOF
    1029 #line 1030 "configure"
     1189#line 1190 "configure"
    10301190#include "confdefs.h"
    10311191#include <stdio.h>
     
    10511211# Apparently cygwin needs to be special-cased.
    10521212echo $ac_n "checking for cyg\`win'32""... $ac_c" 1>&6
    1053 echo "configure:1054: checking for cyg\`win'32" >&5
     1213echo "configure:1214: checking for cyg\`win'32" >&5
    10541214if eval "test \"`echo '$''{'g77_cv_sys_cygwin32'+set}'`\" = set"; then
    10551215  echo $ac_n "(cached) $ac_c" 1>&6
    10561216else
    10571217  cat > conftest.$ac_ext <<EOF
    1058 #line 1059 "configure"
     1218#line 1219 "configure"
    10591219#include "confdefs.h"
    10601220#ifdef __CYGWIN32__
     
    10791239# ditto for mingw32.
    10801240echo $ac_n "checking for mingw32""... $ac_c" 1>&6
    1081 echo "configure:1082: checking for mingw32" >&5
     1241echo "configure:1242: checking for mingw32" >&5
    10821242if eval "test \"`echo '$''{'g77_cv_sys_mingw32'+set}'`\" = set"; then
    10831243  echo $ac_n "(cached) $ac_c" 1>&6
    10841244else
    10851245  cat > conftest.$ac_ext <<EOF
    1086 #line 1087 "configure"
     1246#line 1247 "configure"
    10871247#include "confdefs.h"
    10881248#ifdef __MINGW32__
     
    11071267
    11081268echo $ac_n "checking for working const""... $ac_c" 1>&6
    1109 echo "configure:1110: checking for working const" >&5
     1269echo "configure:1270: checking for working const" >&5
    11101270if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    11111271  echo $ac_n "(cached) $ac_c" 1>&6
    11121272else
    11131273  cat > conftest.$ac_ext <<EOF
    1114 #line 1115 "configure"
     1274#line 1275 "configure"
    11151275#include "confdefs.h"
    11161276
     
    11611321; return 0; }
    11621322EOF
    1163 if { (eval echo configure:1164: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1323if { (eval echo configure:1324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11641324  rm -rf conftest*
    11651325  ac_cv_c_const=yes
     
    11821342
    11831343echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1184 echo "configure:1185: checking for size_t" >&5
     1344echo "configure:1345: checking for size_t" >&5
    11851345if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    11861346  echo $ac_n "(cached) $ac_c" 1>&6
    11871347else
    11881348  cat > conftest.$ac_ext <<EOF
    1189 #line 1190 "configure"
     1349#line 1350 "configure"
    11901350#include "confdefs.h"
    11911351#include <sys/types.h>
     
    12201380# (as of cygwin b18). Likewise on mingw.
    12211381echo $ac_n "checking for fstat""... $ac_c" 1>&6
    1222 echo "configure:1223: checking for fstat" >&5
     1382echo "configure:1383: checking for fstat" >&5
    12231383if eval "test \"`echo '$''{'ac_cv_func_fstat'+set}'`\" = set"; then
    12241384  echo $ac_n "(cached) $ac_c" 1>&6
    12251385else
    12261386  cat > conftest.$ac_ext <<EOF
    1227 #line 1228 "configure"
     1387#line 1388 "configure"
    12281388#include "confdefs.h"
    12291389/* System header to define __stub macros and hopefully few prototypes,
     
    12481408; return 0; }
    12491409EOF
    1250 if { (eval echo configure:1251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1410if { (eval echo configure:1411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    12511411  rm -rf conftest*
    12521412  eval "ac_cv_func_fstat=yes"
     
    12681428
    12691429echo $ac_n "checking need for NON_UNIX_STDIO""... $ac_c" 1>&6
    1270 echo "configure:1271: checking need for NON_UNIX_STDIO" >&5
     1430echo "configure:1431: checking need for NON_UNIX_STDIO" >&5
    12711431if test $g77_cv_sys_cygwin32 = yes \
    12721432  || test $g77_cv_sys_mingw32 = yes \
     
    12841444do
    12851445echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1286 echo "configure:1287: checking for $ac_func" >&5
     1446echo "configure:1447: checking for $ac_func" >&5
    12871447if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    12881448  echo $ac_n "(cached) $ac_c" 1>&6
    12891449else
    12901450  cat > conftest.$ac_ext <<EOF
    1291 #line 1292 "configure"
     1451#line 1452 "configure"
    12921452#include "confdefs.h"
    12931453/* System header to define __stub macros and hopefully few prototypes,
     
    13121472; return 0; }
    13131473EOF
    1314 if { (eval echo configure:1315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1474if { (eval echo configure:1475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13151475  rm -rf conftest*
    13161476  eval "ac_cv_func_$ac_func=yes"
     
    13391499do
    13401500echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1341 echo "configure:1342: checking for $ac_func" >&5
     1501echo "configure:1502: checking for $ac_func" >&5
    13421502if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    13431503  echo $ac_n "(cached) $ac_c" 1>&6
    13441504else
    13451505  cat > conftest.$ac_ext <<EOF
    1346 #line 1347 "configure"
     1506#line 1507 "configure"
    13471507#include "confdefs.h"
    13481508/* System header to define __stub macros and hopefully few prototypes,
     
    13671527; return 0; }
    13681528EOF
    1369 if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1529if { (eval echo configure:1530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    13701530  rm -rf conftest*
    13711531  eval "ac_cv_func_$ac_func=yes"
     
    13941554do
    13951555echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1396 echo "configure:1397: checking for $ac_func" >&5
     1556echo "configure:1557: checking for $ac_func" >&5
    13971557if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    13981558  echo $ac_n "(cached) $ac_c" 1>&6
    13991559else
    14001560  cat > conftest.$ac_ext <<EOF
    1401 #line 1402 "configure"
     1561#line 1562 "configure"
    14021562#include "confdefs.h"
    14031563/* System header to define __stub macros and hopefully few prototypes,
     
    14221582; return 0; }
    14231583EOF
    1424 if { (eval echo configure:1425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1584if { (eval echo configure:1585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14251585  rm -rf conftest*
    14261586  eval "ac_cv_func_$ac_func=yes"
     
    14491609do
    14501610echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1451 echo "configure:1452: checking for $ac_func" >&5
     1611echo "configure:1612: checking for $ac_func" >&5
    14521612if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14531613  echo $ac_n "(cached) $ac_c" 1>&6
    14541614else
    14551615  cat > conftest.$ac_ext <<EOF
    1456 #line 1457 "configure"
     1616#line 1617 "configure"
    14571617#include "confdefs.h"
    14581618/* System header to define __stub macros and hopefully few prototypes,
     
    14771637; return 0; }
    14781638EOF
    1479 if { (eval echo configure:1480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1639if { (eval echo configure:1640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14801640  rm -rf conftest*
    14811641  eval "ac_cv_func_$ac_func=yes"
     
    15041664do
    15051665echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1506 echo "configure:1507: checking for $ac_func" >&5
     1666echo "configure:1667: checking for $ac_func" >&5
    15071667if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15081668  echo $ac_n "(cached) $ac_c" 1>&6
    15091669else
    15101670  cat > conftest.$ac_ext <<EOF
    1511 #line 1512 "configure"
     1671#line 1672 "configure"
    15121672#include "confdefs.h"
    15131673/* System header to define __stub macros and hopefully few prototypes,
     
    15321692; return 0; }
    15331693EOF
    1534 if { (eval echo configure:1535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1694if { (eval echo configure:1695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15351695  rm -rf conftest*
    15361696  eval "ac_cv_func_$ac_func=yes"
     
    15591719do
    15601720echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1561 echo "configure:1562: checking for $ac_func" >&5
     1721echo "configure:1722: checking for $ac_func" >&5
    15621722if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15631723  echo $ac_n "(cached) $ac_c" 1>&6
    15641724else
    15651725  cat > conftest.$ac_ext <<EOF
    1566 #line 1567 "configure"
     1726#line 1727 "configure"
    15671727#include "confdefs.h"
    15681728/* System header to define __stub macros and hopefully few prototypes,
     
    15871747; return 0; }
    15881748EOF
    1589 if { (eval echo configure:1590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1749if { (eval echo configure:1750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15901750  rm -rf conftest*
    15911751  eval "ac_cv_func_$ac_func=yes"
     
    16171777# we're posix-conformant, so always do the test.
    16181778echo $ac_n "checking for ansi/posix sprintf result""... $ac_c" 1>&6
    1619 echo "configure:1620: checking for ansi/posix sprintf result" >&5
     1779echo "configure:1780: checking for ansi/posix sprintf result" >&5
    16201780if test "$cross_compiling" = yes; then
    16211781  g77_cv_sys_sprintf_ansi=no
    16221782else
    16231783  cat > conftest.$ac_ext <<EOF
    1624 #line 1625 "configure"
     1784#line 1785 "configure"
    16251785#include "confdefs.h"
    16261786  #include <stdio.h>
     
    16291789
    16301790EOF
    1631 if { (eval echo configure:1632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1791if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    16321792then
    16331793  g77_cv_sys_sprintf_ansi=yes
     
    16601820# define NON_ANSI_RW_MODES on unix (can't hurt)
    16611821echo $ac_n "checking NON_ANSI_RW_MODES""... $ac_c" 1>&6
    1662 echo "configure:1663: checking NON_ANSI_RW_MODES" >&5
     1822echo "configure:1823: checking NON_ANSI_RW_MODES" >&5
    16631823cat > conftest.$ac_ext <<EOF
    1664 #line 1665 "configure"
     1824#line 1825 "configure"
    16651825#include "confdefs.h"
    16661826#ifdef unix
     
    17071867
    17081868echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1709 echo "configure:1710: checking for off_t" >&5
     1869echo "configure:1870: checking for off_t" >&5
    17101870if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    17111871  echo $ac_n "(cached) $ac_c" 1>&6
    17121872else
    17131873  cat > conftest.$ac_ext <<EOF
    1714 #line 1715 "configure"
     1874#line 1875 "configure"
    17151875#include "confdefs.h"
    17161876#include <sys/types.h>
     
    18201980# Run this file to recreate the current configuration.
    18211981# This directory was configured as follows,
     1982EOF
     1983echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
     1984cat >> $CONFIG_STATUS <<EOF
    18221985# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    18231986#
     
    18442007
    18452008ac_given_srcdir=$srcdir
     2009PATHIFS="$PATH_IFS"
    18462010
    18472011trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
     
    18542018$ac_vpsub
    18552019$extrasub
     2020s,\([^a-zA-Z0-9:]\)/bin/sh\(.exe\),\1${CONFIG_SHELL-/bin/sh}\2,g
    18562021s%@SHELL@%$SHELL%g
    18572022s%@CFLAGS@%$CFLAGS%g
     
    18772042s%@infodir@%$infodir%g
    18782043s%@mandir@%$mandir%g
     2044s%@PATH_IFS@%$PATH_IFS%g
     2045s%@EXEEXT@%$EXEEXT%g
    18792046s%@CC@%$CC%g
    18802047s%@LIBTOOL@%$LIBTOOL%g
     
    19522119      if test -z "$ac_dots"; then top_srcdir=.
    19532120      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
    1954   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
     2121  /* | [A-Za-z]:*)
     2122    srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
    19552123  *) # Relative path.
    19562124    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
     
    19682136  esac
    19692137
    1970   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2138  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%$PATHIFS% $ac_given_srcdir/%g"`
    19712139  sed -e "$ac_comsub
    19722140s%@configure_input@%$configure_input%g
     
    20142182
    20152183  rm -f conftest.frag conftest.in conftest.out
    2016   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2184# kso the other way around might work better with drive letters and such.
     2185#  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
     2186  ac_file_inputs=`echo $ac_file_in|sed -e "s%:% $ac_given_srcdir/%g" -e "s%^%$ac_given_srcdir/%" `
    20172187  cat $ac_file_inputs > conftest.in
    20182188
Note: See TracChangeset for help on using the changeset viewer.