diff options
| author | Glenn Morris | 2009-07-22 02:54:54 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-22 02:54:54 +0000 |
| commit | 49a9e76da89e2552cc942fc7d687cc9cbbf28e26 (patch) | |
| tree | 1c049cf08966b19e204c86be2a81daa21d2ca6f6 | |
| parent | cb711556008291dc0d1425b8f0f0837b37ae8368 (diff) | |
| download | emacs-49a9e76da89e2552cc942fc7d687cc9cbbf28e26.tar.gz emacs-49a9e76da89e2552cc942fc7d687cc9cbbf28e26.zip | |
(AC_PREREQ): Require autoconf 2.62.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-07-22 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (AC_PREREQ): Require autoconf 2.62. | ||
| 4 | |||
| 1 | 2009-07-04 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2009-07-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * configure.in (--enable-checking, --enable-profiling): Use | 7 | * configure.in (--enable-checking, --enable-profiling): Use |
diff --git a/configure.in b/configure.in index b6257a5b067..f4096db294e 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -21,7 +21,7 @@ dnl | |||
| 21 | dnl You should have received a copy of the GNU General Public License | 21 | dnl You should have received a copy of the GNU General Public License |
| 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.61) | 24 | AC_PREREQ(2.62) |
| 25 | AC_INIT(emacs, 23.1.50) | 25 | AC_INIT(emacs, 23.1.50) |
| 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 27 | AC_CONFIG_SRCDIR(src/lisp.h) | 27 | AC_CONFIG_SRCDIR(src/lisp.h) |