autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with AC_ARG_ENABLE, AC_ARG_WITH


From: Tim Post
Subject: Re: Help with AC_ARG_ENABLE, AC_ARG_WITH
Date: Sat, 10 May 2008 11:09:42 +0800

On Fri, 2008-05-09 at 09:41 -0600, John Calcote wrote:
> Tim,
> 
> If you want to pass these into your Makefile.in templates, use
> 
>    AC_SUBST(ac_with_user)
> 
> then they'll be available as substitution variables (eg., @ac_with_user@)
> 
> If you want to go farther and create cpp macro definitions in your
> config.h.in template (automatically if you're using autoheader) then use
> 
>    AC_DEFINE(ac_with_user)

John, thanks! That's exactly what I needed.

Regards,
--Tim

-- 
Monkey + Typewriter = Echoreply ( http://echoreply.us )





reply via email to

[Prev in Thread] Current Thread [Next in Thread]