summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-21 23:00:02 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-21 23:00:02 +0200
commit1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec (patch)
tree82e4173f4dcdb6b0b7f5c050cab559ed3bc9f798 /src/configure.ac
parenta701b3b6f0f06ac0c9fcc75c6c34a1258fc3b1a2 (diff)
downloadvim-git-1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec.tar.gz
patch 8.0.0576: can't build when configure choses "install-sh"v8.0.0576
Problem: Can't build when configure choses "install-sh". (Daniel Hahler) Solution: Always use install-sh. Fix remaining use of mkinstalldirs. (closes #1647)
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac
index e59f86be1..cdf39b3a9 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -17,7 +17,6 @@ AC_PROGRAM_EGREP dnl required by AC_EGREP_CPP
AC_PROG_FGREP dnl finds working grep -F
AC_ISC_POSIX dnl required by AC_C_CROSS
AC_PROG_AWK dnl required for "make html" in ../doc
-AC_PROG_MKDIR_P dnl portable "mkdir -p", also works in parallel
dnl Don't strip if we don't have it
AC_CHECK_PROG(STRIP, strip, strip, :)