summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-07-18 19:53:21 +0200
committerRichard Hughes <richard@hughsie.com>2011-07-19 12:16:30 +0100
commit75894ebb2e414047e153fbbbfa6d291b76be4f8d (patch)
tree6427f6a6ed4602f51e25809b5b72f3f8a05fc293 /autogen.sh
parentaabd6fb9e3dcfd47c530849ac4705819dcfb9980 (diff)
downloadupower-75894ebb2e414047e153fbbbfa6d291b76be4f8d.tar.gz
Use upstream gettext instead the glib one
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c2954a7..4a686aa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,8 +26,8 @@ if test -z $GTKDOCIZE; then
fi
gtkdocize
-intltoolize --copy --force --automake
-autoreconf --force --install --verbose
+autopoint --force
+AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
cd $olddir
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"