emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101042: * configure.in (AC_PREREQ): Require autoconf 2.65.
Date: Tue, 10 Aug 2010 07:22:29 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101042
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-10 07:22:29 -0700
message:
  * configure.in (AC_PREREQ): Require autoconf 2.65.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-08-09 20:01:51 +0000
+++ b/ChangeLog 2010-08-10 14:22:29 +0000
@@ -1,3 +1,7 @@
+2010-08-10  Dan Nicolaescu  <address@hidden>
+
+       * configure.in (AC_PREREQ): Require autoconf 2.65.
+
 2010-08-09  Dan Nicolaescu  <address@hidden>
 
        * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.

=== modified file 'configure.in'
--- a/configure.in      2010-08-09 20:01:51 +0000
+++ b/configure.in      2010-08-10 14:22:29 +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.66)
+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]