From: Andrey Rahmatullin Date: Fri, 24 Jun 2022 14:46:18 +0000 (+0100) Subject: Set the foreign option for automake X-Git-Tag: archive/raspbian/1.0.1-3.4+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cd59b16c66d80d35b36342b40da7556f7c110b3b;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