summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f06f1a6..cfdc230 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,7 +11,6 @@ test -z "$srcdir" && srcdir=.
aclocal --install -I m4 || exit 1
libtoolize --quiet --copy || exit 1
-intltoolize --copy --automake || exit 1
autoreconf --install -Wno-portability || exit 1
if [ "$NOCONFIGURE" = "" ]; then