Re: MKDIR_P vs. mkdir_p and automake versions

2008-05-13 Thread Ralf Corsepius
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

Re: MKDIR_P vs. mkdir_p and automake versions

2008-05-13 Thread Ralf Corsepius
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

Getting ARFLAGS to work...

2008-05-13 Thread Ed Hartnett
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

Re: How to install doxygen-generated HTML documentation?

2008-05-13 Thread Peter Simons
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

Re: MKDIR_P vs. mkdir_p and automake versions

2008-05-13 Thread Stepan Kasal
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?

Re: How to install doxygen-generated HTML documentation?

2008-05-13 Thread Stepan Kasal
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' >

Re: MKDIR_P vs. mkdir_p and automake versions

2008-05-13 Thread David Bruce
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

Re: MKDIR_P vs. mkdir_p and automake versions

2008-05-13 Thread Stepan Kasal
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