Mercurial > emacs
comparison configure1.in @ 6917:a21ad1a76532
Use AC_SET_MAKE.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Apr 1994 04:52:26 +0000 |
parents | b8a9395c1b3f |
children | c85f8c33d16b |
comparison
equal
deleted
inserted
replaced
6916:b8a9395c1b3f | 6917:a21ad1a76532 |
---|---|
1 dnl This is an autoconf script. | 1 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. |
9 [#!/bin/sh | 9 [#!/bin/sh |
10 #### Configuration script for GNU Emacs | 10 #### Configuration script for GNU Emacs |
1142 AC_STRUCT_TM | 1142 AC_STRUCT_TM |
1143 AC_TIMEZONE | 1143 AC_TIMEZONE |
1144 | 1144 |
1145 dnl checks for compiler characteristics | 1145 dnl checks for compiler characteristics |
1146 AC_CONST | 1146 AC_CONST |
1147 | |
1148 dnl check for Make feature | |
1149 AC_SET_MAKE | |
1147 | 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 |
1151 dnl other checks for UNIX variants | 1154 dnl other checks for UNIX variants |