[gxml/autotools_fixes: 6/9] Makefile.am: honor aclocal flags



commit 6ba11d2ff7ff08d4dd2bc6722d3d54105bd6f3a1
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Aug 24 02:11:19 2012 +0900

    Makefile.am: honor aclocal flags

 Makefile.am |    3 +--
 autogen.sh  |    2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index da4a207..5e5745d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 ## Created by Anjuta
 
-# # RHS: this is causing make to run configure? something to do with ./missing?
-# ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 
 # Set up subdirectories to traverse
diff --git a/autogen.sh b/autogen.sh
index 51be53e..718b004 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,6 +17,8 @@ fi
 
 # TODO: consider adding specifying automake and aclocal version here ala libfolks
 
+mkdir -p m4
+
 autoreconf -i -f
 intltoolize --force --copy --automake
 # presumably, this will obvious our tests for:



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