From: Richard M. Stallman Date: Sat, 16 Apr 1994 04:52:26 +0000 (+0000) Subject: Use AC_SET_MAKE. X-Git-Tag: emacs-19.34~8936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4703b6798bf75d4f2e99f6af5a4e1fe883946410;p=emacs.git Use AC_SET_MAKE. --- 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