rtspconnection: GstRTSPWatch func for tunnel GET response
[platform/upstream/gstreamer.git] / autogen.sh
index 2f34610..a02e711 100755 (executable)
@@ -87,13 +87,9 @@ fi
 toplevel_check $srcfile
 
 # autopoint
-#    first remove patch if necessary, then run autopoint, then reapply
-if test -f po/Makefile.in.in;
-then
-  patch -p0 -R --forward < common/gettext.patch
+if test -d po ; then
+  tool_run "$autopoint" "--force"
 fi
-tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
-patch -p0 < common/gettext.patch
 
 # aclocal
 if test -f acinclude.m4; then rm acinclude.m4; fi