Ignore:
Timestamp:
Apr 28, 2004, 6:58:06 AM (21 years ago)
Author:
bird
Message:

#1040: Joined the GCC 3.3.3 with the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libf2c/libI77/configure

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1393 r1394  
    675675
    676676
    677 # These defines are necessary to get 64-bit file size support.
    678 
    679 cat >> confdefs.h <<\EOF
    680 #define _XOPEN_SOURCE 500L
    681 EOF
    682 
    683 # The following is needed by irix6.2 so that struct timeval is declared.
    684 cat >> confdefs.h <<\EOF
    685 #define _XOPEN_SOURCE_EXTENDED 1
    686 EOF
    687 
    688 # The following is needed by Solaris2.5.1 so that struct timeval is declared.
    689 cat >> confdefs.h <<\EOF
    690 #define __EXTENSIONS__ 1
    691 EOF
    692 
    693 cat >> confdefs.h <<\EOF
    694 #define _FILE_OFFSET_BITS 64
    695 EOF
    696 
    697 cat >> confdefs.h <<\EOF
    698 #define _LARGEFILE_SOURCE 1
    699 EOF
    700 
    701 
    702 
    703677
    704678
     
    708682set dummy gcc; ac_word=$2
    709683echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    710 echo "configure:711: checking for $ac_word" >&5
     684echo "configure:685: checking for $ac_word" >&5
    711685if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    712686  echo $ac_n "(cached) $ac_c" 1>&6
     
    739713set dummy cc; ac_word=$2
    740714echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    741 echo "configure:742: checking for $ac_word" >&5
     715echo "configure:716: checking for $ac_word" >&5
    742716if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    743717  echo $ac_n "(cached) $ac_c" 1>&6
     
    792766set dummy cl; ac_word=$2
    793767echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    794 echo "configure:795: checking for $ac_word" >&5
     768echo "configure:769: checking for $ac_word" >&5
    795769if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    796770  echo $ac_n "(cached) $ac_c" 1>&6
     
    826800
    827801echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    828 echo "configure:829: checking whether we are using GNU C" >&5
     802echo "configure:803: checking whether we are using GNU C" >&5
    829803if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    830804  echo $ac_n "(cached) $ac_c" 1>&6
     
    835809#endif
    836810EOF
    837 if { 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
     811if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:812: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    838812  ac_cv_prog_gcc=yes
    839813else
     
    854828CFLAGS=
    855829echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    856 echo "configure:857: checking whether ${CC-cc} accepts -g" >&5
     830echo "configure:831: checking whether ${CC-cc} accepts -g" >&5
    857831if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    858832  echo $ac_n "(cached) $ac_c" 1>&6
     
    886860
    887861
     862# These defines are necessary to get 64-bit file size support.
     863# NetBSD 1.4 header files does not support XOPEN_SOURCE == 600, but it
     864# handles 64-bit file sizes without needing these defines.
     865echo $ac_n "checking whether _XOPEN_SOURCE may be defined""... $ac_c" 1>&6
     866echo "configure:867: checking whether _XOPEN_SOURCE may be defined" >&5
     867cat > conftest.$ac_ext <<EOF
     868#line 869 "configure"
     869#include "confdefs.h"
     870#define _XOPEN_SOURCE 600L
     871#include <unistd.h>
     872int main() {
     873
     874; return 0; }
     875EOF
     876if { (eval echo configure:877: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     877  rm -rf conftest*
     878  may_use_xopen_source=yes
     879else
     880  echo "configure: failed program was:" >&5
     881  cat conftest.$ac_ext >&5
     882  rm -rf conftest*
     883  may_use_xopen_source=no
     884fi
     885rm -f conftest*
     886echo "$ac_t""$may_use_xopen_source" 1>&6
     887if test $may_use_xopen_source = yes; then
     888  cat >> confdefs.h <<\EOF
     889#define _XOPEN_SOURCE 600L
     890EOF
     891
     892  # The following is needed by irix6.2 so that struct timeval is declared.
     893  cat >> confdefs.h <<\EOF
     894#define _XOPEN_SOURCE_EXTENDED 1
     895EOF
     896
     897  # The following is needed by Solaris2.5.1 so that struct timeval is declared.
     898  cat >> confdefs.h <<\EOF
     899#define __EXTENSIONS__ 1
     900EOF
     901
     902  cat >> confdefs.h <<\EOF
     903#define _FILE_OFFSET_BITS 64
     904EOF
     905
     906  cat >> confdefs.h <<\EOF
     907#define _LARGEFILE_SOURCE 1
     908EOF
     909
     910fi
     911
     912
    888913LIBTOOL='$(SHELL) ../libtool'
    889914
     
    892917
    893918echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    894 echo "configure:895: checking whether ${MAKE-make} sets \${MAKE}" >&5
     919echo "configure:920: checking whether ${MAKE-make} sets \${MAKE}" >&5
    895920set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    896921if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    922947# Sanity check for the cross-compilation case:
    923948echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    924 echo "configure:925: checking how to run the C preprocessor" >&5
     949echo "configure:950: checking how to run the C preprocessor" >&5
    925950# On Suns, sometimes $CPP names a directory.
    926951if test -n "$CPP" && test -d "$CPP"; then
     
    938963  cat > conftest.$ac_ext <<EOF
    939964#include <sys/types.h>
    940 #line 941 "configure"
     965#line 966 "configure"
    941966#include "confdefs.h"
    942967#include <assert.h>
     
    944969EOF
    945970ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    946 { (eval echo configure:947: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     971{ (eval echo configure:972: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    947972ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    948973if test -z "$ac_err"; then
     
    956981  cat > conftest.$ac_ext <<EOF
    957982#include <sys/types.h>
    958 #line 959 "configure"
     983#line 984 "configure"
    959984#include "confdefs.h"
    960985#include <assert.h>
     
    962987EOF
    963988ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    964 { (eval echo configure:965: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     989{ (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    965990ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    966991if test -z "$ac_err"; then
     
    974999  cat > conftest.$ac_ext <<EOF
    9751000#include <sys/types.h>
    976 #line 977 "configure"
     1001#line 1002 "configure"
    9771002#include "confdefs.h"
    9781003#include <assert.h>
     
    9801005EOF
    9811006ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    982 { (eval echo configure:983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1007{ (eval echo configure:1008: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9831008ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9841009if test -z "$ac_err"; then
     
    10061031ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    10071032echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    1008 echo "configure:1009: checking for stdio.h" >&5
     1033echo "configure:1034: checking for stdio.h" >&5
    10091034if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    10101035  echo $ac_n "(cached) $ac_c" 1>&6
     
    10121037  cat > conftest.$ac_ext <<EOF
    10131038#include <sys/types.h>
    1014 #line 1015 "configure"
     1039#line 1040 "configure"
    10151040#include "confdefs.h"
    10161041#include <stdio.h>
    10171042EOF
    10181043ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1019 { (eval echo configure:1020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1044{ (eval echo configure:1045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10201045ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10211046if test -z "$ac_err"; then
     
    10451070
    10461071echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1047 echo "configure:1048: checking for ANSI C header files" >&5
     1072echo "configure:1073: checking for ANSI C header files" >&5
    10481073if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    10491074  echo $ac_n "(cached) $ac_c" 1>&6
     
    10511076  cat > conftest.$ac_ext <<EOF
    10521077#include <sys/types.h>
    1053 #line 1054 "configure"
     1078#line 1079 "configure"
    10541079#include "confdefs.h"
    10551080#include <stdlib.h>
     
    10591084EOF
    10601085ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1061 { (eval echo configure:1062: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1086{ (eval echo configure:1087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10621087ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10631088if test -z "$ac_err"; then
     
    10761101  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    10771102cat > conftest.$ac_ext <<EOF
    1078 #line 1079 "configure"
     1103#line 1104 "configure"
    10791104#include "confdefs.h"
    10801105#include <string.h>
     
    10941119  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    10951120cat > conftest.$ac_ext <<EOF
    1096 #line 1097 "configure"
     1121#line 1122 "configure"
    10971122#include "confdefs.h"
    10981123#include <stdlib.h>
     
    11151140else
    11161141  cat > conftest.$ac_ext <<EOF
    1117 #line 1118 "configure"
     1142#line 1143 "configure"
    11181143#include "confdefs.h"
    11191144#include <ctype.h>
     
    11261151
    11271152EOF
    1128 if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1153if { (eval echo configure:1154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11291154then
    11301155  :
     
    11491174fi
    11501175
    1151 
    11521176echo $ac_n "checking for posix""... $ac_c" 1>&6
    1153 echo "configure:1154: checking for posix" >&5
     1177echo "configure:1178: checking for posix" >&5
    11541178if eval "test \"`echo '$''{'g77_cv_header_posix'+set}'`\" = set"; then
    11551179  echo $ac_n "(cached) $ac_c" 1>&6
    11561180else
    11571181  cat > conftest.$ac_ext <<EOF
    1158 #line 1159 "configure"
     1182#line 1183 "configure"
    11591183#include "confdefs.h"
    11601184#include <sys/types.h>
     
    11821206# header isn't actually like checking the functions, though...
    11831207echo $ac_n "checking for GNU library""... $ac_c" 1>&6
    1184 echo "configure:1185: checking for GNU library" >&5
     1208echo "configure:1209: checking for GNU library" >&5
    11851209if eval "test \"`echo '$''{'g77_cv_lib_gnu'+set}'`\" = set"; then
    11861210  echo $ac_n "(cached) $ac_c" 1>&6
    11871211else
    11881212  cat > conftest.$ac_ext <<EOF
    1189 #line 1190 "configure"
     1213#line 1214 "configure"
    11901214#include "confdefs.h"
    11911215#include <stdio.h>
     
    12111235# Apparently cygwin needs to be special-cased.
    12121236echo $ac_n "checking for cyg\`win'32""... $ac_c" 1>&6
    1213 echo "configure:1214: checking for cyg\`win'32" >&5
     1237echo "configure:1238: checking for cyg\`win'32" >&5
    12141238if eval "test \"`echo '$''{'g77_cv_sys_cygwin32'+set}'`\" = set"; then
    12151239  echo $ac_n "(cached) $ac_c" 1>&6
    12161240else
    12171241  cat > conftest.$ac_ext <<EOF
    1218 #line 1219 "configure"
     1242#line 1243 "configure"
    12191243#include "confdefs.h"
    12201244#ifdef __CYGWIN32__
     
    12391263# ditto for mingw32.
    12401264echo $ac_n "checking for mingw32""... $ac_c" 1>&6
    1241 echo "configure:1242: checking for mingw32" >&5
     1265echo "configure:1266: checking for mingw32" >&5
    12421266if eval "test \"`echo '$''{'g77_cv_sys_mingw32'+set}'`\" = set"; then
    12431267  echo $ac_n "(cached) $ac_c" 1>&6
    12441268else
    12451269  cat > conftest.$ac_ext <<EOF
    1246 #line 1247 "configure"
     1270#line 1271 "configure"
    12471271#include "confdefs.h"
    12481272#ifdef __MINGW32__
     
    12671291
    12681292echo $ac_n "checking for working const""... $ac_c" 1>&6
    1269 echo "configure:1270: checking for working const" >&5
     1293echo "configure:1294: checking for working const" >&5
    12701294if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    12711295  echo $ac_n "(cached) $ac_c" 1>&6
    12721296else
    12731297  cat > conftest.$ac_ext <<EOF
    1274 #line 1275 "configure"
     1298#line 1299 "configure"
    12751299#include "confdefs.h"
    12761300
     
    13211345; return 0; }
    13221346EOF
    1323 if { (eval echo configure:1324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1347if { (eval echo configure:1348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    13241348  rm -rf conftest*
    13251349  ac_cv_c_const=yes
     
    13421366
    13431367echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1344 echo "configure:1345: checking for size_t" >&5
     1368echo "configure:1369: checking for size_t" >&5
    13451369if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    13461370  echo $ac_n "(cached) $ac_c" 1>&6
    13471371else
    13481372  cat > conftest.$ac_ext <<EOF
    1349 #line 1350 "configure"
     1373#line 1374 "configure"
    13501374#include "confdefs.h"
    13511375#include <sys/types.h>
     
    13801404# (as of cygwin b18). Likewise on mingw.
    13811405echo $ac_n "checking for fstat""... $ac_c" 1>&6
    1382 echo "configure:1383: checking for fstat" >&5
     1406echo "configure:1407: checking for fstat" >&5
    13831407if eval "test \"`echo '$''{'ac_cv_func_fstat'+set}'`\" = set"; then
    13841408  echo $ac_n "(cached) $ac_c" 1>&6
    13851409else
    13861410  cat > conftest.$ac_ext <<EOF
    1387 #line 1388 "configure"
     1411#line 1412 "configure"
    13881412#include "confdefs.h"
    13891413/* System header to define __stub macros and hopefully few prototypes,
     
    14081432; return 0; }
    14091433EOF
    1410 if { (eval echo configure:1411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1434if { (eval echo configure:1435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14111435  rm -rf conftest*
    14121436  eval "ac_cv_func_fstat=yes"
     
    14281452
    14291453echo $ac_n "checking need for NON_UNIX_STDIO""... $ac_c" 1>&6
    1430 echo "configure:1431: checking need for NON_UNIX_STDIO" >&5
     1454echo "configure:1455: checking need for NON_UNIX_STDIO" >&5
    14311455if test $g77_cv_sys_cygwin32 = yes \
    14321456  || test $g77_cv_sys_mingw32 = yes \
     
    14441468do
    14451469echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1446 echo "configure:1447: checking for $ac_func" >&5
     1470echo "configure:1471: checking for $ac_func" >&5
    14471471if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    14481472  echo $ac_n "(cached) $ac_c" 1>&6
    14491473else
    14501474  cat > conftest.$ac_ext <<EOF
    1451 #line 1452 "configure"
     1475#line 1476 "configure"
    14521476#include "confdefs.h"
    14531477/* System header to define __stub macros and hopefully few prototypes,
     
    14721496; return 0; }
    14731497EOF
    1474 if { (eval echo configure:1475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1498if { (eval echo configure:1499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14751499  rm -rf conftest*
    14761500  eval "ac_cv_func_$ac_func=yes"
     
    14991523do
    15001524echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1501 echo "configure:1502: checking for $ac_func" >&5
     1525echo "configure:1526: checking for $ac_func" >&5
    15021526if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15031527  echo $ac_n "(cached) $ac_c" 1>&6
    15041528else
    15051529  cat > conftest.$ac_ext <<EOF
    1506 #line 1507 "configure"
     1530#line 1531 "configure"
    15071531#include "confdefs.h"
    15081532/* System header to define __stub macros and hopefully few prototypes,
     
    15271551; return 0; }
    15281552EOF
    1529 if { (eval echo configure:1530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1553if { (eval echo configure:1554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15301554  rm -rf conftest*
    15311555  eval "ac_cv_func_$ac_func=yes"
     
    15541578do
    15551579echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1556 echo "configure:1557: checking for $ac_func" >&5
     1580echo "configure:1581: checking for $ac_func" >&5
    15571581if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    15581582  echo $ac_n "(cached) $ac_c" 1>&6
    15591583else
    15601584  cat > conftest.$ac_ext <<EOF
    1561 #line 1562 "configure"
     1585#line 1586 "configure"
    15621586#include "confdefs.h"
    15631587/* System header to define __stub macros and hopefully few prototypes,
     
    15821606; return 0; }
    15831607EOF
    1584 if { (eval echo configure:1585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1608if { (eval echo configure:1609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15851609  rm -rf conftest*
    15861610  eval "ac_cv_func_$ac_func=yes"
     
    16091633do
    16101634echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1611 echo "configure:1612: checking for $ac_func" >&5
     1635echo "configure:1636: checking for $ac_func" >&5
    16121636if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16131637  echo $ac_n "(cached) $ac_c" 1>&6
    16141638else
    16151639  cat > conftest.$ac_ext <<EOF
    1616 #line 1617 "configure"
     1640#line 1641 "configure"
    16171641#include "confdefs.h"
    16181642/* System header to define __stub macros and hopefully few prototypes,
     
    16371661; return 0; }
    16381662EOF
    1639 if { (eval echo configure:1640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1663if { (eval echo configure:1664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16401664  rm -rf conftest*
    16411665  eval "ac_cv_func_$ac_func=yes"
     
    16641688do
    16651689echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1666 echo "configure:1667: checking for $ac_func" >&5
     1690echo "configure:1691: checking for $ac_func" >&5
    16671691if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16681692  echo $ac_n "(cached) $ac_c" 1>&6
    16691693else
    16701694  cat > conftest.$ac_ext <<EOF
    1671 #line 1672 "configure"
     1695#line 1696 "configure"
    16721696#include "confdefs.h"
    16731697/* System header to define __stub macros and hopefully few prototypes,
     
    16921716; return 0; }
    16931717EOF
    1694 if { (eval echo configure:1695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1718if { (eval echo configure:1719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16951719  rm -rf conftest*
    16961720  eval "ac_cv_func_$ac_func=yes"
     
    17191743do
    17201744echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1721 echo "configure:1722: checking for $ac_func" >&5
     1745echo "configure:1746: checking for $ac_func" >&5
    17221746if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    17231747  echo $ac_n "(cached) $ac_c" 1>&6
    17241748else
    17251749  cat > conftest.$ac_ext <<EOF
    1726 #line 1727 "configure"
     1750#line 1751 "configure"
    17271751#include "confdefs.h"
    17281752/* System header to define __stub macros and hopefully few prototypes,
     
    17471771; return 0; }
    17481772EOF
    1749 if { (eval echo configure:1750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1773if { (eval echo configure:1774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    17501774  rm -rf conftest*
    17511775  eval "ac_cv_func_$ac_func=yes"
     
    17771801# we're posix-conformant, so always do the test.
    17781802echo $ac_n "checking for ansi/posix sprintf result""... $ac_c" 1>&6
    1779 echo "configure:1780: checking for ansi/posix sprintf result" >&5
     1803echo "configure:1804: checking for ansi/posix sprintf result" >&5
    17801804if test "$cross_compiling" = yes; then
    17811805  g77_cv_sys_sprintf_ansi=no
    17821806else
    17831807  cat > conftest.$ac_ext <<EOF
    1784 #line 1785 "configure"
     1808#line 1809 "configure"
    17851809#include "confdefs.h"
    17861810  #include <stdio.h>
     
    17891813
    17901814EOF
    1791 if { (eval echo configure:1792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1815if { (eval echo configure:1816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    17921816then
    17931817  g77_cv_sys_sprintf_ansi=yes
     
    18201844# define NON_ANSI_RW_MODES on unix (can't hurt)
    18211845echo $ac_n "checking NON_ANSI_RW_MODES""... $ac_c" 1>&6
    1822 echo "configure:1823: checking NON_ANSI_RW_MODES" >&5
     1846echo "configure:1847: checking NON_ANSI_RW_MODES" >&5
    18231847cat > conftest.$ac_ext <<EOF
    1824 #line 1825 "configure"
     1848#line 1849 "configure"
    18251849#include "confdefs.h"
    18261850#ifdef unix
     
    18671891
    18681892echo $ac_n "checking for off_t""... $ac_c" 1>&6
    1869 echo "configure:1870: checking for off_t" >&5
     1893echo "configure:1894: checking for off_t" >&5
    18701894if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    18711895  echo $ac_n "(cached) $ac_c" 1>&6
    18721896else
    18731897  cat > conftest.$ac_ext <<EOF
    1874 #line 1875 "configure"
     1898#line 1899 "configure"
    18751899#include "confdefs.h"
    18761900#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.