summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.make
diff options
context:
space:
mode:
authorBenedikt Spranger <b.spranger@pengutronix.de>2004-09-10 05:48:50 +0000
committerBenedikt Spranger <b.spranger@pengutronix.de>2004-09-10 05:48:50 +0000
commite07dcb3de223d90d7ea276f5c529b0e5ae75b4cf (patch)
tree24570100203553851f4726b0d4a5d756ef531e56 /rules/gnuplot.make
parent7348ed58634d99526c4e1e5158b63af43ee5b43b (diff)
downloadptxdist-e07dcb3de223d90d7ea276f5c529b0e5ae75b4cf.tar.gz
ptxdist-e07dcb3de223d90d7ea276f5c529b0e5ae75b4cf.tar.xz
rsc: fixed libpng config options
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1710 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.make')
-rw-r--r--rules/gnuplot.make10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 7027f83a6..44a50855f 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -115,27 +115,27 @@ GNUPLOT_AUTOCONF += --without-ggi
GNUPLOT_AUTOCONF += --without-xmi
GNUPLOT_AUTOCONF += --with-readline
ifdef PTXCONF_GNUPLOT_PLOT
-GNUPLOT_AUTOCONF += --with-plot=FIXME
+GNUPLOT_AUTOCONF += --with-plot
else
GNUPLOT_AUTOCONF += --without-plot
endif
ifdef PTXCONF_GNUPLOT_PNG
-GNUPLOT_AUTOCONF += --with-png=$(LIBPNG125_DIR)
+GNUPLOT_AUTOCONF += --with-png
else
GNUPLOT_AUTOCONF += --without-png
endif
ifdef GNUPLOT_GD
-GNUPLOT_AUTOCONF += --with-gd=FIXME
+GNUPLOT_AUTOCONF += --with-gd
else
GNUPLOT_AUTOCONF += --without-gd
endif
ifdef PTXCONF_GNUPLOT_GIF
-GNUPLOT_AUTOCONF += --with-gif=FIXME
+GNUPLOT_AUTOCONF += --with-gif
else
GNUPLOT_AUTOCONF += --without-gif
endif
ifdef PTXCONF_GNUPLOT_PDF
-GNUPLOT_AUTOCONF += --with-pdf=FIXME
+GNUPLOT_AUTOCONF += --with-pdf
else
GNUPLOT_AUTOCONF += --without-pdf
endif