diff configure.in @ 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 178e4648e5d6
children 1095fb6fe7ac
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