configure.in: Remove duplicate uses of AC_PROG_CC and AC_PROG_MAKE_SET.
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Fri, 6 Mar 1998 02:02:18 +0000 (02:02 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Fri, 6 Mar 1998 02:02:18 +0000 (02:02 +0000)
* configure.in: Remove duplicate uses of AC_PROG_CC and
AC_PROG_MAKE_SET.

From-SVN: r18426

gcc/ChangeLog
gcc/configure.in

index b06ad9d..6262dce 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar  6 11:00:49 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * configure.in: Remove duplicate uses of AC_PROG_CC and
+       AC_PROG_MAKE_SET.
+
 Fri Mar  6 00:59:30 1998  Richard Henderson  <rth@cygnus.com>
 
        * configure.in (target_cpu_default2): Correct typo for alphapca56.
index cf4e0d4..a0edbe3 100644 (file)
@@ -139,10 +139,6 @@ AC_PROG_RANLIB
 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)