From 12e3d310756d461a69ba6940845c4aacda87d8ce Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 15:13:11 +0000 Subject: [PATCH] I'm too lazy to comment this Original commit message from CVS: *** empty log message *** --- autogen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.7.4