Mercurial > hg > xemacs-beta
changeset 5725:1af0602ff9a2
Fix the module build by completing removal of need_modules_common, forgotten
in the previous patch. See xemacs-patches message
<CAHCOHQmVdDxM1u_z3cMdj0tOsfVSTQ3BTZ4K_kxsDsz9V9qReQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 04 Mar 2013 10:24:55 -0700 |
parents | ede80ef92a74 |
children | 179f4a9201b5 |
files | ChangeLog configure configure.ac |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Mar 02 14:32:37 2013 -0700 +++ b/ChangeLog Mon Mar 04 10:24:55 2013 -0700 @@ -1,3 +1,8 @@ +2013-03-04 Jerry James <james@xemacs.org> + + * configure.ac: Complete removal of need_modules_common, forgotten + in the previous patch. + 2013-03-02 Jerry James <james@xemacs.org> * configure.ac: Make symbolic links in src for module source files
--- a/configure Sat Mar 02 14:32:37 2013 -0700 +++ b/configure Mon Mar 04 10:24:55 2013 -0700 @@ -20737,7 +20737,7 @@ fi done -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"
--- a/configure.ac Sat Mar 02 14:32:37 2013 -0700 +++ b/configure.ac Mon Mar 04 10:24:55 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"