Skip to content
Snippets Groups Projects
Commit 4e26da4a authored by js's avatar js
Browse files

Use glibtoolize if available, we need this on OS X with MacPorts.

parent e672c81b
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,11 @@
exit 1
fi
which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize"
intltoolize --force --automake \
&& aclocal -I ./m4 \
&& libtoolize --copy --force --automake \
&& $LIBTOOLIZE --copy --force --automake \
&& autoheader \
&& autoconf \
&& automake ${AM_ARGS} \
......
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