diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-01-09 16:04:08 +0100 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-01-09 16:04:38 +0100 |
commit | 3c99fd2ddbdda96896acd2023cb2dbdeb7ff2544 (patch) | |
tree | 2c481b1577d8a544aa957a545157ced50f0eacaf /autogen.sh | |
parent | de942120242ec1257670b624b64a0102e1090f8b (diff) | |
download | clutter-3c99fd2ddbdda96896acd2023cb2dbdeb7ff2544.tar.gz |
Prevent .po file updates on simple 'make'
https://bugzilla.gnome.org/show_bug.cgi?id=661128
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index b3ef80332..ec90785db 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 |