From: Geoffrey F. <fu...@us...> - 2002-03-13 19:28:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22329/cf Modified Files: configure.in dyndrv.in initlib.in Log Message: Reorganize the inclusion of dyndrv.in so that we can use $(PLLIBS), and thereby shut off the spurious regeneration of all the dynamic drivers. The prior worry about definition of DYNLOAD_STUFF was unfounded: when there are no dynamic drivers, the target will still work, it just won't have any work to do. So no harm in running it every time, whether we have dynamic drivers or not. |