[cogl] build: avoid touching .po files during 'make'



commit fd0dfbf3d5afb839b2ca3140597363241a4cce22
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Feb 1 18:30:15 2012 -0500

    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 <neil linux intel com>

 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 3f010ff..09d66af 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



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