build: avoid touching .po files during 'make'
authorRyan Lortie <desrt@desrt.ca>
Thu, 2 Feb 2012 18:45:25 +0000 (13:45 -0500)
committerDavid Schleef <ds@schleef.org>
Wed, 22 Feb 2012 00:48:58 +0000 (16:48 -0800)
A simple workaround to deal with GNU gettext automake integration
failing to deal with git.

https://bugzilla.gnome.org/show_bug.cgi?id=669207

autogen.sh

index 6a06491..b2e9ee4 100755 (executable)
@@ -35,7 +35,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/gstreamer-0.10.pot
 
 CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-failing-tests --enable-poisoning --enable-gtk-doc --enable-docbook'