summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-08 09:36:23 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-08 09:36:23 +0000
commit66cb2ab08c0400b0a78eef82a5057fce9d5c8923 (patch)
tree51c74014b5107000c27ad25c2379d65798118e26 /rules/gnuplot.make
parent848613cd41be4d7250650032b9071857197802dd (diff)
downloadptxdist-66cb2ab08c0400b0a78eef82a5057fce9d5c8923.tar.gz
ptxdist-66cb2ab08c0400b0a78eef82a5057fce9d5c8923.tar.xz
* gnuplot: fix config options
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9450 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.make')
-rw-r--r--rules/gnuplot.make27
1 files changed, 17 insertions, 10 deletions
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