diff options
| -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) |