diff options
| author | Dan Nicolaescu | 2010-06-03 15:28:51 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-03 15:28:51 -0700 |
| commit | d8198da06bc90f4d3857fccf668bcc7c46a41a38 (patch) | |
| tree | 7e8f536588bb83f67189b4dc21afcf60af7e64af | |
| parent | eb697db59773f60b5db4ad30a8011221385b90c5 (diff) | |
| download | emacs-d8198da06bc90f4d3857fccf668bcc7c46a41a38.tar.gz emacs-d8198da06bc90f4d3857fccf668bcc7c46a41a38.zip | |
* configure.in (AC_PREREQ): Require autoconf 2.65.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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 | |||
| 23 | dnl You should have received a copy of the GNU General Public License | 23 | dnl You should have received a copy of the GNU General Public License |
| 24 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 24 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 25 | 25 | ||
| 26 | AC_PREREQ(2.62) | 26 | AC_PREREQ(2.65) |
| 27 | AC_INIT(emacs, 24.0.50) | 27 | AC_INIT(emacs, 24.0.50) |
| 28 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 28 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 29 | AC_CONFIG_SRCDIR(src/lisp.h) | 29 | AC_CONFIG_SRCDIR(src/lisp.h) |