autoconf
[Top][All Lists]
Advanced

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

Re: autoheader: warning: missing template


From: Sam Steingold
Subject: Re: autoheader: warning: missing template
Date: Wed, 22 Apr 2009 09:10:42 -0400

On Tue, Apr 21, 2009 at 8:49 PM, Noah Misch <address@hidden> wrote:
> On Tue, Apr 21, 2009 at 05:51:33PM -0400, Sam Steingold wrote:
>> cd vacall && PATH/autoheader --include=PATH
>> autoheader: warning: missing template: __IREG_FLOAT_RETURN__
>> autoheader: Use AC_DEFINE([__IREG_FLOAT_RETURN__], [], [Description])
>
>>>   *yes) AC_DEFINE([__IREG_FLOAT_RETURN__]) ;;
>
> This warning refers to the lack of a third argument to AC_DEFINE.  autoheader
> expects you to use the three-argument form habitually.
>

Nope, replacing the above with

 *yes) AC_DEFINE([__IREG_FLOAT_RETURN__],[],[foo]) ;;

did not change anything: the same error is signaled.

-- 
Sam Steingold <http://sds.podval.org>




reply via email to

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