1
0
mirror of https://github.com/mirror/make.git synced 2025-04-03 16:10:19 +08:00

Don't check for ranlib.

This commit is contained in:
Roland McGrath 1994-11-28 20:20:43 +00:00
parent e8f64b2c88
commit 1ed34a0118

View File

@ -12,7 +12,6 @@ test -z "$LDFLAGS" && LDFLAGS=-g AC_SUBST(LDFLAGS)
AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PROG_CPP dnl Later checks need this.
AC_AIX
AC_ISC_POSIX