]> err.no Git - varnish/commitdiff
We are not a GNU project; make that clear in configure.ac
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Sep 2008 07:32:03 +0000 (07:32 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Sep 2008 07:32:03 +0000 (07:32 +0000)
autoreconf complains if we don't specify "foreign" in the options to
AM_INIT_AUTOMAKE, so do that.

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

varnish-cache/configure.ac

index 0a8bc0ba504155491992ff7e0bf46f02799609b0..951400ab7ffa97ca11f3ee5aa80242dd5117e8f0 100644 (file)
@@ -10,7 +10,7 @@ AM_CONFIG_HEADER(config.h)
 AC_CANONICAL_SYSTEM
 AC_LANG(C)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 # Checks for programs.
 AC_GNU_SOURCE