summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-03-28 23:31:37 +0000
committerRoland McGrath <roland@redhat.com>1994-03-28 23:31:37 +0000
commit6a7b0d623b680d396fadc789f868f7301e348f6e (patch)
tree6c555cd2638818995c23d9d202b8287b516d7699 /configure.in
parentf0c1a986db70ea78eed33ff4171ba162cf19baee (diff)
downloadgunmake-6a7b0d623b680d396fadc789f868f7301e348f6e.tar.gz
Do AC_SET_MAKE.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f17d4bd..6501a7c 100644
--- a/configure.in
+++ b/configure.in
@@ -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