From: Andrey Rahmatullin Date: Sat, 16 Mar 2019 01:39:10 +0000 (+0000) Subject: Set the foreign option for automake X-Git-Tag: archive/raspbian/1.0.1-3.4+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=821456e603be535a6b61594389d305b90d1c6e75;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