there was a discussion on the list back in 2006/07 about adding an AM_LIBADD.
what came of that?
i ask because the DSO link change has broken many unit test makefiles that
relied on libtool generated libs to gather all the dependencies. I've resorted
to touching AM_LDFLAGS on each of the aff
Dave Hart wrote:
On Fri, Mar 5, 2010 at 19:25 UTC, Charles Brown wrote:
>
> Very new to automake, and can't find an answer to this; What would be
put in
> configure.ac to determine whether the detected preprocessor/compiler
> automatically supplies -I/usr/local/includ
Ralf Wildenhues wrote:
Hello Charles,
* Charles Brown wrote on Fri, Mar 05, 2010 at 08:25:53PM CET:
> Very new to automake,
Well, welcome then!
thank you.
Well if you need the flag at configure time, add it to CPPFLAGS, either
by the user as above, or by you in configure.ac. But I wo
Very new to automake, and can't find an answer to this; What would be
put in configure.ac to determine whether the detected
preprocessor/compiler automatically supplies -I/usr/local/include (for
example, g++ does, but sun CC does not), and if not, how to add it to
some CFLAGS variable?
I tr