APPROVE COMMIT 21.5
I forgot one change in my previous patch to fix non-module builds,
which causes some trouble with module builds. I am committing the
patch below:
diff -r ede80ef92a74 ChangeLog
--- a/ChangeLog Sat Mar 02 14:32:37 2013 -0700
+++ b/ChangeLog Mon Mar 04 10:19:16 2013 -0700
@@ -1,3 +1,8 @@
+2013-03-04 Jerry James <james(a)xemacs.org>
+
+ * configure.ac: Complete removal of need_modules_common, forgotten
+ in the previous patch.
+
2013-03-02 Jerry James <james(a)xemacs.org>
* configure.ac: Make symbolic links in src for module source files
diff -r ede80ef92a74 configure.ac
--- a/configure.ac Sat Mar 02 14:32:37 2013 -0700
+++ b/configure.ac Mon Mar 04 10:16:59 2013 -0700
@@ -5369,7 +5369,7 @@
done
dnl Also make modules/common link if needed for the module Makefiles.
-if test "$need_modules_common" = "yes"; then
+if test "$with_modules" = "yes"; then
for dir in modules/common; do
if test ! -d "$dir" ; then
echo Making symbolic link to "$srcdir/$dir"
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta