From fd0dfbf3d5afb839b2ca3140597363241a4cce22 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 1 Feb 2012 18:30:15 -0500 Subject: [PATCH] build: avoid touching .po files during 'make' A simple workaround to deal with GNU gettext automake integration failing to deal with git. Reviewed-by: Neil Roberts --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) 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