summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-05-16 13:23:47 +0100
committerJavier Jardón <jjardon@gnome.org>2012-08-15 01:41:11 +0900
commite930e3b3aac2fe4d62996d8033121a40153f2da3 (patch)
treee0c54a9b0b2d8eeaa3f3bf8bb473dbfd777bdcae /autogen.sh
parentf92a3525f79ecb53d470c00797b71c12860eb05b (diff)
downloadglib-e930e3b3aac2fe4d62996d8033121a40153f2da3.tar.gz
Use upstream gettext instead the glib one
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 892b57b3b..eed59f52a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,6 +7,10 @@ test -n "$srcdir" || srcdir=.
olddir=`pwd`
cd "$srcdir"
+# GNU gettext automake support doesn't get along with git.
+# https://bugzilla.gnome.org/show_bug.cgi?id=661128
+touch -t 200001010000 po/glib.pot
+
GTKDOCIZE=$(which gtkdocize 2>/dev/null)
if test -z $GTKDOCIZE; then
echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."