This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Small configure bug


This fixes a trivial bug in the configure script.

1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* configure.in: Remove duplicate uses of AC_PROG_CC and
	AC_PROG_MAKE_SET.

--- egcs-980302/gcc/configure.in.~2~	Mon Mar  2 19:23:12 1998
+++ egcs-980302/gcc/configure.in	Tue Mar  3 10:10:44 1998
@@ -139,10 +139,6 @@
 AC_PROG_YACC
 EGCS_PROG_INSTALL
 
-# Find the native compiler
-AC_PROG_CC
-AC_PROG_MAKE_SET
-
 AC_HEADER_STDC
 AC_HEADER_TIME
 AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h fcntl.h unistd.h sys/file.h sys/time.h sys/resource.h sys/param.h sys/times.h varargs.h sys/varargs.h)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]