[podsleuth] [build] ensure aclocal runs with -I m4



commit 9775826cb8318f51b84e28cbef0ab8e12fcee4d4
Author: Aaron Bockover <abockover novell com>
Date:   Thu Oct 1 15:01:34 2009 -0400

    [build] ensure aclocal runs with -I m4

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4aaf47e..7ca0143 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,8 @@ AC_PREREQ(2.13)
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar foreign])
 AM_MAINTAINER_MODE
 
+AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
+
 ASM_VERSION="0.6.5.*"
 AC_SUBST(ASM_VERSION)
 



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