X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=a02e71132310b490e203eb17daff8f2da7b34a70;hb=6cd0d10d30569549ede31b15486ec387819f8550;hp=2f346109bc01daa6e40edcc038adc17984a75900;hpb=e230cd8c63fdff01a7c00e5a271029cefdfb3e75;p=platform%2Fupstream%2Fgstreamer.git diff --git a/autogen.sh b/autogen.sh index 2f34610..a02e711 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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