# HG changeset patch # User jwe # Date 811112094 0 # Node ID 79fa3ca52a057391cf55f47fc69fac0c102ddd66 # Parent 1ff9a86e2ad52da85c4d4e2f8e766bab5ff1cf62 [project @ 1995-09-14 20:54:54 by jwe] diff -r 1ff9a86e2ad5 -r 79fa3ca52a05 configure.in --- a/configure.in Thu Sep 14 19:46:14 1995 +0000 +++ b/configure.in Thu Sep 14 20:54:54 1995 +0000 @@ -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