summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-07-22 02:54:54 +0000
committerGlenn Morris <rgm@gnu.org>2009-07-22 02:54:54 +0000
commit49a9e76da89e2552cc942fc7d687cc9cbbf28e26 (patch)
tree1c049cf08966b19e204c86be2a81daa21d2ca6f6
parentcb711556008291dc0d1425b8f0f0837b37ae8368 (diff)
downloademacs-49a9e76da89e2552cc942fc7d687cc9cbbf28e26.tar.gz
(AC_PREREQ): Require autoconf 2.62.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5f7ec27858..0234d25139b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-22 Glenn Morris <rgm@gnu.org>
+
+ * configure.in (AC_PREREQ): Require autoconf 2.62.
+
2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
* configure.in (--enable-checking, --enable-profiling): Use
diff --git a/configure.in b/configure.in
index b6257a5b067..f4096db294e 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl
dnl You should have received a copy of the GNU General Public License
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.61)
+AC_PREREQ(2.62)
AC_INIT(emacs, 23.1.50)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)