summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar Patrick Griffis <tingping@tingping.se>2018-11-02 17:16:17 -0400
committerGravatar Patrick Griffis <tingping@tingping.se>2018-11-02 17:29:03 -0400
commitbccf38ab8a7cbb10ded3c7cf4cade5a4b1d8d1d3 (patch)
tree57e862c1d4d545b2ab8b16c1f72e73eed20d06e0 /autogen.sh
parent820cf3576e3a01fc71c45beba7ee9e69b0c227e8 (diff)
build: Drop intltool for gettext
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