From: Rafael L. <rla...@us...> - 2001-06-02 08:39:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv32542 Modified Files: plplot-config.in Log Message: Included braces ({}) around matrix_lib in the parameter expansion part. When @LIB_TAG@ was replaced by "d" a variable $matrix_libd was referenced, which obviously is a bug. Now, we have ${matrix_lib}d in the parameter expansion part, which has the desired behavior. |