aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-03 15:28:51 -0700
committerDan Nicolaescu2010-06-03 15:28:51 -0700
commitd8198da06bc90f4d3857fccf668bcc7c46a41a38 (patch)
tree7e8f536588bb83f67189b4dc21afcf60af7e64af
parenteb697db59773f60b5db4ad30a8011221385b90c5 (diff)
downloademacs-d8198da06bc90f4d3857fccf668bcc7c46a41a38.tar.gz
emacs-d8198da06bc90f4d3857fccf668bcc7c46a41a38.zip
* configure.in (AC_PREREQ): Require autoconf 2.65.
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f676a35738b..6601e8fc488 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12010-06-03 Dan Nicolaescu <dann@ics.uci.edu> 12010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * configure.in (AC_PREREQ): Require autoconf 2.65.
4
3 * configure.in (unxec): Do not define and substitute. 5 * configure.in (unxec): Do not define and substitute.
4 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC. 6 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5 7
diff --git a/configure.in b/configure.in
index 235e0453930..f97af0bed68 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.62) 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)