Changeset 1394 for trunk/src/gcc/libf2c/libF77/configure
- Timestamp:
- Apr 28, 2004, 6:58:06 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/libf2c/libF77/configure
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1393 r1394 1158 1158 fi 1159 1159 1160 1161 1160 echo $ac_n "checking for posix""... $ac_c" 1>&6 1162 echo "configure:116 3: checking for posix" >&51161 echo "configure:1162: checking for posix" >&5 1163 1162 if eval "test \"`echo '$''{'g77_cv_header_posix'+set}'`\" = set"; then 1164 1163 echo $ac_n "(cached) $ac_c" 1>&6 1165 1164 else 1166 1165 cat > conftest.$ac_ext <<EOF 1167 #line 116 8"configure"1166 #line 1167 "configure" 1168 1167 #include "confdefs.h" 1169 1168 #include <sys/types.h> … … 1191 1190 # header isn't actually like checking the functions, though... 1192 1191 echo $ac_n "checking for GNU library""... $ac_c" 1>&6 1193 echo "configure:119 4: checking for GNU library" >&51192 echo "configure:1193: checking for GNU library" >&5 1194 1193 if eval "test \"`echo '$''{'g77_cv_lib_gnu'+set}'`\" = set"; then 1195 1194 echo $ac_n "(cached) $ac_c" 1>&6 1196 1195 else 1197 1196 cat > conftest.$ac_ext <<EOF 1198 #line 119 9"configure"1197 #line 1198 "configure" 1199 1198 #include "confdefs.h" 1200 1199 #include <stdio.h> … … 1219 1218 1220 1219 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 1221 echo "configure:122 2: checking return type of signal handlers" >&51220 echo "configure:1221: checking return type of signal handlers" >&5 1222 1221 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 1223 1222 echo $ac_n "(cached) $ac_c" 1>&6 1224 1223 else 1225 1224 cat > conftest.$ac_ext <<EOF 1226 #line 122 7"configure"1225 #line 1226 "configure" 1227 1226 #include "confdefs.h" 1228 1227 #include <sys/types.h> … … 1241 1240 ; return 0; } 1242 1241 EOF 1243 if { (eval echo configure:124 4: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1242 if { (eval echo configure:1243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1244 1243 rm -rf conftest* 1245 1244 ac_cv_type_signal=void … … 1262 1261 if test $ac_cv_header_stdc != yes; then 1263 1262 echo $ac_n "checking for atexit""... $ac_c" 1>&6 1264 echo "configure:126 5: checking for atexit" >&51263 echo "configure:1264: checking for atexit" >&5 1265 1264 if eval "test \"`echo '$''{'ac_cv_func_atexit'+set}'`\" = set"; then 1266 1265 echo $ac_n "(cached) $ac_c" 1>&6 1267 1266 else 1268 1267 cat > conftest.$ac_ext <<EOF 1269 #line 12 70"configure"1268 #line 1269 "configure" 1270 1269 #include "confdefs.h" 1271 1270 /* System header to define __stub macros and hopefully few prototypes, … … 1290 1289 ; return 0; } 1291 1290 EOF 1292 if { (eval echo configure:129 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1291 if { (eval echo configure:1292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1293 1292 rm -rf conftest* 1294 1293 eval "ac_cv_func_atexit=yes" … … 1315 1314 1316 1315 echo $ac_n "checking for onexit""... $ac_c" 1>&6 1317 echo "configure:131 8: checking for onexit" >&51316 echo "configure:1317: checking for onexit" >&5 1318 1317 if eval "test \"`echo '$''{'ac_cv_func_onexit'+set}'`\" = set"; then 1319 1318 echo $ac_n "(cached) $ac_c" 1>&6 1320 1319 else 1321 1320 cat > conftest.$ac_ext <<EOF 1322 #line 132 3"configure"1321 #line 1322 "configure" 1323 1322 #include "confdefs.h" 1324 1323 /* System header to define __stub macros and hopefully few prototypes, … … 1343 1342 ; return 0; } 1344 1343 EOF 1345 if { (eval echo configure:134 6: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1344 if { (eval echo configure:1345: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1346 1345 rm -rf conftest* 1347 1346 eval "ac_cv_func_onexit=yes" … … 1361 1360 echo "$ac_t""no" 1>&6 1362 1361 echo $ac_n "checking for on_exit""... $ac_c" 1>&6 1363 echo "configure:136 4: checking for on_exit" >&51362 echo "configure:1363: checking for on_exit" >&5 1364 1363 if eval "test \"`echo '$''{'ac_cv_func_on_exit'+set}'`\" = set"; then 1365 1364 echo $ac_n "(cached) $ac_c" 1>&6 1366 1365 else 1367 1366 cat > conftest.$ac_ext <<EOF 1368 #line 136 9"configure"1367 #line 1368 "configure" 1369 1368 #include "confdefs.h" 1370 1369 /* System header to define __stub macros and hopefully few prototypes, … … 1389 1388 ; return 0; } 1390 1389 EOF 1391 if { (eval echo configure:139 2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1390 if { (eval echo configure:1391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1392 1391 rm -rf conftest* 1393 1392 eval "ac_cv_func_on_exit=yes" … … 1419 1418 1420 1419 echo $ac_n "checking for drem in -lm""... $ac_c" 1>&6 1421 echo "configure:142 2: checking for drem in -lm" >&51420 echo "configure:1421: checking for drem in -lm" >&5 1422 1421 ac_lib_var=`echo m'_'drem | sed 'y%./+-%__p_%'` 1423 1422 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1427 1426 LIBS="-lm $LIBS" 1428 1427 cat > conftest.$ac_ext <<EOF 1429 #line 14 30"configure"1428 #line 1429 "configure" 1430 1429 #include "confdefs.h" 1431 1430 /* Override any gcc2 internal prototype to avoid an error. */ … … 1438 1437 ; return 0; } 1439 1438 EOF 1440 if { (eval echo configure:144 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1439 if { (eval echo configure:1440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1441 1440 rm -rf conftest* 1442 1441 eval "ac_cv_lib_$ac_lib_var=yes" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.