Re: "$(MAKE) %STAMP%" without $(AM_MAKEFLAGS)?

2005-08-07 Thread Alexandre Duret-Lutz
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes: SK> Hello, SK> I have noticed the following: SK> file lib/am/remake-hdr.am contains command SK> $(MAKE) %STAMP% SK> while I'd expect the usual $(MAKE) $(AM_MAKEFLAGS) %STAMP% for the SK> recursive call of make. SK> Similar with %DIRST

Re: AM_PROG_MKDIR_P overcautious?

2005-08-07 Thread Alexandre Duret-Lutz
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes: SK> Hello, SK> regarding the bug report about `mkdir -p -- .', archived at: SK> http://lists.gnu.org/archive/html/bug-automake/2004-07/msg00052.html SK> I think that the problem described here is a bug in a vendor mkdir. SK> Generally, mkd

Re: AM_PROG_MKDIR_P overcautious?

2005-08-07 Thread Stepan Kasal
Hello Alexandre, On Sun, Aug 07, 2005 at 10:09:54AM +0200, Alexandre Duret-Lutz wrote: > OK. Let's just fix the comment then. thank you for resolving that. I think the last part of your patch should be reverted, though: ># On NextStep and OpenStep, the `mkdir' command does not ># recog

Re: AM_PROG_MKDIR_P overcautious?

2005-08-07 Thread Stepan Kasal
Hello, I understand why most of my patch was rejected, but one question remains. What would be wrong with this: - define_variable ('mkinstalldirs', '$(install_sh) -d', INTERNAL); + define_variable ('mkinstalldirs', '$(mkdir_p) .', INTERNAL); I think it could make the make output more r

Re: No AM_YFLAGS support within conditionals

2005-08-07 Thread Alexandre Duret-Lutz
>>> "JL" == Juergen Leising <[EMAIL PROTECTED]> writes: [...] JL> src/libbsql/Makefile.am:8: automake does not support AM_YFLAGS JL> being defined conditionally JL> automake: JL> automake: ## Internal Error ## JL> automake: JL> automake: undefined con