summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-02-21 17:16:32 -0800
committerDavid Schleef <ds@schleef.org>2012-02-21 17:17:35 -0800
commit6e279032225f10670a8c7c031c28d86f2b7bbb0c (patch)
treef354ab5e7230b1690719da3b0dcd4bffb61cbd20 /autogen.sh
parenta32e030faadeb538b05ecc7920d74db9efedf4d4 (diff)
autogen: avoid touching .po files during 'make'
A simple workaround to deal with GNU gettext automake integration failing to deal with git. Fixes: #669207
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 1fcf9f282..645b2aeb3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,6 +29,9 @@ then
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
fi
+# GNU gettext automake support doesn't get along with git.
+# https://bugzilla.gnome.org/show_bug.cgi?id=661128
+touch -t 200001010000 po/gst-plugins-good-0.10.pot
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'