automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} fixup: contrib: really integrate in automake build system


From: Stefano Lattarini
Subject: [FYI] {maint} fixup: contrib: really integrate in automake build system
Date: Tue, 17 Jan 2012 15:51:46 +0100

* configure.ac (AC_CONFIG_FILES): Add 'contrib/Makefile'.
* Makefile.am (SUBDIRS): Add 'contrib'.
---
 Makefile.am  |    2 +-
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 735cb00..bd5b76a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@
 ## automake (run in doc, tests, and in the rebuild rules.)
 ## `.' goes before doc and tests, because the latter two directories
 ## run aclocal and automake.
-SUBDIRS = lib . doc m4 tests
+SUBDIRS = lib . contrib doc m4 tests
 
 TEST_SUBDIRS = tests lib/Automake/tests
 
diff --git a/configure.ac b/configure.ac
index bc04e56..bcd28fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,6 +206,7 @@ AC_SUBST([sh_errexit_works], [$am_cv_sh_errexit_works])
 
 AC_CONFIG_FILES([
   Makefile
+  contrib/Makefile
   doc/Makefile
   lib/Automake/Makefile
   lib/Automake/tests/Makefile
-- 
1.7.7.3




reply via email to

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