From: Dan Nicolaescu Date: Mon, 9 Aug 2010 20:01:51 +0000 (-0700) Subject: * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~4^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cbf3dd9101a5574347253648148e30bd8979cf9;p=emacs.git * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. --- diff --git a/ChangeLog b/ChangeLog index 6aa57a20948..1bc695ef873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-09 Dan Nicolaescu + + * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. + 2010-08-09 Andreas Schwab * configure.in: Add AC_C_BIGENDIAN. diff --git a/configure.in b/configure.in index ada0b189d3c..c712c0925d6 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with GNU Emacs. If not, see . -AC_PREREQ(2.65) +AC_PREREQ(2.66) AC_INIT(emacs, 24.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h)