aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-16 04:52:26 +0000
committerRichard M. Stallman1994-04-16 04:52:26 +0000
commit4703b6798bf75d4f2e99f6af5a4e1fe883946410 (patch)
treedc1db5f64dcef13a574ac01b9c03218a1c0f575b
parent4acc682468f0878913f9d456dcd7f17fd6a22016 (diff)
downloademacs-4703b6798bf75d4f2e99f6af5a4e1fe883946410.tar.gz
emacs-4703b6798bf75d4f2e99f6af5a4e1fe883946410.zip
Use AC_SET_MAKE.
-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.
2dnl To rebuild the `configure' script from this, execute the command 2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf 3dnl autoconf
4dnl in the directory containing this script. You must have autoconf 4dnl in the directory containing this script. You must have autoconf
5dnl version 1.7 or later. 5dnl version 1.8 or later.
6dnl 6dnl
7dnl The following text appears in the resulting `configure' script, 7dnl The following text appears in the resulting `configure' script,
8dnl explaining how to rebuild it. 8dnl explaining how to rebuild it.
@@ -1145,6 +1145,9 @@ AC_TIMEZONE
1145dnl checks for compiler characteristics 1145dnl checks for compiler characteristics
1146AC_CONST 1146AC_CONST
1147 1147
1148dnl check for Make feature
1149AC_SET_MAKE
1150
1148dnl checks for operating system services 1151dnl checks for operating system services
1149AC_LONG_FILE_NAMES 1152AC_LONG_FILE_NAMES
1150 1153