summaryrefslogtreecommitdiff
path: root/debian/patches/foreign.patch
blob: 2f9a4889159f084569b5219c0f1e9d2b0456bb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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