From: Rafael L. <rla...@us...> - 2003-03-24 09:14:22
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv30958/drivers Modified Files: Makefile.am Log Message: Made check for perl always occur in configure (at Alan's request). I agree that this seem necessary, since perl is called to build the tclAPI stuff in the drivers/ directory. I have never noticed that and found very strange that we have this duplication of code in respect to bindings/tcl. I am almost sure that it must be an elegant way to avoid this duplication. Also, for consistency, changed "perl" to "$(PERL)" in drivers/Makefile.am. |