summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKrzesimir Nowak <qdlacz@gmail.com>2019-01-24 22:21:49 +0100
committerDavid King <amigadave@amigadave.com>2019-01-24 21:53:19 +0000
commitbb457766e67bead6de48ba5a2e49671aeef0d9c3 (patch)
tree522bd74cd359b4b8b169913357032c2bad5cd603 /autogen.sh
parente34c702209d8d35b9e40a3762cdf0cb2c778f5d8 (diff)
downloadyelp-bb457766e67bead6de48ba5a2e49671aeef0d9c3.tar.gz
Move from intltool to gettext
This is to make a migration from autotools to meson easier. Also, intltool got obsoleted by gettext. There are minor differences in some of the translated files, but functionally it should not make any difference. But why gettext insist on reversing the alphabetic order in the appdata file (so zh_TW comes first and cs comes last) is beyond me. https://gitlab.gnome.org/GNOME/yelp/merge_requests/11
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 49329813..d7df4c83 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -33,7 +33,6 @@ fi
set -x
gtkdocize --copy || exit 1
-intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install -Wno-portability || exit 1
cd "$olddir"