]> err.no Git - varnish/commitdiff
Older versions of automake (such as 1.4, which is the default in Debian
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Oct 2006 14:20:29 +0000 (14:20 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 5 Oct 2006 14:20:29 +0000 (14:20 +0000)
and Ubuntu) do not understand --force[-missing], and we can do without.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1139 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/autogen.sh

index a781f63173f2a0ae85e45829639474bdcf363962..c772051f10bed78d0c87253c83c94ce7df2c5766 100755 (executable)
@@ -13,5 +13,5 @@ fi
 aclocal
 libtoolize --copy --force
 autoheader
-automake --add-missing --copy --force --foreign
+automake --add-missing --copy --foreign
 autoconf