Use libtoolize if glibtoolize can't be found.
This commit is contained in:
parent
7a7abc9a81
commit
973401b5dc
1 changed files with 5 additions and 1 deletions
4
acprep
4
acprep
|
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
touch AUTHORS COPYING
|
touch AUTHORS COPYING
|
||||||
|
|
||||||
|
if which glibtoolize > /dev/null 2>&1; then
|
||||||
glibtoolize --automake -f -c
|
glibtoolize --automake -f -c
|
||||||
|
else
|
||||||
|
libtoolize --automake -f -c
|
||||||
|
fi
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
autoheader
|
||||||
if [ "$1" = "--dist" ]; then
|
if [ "$1" = "--dist" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue