autoconf
[Top][All Lists]
Advanced

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

Re: autoheader: warning: missing template


From: Ralf Wildenhues
Subject: Re: autoheader: warning: missing template
Date: Thu, 23 Apr 2009 23:36:02 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* Sam Steingold wrote on Thu, Apr 23, 2009 at 09:17:40PM CEST:
> On Wed, Apr 22, 2009 at 2:24 PM, Ralf Wildenhues <address@hidden> wrote:
> >> Nope, replacing the above with
> >>
> >>  *yes) AC_DEFINE([__IREG_FLOAT_RETURN__],[],[foo]) ;;
> >>
> >> did not change anything: the same error is signaled.

> $ cat aclocal.m4
[...]
> case "$ffcall_cv_c_float_return_ireg" in
>   *yes) AC_DEFINE([__IREG_FLOAT_RETURN__]) ;;

This doesn't have the replacement above.  If you use autoheader, you
need to provide one full template for each define.

>   *no) ;;
> esac
> ])
> $ autoheader
> autoheader: warning: missing template: __IREG_FLOAT_RETURN__
> autoheader: Use AC_DEFINE([__IREG_FLOAT_RETURN__], [], [Description])

Cheers,
Ralf




reply via email to

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