From 66cb2ab08c0400b0a78eef82a5057fce9d5c8923 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 8 Jan 2009 09:36:23 +0000 Subject: * gnuplot: fix config options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9450 33e552b5-05e3-0310-8538-816dae2090ed --- rules/gnuplot.make | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'rules/gnuplot.make') diff --git a/rules/gnuplot.make b/rules/gnuplot.make index f35761936..e6f068514 100644 --- a/rules/gnuplot.make +++ b/rules/gnuplot.make @@ -43,33 +43,40 @@ GNUPLOT_ENV := $(CROSS_ENV) # # autoconf # +# 4.2.4: --disable-datastrings is broken +# --disable-binary-data-file is broken +# GNUPLOT_AUTOCONF = \ $(CROSS_AUTOCONF_USR) \ --disable-history-file \ --disable-mouse \ - --disable-pm3d \ - --disable-filledboxes \ - --disable-relative-boxwidth \ - --disable-defined-var \ + --disable-x11-mbfonts \ + --enable-binary-data-file \ + --disable-with-image \ + --disable-binary-x11-polygon \ --disable-thin-splines \ + --enable-datastrings \ + --disable-histograms \ + --disable-objects \ + --disable-stringvariables \ + --disable-macros \ --disable-iris \ --disable-mgr \ - \ --disable-rgip \ --disable-h3d-quadtree \ --disable-h3d-gridbox \ - \ + --disable-wxwidgets \ + --without-kpsexpand \ --without-lasergnu \ - --without-gihdir \ --without-linux-vga \ --without-ggi \ --without-xmi \ - --with-readline \ - \ + --with-readline=builtin \ --without-cwdrc \ --without-lisp-files \ --without-row-help \ - --without-tutorial + --without-tutorial \ + --without-wx-config ifdef PTXCONF_GNUPLOT_FITERRVARS GNUPLOT_AUTOCONF += --enable-fiterrvars -- cgit v1.2.3