Mercurial > hg > octave-lyh
diff configure.in @ 1397:79fa3ca52a05
[project @ 1995-09-14 20:54:54 by jwe]
author | jwe |
---|---|
date | Thu, 14 Sep 1995 20:54:54 +0000 (1995-09-14) |
parents | 32ede420188c |
children | 10866eff3b0f |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ ### along with Octave; see the file COPYING. If not, write to the Free ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.133 $) +AC_REVISION($Revision: 1.134 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -98,9 +98,12 @@ ### Allow the user disable support for plplot. -PLPLOT_DIR=plplot -USE_PLPLOT=true -LIBPLPLOT=../plplot/libplplot.a +# USE_PLPLOT=true +# PLPLOT_DIR=plplot +# LIBPLPLOT=../plplot/libplplot.a +USE_PLPLOT=false +PLPLOT_DIR="" +LIBPLPLOT="" AC_ARG_ENABLE(plplot, [ --enable-plplot use plplot for plotting (default is yes)], [if test $enableval = no; then