Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeam committed Nov 18, 2016
1 parent 6fc46ec commit 8175cea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Expand Up @@ -7,10 +7,10 @@
manually uncomment the commented-out #include statement in term.h.
GmbH dropped support in 2007 for the free (as in beer) but license-
restricted version of PDFlib. The gnuplot pdf driver has not been
touched since 2010 other than trivial bug to accommodate new default
terminal settings for version 5. PDF output remains possible using
the pdfcairo terminal, any latex terminal + pdflatex, the export menu
provided by the wxt and qt interactive terminals.
touched since 2010 other than to accommodate new default terminal
settings for version 5. PDF output remains possible using the pdfcairo
terminal, any latex terminal + pdflatex, and the export menu provided by
the wxt and qt interactive terminals.

* docs/gnuplot.doc docs/plotstyles.gnu docs/titlepag.tex:
Repair broken hyperlink in docs. Use color in the histogram plot
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in for gnuplot on Unix.
dnl
dnl $Id: configure.ac,v 1.23 2016-11-17 22:57:20 sfeam Exp $
dnl $Id: configure.ac,v 1.24 2016-11-18 05:51:30 sfeam Exp $
dnl
dnl this is actually major.minor ...
dnl note that for a non-beta release, we need to disable DEVELOPMENT_RELEASE
Expand Down Expand Up @@ -108,7 +108,7 @@ test x"$EMACS" = xt && EMACS=
AC_CHECK_PROGS(EMACS, emacs xemacs, no)

dnl Allow manual specification of tex
AC_ARG_WITH(latex,[ --without-latex disable latex support, (default enable)],[],[with_latex="yes"])
AC_ARG_WITH(latex,[ --without-latex disable installation of latex support files],[],[with_latex="yes"])
if test "$with_latex" = yes; then
AC_CHECK_PROGS(PLAINTEX, tex, no)
AC_CHECK_PROGS(LATEX, latex latex2e, no)
Expand Down

0 comments on commit 8175cea

Please sign in to comment.