added m4 directory to search path for aclocal. As suggested by Michel Van den Bergh
authorArun Persaud <arun@nubati.net>
Sat, 14 Apr 2012 22:37:05 +0000 (15:37 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 14 Apr 2012 22:37:05 +0000 (15:37 -0700)
autogen.sh

index c05a705..8f9cc3b 100755 (executable)
@@ -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