aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>1998-03-06 02:02:18 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>1998-03-06 02:02:18 +0000
commit8add77cef51eb74257a2cf978faed72186d77c66 (patch)
tree3fb5810cc7fa5b81acef78ef0977e7ec2b7ef8c9
parent9a06b8421f87e588626106a788484661803ea8af (diff)
downloadgcc-8add77cef51eb74257a2cf978faed72186d77c66.zip
gcc-8add77cef51eb74257a2cf978faed72186d77c66.tar.gz
gcc-8add77cef51eb74257a2cf978faed72186d77c66.tar.bz2
configure.in: Remove duplicate uses of AC_PROG_CC and AC_PROG_MAKE_SET.
* configure.in: Remove duplicate uses of AC_PROG_CC and AC_PROG_MAKE_SET. From-SVN: r18426
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/configure.in4
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b06ad9d..6262dce 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/configure.in b/gcc/configure.in
index cf4e0d4..a0edbe3 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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)