From: David Schleef Date: Wed, 22 Feb 2012 00:51:35 +0000 (-0800) Subject: autogen: workaround for gettext/automake with git X-Git-Tag: 1.19.3~511^2~6555^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=1ac6c436e73cde5289c90f21eb79ba9845e60d75;p=platform%2Fupstream%2Fgstreamer.git autogen: workaround for gettext/automake with git Fixes: #669207. --- diff --git a/autogen.sh b/autogen.sh index 4a4a8f4..9b38463 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,6 +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/gst-plugins-base-0.10.pot CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'