From: Maurice L. <ml...@us...> - 2002-01-20 09:05:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv2610 Modified Files: configure.in Log Message: Changes in order to get the new config code working for both static & dynamic devices with device exclusion, notably from the tek family: - Changed the PL_DYNAMIC_DRIVER_LIST and PL_device_driver_pair_list to list the actual device name rather than the entry used in the dispatch table (e.g. "tek4010" rather than "tekt"), to fix the configure arguments and variables used for overriding the defaults. - Rewrote the loop that generates drivers/drivers.db. Now iterates over the variable DYNAMIC_DEVICES (was DYNAMIC_DRIVERS), where the former holds actual device names, in order to get a single-device match. Each target in the case statement now is for a single device. Doing it this way allows per-device inclusion, instead of it being en masse. |