From 41fe52499115d43072a9d29a2d43e663029d3de2 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 17 Jun 2010 17:05:27 +0000 Subject: [PATCH] (trunk) fix the autoreconf invocation s.t. automake knows to add our .m4 files to am__aclocal_m4_deps --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index edab80cbc..01ffd6284 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ export LIBTOOLIZE ./update-version-h.sh -autoreconf -fi -I "${ORIGDIR}/m4" +autoreconf -fi if test "$GETTEXTIZE"; then echo "Creating aclocal.m4 ..."