From 7c6b0e92a4beae7f097a5282ff638d74cecc20f1 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Fri, 9 Feb 2001 07:14:35 +0000 Subject: In libf2c: * configure.in: Don't run AC_PROG_CC_WORKS, because we're not interested in the result and it might fail. * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. * configure: Regenerated. * libF77/configure: Likewise. * libI77/configure: Likewise. * libU77/configure: Likewise. In libobjc: * configure.in: Don't run AC_PROG_CC_WORKS or AC_EXEEXT, because we're not interested in the result and they might fail. * configure: Regenerated. From-SVN: r39560 --- libf2c/libI77/configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libf2c/libI77/configure.in') diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in index e5877c0..7e920f9 100644 --- a/libf2c/libI77/configure.in +++ b/libf2c/libI77/configure.in @@ -23,6 +23,11 @@ AC_PREREQ(2.12.1) AC_INIT(ftell_.c) dnl Checks for programs. + +dnl FIXME AC_PROG_CC wants CC to be able to link things, but it may +dnl not be able to. +define([AC_PROG_CC_WORKS],[]) + # For g77 we'll set CC to point at the built gcc, but this will get it into # the makefiles AC_PROG_CC -- cgit v1.1