Do AC_SET_MAKE.

This commit is contained in:
Roland McGrath 1994-03-28 23:31:37 +00:00
parent f0c1a986db
commit 6a7b0d623b

View file

@ -7,6 +7,7 @@ AC_CONFIG_HEADER(config.h)
test -z "$CFLAGS" && CFLAGS=-g AC_SUBST(CFLAGS)
test -z "$LDFLAGS" && LDFLAGS=-g AC_SUBST(LDFLAGS)
AC_SET_MAKE
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_RANLIB