CVS: moonbase/devel/automake BUILD,1.3,1.4 DEPENDS,1.2,1.3
Terry Chan
tchan at lunar-linux.org
Thu Dec 11 20:41:24 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/automake
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15628
Modified Files:
BUILD DEPENDS
Log Message:
Fixed the DEPENDS, as automake depends on autoconf which already depends on
perl. Fixed the symlink in the BUILD file to actually use automake-1.8.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 25 Apr 2003 19:18:41 -0000 1.3
+++ BUILD 11 Dec 2003 20:41:22 -0000 1.4
@@ -4,6 +4,6 @@
#the line below is for the "automake" symlink, needed by some sources
rm -Rf /usr/share/automake
- ln -sf /usr/share/automake-1.7 /usr/share/automake
+ ln -sf /usr/share/automake-1.8 /usr/share/automake
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/automake/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 28 Jan 2003 02:03:03 -0000 1.2
+++ DEPENDS 11 Dec 2003 20:41:22 -0000 1.3
@@ -1,2 +1 @@
-depends perl &&
depends autoconf
More information about the Lunar-commits
mailing list