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
|
||||
if [ ! -f "${SRCROOT}/libtool" ]
|
||||
then
|
||||
(cd "${SRCROOT}"; libtoolize -fic)
|
||||
(cd "${SRCROOT}"; (glibtoolize -fic || libtoolize -fic))
|
||||
fi
|
||||
if [ ! -f "${SRCROOT}/configure" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue