summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 97617b2..f25a6ee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,14 +3,8 @@
test -f ChangeLog || touch ChangeLog
-libtoolize=`which glibtoolize`
-if test -z "$libtoolize"; then
- libtoolize=libtoolize
-fi
-
-intltoolize --copy --force
-$libtoolize --automake --copy --force
aclocal $ACLOCAL_AMFLAGS
+autoreconf --force --install
autoheader
automake --add-missing --copy
autoconf