* Sam Steingold wrote on Thu, Apr 23, 2009 at 09:17:40PM CEST: > On Wed, Apr 22, 2009 at 2:24 PM, Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> 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 _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf