From 02f5d72a0519bcbe8f6958fab6dd998fc8ccda6b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 21 Feb 2012 18:58:06 -0800 Subject: [PATCH] autogen.sh: avoid touching .po files during 'make' A simple workaround to deal with GNU gettext automake integration failing to deal with git. Fixes: #669207 --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 9a0ebde35b..c41ff0fea7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -29,6 +29,9 @@ then ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit fi +# GNU gettext automake support doesn't get along with git. +# https://bugzilla.gnome.org/show_bug.cgi?id=661128 +touch -t 200001010000 po/$package-0.10.pot CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc' -- 2.34.1