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/libU77/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 
    698 
    699677
    700678
     
    704682set dummy gcc; ac_word=$2
    705683echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    706 echo "configure:707: checking for $ac_word" >&5
     684echo "configure:685: checking for $ac_word" >&5
    707685if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    708686  echo $ac_n "(cached) $ac_c" 1>&6
     
    735713set dummy cc; ac_word=$2
    736714echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    737 echo "configure:738: checking for $ac_word" >&5
     715echo "configure:716: checking for $ac_word" >&5
    738716if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    739717  echo $ac_n "(cached) $ac_c" 1>&6
     
    788766set dummy cl; ac_word=$2
    789767echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    790 echo "configure:791: checking for $ac_word" >&5
     768echo "configure:769: checking for $ac_word" >&5
    791769if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    792770  echo $ac_n "(cached) $ac_c" 1>&6
     
    822800
    823801echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    824 echo "configure:825: checking whether we are using GNU C" >&5
     802echo "configure:803: checking whether we are using GNU C" >&5
    825803if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    826804  echo $ac_n "(cached) $ac_c" 1>&6
     
    831809#endif
    832810EOF
    833 if { 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
     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
    834812  ac_cv_prog_gcc=yes
    835813else
     
    850828CFLAGS=
    851829echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    852 echo "configure:853: checking whether ${CC-cc} accepts -g" >&5
     830echo "configure:831: checking whether ${CC-cc} accepts -g" >&5
    853831if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    854832  echo $ac_n "(cached) $ac_c" 1>&6
     
    882860
    883861
     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
     906fi
     907
     908
    884909LIBTOOL='$(SHELL) ../libtool'
    885910
     
    894919
    895920echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    896 echo "configure:897: checking whether ${MAKE-make} sets \${MAKE}" >&5
     921echo "configure:922: checking whether ${MAKE-make} sets \${MAKE}" >&5
    897922set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    898923if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    924949set dummy chmod; ac_word=$2
    925950echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    926 echo "configure:927: checking for $ac_word" >&5
     951echo "configure:952: checking for $ac_word" >&5
    927952if eval "test \"`echo '$''{'ac_cv_path_ac_cv_prog_chmod'+set}'`\" = set"; then
    928953  echo $ac_n "(cached) $ac_c" 1>&6
     
    972997
    973998echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    974 echo "configure:975: checking how to run the C preprocessor" >&5
     999echo "configure:1000: checking how to run the C preprocessor" >&5
    9751000# On Suns, sometimes $CPP names a directory.
    9761001if test -n "$CPP" && test -d "$CPP"; then
     
    9881013  cat > conftest.$ac_ext <<EOF
    9891014#include <sys/types.h>
    990 #line 991 "configure"
     1015#line 1016 "configure"
    9911016#include "confdefs.h"
    9921017#include <assert.h>
     
    9941019EOF
    9951020ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    996 { (eval echo configure:997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1021{ (eval echo configure:1022: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9971022ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9981023if test -z "$ac_err"; then
     
    10061031  cat > conftest.$ac_ext <<EOF
    10071032#include <sys/types.h>
    1008 #line 1009 "configure"
     1033#line 1034 "configure"
    10091034#include "confdefs.h"
    10101035#include <assert.h>
     
    10121037EOF
    10131038ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1014 { (eval echo configure:1015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1039{ (eval echo configure:1040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10151040ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10161041if test -z "$ac_err"; then
     
    10241049  cat > conftest.$ac_ext <<EOF
    10251050#include <sys/types.h>
    1026 #line 1027 "configure"
     1051#line 1052 "configure"
    10271052#include "confdefs.h"
    10281053#include <assert.h>
     
    10301055EOF
    10311056ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1032 { (eval echo configure:1033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1057{ (eval echo configure:1058: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10331058ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10341059if test -z "$ac_err"; then
     
    10551080
    10561081echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1057 echo "configure:1058: checking for ANSI C header files" >&5
     1082echo "configure:1083: checking for ANSI C header files" >&5
    10581083if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    10591084  echo $ac_n "(cached) $ac_c" 1>&6
     
    10611086  cat > conftest.$ac_ext <<EOF
    10621087#include <sys/types.h>
    1063 #line 1064 "configure"
     1088#line 1089 "configure"
    10641089#include "confdefs.h"
    10651090#include <stdlib.h>
     
    10691094EOF
    10701095ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1071 { (eval echo configure:1072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1096{ (eval echo configure:1097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    10721097ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    10731098if test -z "$ac_err"; then
     
    10861111  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    10871112cat > conftest.$ac_ext <<EOF
    1088 #line 1089 "configure"
     1113#line 1114 "configure"
    10891114#include "confdefs.h"
    10901115#include <string.h>
     
    11041129  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    11051130cat > conftest.$ac_ext <<EOF
    1106 #line 1107 "configure"
     1131#line 1132 "configure"
    11071132#include "confdefs.h"
    11081133#include <stdlib.h>
     
    11251150else
    11261151  cat > conftest.$ac_ext <<EOF
    1127 #line 1128 "configure"
     1152#line 1153 "configure"
    11281153#include "confdefs.h"
    11291154#include <ctype.h>
     
    11361161
    11371162EOF
    1138 if { (eval echo configure:1139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1163if { (eval echo configure:1164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    11391164then
    11401165  :
     
    11591184fi
    11601185
    1161 
    11621186echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1163 echo "configure:1164: checking whether time.h and sys/time.h may both be included" >&5
     1187echo "configure:1188: checking whether time.h and sys/time.h may both be included" >&5
    11641188if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    11651189  echo $ac_n "(cached) $ac_c" 1>&6
    11661190else
    11671191  cat > conftest.$ac_ext <<EOF
    1168 #line 1169 "configure"
     1192#line 1193 "configure"
    11691193#include "confdefs.h"
    11701194#include <sys/types.h>
     
    11751199; return 0; }
    11761200EOF
    1177 if { (eval echo configure:1178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1201if { (eval echo configure:1202: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    11781202  rm -rf conftest*
    11791203  ac_cv_header_time=yes
     
    12001224ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    12011225echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1202 echo "configure:1203: checking for $ac_hdr" >&5
     1226echo "configure:1227: checking for $ac_hdr" >&5
    12031227if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    12041228  echo $ac_n "(cached) $ac_c" 1>&6
     
    12061230  cat > conftest.$ac_ext <<EOF
    12071231#include <sys/types.h>
    1208 #line 1209 "configure"
     1232#line 1233 "configure"
    12091233#include "confdefs.h"
    12101234#include <$ac_hdr>
    12111235EOF
    12121236ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1213 { (eval echo configure:1214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1237{ (eval echo configure:1238: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12141238ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12151239if test -z "$ac_err"; then
     
    12391263
    12401264echo $ac_n "checking for working const""... $ac_c" 1>&6
    1241 echo "configure:1242: checking for working const" >&5
     1265echo "configure:1266: checking for working const" >&5
    12421266if eval "test \"`echo '$''{'ac_cv_c_const'+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
     
    12931317; return 0; }
    12941318EOF
    1295 if { (eval echo configure:1296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1319if { (eval echo configure:1320: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    12961320  rm -rf conftest*
    12971321  ac_cv_c_const=yes
     
    13141338
    13151339echo $ac_n "checking for size_t""... $ac_c" 1>&6
    1316 echo "configure:1317: checking for size_t" >&5
     1340echo "configure:1341: checking for size_t" >&5
    13171341if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    13181342  echo $ac_n "(cached) $ac_c" 1>&6
    13191343else
    13201344  cat > conftest.$ac_ext <<EOF
    1321 #line 1322 "configure"
     1345#line 1346 "configure"
    13221346#include "confdefs.h"
    13231347#include <sys/types.h>
     
    13471371
    13481372echo $ac_n "checking for mode_t""... $ac_c" 1>&6
    1349 echo "configure:1350: checking for mode_t" >&5
     1373echo "configure:1374: checking for mode_t" >&5
    13501374if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
    13511375  echo $ac_n "(cached) $ac_c" 1>&6
    13521376else
    13531377  cat > conftest.$ac_ext <<EOF
    1354 #line 1355 "configure"
     1378#line 1379 "configure"
    13551379#include "confdefs.h"
    13561380#include <sys/types.h>
     
    13811405
    13821406echo $ac_n "checking for pid_t""... $ac_c" 1>&6
    1383 echo "configure:1384: checking for pid_t" >&5
     1407echo "configure:1408: checking for pid_t" >&5
    13841408if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    13851409  echo $ac_n "(cached) $ac_c" 1>&6
    13861410else
    13871411  cat > conftest.$ac_ext <<EOF
    1388 #line 1389 "configure"
     1412#line 1413 "configure"
    13891413#include "confdefs.h"
    13901414#include <sys/types.h>
     
    14141438
    14151439echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
    1416 echo "configure:1417: checking for st_blksize in struct stat" >&5
     1440echo "configure:1441: checking for st_blksize in struct stat" >&5
    14171441if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
    14181442  echo $ac_n "(cached) $ac_c" 1>&6
    14191443else
    14201444  cat > conftest.$ac_ext <<EOF
    1421 #line 1422 "configure"
     1445#line 1446 "configure"
    14221446#include "confdefs.h"
    14231447#include <sys/types.h>
     
    14271451; return 0; }
    14281452EOF
    1429 if { (eval echo configure:1430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1453if { (eval echo configure:1454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14301454  rm -rf conftest*
    14311455  ac_cv_struct_st_blksize=yes
     
    14481472
    14491473echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
    1450 echo "configure:1451: checking for st_blocks in struct stat" >&5
     1474echo "configure:1475: checking for st_blocks in struct stat" >&5
    14511475if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
    14521476  echo $ac_n "(cached) $ac_c" 1>&6
    14531477else
    14541478  cat > conftest.$ac_ext <<EOF
    1455 #line 1456 "configure"
     1479#line 1480 "configure"
    14561480#include "confdefs.h"
    14571481#include <sys/types.h>
     
    14611485; return 0; }
    14621486EOF
    1463 if { (eval echo configure:1464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1487if { (eval echo configure:1488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14641488  rm -rf conftest*
    14651489  ac_cv_struct_st_blocks=yes
     
    14841508
    14851509echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
    1486 echo "configure:1487: checking for st_rdev in struct stat" >&5
     1510echo "configure:1511: checking for st_rdev in struct stat" >&5
    14871511if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
    14881512  echo $ac_n "(cached) $ac_c" 1>&6
    14891513else
    14901514  cat > conftest.$ac_ext <<EOF
    1491 #line 1492 "configure"
     1515#line 1516 "configure"
    14921516#include "confdefs.h"
    14931517#include <sys/types.h>
     
    14971521; return 0; }
    14981522EOF
    1499 if { (eval echo configure:1500: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1523if { (eval echo configure:1524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15001524  rm -rf conftest*
    15011525  ac_cv_struct_st_rdev=yes
     
    15181542
    15191543echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
    1520 echo "configure:1521: checking whether struct tm is in sys/time.h or time.h" >&5
     1544echo "configure:1545: checking whether struct tm is in sys/time.h or time.h" >&5
    15211545if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
    15221546  echo $ac_n "(cached) $ac_c" 1>&6
    15231547else
    15241548  cat > conftest.$ac_ext <<EOF
    1525 #line 1526 "configure"
     1549#line 1550 "configure"
    15261550#include "confdefs.h"
    15271551#include <sys/types.h>
     
    15311555; return 0; }
    15321556EOF
    1533 if { (eval echo configure:1534: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1557if { (eval echo configure:1558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15341558  rm -rf conftest*
    15351559  ac_cv_struct_tm=time.h
     
    15531577
    15541578echo $ac_n "checking for gethostname in -lsocket""... $ac_c" 1>&6
    1555 echo "configure:1556: checking for gethostname in -lsocket" >&5
     1579echo "configure:1580: checking for gethostname in -lsocket" >&5
    15561580ac_lib_var=`echo socket'_'gethostname | sed 'y%./+-%__p_%'`
    15571581if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    15611585LIBS="-lsocket  $LIBS"
    15621586cat > conftest.$ac_ext <<EOF
    1563 #line 1564 "configure"
     1587#line 1588 "configure"
    15641588#include "confdefs.h"
    15651589/* Override any gcc2 internal prototype to avoid an error.  */
     
    15721596; return 0; }
    15731597EOF
    1574 if { (eval echo configure:1575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1598if { (eval echo configure:1599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    15751599  rm -rf conftest*
    15761600  eval "ac_cv_lib_$ac_lib_var=yes"
     
    15981622do
    15991623echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1600 echo "configure:1601: checking for $ac_func" >&5
     1624echo "configure:1625: checking for $ac_func" >&5
    16011625if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16021626  echo $ac_n "(cached) $ac_c" 1>&6
    16031627else
    16041628  cat > conftest.$ac_ext <<EOF
    1605 #line 1606 "configure"
     1629#line 1630 "configure"
    16061630#include "confdefs.h"
    16071631/* System header to define __stub macros and hopefully few prototypes,
     
    16261650; return 0; }
    16271651EOF
    1628 if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1652if { (eval echo configure:1653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16291653  rm -rf conftest*
    16301654  eval "ac_cv_func_$ac_func=yes"
     
    16551679do
    16561680echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    1657 echo "configure:1658: checking for $ac_func" >&5
     1681echo "configure:1682: checking for $ac_func" >&5
    16581682if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    16591683  echo $ac_n "(cached) $ac_c" 1>&6
    16601684else
    16611685  cat > conftest.$ac_ext <<EOF
    1662 #line 1663 "configure"
     1686#line 1687 "configure"
    16631687#include "confdefs.h"
    16641688/* System header to define __stub macros and hopefully few prototypes,
     
    16831707; return 0; }
    16841708EOF
    1685 if { (eval echo configure:1686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1709if { (eval echo configure:1710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16861710  rm -rf conftest*
    16871711  eval "ac_cv_func_$ac_func=yes"
     
    17091733  if test "$ac_cv_func_gettimeofday" = yes; then
    17101734    echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
    1711 echo "configure:1712: checking for struct timezone" >&5
     1735echo "configure:1736: checking for struct timezone" >&5
    17121736if eval "test \"`echo '$''{'g77_cv_struct_timezone'+set}'`\" = set"; then
    17131737  echo $ac_n "(cached) $ac_c" 1>&6
    17141738else
    17151739  cat > conftest.$ac_ext <<EOF
    1716 #line 1717 "configure"
     1740#line 1741 "configure"
    17171741#include "confdefs.h"
    17181742#include <sys/time.h>
     
    17211745; return 0; }
    17221746EOF
    1723 if { (eval echo configure:1724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1747if { (eval echo configure:1748: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17241748  rm -rf conftest*
    17251749  g77_cv_struct_timezone=yes
     
    17421766else
    17431767  cat > conftest.$ac_ext <<EOF
    1744 #line 1745 "configure"
     1768#line 1769 "configure"
    17451769#include "confdefs.h"
    17461770
     
    17651789}
    17661790EOF
    1767 if { (eval echo configure:1768: \"$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
    17681792then
    17691793  cat >> confdefs.h <<\EOF
     
    17811805   
    17821806    echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
    1783 echo "configure:1784: checking whether gettimeofday can accept two arguments" >&5
     1807echo "configure:1808: checking whether gettimeofday can accept two arguments" >&5
    17841808if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
    17851809  echo $ac_n "(cached) $ac_c" 1>&6
    17861810else
    17871811  cat > conftest.$ac_ext <<EOF
    1788 #line 1789 "configure"
     1812#line 1813 "configure"
    17891813#include "confdefs.h"
    17901814
     
    18121836; return 0; }
    18131837EOF
    1814 if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1838if { (eval echo configure:1839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    18151839  rm -rf conftest*
    18161840  emacs_cv_gettimeofday_two_arguments=yes
Note: See TracChangeset for help on using the changeset viewer.