From: Richard M. Stallman Date: Sun, 24 Dec 2006 01:48:56 +0000 (+0000) Subject: Require Autoconf 2.61. X-Git-Tag: emacs-pretest-22.0.93~447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba8c19357c00659a28f4a78309440afb69e5b715;p=emacs.git Require Autoconf 2.61. --- diff --git a/configure.in b/configure.in index e6072d2dbad..2e4580ce175 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl along with GNU Emacs; see the file COPYING. If not, write to the dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, dnl Boston, MA 02110-1301, USA. -AC_PREREQ(2.54)dnl +AC_PREREQ(2.61)dnl AC_INIT(src/lisp.h) AC_CONFIG_HEADER(src/config.h:src/config.in)