Teach mkinstalldirs how to shut up about making directories.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17209 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/autoconf/mkinstalldirs b/autoconf/mkinstalldirs
index 6fbe5e1..4b94bb9 100755
--- a/autoconf/mkinstalldirs
+++ b/autoconf/mkinstalldirs
@@ -75,7 +75,7 @@
 case $dirmode in
   '')
     if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
-      echo "mkdir -p -- $*"
+      # echo "mkdir -p -- $*"
       exec mkdir -p -- "$@"
     else
       # On NextStep and OpenStep, the `mkdir' command does not