diff --git a/autogen.sh b/autogen.sh index 3f010ff39..09d66afcc 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/cogl.pot + if automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11