From: Rafael L. <rla...@us...> - 2001-02-13 21:07:21
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv20711 Modified Files: configure Log Message: Added plplot-config script, which provides cflags and linkage information for compiling PLplot applications. This scripts replaces plplot_linkjage, which was previously generated during the make process. The source file is cf/plplot-config.in, in which several variables are AC_SUBST'ituted. Some files in cf/ have been changed in order to make this work. The most important change regards the variables {PL,MAT,CXX}LIB_NAME, whose values are set in configure.in instead of in the Makefile-fragment init.in. This seems more logical, at any rate. Also, install.in was changes to install plplot-config instead of generating plplot_linkage. |