autogen: workaround for gettext/automake with git

Fixes: #669207.
This commit is contained in:
David Schleef 2012-02-21 16:51:35 -08:00
parent 5c3f7b51ce
commit 1ac6c436e7

View file

@ -35,6 +35,9 @@ then
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
fi 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' CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'