From 8175ceaf840fe0b94eaca5ce77a409166cfd3141 Mon Sep 17 00:00:00 2001 From: sfeam Date: Fri, 18 Nov 2016 05:50:39 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 8 ++++---- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5501e599..b9a7d73d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 236f2eb4a..4d2b099d8 100644 --- a/configure.ac +++ b/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 @@ -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)