Prevent .po file updates on simple 'make'

https://bugzilla.gnome.org/show_bug.cgi?id=661128
This commit is contained in:
Ryan Lortie 2012-01-09 16:04:08 +01:00
parent de94212024
commit 3c99fd2ddb
2 changed files with 4 additions and 2202 deletions

View File

@ -16,6 +16,10 @@ test $TEST_TYPE $FILE || {
exit 1
}
# GNU gettext automake support doesn't get along with git.
# https://bugzilla.gnome.org/show_bug.cgi?id=661128
touch -t 200001010000 po/clutter-1.0.pot
if automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.11
ACLOCAL=aclocal-1.11

File diff suppressed because it is too large Load Diff