> From: Allan > Date: Sat, 28 Sep 2002 21:01:05 -0400 > > What I'm asking is: how's the best way to go about this? Stop the > copying of AC_TRY_LINK_FUNC(C) to AC_TRY_LINK_FUNC(C++), and generate > C++ -usable code with versatility in the function-call?
Yes. I think we need to rethink AC_TRY_LINK_FUNC entirely for C++. The user needs to supply a sample call, not just the function name.
