CVS update by aidan packages/xemacs-packages/elib ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Tue Jan 1 09:45:00 EST 2008
User: aidan
Date: 08/01/01 15:45:00
Modified: packages/xemacs-packages/elib ChangeLog Makefile
Log:
Add xemacs-base to the build REQUIRES list for elib.
Revision Changes Path
1.17 +6 -0 XEmacs/packages/xemacs-packages/elib/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/elib/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ChangeLog 2007/12/31 21:36:47 1.16
+++ ChangeLog 2008/01/01 14:44:58 1.17
@@ -1,3 +1,9 @@
+2008-01-01 Aidan Kehoe <kehoea at parhasard.net>
+
+ * Makefile (REQUIRES):
+ Add xemacs-base to the build REQUIRES list for elib, so the build
+ works. Thank you Vin.
+
2007-12-31 Aidan Kehoe <kehoea at parhasard.net>
* Makefile (ELCS):
1.22 +1 -1 XEmacs/packages/xemacs-packages/elib/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/elib/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- Makefile 2007/12/31 21:36:47 1.21
+++ Makefile 2008/01/01 14:44:59 1.22
@@ -24,7 +24,7 @@ AUTHOR_VERSION = 1.0
MAINTAINER = XEmacs Development Team <xemacs-beta at xemacs.org>
PACKAGE = elib
PKG_TYPE = single-file
-REQUIRES =
+REQUIRES = xemacs-base # sort.el is used in unique.el
CATEGORY = standard
EXTRA_SOURCES = NEWS README
More information about the XEmacs-CVS
mailing list