make sure config folder is created when libtool < 2.2.6a. Fixes #4680

This commit is contained in:
Yann Leboulanger 2009-01-15 17:10:11 +00:00
parent 22239525a2
commit 7361129770
1 changed files with 2 additions and 0 deletions

View File

@ -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 \