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.

Attachment: pgpTYe0mppAmg.pgp
Description: PGP signature

_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to