From: Rafael L. <rla...@us...> - 2003-12-31 01:46:24
|
Update of /cvsroot/plplot/plplot/bindings/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12448/bindings/tk Modified Files: Makefile.am Log Message: Sane behavior of TCL_DIR, LIB_DIR, and BIN_DIR. TCL_DIR: Made coherent the AC_SUSTitution for bindings/{tcl,tk}/Makefile.am and the #define for bindings/tcl/tclAPI.c. They both are prefixed by $datadir now. LIB_DIR & BIN_DIR: Made those Autotools-friendly. They are now defined as $libdir and $bindir, respectively. Besides this, LIB_DIR does not need to be AC_DEFINEd and BIN_DIR does not need to be AC_SUBSTituted, so removed those calls. |