rtp/README: update pipelines to work with 1.0
[platform/upstream/gst-plugins-good.git] / autogen.sh
index 93f88d4..632b025 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