Re: Changing mkinstalldirs to avoid using mkdir -p

2004-02-11 Thread Alexandre Duret-Lutz
Nathanael Nerode [EMAIL PROTECTED] writes: +# Solaris 8's mkdir -p isn't thread-safe! If you mkdir -p a/b and +# mkdir -p a/c at the same time, both will detect that a is missing, +# one will create a, then the other will try to create a and die with +# a File exists error. So we have to

installing headers files in /usr/local/include...

2004-02-11 Thread Eric Tchepannou
Hello all, I have written (I am still writing actually) an application and use automake/autoconf. I would like to have my headers to be installed under /usr/local/include when applying make install. I wonder if someone can help me how to reach this with automake. Thanks for any contribution.

Re: installing headers files in /usr/local/include...

2004-02-11 Thread Andreas Schwab
Eric Tchepannou [EMAIL PROTECTED] writes: Hello all, I have written (I am still writing actually) an application and use automake/autoconf. I would like to have my headers to be installed under /usr/local/include when applying make install. I wonder if someone can help me how to reach

AM_INIT_AUTOMAKE Call in Automake 1.7

2004-02-11 Thread Drummonds, Scott B
Hi, everyone, Replies I got from this group with regards to a problem I was having in my build environment (that used Automake 1.4) led me to request a version upgrade. I am now able to use Automake 1.7. (Better, eh?) After running automake on my existing configure.in, I received the following

RE: AM_INIT_AUTOMAKE Call in Automake 1.7

2004-02-11 Thread Drummonds, Scott B
From: [EMAIL PROTECTED] I'm not sure, but I think another possibility might be that the right aclocal program is still finding the old 1.4 macros. Hmmm... I think you're on to something. The previous build owner added some additional macros to the default source of aclocal macros. He put