From 4f563c1fa43da8c8dcc5b08e8b29944b158cecf8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 10 Feb 2010 03:20:17 +0000 Subject: [PATCH] (trunk) #2553 "autogen failure" -- fixed in trunk for 1.90 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 2b486606e..edab80cbc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -24,7 +24,7 @@ export LIBTOOLIZE ./update-version-h.sh -autoreconf -fi -I ${ORIGDIR}/m4 +autoreconf -fi -I "${ORIGDIR}/m4" if test "$GETTEXTIZE"; then echo "Creating aclocal.m4 ..."