aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1996-03-08 20:31:40 +0000
committerRoland McGrath1996-03-08 20:31:40 +0000
commit552dfe31736c4d55fc3ec537ce2e777be1bcb1b9 (patch)
tree0c1b4faa28abb1ac24665445e64b2cda94e5ebab
parent76f61009c761a8944476cb2df7383358820ea4e2 (diff)
downloademacs-552dfe31736c4d55fc3ec537ce2e777be1bcb1b9.tar.gz
emacs-552dfe31736c4d55fc3ec537ce2e777be1bcb1b9.zip
(AC_PREREQ): Require version 2.8 of Autoconf.
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index b16e2779a87..617fbe6a690 100644
--- a/configure.in
+++ b/configure.in
@@ -4,14 +4,14 @@ dnl autoconf
4dnl in the directory containing this script. 4dnl in the directory containing this script.
5dnl 5dnl
6dnl Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. 6dnl Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
7dnl 7dnl
8dnl This file is part of GNU Emacs. 8dnl This file is part of GNU Emacs.
9dnl 9dnl
10dnl GNU Emacs is free software; you can redistribute it and/or modify 10dnl GNU Emacs is free software; you can redistribute it and/or modify
11dnl it under the terms of the GNU General Public License as published by 11dnl it under the terms of the GNU General Public License as published by
12dnl the Free Software Foundation; either version 2, or (at your option) 12dnl the Free Software Foundation; either version 2, or (at your option)
13dnl any later version. 13dnl any later version.
14dnl 14dnl
15dnl GNU Emacs is distributed in the hope that it will be useful, 15dnl GNU Emacs is distributed in the hope that it will be useful,
16dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 16dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
17dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -21,7 +21,7 @@ dnl You should have received a copy of the GNU General Public License
21dnl along with GNU Emacs; see the file COPYING. If not, write to 21dnl along with GNU Emacs; see the file COPYING. If not, write to
22dnl the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22dnl the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24AC_PREREQ(2.4.1)dnl 24AC_PREREQ(2.8)dnl
25AC_INIT(src/lisp.h) 25AC_INIT(src/lisp.h)
26AC_CONFIG_HEADER(src/config.h:src/config.in) 26AC_CONFIG_HEADER(src/config.h:src/config.in)
27 27