projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb697db
)
* configure.in (AC_PREREQ): Require autoconf 2.65.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jun 2010 22:28:51 +0000
(15:28 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jun 2010 22:28:51 +0000
(15:28 -0700)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index f676a35738b4ad6414864823859a4e25e479b215..6601e8fc488a8039ba216aa8907f8ee49576a91d 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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.
diff --git
a/configure.in
b/configure.in
index 235e0453930df777ba0fa2e1075d110e864fb265..f97af0bed687482e2aef7db4e3911642711c554b 100644
(file)
--- 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 <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.6
2
)
+AC_PREREQ(2.6
5
)
AC_INIT(emacs, 24.0.50)
AC_CONFIG_HEADER(src/config.h:src/config.in)
AC_CONFIG_SRCDIR(src/lisp.h)