summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-13 15:13:11 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-13 15:13:11 +0000
commit12e3d310756d461a69ba6940845c4aacda87d8ce (patch)
tree2b3e0031845c47b5ed47d2dff98e8cc896e9667b /autogen.sh
parentb41bb7d9715a1209c995800d7f721d93bb39a387 (diff)
I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4c4dff54b..a22da0da8 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