>>>> In
<microsoft-free.x47knzge9s.fsf(a)eicq.dnsalias.org>
>>>> Steve Youngs <youngs(a)xemacs.org> wrote:
SY> ML> BUG: liece-setup.el isn't installed. Maybe it shouldn't but it is
SY> ML> required by other files in the liece-package.
SY> ML> Workaround: Maunally installing liece-setup fixes the problem
SY> ML> and then the package seems to do its thing for me. Nice!
SY> Daiki, adding 'liece-setup.el[c]' to "EXTRA_SOURCES =" in the
Makefile
SY> will take care of this.
Sorry, the reason for that seems that my patch in message
<7249e363-bd9a-4c93-9914-fb738e43ea6b(a)deisui.bug.org> removed
lisp/liece-setup.elc from "GENERATED +=". I'm not quite sure what the
variable is used for, is it better to use "EXTRA_SOURCES =" instead?
Thanks for your suggestion.
xemacs-packages/liece/ChangeLog addition:
2002-03-27 Daiki Ueno <daiki(a)xemacs.org>
* Makefile (GENERATED): Add `lisp/liece-setup.elc'.
xemacs-packages source patch:
Diff command: cvs -q diff -u
Files affected: xemacs-packages/liece/Makefile
Index: xemacs-packages/liece/Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/liece/Makefile,v
retrieving revision 1.3
diff -u -F^( -u -r1.3 Makefile
--- xemacs-packages/liece/Makefile 2002/03/25 03:32:04 1.3
+++ xemacs-packages/liece/Makefile 2002/03/27 03:02:37
@@ -59,10 +59,10 @@
include ../../XEmacs.rules
-GENERATED += lisp/custom-load.elc
+GENERATED += lisp/custom-load.elc lisp/liece-setup.elc
all:: $(AUTOLOAD_PATH)/auto-autoloads.elc $(AUTOLOAD_PATH)/custom-load.elc \
- package $(DATA_3_FILES) $(INFO_FILES)
+ package lisp/liece-setup.elc $(DATA_3_FILES) $(INFO_FILES)
export XEMACS FLAGS
FLAGS = -batch $(VANILLA) -eval '(setq load-path (append (list $(patsubst
%,"../../%",$(REQUIRES))) load-path))'
--
Daiki Ueno