summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-09-09 12:40:50 +0100
committerAlexander Larsson <alexl@redhat.com>2011-09-09 16:13:15 +0200
commit8ebf2ffc3e07c9cbbbdaac8b4ccd28a584775d3f (patch)
tree3e2af9a5e7088a253760266969ffcf3b6022160e /autogen.sh
parentb79ed4738bc715ccd5dc186d12a239727f2d7f80 (diff)
downloadgnome-contacts-8ebf2ffc3e07c9cbbbdaac8b4ccd28a584775d3f.tar.gz
Use upstream gettext instead the glib one
https://bugzilla.gnome.org/show_bug.cgi?id=658647
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f1ceb4d..1eeb771 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#!/bin/sh
mkdir -p m4
+autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
./configure --enable-maintainer-mode "$@"