From: Rafael L. <rla...@us...> - 2003-09-18 07:16:39
|
Update of /cvsroot/plplot/plplot In directory sc8-pr-cvs1:/tmp/cvs-serv18084 Modified Files: acinclude.m4 Log Message: Added the macro GET_DLNAME(STEM,VERSION_INFO,VARIABLE) to guess the dlname of a library to be installed by libtool. For instance, if the following code is used in configure.ac: GET_DLNAME([plplottcltk$LIB_TAG], [$SOVERSION], [DLNAME_TCL]) echo $DLNAME_TCL it will produce: libplplottcltkd.so.5 Notice that the code above will work only if placed after the call to AM_PROG_LIBTOOL and the definitions of $SOVERSION and $LIB_TAG. |