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 )



_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to