[clutter] Prevent .po file updates on simple 'make'



commit 3c99fd2ddbdda96896acd2023cb2dbdeb7ff2544
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Jan 9 16:04:08 2012 +0100

    Prevent .po file updates on simple 'make'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661128

 autogen.sh         |    4 +
 po/clutter-1.0.pot | 2202 ----------------------------------------------------
 2 files changed, 4 insertions(+), 2202 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index b3ef803..ec90785 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]