summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-25 17:25:41 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-25 18:59:17 +0200
commitf340105b4cf225a195766b1365c657e5c6f60081 (patch)
tree0f46a8a5bfe3b4ab71341a53c8ab55bd6f2d080a /autogen.sh
parent4261057e2a0531db759b0e29292b352ae2f43634 (diff)
downloadxdg-app-f340105b4cf225a195766b1365c657e5c6f60081.tar.gz
Add gettext support to build
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 46433be..a6e3505 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -41,5 +41,7 @@ fi
autoreconf --force --install --verbose || exit $?
+intltoolize || exit 1
+
cd "$olddir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"