Skip to content
Snippets Groups Projects
Commit 73611297 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 22239525
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment