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:
5c3f7b5
)
autogen: workaround for gettext/automake with git
author
David Schleef
<ds@schleef.org>
Wed, 22 Feb 2012 00:51:35 +0000
(16:51 -0800)
committer
David Schleef
<ds@schleef.org>
Wed, 22 Feb 2012 01:00:07 +0000
(17:00 -0800)
Fixes: #669207.
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
4a4a8f4
..
9b38463
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-35,6
+35,9
@@
then
ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit
fi
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/gst-plugins-base-0.10.pot
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'