From 9b94652b20ec13a7c6b894c3d963c1ef20d57f4a Mon Sep 17 00:00:00 2001 From: des Date: Thu, 5 Oct 2006 14:20:29 +0000 Subject: [PATCH] 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 --- varnish-cache/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5