Use libtoolize if glibtoolize can't be found.

This commit is contained in:
John Wiegley 2006-02-15 21:40:37 +00:00
parent 7a7abc9a81
commit 973401b5dc

4
acprep
View file

@ -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