From: Andrey Rahmatullin Date: Tue, 16 Feb 2016 23:49:00 +0000 (+0000) Subject: Set the foreign option for automake X-Git-Tag: archive/raspbian/1.0.1-3.4+rpi1~1^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=15b9c15e10c6a8a3aec83118cf472ec5c25e9658;p=libecap.git Set the foreign option for automake Bug-Debian: https://bugs.debian.org/766492 Last-Update: 2014-11-08 Gbp-Pq: Name automake-foreign.patch --- diff --git a/configure.in b/configure.in index 996ae0e..8a80211 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([src/libecap/adapter/service.h]) AC_CONFIG_HEADERS(src/libecap/common/ac-autoconf.h) AX_PREFIX_CONFIG_H(src/libecap/common/autoconf.h) -AM_INIT_AUTOMAKE([nostdinc]) +AM_INIT_AUTOMAKE([nostdinc foreign]) AM_MAINTAINER_MODE LT_INIT