autoconf
[Top][All Lists]
Advanced

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

Re: macro name as literal string?


From: Andreas Schwab
Subject: Re: macro name as literal string?
Date: Fri, 12 Dec 2003 10:58:29 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

Bob Lockie <address@hidden> 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.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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