lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master f7a4e13 2/2: Indicate that we use Automake in


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master f7a4e13 2/2: Indicate that we use Automake in "foreign" mode in configure
Date: Wed, 11 Jan 2017 22:00:51 +0000 (UTC)

branch: master
commit f7a4e137b9bd954ded9b8f7882901044a70205c5
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Indicate that we use Automake in "foreign" mode in configure
    
    This allows "autoreconf -i" to work successfully instead of failing when
    trying to run "automake" without --foreign option and detecting missing
    standard GNU files such as NEWS and AUTHORS.
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e788a25..d5e9f4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl === Prologue ===
 
 AC_PREREQ(2.56)
 AC_INIT(LMI, 1.0.0, address@hidden)
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]