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
Howdy all!
I need to get a freeware scientific library to build on AIX in 64-bit,
and the way to do that is to use the -q64 options with compilers, and
the "-X64 cru" option with ar. But although I set ARFLAGs, I get only
the default "cru".
libtool: compile: xlc -DHAVE_CONFIG_H -I. -I.. -I../for
Hi Stepan.
> [Could] you post a self-contained example made from your
> project which I could edit to get it through distcheck?
A simple project is attached below. Run the following commands to
configure it:
autoreconf -i -s && ./configure --prefix=`pwd`/_dist
The 'dist' and 'install' targe
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?
Hello again, Peter,
On Mon, May 05, 2008 at 07:07:54PM +0200, Peter Simons wrote:
> > Another way is to do all the necessary work manually: defining
> > install-data-local, uninstall-local, etc. That should be safer.
>
> Thank you for the recommendation. I tried it. Both 'dist' and 'install'
>
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