Hi,
Checked out the latest packages and did a make distclean followed by
make and found out that mail-lib misses two dependencies: fsf-compat
and sh-script. Here is the patch.
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/mail-lib/Makefile,v
retrieving revision 1.47
diff -u -r1.47 Makefile
--- Makefile 2002/03/25 03:23:46 1.47
+++ Makefile 2002/03/30 20:39:49
@@ -24,7 +24,7 @@
MAINTAINER = Simon Josefsson <simon(a)josefsson.org>
PACKAGE = mail-lib
PKG_TYPE = regular
-REQUIRES = eterm xemacs-base
+REQUIRES = eterm xemacs-base fsf-compat sh-script
CATEGORY = standard
ELCS = browse-url.elc browse-url-xemacs.elc highlight-headers.elc \
Yours
--
%% Mats