# HG changeset patch # User jwe # Date 845408494 0 # Node ID 57e6699c5b4377d36bdaa729a7f04b11e88ba16a # Parent 989c617b63ca8b6f42c6f9efd97406ad75e7fdfb [project @ 1996-10-15 19:41:34 by jwe] diff -r 989c617b63ca -r 57e6699c5b43 ChangeLog --- a/ChangeLog Tue Oct 15 18:09:37 1996 +0000 +++ b/ChangeLog Tue Oct 15 19:41:34 1996 +0000 @@ -1,3 +1,7 @@ +Tue Oct 15 14:40:51 1996 John W. Eaton + + * configure.in: Comment out plplot stuff. + Mon Oct 14 11:09:12 1996 John W. Eaton * octMakefile.in (maintainer-clean distclean): Remove mkoctfile too. diff -r 989c617b63ca -r 57e6699c5b43 configure.in --- a/configure.in Tue Oct 15 18:09:37 1996 +0000 +++ b/configure.in Tue Oct 15 19:41:34 1996 +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.216 $) +AC_REVISION($Revision: 1.217 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -149,26 +149,26 @@ AC_SUBST(LIBINFO) AC_SUBST(INFO_DIR) -### Allow the user disable support for plplot. - -# USE_PLPLOT=true -# PLPLOT_DIR=plplot -# LIBPLPLOT=../plplot/libplplot.a +dnl ### Allow the user disable support for plplot. +dnl +dnl # USE_PLPLOT=true +dnl # PLPLOT_DIR=plplot +dnl # 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 - USE_PLPLOT=false; - LIBPLPLOT=""; - PLPLOT_DIR=""; - fi], []) -if $USE_PLPLOT; then - AC_DEFINE(USE_PLPLOT, 1) -fi -AC_SUBST(LIBPLPLOT) -AC_SUBST(PLPLOT_DIR) +dnl AC_ARG_ENABLE(plplot, +dnl [ --enable-plplot use plplot for plotting (default is yes)], +dnl [if test $enableval = no; then +dnl USE_PLPLOT=false; +dnl LIBPLPLOT=""; +dnl PLPLOT_DIR=""; +dnl fi], []) +dnl if $USE_PLPLOT; then +dnl AC_DEFINE(USE_PLPLOT, 1) +dnl fi +dnl AC_SUBST(LIBPLPLOT) +dnl AC_SUBST(PLPLOT_DIR) ### Allow the user disable support for command line editing using GNU ### readline.