Hello,
> SK> is there any reason why mkdir_p still sometimes falls back to
> SK> mkinstalldirs? I think the code will be nicer if we'll use
> SK> `install-sh -d' as a universal fallback.
>
> Yeah, the makefile used mkinstalldirs when it was present, and they
> still do for backward compatibil
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> Hi,
SK> is there any reason why mkdir_p still sometimes falls back to
SK> mkinstalldirs? I think the code will be nicer if we'll use
SK> `install-sh -d' as a universal fallback.
Yeah, the makefile used mkinstalldirs when it was present
Hi,
is there any reason why mkdir_p still sometimes falls back to
mkinstalldirs? I think the code will be nicer if we'll use
`install-sh -d' as a universal fallback.
Patch attached.
Thanks,
Stepan Kasal
2005-07-29 Stepan Kasal <[EMAIL PROTECTED]>
* m4/mkdirp.m4 (AM_PROG_MKDI