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
|
||||
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} \
|
||||
|
|
Loading…
Reference in New Issue