This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AC_REPLACE_FUNCS (was: Conditional modules and libraries.)


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 moseley at hank dot org




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]