testclock: add support for waiting and releasing multiple GstClockIDs
[platform/upstream/gstreamer.git] / autogen.sh
index aab1edf..65e9379 100755 (executable)
@@ -87,14 +87,8 @@ fi
 toplevel_check $srcfile
 
 # autopoint
-#    first remove patch if necessary, then run autopoint, then reapply
 if test -d po ; then
-  if test -f po/Makefile.in.in;
-  then
-    patch -p0 -R --forward < common/gettext.patch
-  fi
-  tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
-  patch -p0 < common/gettext.patch
+  tool_run "$autopoint" "--force"
 fi
 
 # aclocal