From: Andreas Schwab Date: Fri, 6 Mar 1998 02:02:18 +0000 (+0000) Subject: configure.in: Remove duplicate uses of AC_PROG_CC and AC_PROG_MAKE_SET. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8add77cef51eb74257a2cf978faed72186d77c66;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b06ad9d168a..6262dce6efa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 6 11:00:49 1998 Andreas Schwab + + * configure.in: Remove duplicate uses of AC_PROG_CC and + AC_PROG_MAKE_SET. + Fri Mar 6 00:59:30 1998 Richard Henderson * configure.in (target_cpu_default2): Correct typo for alphapca56. diff --git a/gcc/configure.in b/gcc/configure.in index cf4e0d4a3c6..a0edbe3aa0c 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)