summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-16 04:52:26 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-16 04:52:26 +0000
commit4703b6798bf75d4f2e99f6af5a4e1fe883946410 (patch)
treedc1db5f64dcef13a574ac01b9c03218a1c0f575b /configure1.in
parent4acc682468f0878913f9d456dcd7f17fd6a22016 (diff)
downloademacs-4703b6798bf75d4f2e99f6af5a4e1fe883946410.tar.gz
Use AC_SET_MAKE.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 25f87d87ffa..5902aaf3ff2 100755
--- a/configure1.in
+++ b/configure1.in
@@ -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