# HG changeset patch # User jwe # Date 809073538 0 # Node ID 88d41e3204d507451a143de75dd2221f56c3fc4e # Parent 24fee1f1a57716bef79a5f451fba4b7d63b1fe3c [project @ 1995-08-22 06:37:02 by jwe] diff --git a/acconfig.h b/acconfig.h --- a/acconfig.h +++ b/acconfig.h @@ -73,6 +73,9 @@ /* Use GNU info for extended help system. */ #undef USE_GNU_INFO +/* Use plplot for plotting. */ +#undef USE_PLPLOT + /* Use GNU readline for command line editing and history. */ #undef USE_READLINE diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -23,8 +23,8 @@ SENDING-PATCHES THANKS configure configure.in config.guess \ config.sub move-if-change octave.sh octave-bug.in \ octave-mode.el aclocal.m4 install-sh doinstall.sh \ - mkinstalldirs config.h.in acconfig.h MAKEINFO.PATCH \ - ChangeLog ChangeLog.[0-9] + mkinstalldirs config.h.in acconfig.h config.h.bot \ + MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] # Complete directory trees to distribute. DISTDIRS = kpathsea make plplot