remove patch if autopoint fails
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 8 Dec 2004 09:18:38 +0000 (09:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 8 Dec 2004 09:18:38 +0000 (09:18 +0000)
Original commit message from CVS:
remove patch if autopoint fails

ChangeLog
autogen.sh
common

index 166fe79..8619823 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index bb84be3..adbaa7e 100755 (executable)
@@ -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
diff --git a/common b/common
index ded6dc5..8404d88 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ded6dc5186cb7f8c64cb06a8591b9f787122c6f1
+Subproject commit 8404d8841f5fd58fe31de09090867115e97c5261