From 963f05e8d0d00c9773f581e814bbcccaf3567eb8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 15 Feb 2006 21:40:37 +0000 Subject: Use libtoolize if glibtoolize can't be found. --- acprep | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acprep b/acprep index 23df9c50..8aa0f343 100755 --- a/acprep +++ b/acprep @@ -2,7 +2,11 @@ touch AUTHORS COPYING -glibtoolize --automake -f -c +if which glibtoolize > /dev/null 2>&1; then + glibtoolize --automake -f -c +else + libtoolize --automake -f -c +fi aclocal autoheader if [ "$1" = "--dist" ]; then -- cgit v1.2.3