r1139 - trunk/varnish-cache
des at projects.linpro.no
des at projects.linpro.no
Thu Oct 5 16:20:29 CEST 2006
Author: des
Date: 2006-10-05 16:20:29 +0200 (Thu, 05 Oct 2006)
New Revision: 1139
Modified:
trunk/varnish-cache/autogen.sh
Log:
Older versions of automake (such as 1.4, which is the default in Debian
and Ubuntu) do not understand --force[-missing], and we can do without.
Modified: trunk/varnish-cache/autogen.sh
===================================================================
--- trunk/varnish-cache/autogen.sh 2006-10-05 11:57:35 UTC (rev 1138)
+++ trunk/varnish-cache/autogen.sh 2006-10-05 14:20:29 UTC (rev 1139)
@@ -13,5 +13,5 @@
aclocal
libtoolize --copy --force
autoheader
-automake --add-missing --copy --force --foreign
+automake --add-missing --copy --foreign
autoconf
More information about the varnish-commit
mailing list