mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
autogen: avoid touching .po files during 'make'
A simple workaround to deal with GNU gettext automake integration failing to deal with git. Fixes: #669207
This commit is contained in:
parent
a32e030faa
commit
6e27903222
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,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-good-0.10.pot
|
||||||
|
|
||||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue