APPROVE COMMIT 21.5
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.465
diff -u -U0 -r1.465 ChangeLog
--- ChangeLog 26 Oct 2005 15:13:17 -0000 1.465
+++ ChangeLog 7 Nov 2005 08:01:26 -0000
@@ -0,0 +1,4 @@
+2005-11-07 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * configure.ac (AC_INIT): Use it correctly.
+
Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.17
diff -u -r1.17 configure.ac
--- configure.ac 24 Oct 2005 21:01:08 -0000 1.17
+++ configure.ac 7 Nov 2005 07:36:44 -0000
@@ -24,7 +24,8 @@
AC_PREREQ(2.59)dnl
m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [2.59]), 1,
[m4_fatal([This script can only be generated with autoconf 2.59])], [])dnl
-AC_INIT(src/lisp.h)dnl
+AC_INIT([XEmacs],[21.5],[xemacs-beta(a)xemacs.org])dnl
+AC_CONFIG_SRCDIR(src/lisp.h)dnl
dnl
dnl -------------------------------------------------------------------------
dnl Local copyright notices.
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.