remove patch if autopoint fails

Original commit message from CVS:
remove patch if autopoint fails
This commit is contained in:
Thomas Vander Stichele 2004-12-08 09:18:38 +00:00
parent 1fd4bed69f
commit 047c0a3e9b
3 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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

@ -1 +1 @@
Subproject commit ded6dc5186cb7f8c64cb06a8591b9f787122c6f1
Subproject commit 8404d8841f5fd58fe31de09090867115e97c5261