Re: help setting LDFLAGS and CFLAGS within AC_ARG_ENABLE

2005-08-21 Thread Noah Misch
On Fri, Aug 19, 2005 at 10:02:37AM +0200, Ralf Wildenhues wrote: * doc/autoconf.texi (Defining Symbols, Changed Results): Prepend to LIBS, not append, in examples. Applied. ___ Autoconf mailing list [EMAIL PROTECTED]

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. If