wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Create directory paths before calling install. #13

Closed tmmcguire closed 9 years ago

tmmcguire commented 9 years ago

See Issue #12 (Error when installing to new directory).

Add the autoconf test AC_PROG_MKDIR_P. Use MKDIR_P to ensure intermediate directories exist before running install.

wryun commented 9 years ago

Thanks!