mirror of https://github.com/getdnsapi/getdns.git
Anticipate Mac OS X glibtoolize
This commit is contained in:
parent
5c6f036326
commit
c84ff93e4f
|
@ -13,7 +13,7 @@ then
|
||||||
fi
|
fi
|
||||||
if [ ! -f "${SRCROOT}/libtool" ]
|
if [ ! -f "${SRCROOT}/libtool" ]
|
||||||
then
|
then
|
||||||
(cd "${SRCROOT}"; libtoolize -fic)
|
(cd "${SRCROOT}"; (glibtoolize -fic || libtoolize -fic))
|
||||||
fi
|
fi
|
||||||
if [ ! -f "${SRCROOT}/configure" ]
|
if [ ! -f "${SRCROOT}/configure" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue