emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100525: * configure.in (AC_PREREQ):


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100525: * configure.in (AC_PREREQ): Require autoconf 2.65.
Date: Thu, 03 Jun 2010 15:28:51 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100525
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-06-03 15:28:51 -0700
message:
  * configure.in (AC_PREREQ): Require autoconf 2.65.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-06-03 22:16:02 +0000
+++ b/ChangeLog 2010-06-03 22:28:51 +0000
@@ -1,5 +1,7 @@
 2010-06-03  Dan Nicolaescu  <address@hidden>
 
+       * configure.in (AC_PREREQ): Require autoconf 2.65.
+
        * configure.in (unxec): Do not define and substitute.
        (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
 

=== modified file 'configure.in'
--- a/configure.in      2010-06-03 22:16:02 +0000
+++ b/configure.in      2010-06-03 22:28:51 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]