aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-09 13:01:51 -0700
committerDan Nicolaescu2010-08-09 13:01:51 -0700
commit1cbf3dd9101a5574347253648148e30bd8979cf9 (patch)
tree599515a5419784a3c0a7a682e02d5361f64c42cd
parent671d409f8b29dac2a8902e1932948404c0cfbc74 (diff)
downloademacs-1cbf3dd9101a5574347253648148e30bd8979cf9.tar.gz
emacs-1cbf3dd9101a5574347253648148e30bd8979cf9.zip
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6aa57a20948..1bc695ef873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4
12010-08-09 Andreas Schwab <schwab@linux-m68k.org> 52010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * configure.in: Add AC_C_BIGENDIAN. 7 * configure.in: Add AC_C_BIGENDIAN.
diff --git a/configure.in b/configure.in
index ada0b189d3c..c712c0925d6 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.65) 26AC_PREREQ(2.66)
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)