> From: John Poltorak <[EMAIL PROTECTED]>
> Date: Wed, 6 Mar 2002 16:49:21 +0000
> 
> what I'm looking for is a way of adding platform specific plugins 
> which don't need to be incorporated into Autoconf itself, but Autoconf 
> will call them if they exist.

Presumably you can build the plugin and add it to LIBS before invoking
AC_CHECK_LIB or AC_TRY_RUN.  But I expect it will be a bit of a
hassle.  For example, if the plugin supplies .h files I guess you'll
also need to modify CPPFLAGS.

Reply via email to