Hi,

A question. Isn't it possible to solve this issue by a

m4_ifdef(
  [AM_PROG_MKDIR_P],
  [AM_PROG_MKDIR_P],        // automake >= 1.8
  [...old solution...]      // automake <= 1.7
)

Maybe you could forward this to upstream.

Regards, Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to