automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_REPLACE_FUNCS (was: Conditional modules and libraries.)


From: Bill Moseley
Subject: AC_REPLACE_FUNCS (was: Conditional modules and libraries.)
Date: Wed, 26 Mar 2003 23:36:48 -0800 (PST)

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 address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]