On 12/16/2014 05:00 PM, Hans-Bernhard Bröker wrote:
> Hello all,
>
> I went ahead and committed the auto tools update mentioned in two
> earlier discussions. The only major difference you're likely to notice
> is that configure.in has been renamed configure.ac. CVS doesn't really
> support file renames, so this had to be done by adding the new and
> dropping the old.
I've tested by doing the --without-lua, --with-lua configuration and
things work as planned:
[sebald@ ~]$ gnuplot
G N U P L O T
Version 5.1 patchlevel 0 last modified 2014-12-16
[snip]
gnuplot> help tikz
Sorry, no help for 'tikz'
gnuplot> exit
[sebald@ ~]$ gnuplot
G N U P L O T
Version 5.1 patchlevel 0 last modified 2014-12-16
[snip]
gnuplot> help tikz
This driver creates output for use with the TikZ package of graphics
macros
in TeX. It is currently implemented via an external lua script, and
`set term tikz` is a short form of the command `set term lua tikz`.
See `term lua` for more information. Use the command `set term tikz help`
to print terminal options.
Thanks,
Dan
|