mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 04:09:48 +00:00
prefer glibtoolize over libtoolize
This commit is contained in:
parent
8fcc9e2d58
commit
88fd4d1514
@ -11,5 +11,14 @@ fi
|
||||
mkdir -p m4
|
||||
aclocal
|
||||
autoconf
|
||||
libtoolize -c -i
|
||||
|
||||
which glibtoolize &>/dev/null
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
glibtoolize -c -i
|
||||
else
|
||||
libtoolize -c -i
|
||||
fi
|
||||
|
||||
automake -a -c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user