Re: autoheader: warning: missing template

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

 



On Tue, Apr 21, 2009 at 8:49 PM, Noah Misch <noah@xxxxxxxxxxxx> 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>


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf


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

  Powered by Linux