From f3ac0c32ee54f11a667d624c910c0ee5bce1a9da Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 14 Apr 2012 15:37:05 -0700 Subject: [PATCH] added m4 directory to search path for aclocal. As suggested by Michel Van den Bergh --- autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/autogen.sh b/autogen.sh index c05a705..8f9cc3b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ # # See the file ChangeLog for a revision history. -aclocal \ +aclocal -I m4 \ && autoheader \ && automake --add-missing \ && autoconf \ No newline at end of file -- 1.7.0.4