summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 1247057..da46cbc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,12 @@ test -z "$srcdir" && srcdir=.
(
cd "$srcdir"
+ gprefix=`which glibtoolize 2>&1 >/dev/null`
+ if [ $? -eq 0 ]; then
+ glibtoolize --force
+ else
+ libtoolize --force
+ fi
aclocal
autoheader
automake --add-missing