From: Rafael L. <rla...@us...> - 2001-04-13 08:00:13
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv3751 Modified Files: Tag: AM-LT Makefile.am Log Message: Added support for generation of libraries with tagged name in case of use of PL_DOUBLE. The trick is done using Automake conditionals (with_double) and has been implemented for libplplot, libplcxx, and libplf77. The definition of the library version number (a la Libtool) is done now in configure.in (look at variable SOVERSION) and is AC_SUBSTituted. |