diff options
| author | Richard M. Stallman | 1994-04-16 04:52:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-16 04:52:26 +0000 |
| commit | 4703b6798bf75d4f2e99f6af5a4e1fe883946410 (patch) | |
| tree | dc1db5f64dcef13a574ac01b9c03218a1c0f575b | |
| parent | 4acc682468f0878913f9d456dcd7f17fd6a22016 (diff) | |
| download | emacs-4703b6798bf75d4f2e99f6af5a4e1fe883946410.tar.gz emacs-4703b6798bf75d4f2e99f6af5a4e1fe883946410.zip | |
Use AC_SET_MAKE.
| -rwxr-xr-x | configure1.in | 5 |
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. | |||
| 2 | dnl To rebuild the `configure' script from this, execute the command | 2 | dnl To rebuild the `configure' script from this, execute the command |
| 3 | dnl autoconf | 3 | dnl autoconf |
| 4 | dnl in the directory containing this script. You must have autoconf | 4 | dnl in the directory containing this script. You must have autoconf |
| 5 | dnl version 1.7 or later. | 5 | dnl version 1.8 or later. |
| 6 | dnl | 6 | dnl |
| 7 | dnl The following text appears in the resulting `configure' script, | 7 | dnl The following text appears in the resulting `configure' script, |
| 8 | dnl explaining how to rebuild it. | 8 | dnl explaining how to rebuild it. |
| @@ -1145,6 +1145,9 @@ AC_TIMEZONE | |||
| 1145 | dnl checks for compiler characteristics | 1145 | dnl checks for compiler characteristics |
| 1146 | AC_CONST | 1146 | AC_CONST |
| 1147 | 1147 | ||
| 1148 | dnl check for Make feature | ||
| 1149 | AC_SET_MAKE | ||
| 1150 | |||
| 1148 | dnl checks for operating system services | 1151 | dnl checks for operating system services |
| 1149 | AC_LONG_FILE_NAMES | 1152 | AC_LONG_FILE_NAMES |
| 1150 | 1153 | ||