mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
remove patch if autopoint fails
Original commit message from CVS: remove patch if autopoint fails
This commit is contained in:
parent
1fd4bed69f
commit
047c0a3e9b
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* autogen.sh:
|
||||
remove patch if autopoint fails
|
||||
|
||||
2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -67,7 +67,7 @@ if test -f po/Makefile.in.in;
|
|||
then
|
||||
patch -p0 -R < common/gettext.patch
|
||||
fi
|
||||
tool_run "$autopoint --force"
|
||||
tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
|
||||
patch -p0 < common/gettext.patch
|
||||
|
||||
# aclocal
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ded6dc5186cb7f8c64cb06a8591b9f787122c6f1
|
||||
Subproject commit 8404d8841f5fd58fe31de09090867115e97c5261
|
Loading…
Reference in a new issue