aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-10 07:22:29 -0700
committerDan Nicolaescu2010-08-10 07:22:29 -0700
commit4240f32b9370b5c034bc1640f43319d7e7391dd6 (patch)
treeaf485ac6b04e21e9f76d361875b1334e7b84d30c
parentd02c9bcd096c44b4e3d5e2834c75967b56cdecdd (diff)
downloademacs-4240f32b9370b5c034bc1640f43319d7e7391dd6.tar.gz
emacs-4240f32b9370b5c034bc1640f43319d7e7391dd6.zip
* configure.in (AC_PREREQ): Require autoconf 2.65.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bc695ef873..71b597d889b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in (AC_PREREQ): Require autoconf 2.65.
4
12010-08-09 Dan Nicolaescu <dann@ics.uci.edu> 52010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. 7 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
diff --git a/configure.in b/configure.in
index c712c0925d6..ada0b189d3c 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@ dnl
23dnl You should have received a copy of the GNU General Public License 23dnl You should have received a copy of the GNU General Public License
24dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 24dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25 25
26AC_PREREQ(2.66) 26AC_PREREQ(2.65)
27AC_INIT(emacs, 24.0.50) 27AC_INIT(emacs, 24.0.50)
28AC_CONFIG_HEADER(src/config.h:src/config.in) 28AC_CONFIG_HEADER(src/config.h:src/config.in)
29AC_CONFIG_SRCDIR(src/lisp.h) 29AC_CONFIG_SRCDIR(src/lisp.h)