Description: specify in configure that this is a foreign package
Author: Dimitri John Ledkov <xnox@ubuntu.com>

--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,3 @@
-
 AC_PREREQ(2.53)
 
 dnl Use this file to bump version on release
@@ -19,7 +18,7 @@
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/avgconfig.h.in])
-AM_INIT_AUTOMAKE([check-news dist-zip])
+AM_INIT_AUTOMAKE([check-news dist-zip foreign])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 # Checks for programs.
 AC_PROG_CXX
