autoconf
[Top][All Lists]
Advanced

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

I can't seem to set the AC_DEFINE value....


From: Bruce Korb
Subject: I can't seem to set the AC_DEFINE value....
Date: Wed, 27 Mar 2002 21:48:43 -0800

Hi,

It would be really, really convenient to be able to
shell-evaluate the value inserted into the config.h file.
Unfortunately, this construct:

> cat >>confdefs.h <<\_ACEOF
> #define REGEX_HEADER "<${ag_cv_with_regex_header}>"
> _ACEOF

gets in my way.  I would really, really prefer to not be
forced to have some funny -DREGEX_HEADER="${AG_REGEX_HEADER}"
on all the compile command lines.  As far as I can tell,
there is no real need to quote the _ACEOF.



reply via email to

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