summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-03-07 22:02:50 +0000
committerMartin Blanchard <tchaik@gmx.com>2019-03-07 22:21:33 +0000
commit8745e3f2630cdad6b1715b4a074e4efc4db14534 (patch)
treeda3019e353448a591033a9105ad5c3c961e53d8b /autogen.sh
parent23c22e50f1eef2d5b5fb88f999849e8cba131ee8 (diff)
downloadibus-hangul-8745e3f2630cdad6b1715b4a074e4efc4db14534.tar.gz
build: Prefer gettext over intltool
The intltool module is outdated: https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
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 60c29de..d05c799 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,6 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
fi
aclocal --install || exit 1
-intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install || exit 1
cd "$olddir"