autoconf
[Top][All Lists]
Advanced

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

AC_CHECK_DECL+autoheader ==> nothing in config.h.in?


From: Sam Steingold
Subject: AC_CHECK_DECL+autoheader ==> nothing in config.h.in?
Date: 27 Jul 2003 00:20:05 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I put AC_CHECK_DECL(signgam) in configure.in to check for the lgamma()
sign indicator.
I expected autoheader to place "#undef HAVE_DECL_SIGNGAM" in
config.h.in, but it does not do that.
Do I _have_ to use the full version, like
AC_CHECK_DECL(signgam,
 AC_DEFINE([HAVE_DECL_SIGNGAM],[1],[lgamma sign is in signgam]),
 AC_DEFINE([HAVE_DECL_SIGNGAM],[0],[lgamma sign is not available]),
 [#include <math.h>] )
?? [I guess I do - because of math.h, but, still, AC_CHECK_DECL was
supposed to put something in config.h.in, right?]
-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
Lisp: it's here to save your butt.





reply via email to

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