From 7361129770aa21db70082c05d1d76eb10e75bc1c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 15 Jan 2009 17:10:11 +0000 Subject: [PATCH] make sure config folder is created when libtool < 2.2.6a. Fixes #4680 --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 9f12783af..42fa19eeb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,6 +19,8 @@ which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize" + mkdir -p config + intltoolize --force --automake \ && aclocal -I ./m4 \ && $LIBTOOLIZE --copy --force --automake \