Don't use `install -d` to create directories.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 25 Sep 2011 15:48:50 +0000 (15:48 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 25 Sep 2011 15:48:50 +0000 (15:48 +0000)
commite9eda14ca67dc0ff567c50f2efc4f848e1d72164
tree0bb0efc6edf4b816c48155d87116373f4cb17c40
parent829c8572da9ee3c79686cae3cfeb0636852c13a2
Don't use `install -d` to create directories.

Always use `mkdir -p`, as install is problematic with regard to
permissions.

Fixes #13452.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/aclocal/bakefile.m4
configure