aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-10-01 03:50:44 +0800
committerJavier Jardón <jjardon@gnome.org>2010-10-01 03:50:44 +0800
commit1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce (patch)
treef99cbb75e5be50744fdb7b5830ca557f982870e7 /autogen.sh
parente582ccff2d7642353462c966995be217a568a706 (diff)
downloadgsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar
gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.gz
gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.bz2
gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.lz
gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.xz
gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.tar.zst
gsoc2013-evolution-1a6782bfc18d2b2d6eb5e57194f0d3a086cfabce.zip
Use upstream gettext instead the glib one
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 33433f578d..744dbf4a0e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,4 +22,7 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME git"
exit 1
}
+
+autopoint --force || exit $?
+
USE_GNOME2_MACROS=1 . gnome-autogen.sh