From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 15:13:11 +0000 (+0000) Subject: I'm too lazy to comment this X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12e3d310756d461a69ba6940845c4aacda87d8ce;p=platform%2Fupstream%2Fgstreamer.git I'm too lazy to comment this Original commit message from CVS: *** empty log message *** --- diff --git a/autogen.sh b/autogen.sh index 4c4dff5..a22da0d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -55,7 +55,10 @@ fi toplevel_check $srcfile -# autopoint: first remove patch if necessary, then run autopoint, then reapply +# autopoint +# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs +if test -e mkinstalldirs; then rm mkinstalldirs; fi +# first remove patch if necessary, then run autopoint, then reapply if test -f po/Makefile.in.in; then patch -p0 -R < common/gettext.patch