]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Generalize AC_CHECK_DECL for C++: allow optional arguments.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Tue, 1 Jun 2010 18:06:54 +0000 (20:06 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 1 Jun 2010 20:47:47 +0000 (22:47 +0200)
commit03bf155e9babf32e7d96c2179836637a38d59d21
treef4569dce99087a09b0d7c621764b5cf3e139cccf
parentf44e1243ec5207a8d01b0e9e04f4b8f4799895bc
Generalize AC_CHECK_DECL for C++: allow optional arguments.

* general.m4 (_AC_CHECK_DECL_BODY): Process trailing function
argument types as arguments to use for C++.
(_AC_CHECK_DECLS): Filter out trailing function argument types
when generating the HAVE_DECL_* macro.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autoconf/general.m4