From: Teemu I. <tpi...@gm...> - 2005-02-28 12:11:01
|
On Sun, 27 Feb 2005 18:08:36 -0500, Paul Kienzle <pki...@us...> wrote: > On Feb 27, 2005, at 1:36 PM, Teemu Ikonen wrote: > > graceplot is based on the Grace command interpreter, which is not > > supported > > in the Grace 5.99 version. Without it, interfacing external > > applications will be hard, if not impossible. > > Can you test for this somehow, preferably at runtime, but at configure > time if necessary? I added a test to toggle_grace_use.m. It should now refuse to turn on Grace support if the Grace version string is above 5.2, or if the xmgrace binary is not found. Teemu |