diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-24 13:17:22 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-24 13:18:12 -0400 |
commit | 9fc745ae9fbbc24ce3f6fa5728c36fa6819b85a7 (patch) | |
tree | 4f60eaacfaa22a76ca6752bb92087458e9245b1f /build/configure.ac.tools | |
parent | b5b1134c2c84996bd8e019d5908b18db876137dc (diff) |
Revert "[build] Use mkdir -p portability macros"
This reverts commit 03c37f56b2d3ecc0e197194364b216183dacc24a.
The AC_PROG_MKDIR_P is also one of those autoconf macros defined
in newer versions only. Since we use mkdir -p in releasing scripts
only, it's not a big deal if it's not portable.
Diffstat (limited to 'build/configure.ac.tools')
-rw-r--r-- | build/configure.ac.tools | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/configure.ac.tools b/build/configure.ac.tools index 6ff9df78..a24dbcec 100644 --- a/build/configure.ac.tools +++ b/build/configure.ac.tools @@ -2,7 +2,6 @@ AC_PATH_PROG(FIND, find) AC_PATH_PROG(XARGS, xargs) -AC_PROG_MKDIR_P AC_PROG_CC AC_PROG_CPP AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency) |