Alon Bar-Lev wrote:
On 3/28/08, Roumen Petrov <[EMAIL PROTECTED]> wrote:
You request is to change library name. So I could not understand what is
related to SONAME. It came as a surprise to me to allow user(verdor) to
change library name at configure time.
It for generating a differnet module using automake. At the end SONAME
matches the module name.
So with automake makefile like this :
lib_LTLIBRARIES = @[EMAIL PROTECTED]
@[EMAIL PROTECTED] = module.c
@[EMAIL PROTECTED] = -module -avoid-version
where MODULE is substituted by configure you can get result.
Roumen
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool