aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh19
1 files changed, 1 insertions, 18 deletions
diff --git a/autogen.sh b/autogen.sh
index 5aae43676..7c590a31e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,20 +1,3 @@
#!/bin/sh
-LIBTOOLIZE=`which glibtoolize 2>/dev/null`
-case "$LIBTOOLIZE" in
- /* ) ;;
- * ) LIBTOOLIZE=`which libtoolize 2>/dev/null`
- case "$LIBTOOLIZE" in
- /* ) ;;
- * ) LIBTOOLIZE=libtoolize
- ;;
- esac
- ;;
-esac
-
-$LIBTOOLIZE --force &&
-aclocal &&
-autoheader &&
-automake -a &&
-autoconf
-
+autoreconf -i