Mailing List Archive

r3189 - trunk/varnish-cache
Author: tfheen
Date: 2008-09-16 09:32:03 +0200 (Tue, 16 Sep 2008)
New Revision: 3189

Modified:
trunk/varnish-cache/configure.ac
Log:
We are not a GNU project; make that clear in configure.ac

autoreconf complains if we don't specify "foreign" in the options to
AM_INIT_AUTOMAKE, so do that.


Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac 2008-09-16 07:30:33 UTC (rev 3188)
+++ trunk/varnish-cache/configure.ac 2008-09-16 07:32:03 UTC (rev 3189)
@@ -10,7 +10,7 @@
AC_CANONICAL_SYSTEM
AC_LANG(C)

-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])

# Checks for programs.
AC_GNU_SOURCE