Author: Jan Wagner <waja@cyconet.org>
Description:
 Ignore missing of required files on autoreconf

--- a/check_varnish/src/configure.ac
+++ b/check_varnish/src/configure.ac
@@ -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
