Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2009-01-15 20:10:11 +0300
committerYann Leboulanger <asterix@lagaule.org>2009-01-15 20:10:11 +0300
commit7361129770aa21db70082c05d1d76eb10e75bc1c (patch)
tree5dcdee2cbeb6e750d446bbfa9658787b8f2a57ce /autogen.sh
parent22239525a264aa1b730465f0e4fc7763dd7a30d4 (diff)
make sure config folder is created when libtool < 2.2.6a. Fixes #4680
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
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 \