Set the foreign option for automake
authorAndrey Rahmatullin <wrar@debian.org>
Mon, 3 Oct 2016 21:22:11 +0000 (22:22 +0100)
committerMatthias Klose <doko@debian.org>
Mon, 3 Oct 2016 21:22:11 +0000 (22:22 +0100)
Bug-Debian: https://bugs.debian.org/766492
Last-Update: 2014-11-08

Gbp-Pq: Name automake-foreign.patch

configure.in

index 996ae0e70da1be44c1ee49b81a4f4c1bf5296bc1..8a80211680164609be1018548acdf5271bbca534 100644 (file)
@@ -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