Re: macro name as literal string?

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

 



On 12/12/03 04:58 Andreas Schwab spoke thusly<br>
Bob Lockie <bjlockie@xxxxxxxxx> writes:


I want to have the following but having the text AH_TEMPLATE is picked up
by autoheader and a blank #undef is created.

AC_CHECK_FILE( [acconfig.h], AC_MSG_ERROR( [the config template is created
by the AH_TEMPLATE commands in configure.in|ac so delete acconfig.h] ), )


Try enclosing the second argument of AC_CHECK_FILE in [].  Underquoted
arguments are the topmost source of errors.

Andreas.

Like that?


AC_CHECK_FILE( [acconfig.h], [AC_MSG_ERROR( [the config template is created by the AH_TEMPLATE commands in configure.in|ac so delete acconfig.h] )], )

It didn't work.



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux