I'm too lazy to comment this
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 15:13:11 +0000 (15:13 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Jan 2004 15:13:11 +0000 (15:13 +0000)
Original commit message from CVS:
*** empty log message ***

autogen.sh

index 4c4dff5..a22da0d 100755 (executable)
@@ -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