On Tue, 2008-05-13 at 07:55 -0400, David Bruce wrote:
> Hi,
>
> On Tuesday 13 May 2008 04:37:16 am Stepan Kasal wrote:
> > Hello,
> >
> > > On Mon, 2008-05-12 at 11:22 -0400, David Bruce wrote:
> > > > "MKDIR_P" is recommended but requires automake-1.10 or higher. [...]
> > > > is there an acce
On Tue, 2008-05-13 at 10:37 +0200, Stepan Kasal wrote:
> Hello,
>
> > On Mon, 2008-05-12 at 11:22 -0400, David Bruce wrote:
> > > "MKDIR_P" is recommended but requires automake-1.10 or higher. [...]
> > > is there an acceptable workaround?
>
> forgive me stating the obvious, but the workaround
On Tue, May 13, 2008 at 07:55:26AM -0400, David Bruce wrote:
> On Tuesday 13 May 2008 04:37:16 am Stepan Kasal wrote:
> > > On Mon, 2008-05-12 at 11:22 -0400, David Bruce wrote:
> > > > "MKDIR_P" is recommended but requires automake-1.10 or higher. [...]
> > > > is there an acceptable workaround?
Hi,
On Tuesday 13 May 2008 04:37:16 am Stepan Kasal wrote:
> Hello,
>
> > On Mon, 2008-05-12 at 11:22 -0400, David Bruce wrote:
> > > "MKDIR_P" is recommended but requires automake-1.10 or higher. [...]
> > > is there an acceptable workaround?
>
> forgive me stating the obvious, but the workarou
Hello,
> On Mon, 2008-05-12 at 11:22 -0400, David Bruce wrote:
> > "MKDIR_P" is recommended but requires automake-1.10 or higher. [...]
> > is there an acceptable workaround?
forgive me stating the obvious, but the workaround is to use
$(mkdir_p). It will work in Automake 1.10.x, perhaps even
On Mon, 2008-05-12 at 11:22 -0400, David Bruce wrote:
> Hello,
>
> If I understand correctly, "MKDIR_P" is recommended but requires
> automake-1.10
> or higher. Is this right?
Correct.
C.f. info Automake
If you are using Automake, there is normally no reason to call this
macro, be
Hello,
If I understand correctly, "MKDIR_P" is recommended but requires automake-1.10
or higher. Is this right? I recently had a new developer on our free
project tell me he needed to replace "MKDIR_P" with "mkdir_p" in the
autotools-generated makefiles to get the project to build, and I'm w