Use glibtoolize if available, we need this on OS X with MacPorts.
This commit is contained in:
parent
e672c81b44
commit
4e26da4a98
|
@ -17,9 +17,11 @@
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
which glibtoolize >/dev/null 2>&1 && LIBTOOLIZE="glibtoolize" || LIBTOOLIZE="libtoolize"
|
||||||
|
|
||||||
intltoolize --force --automake \
|
intltoolize --force --automake \
|
||||||
&& aclocal -I ./m4 \
|
&& aclocal -I ./m4 \
|
||||||
&& libtoolize --copy --force --automake \
|
&& $LIBTOOLIZE --copy --force --automake \
|
||||||
&& autoheader \
|
&& autoheader \
|
||||||
&& autoconf \
|
&& autoconf \
|
||||||
&& automake ${AM_ARGS} \
|
&& automake ${AM_ARGS} \
|
||||||
|
|
Loading…
Reference in New Issue