From: Andrey Rahmatullin Date: Thu, 2 Jan 2025 13:15:49 +0000 (+0100) Subject: Set the foreign option for automake X-Git-Tag: archive/raspbian/1.0.1-4+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b0df6f34b401665fd10e6fc6d1936a489147be7;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