Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Maybe we need a notion "this macro requires Automake >= 1.10, if you use > Automake", to be used inside AC_PROG_MKDIR_P. Alternatively, we could > just document that usage of both Automake and AC_PROG_MKDIR_P requires > AM_INIT_AUTOMAKE([1.10])
I think my worry is a bit more general than that, in that AC_PROG_MKDIR_P requires AC_PROG_INSTALL, but it's not clear to me what happens in general if both AC_PROG_INSTALL and Automake are attempting to set $INSTALL. I haven't had time to look into it yet.
