summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-02-21 16:51:35 -0800
committerDavid Schleef <ds@schleef.org>2012-02-21 17:00:07 -0800
commit1ac6c436e73cde5289c90f21eb79ba9845e60d75 (patch)
tree34255dc8e6cc68198c45126ab7ece6767259d324 /autogen.sh
parent5c3f7b51ce31fdcc31a2d8ef0d3154a40c1e927d (diff)
downloadgstreamer-plugins-base-1ac6c436e73cde5289c90f21eb79ba9845e60d75.tar.gz
autogen: workaround for gettext/automake 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 4a4a8f40c..9b384635d 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'