gst-plugins-bad: autogen.sh: avoid touching .po files during 'make'
David Schleef
ds at kemper.freedesktop.org
Tue Feb 21 18:57:39 PST 2012
Module: gst-plugins-bad
Branch: master
Commit: 60df59bed1bee71c89997e91c77d4636d7b75a27
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=60df59bed1bee71c89997e91c77d4636d7b75a27
Author: David Schleef <ds at schleef.org>
Date: Tue Feb 21 18:56:42 2012 -0800
autogen.sh: avoid touching .po files during 'make'
A simple workaround to deal with GNU gettext automake integration
failing to deal with git. Fixes #669207
---
autogen.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 8a56c7a..a7f26df 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,6 +29,10 @@ 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/$package-0.10.pot
+
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
autogen_options $@
More information about the gstreamer-commits
mailing list