Prevent .po file updates on simple 'make'
https://bugzilla.gnome.org/show_bug.cgi?id=661128
This commit is contained in:
parent
de94212024
commit
3c99fd2ddb
@ -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
|
||||
|
2202
po/clutter-1.0.pot
2202
po/clutter-1.0.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user