summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-11-23 12:03:22 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2018-11-23 12:03:22 -0500
commitee2bf4d3011cc0aabf637566d17660db5c9b80dd (patch)
treee0e7e290b250d42b11bd41b484c3e9c5a37118f8 /autogen.sh
parent1fc0912aa79da8e1c29f45af0d851834fcf91846 (diff)
parentcc02e478dd5fb15c1a59db3b9cce35a336cef4ba (diff)
Merge branch 'upstream'
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