variables containing newline characters

2007-05-04 Thread James Willenbring
Hello, I am attempting to move the Trilinos project from Automake 1.8.2 to 1.10. I am having trouble with variables that span multiple lines. Since some of the variables that we commonly use can have hundreds of characters, it is common to use newline characters to break them up. That has

autotools on mac os x

2007-05-04 Thread didyeah971
Hi, i am using Mac OS X 10.4.9, distributed with autoconf 2.59, automake 1.6.3 and i need at least automake 1.9.6 to run some apache software. The problem is that i am new to autotools and i can't find any manual or tuto to explain how to upgrade automake or autoconf, and libtools. Could you give

Non-standard-name library build rule

2007-05-04 Thread Frode Øijord
Hi, I'm having some difficulties with automake1.10. I'm not able to use a nonstandard library name in a Makefile.am: lib_LIBRARIES = foo.lib I need this (along with a custom build rule) to be able to build .lib files on windows with MSVC. Is there a way to get around this? Best regards, F

Re: autotools on mac os x

2007-05-04 Thread Paul F. Kunz
> On Fri, 4 May 2007 09:10:24 -0700 (PDT), didyeah971 <[EMAIL PROTECTED]> > said: > Hi, i am using Mac OS X 10.4.9, distributed with autoconf 2.59, > automake 1.6.3 and i need at least automake 1.9.6 to run some apache > software. The problem is that i am new to autotools and i can't > f

Re: autotools on mac os x

2007-05-04 Thread Robert J. Hansen
Could you give me an hand, i have been searching for 2 entire days.. Try Fink. http://fink.sourceforge.net

Re: autotools on mac os x

2007-05-04 Thread Tsuna
On Fri, May 4, 2007 18:10, didyeah971 said: > > Hi, i am using Mac OS X 10.4.9, distributed with autoconf 2.59, automake > 1.6.3 and i need at least automake 1.9.6 to run some apache software. > The problem is that i am new to autotools and i can't find any manual or > tuto to explain how to upgrad