From c2d93776be532f80767b580275fc739494802d19 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 4 Nov 2009 03:14:35 +0000 Subject: [PATCH] (trunk) #2553: autogen failure: "aclocal: couldn't open directory `m4': No such file or directory" --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index cc098c216..2b486606e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ export LIBTOOLIZE ./update-version-h.sh -autoreconf -fi -I m4 +autoreconf -fi -I ${ORIGDIR}/m4 if test "$GETTEXTIZE"; then echo "Creating aclocal.m4 ..."