Mercurial > emacs
changeset 87043:a9fbc9c00be2
Give package name and verision to AC_INIT.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 04 Dec 2007 11:29:07 +0000 |
parents | 72dd1dae117a |
children | 0e6317e3b613 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Dec 04 07:18:27 2007 +0000 +++ b/configure.in Tue Dec 04 11:29:07 2007 +0000 @@ -24,7 +24,7 @@ dnl Boston, MA 02110-1301, USA. AC_PREREQ(2.61)dnl -AC_INIT(src/lisp.h) +AC_INIT(emacs, 23.0.50) AC_CONFIG_HEADER(src/config.h:src/config.in) dnl Support for --program-prefix, --program-suffix and