This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
AC_REPLACE_FUNCS (was: Conditional modules and libraries.)
- From: Bill Moseley <moseley at hank dot org>
- To: automake at gnu dot org
- Date: Wed, 26 Mar 2003 23:36:48 -0800 (PST)
- Subject: 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