changeset 4423:961d9767275f

[project @ 2003-06-04 17:49:50 by jwe]
author jwe
date Wed, 04 Jun 2003 17:49:50 +0000
parents 92be67bc9301
children ab82d3a27d96
files ChangeLog aclocal.m4
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 04 17:43:15 2003 +0000
+++ b/ChangeLog	Wed Jun 04 17:49:50 2003 +0000
@@ -1,5 +1,7 @@
 2003-06-04  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* aclocal.m4 (GNUPLOT_HAS_FRAMES): Eliminate variable.
+
 	* emacs/octave-mod.el (octave-variables): Eliminate
 	gnuplot_has_multiplot.
 
--- a/aclocal.m4	Wed Jun 04 17:43:15 2003 +0000
+++ b/aclocal.m4	Wed Jun 04 17:49:50 2003 +0000
@@ -459,11 +459,9 @@
   ;;
 esac
 GNUPLOT_BINARY="$gp_default"
-GNUPLOT_HAS_MULTIPLOT=1
 GNUPLOT_HAS_FRAMES=1
 if test "$cross_compiling" = yes; then
   AC_MSG_RESULT(assuming $GNUPLOT_BINARY exists on $canonical_host_type host)
-  AC_MSG_RESULT(assuming $GNUPLOT_BINARY supports multiplot mode)
   AC_MSG_RESULT(assuming $GNUPLOT_BINARY supports multiple frams)
 else
   AC_CHECK_PROGS(GNUPLOT_BINARY, $gp_names)
@@ -473,7 +471,6 @@
       $GNUPLOT_BINARY 2>&1`"; then
       AC_MSG_RESULT([yes])
     else
-      GNUPLOT_HAS_MULTIPLOT=
       AC_MSG_RESULT([no])
     fi
     AC_MSG_CHECKING([to see if your gnuplot supports multiple plot windows])
@@ -502,7 +499,6 @@
   fi
 fi
 AC_DEFINE_UNQUOTED(GNUPLOT_BINARY, "$GNUPLOT_BINARY", [Name of gnuplot program.])
-AC_DEFINE_UNQUOTED(GNUPLOT_HAS_MULTIPLOT, $GNUPLOT_HAS_MULTIPLOT, [Define if your gnuplot program supports multiplot mode.])
 AC_DEFINE_UNQUOTED(GNUPLOT_HAS_FRAMES, $GNUPLOT_HAS_FRAMES, [Define if your gnuplot program supports multiple plot windows.])
 ])
 dnl