Update of /cvsroot/monetdb/buildtools/mel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17849/mel
Modified Files:
bootstrap
Log Message:
Keep automake 1.10 from pointing out that we are using GNU make extensions.
We know this and do this on purpose (and older automake never cared).
TODO:
Make configure check for GNU make, and stop in case it does not find it.
Index: bootstrap
===================================================================
RCS file: /cvsroot/monetdb/buildtools/mel/bootstrap,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- bootstrap 12 Jan 2007 11:54:32 -0000 1.9
+++ bootstrap 11 Dec 2007 13:26:36 -0000 1.10
@@ -56,7 +56,7 @@
aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
-automake --add-missing -c -f || exit 1
+automake --add-missing -c -f --foreign || exit 1
if [ -f configure.ac.orig_bootstrap ];
then
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins