make sure config folder is created when libtool < 2.2.6a. Fixes #4680
This commit is contained in:
parent
22239525a2
commit
7361129770
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize"
|
which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize"
|
||||||
|
|
||||||
|
mkdir -p config
|
||||||
|
|
||||||
intltoolize --force --automake \
|
intltoolize --force --automake \
|
||||||
&& aclocal -I ./m4 \
|
&& aclocal -I ./m4 \
|
||||||
&& $LIBTOOLIZE --copy --force --automake \
|
&& $LIBTOOLIZE --copy --force --automake \
|
||||||
|
|
Loading…
Reference in New Issue