changeset 108883:2f67737b7fe5

* configure.in (AC_PREREQ): Require autoconf 2.65.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Jun 2010 15:28:51 -0700
parents 3ff97bad1c47
children ac4bf6e2c535 ff2d80da1816
files ChangeLog configure.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jun 03 15:16:02 2010 -0700
+++ b/ChangeLog	Thu Jun 03 15:28:51 2010 -0700
@@ -1,5 +1,7 @@
 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* configure.in (AC_PREREQ): Require autoconf 2.65.
+
 	* configure.in (unxec): Do not define and substitute.
 	(UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
 
--- a/configure.in	Thu Jun 03 15:16:02 2010 -0700
+++ b/configure.in	Thu Jun 03 15:28:51 2010 -0700
@@ -23,7 +23,7 @@
 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.62)
+AC_PREREQ(2.65)
 AC_INIT(emacs, 24.0.50)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)