From: des Date: Thu, 5 Oct 2006 14:20:29 +0000 (+0000) Subject: Older versions of automake (such as 1.4, which is the default in Debian X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b94652b20ec13a7c6b894c3d963c1ef20d57f4a;p=varnish 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. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1139 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.sh b/varnish-cache/autogen.sh index a781f631..c772051f 100755 --- a/varnish-cache/autogen.sh +++ b/varnish-cache/autogen.sh @@ -13,5 +13,5 @@ fi aclocal libtoolize --copy --force autoheader -automake --add-missing --copy --force --foreign +automake --add-missing --copy --foreign autoconf