Along the same lines as conditinal linking, what would be the recommended
way to do AC_REPLACE_FUNCS() when building multiple libraries?

For example:

  AC_REPLACE_FUNCS(vsnprintf mkstemp)

but vsnprintf needs to be added to one library, and mkstemp to another, so
I can't use $(LTLIBOBJS) on both libraries (which are both linked into the
same executable).

Thanks,


-- 
Bill Moseley [EMAIL PROTECTED]



Reply via email to