From: Geoffrey F. <fu...@us...> - 2001-03-21 21:23:58
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv20394/cf Modified Files: Tag: dyndrv_1 configure.in Log Message: Add some comments to describe the purpose of the code I added yesterday. Shouldda done it before... Touch .plcfg in the config dir (tmp) before anything else has happened. This lets us use find -newer .plcfg to figure out everything configure has set up, which allows a proper clean target to remove just the right stuff, without having to say "rm *" and get the usual message about CVS being a directory. Instead, by touching .plcfg, we have a date-stamp to refer against. Pull in the dynamic drivers makefile component, if dynamic (loadable) device drivers are enabled. When setting up the config, make a subdir for the drivers. This will be used for testing, then replicated at install time to the $prefix region. |