summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-09-13 23:53:16 +0200
committerWerner Lemberg <wl@gnu.org>2015-09-13 23:53:16 +0200
commitff7d64040411b895bf72e0cc7832b82b8fcb3e7d (patch)
tree3ee869446b5d906f6d640dc4662366fda91c8f6c /autogen.sh
parent3df92aa04cf7c537ac9b3f64a8e03168db10c60a (diff)
downloadfreetype2-ff7d64040411b895bf72e0cc7832b82b8fcb3e7d.tar.gz
Replace `mkinstalldirs' with AC_PROG_MKDIR_P.
* builds/unix/mkinstalldirs: Removed, no longer needed. * builds/unix/configure.raw: Call `AC_PROG_MKDIR_P'. Update pwd call for `$INSTALL'. * builds/unix/unix-def.in (MKINSTALLDIRS): Use `@MKDIR_P@'. * autogen.sh: Updated.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0693e9f92..8f05b2da7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -156,7 +156,6 @@ run aclocal -I . --force
run $LIBTOOLIZE --force --copy --install
run autoconf --force
-chmod +x mkinstalldirs
chmod +x install-sh
cd ../..