projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838493c
)
autogen.sh: avoid touching .po files during 'make'
author
David Schleef
<ds@schleef.org>
Wed, 22 Feb 2012 02:58:06 +0000
(18:58 -0800)
committer
David Schleef
<ds@schleef.org>
Wed, 22 Feb 2012 02:59:17 +0000
(18:59 -0800)
A simple workaround to deal with GNU gettext automake integration
failing to deal with git. Fixes: #669207
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 9a0ebde35bcef7fc1ed3a08865faae5a442d3b66..c41ff0fea711ca3f957fe10dd286e10592d04ea3 100755
(executable)
--- 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'