summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-04-17 12:13:48 +0100
committerSergey V. Udaltsov <svu@gnome.org>2012-04-17 23:38:37 +0100
commitc367d1aed43a232ff532ac671b4506f79aa80fcf (patch)
tree8ff492cb4b006805c4cc5d53ed58df5694d2d760 /autogen.sh
parent8ed59a888d83936d2543fa9af65911a3b468d8f2 (diff)
downloadxkeyboard-config-c367d1aed43a232ff532ac671b4506f79aa80fcf.tar.gz
Use upstream gettext instead the GLib one
The upstream tool is actively mantained and also we avoid a dependency on GLib.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index f9cd42b..f9c2384 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,9 +6,8 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
-intltoolize
+autopoint --force
+AUTOPOINT='intltoolize --automake --copy' autoreconf -v --install --force || exit 1
-autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-
$srcdir/configure --enable-maintainer-mode "$@"