]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Define HAVE_DECL_FOO both to 1 if found and 0 otherwise.
authorAkim Demaille <akim@epita.fr>
Tue, 15 Feb 2000 09:33:59 +0000 (09:33 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 15 Feb 2000 09:33:59 +0000 (09:33 +0000)
commit7e4260dccb3eccb5834bb01b76205fe2ac931250
tree3e3923cdfc0fff82de0d2d9417b8faadaac41d5d
parentde931b4d3061578bbabe561bd54ee70b46f29044
Define HAVE_DECL_FOO both to 1 if found and 0 otherwise.

* acgeneral.m4 (AC_CHECK_DECLS): Define HAVE_DECL_FOO to 1 instead
of NEED_FOO_DECL if found.  Define to 0 if not found.
* autoheader.m4 (AC_CHECK_DECLS): Template HAVE_DECL_FOO.
* tests/semantics.m4 (AC_CHECK_DECLS): Adjusted.
* doc/autoconf.texi (Generic Declarations): Adjusted.
ChangeLog
acgeneral.m4
autoconf.texi
autoheader.m4
doc/autoconf.texi
lib/autoconf/general.m4
tests/semantics.m4