Re: help setting LDFLAGS and CFLAGS within AC_ARG_ENABLE

2005-08-19 Thread Ralf Wildenhues
Hi Patrick, * J. Patrick Bedell wrote on Fri, Aug 19, 2005 at 03:52:17AM CEST: > I am trying to modify the configure.in file of a pre-existing > project (CVS) to include a CFLAGS and LDFLAGS addition when I find the > libraries I'm looking for. The content of the addition that I am making

Re: help setting LDFLAGS and CFLAGS within AC_ARG_ENABLE

2005-08-19 Thread Stepan Kasal
Hello Patrick, I haven't read your code snippet thouroughly either, but I have a few comments, too: > > AC_ARG_ENABLE( > > [certification], > > AC_HELP_STRING( > > [--enable-certification], > > [Include code for interfacing to an information currency server. > > (default)]), , >

Re: help setting LDFLAGS and CFLAGS within AC_ARG_ENABLE

2005-08-19 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Fri, Aug 19, 2005 at 03:02:34PM CEST: > > On Fri, Aug 19, 2005 at 10:02:37AM +0200, Ralf Wildenhues wrote: > > but I think Autoconf sanitizes the $enable_* variables so that it is not > > necessary to do so (`-' is changed to `_'). > > No, this is not true.

Re: Problems with linking tests with fortran

2005-08-19 Thread Ralf Wildenhues
Hi Laurence, * L. D. Marks wrote on Mon, Aug 01, 2005 at 11:19:56AM CEST: > I've run into some problems writing some tests for intrinsics in fortran > -- there are subtle (annoying) differences between these for different > systems, so this is exactly what autoconf should be able to handle. It > l