[Lunar-commits] CVS: moonbase/zbeta/giftfast-cvs BUILD,1.2,1.3

Moritz Heiber moe at lunar-linux.org
Mon Nov 15 19:14:23 UTC 2004


Update of /var/cvs/lunar/moonbase/zbeta/giftfast-cvs
In directory espresso.foo-projects.org:/tmp/cvs-serv18347

Modified Files:
	BUILD 
Log Message:
Fixing broken autotools. Almost all of the gift packages seem
to suffer from the same terrificly good autotools magic


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/giftfast-cvs/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	30 May 2004 20:16:32 -0000	1.2
+++ BUILD	15 Nov 2004 19:14:21 -0000	1.3
@@ -1,6 +1,10 @@
 (
-  touch COPYING INSTALL NEWS ChangeLog   &&
-  ./autogen.sh --build=$BUILD            \
+  sedit "s:AC_CONFIG_AUX_DIR::" configure.ac
+  
+  ./autogen.sh
+  automake --add-missing --copy --gnu &&
+  
+  ./configure  --build=$BUILD            \
                --prefix=/usr             \
                --sysconfdir=/etc         \
                --localstatedir=/var      \



More information about the Lunar-commits mailing list