Re: using a macro inside AC_OUTPUT



ERDI Gergo wrote:

On Thu, 13 Feb 2003, James Henstridge wrote:

Try using the AC_CONFIG_FILES() macro. You can make any number of calls to AC_CONFIG_FILES(), so it might serve your purpose.

That solves nothing, since the real issue is automake not doing real m4
evaluation of configure.in -- so it won't pick up macros from
AC_CONFIG_FILES either.
Maybe try using automake 1.7? It actually uses autoconf's trace functionality to parse the configure.in file, so should handle this correctly (it essentially parses the output of "autoconf --trace=AC_CONFIG_FILES").

James.

--
Email: james daa com au
WWW:   http://www.daa.com.au/~james/






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