]> git.eshelyaron.com Git - emacs.git/commitdiff
Use AC_SET_MAKE.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 04:52:26 +0000 (04:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 04:52:26 +0000 (04:52 +0000)
configure1.in

index 25f87d87ffa56f10a8ce76669bb1055cae3b3fef..5902aaf3ff2e3d9ff4f25a3b60a6482d1bdc00c5 100755 (executable)
@@ -2,7 +2,7 @@ dnl This is an autoconf script.
 dnl To rebuild the `configure' script from this, execute the command
 dnl    autoconf
 dnl in the directory containing this script.  You must have autoconf
-dnl version 1.7 or later.
+dnl version 1.8 or later.
 dnl
 dnl The following text appears in the resulting `configure' script,
 dnl explaining how to rebuild it.
@@ -1145,6 +1145,9 @@ AC_TIMEZONE
 dnl checks for compiler characteristics
 AC_CONST
 
+dnl check for Make feature
+AC_SET_MAKE
+
 dnl checks for operating system services
 AC_LONG_FILE_NAMES