changeset 5913:e915287e3ef9

[project @ 2006-07-28 17:06:14 by jwe]
author jwe
date Fri, 28 Jul 2006 17:06:15 +0000
parents f082d9854398
children fa6aab98d040
files NEWS configure.in octMakefile.in
diffstat 3 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Summary of changes for version 3.0:
-----------------------------------
+Summary of important user-visible changes for version 3.0:
+---------------------------------------------------------
 
  ** The way Octave handles search paths has changed.  Instead of
     setting the built-in variable LOADPATH, you must use addpath,
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
 AC_INIT
-AC_REVISION($Revision: 1.517 $)
+AC_REVISION($Revision: 1.518 $)
 AC_PREREQ(2.57)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -1414,7 +1414,7 @@
 
 ### Check for nonstandard but common math functions that we need.
 
-AC_CHECK_FUNCS(acosh asinh atanh erf erfc, exp2, log2)
+AC_CHECK_FUNCS(acosh asinh atanh erf erfc exp2 log2)
 
 ### Checks for OS specific cruft.
 
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -155,6 +155,10 @@
 dist-info-files: INSTALL.OCTAVE BUGS
 .PHONY: dist-info-files
 
+# The dist target depends on all because we use Octave to build some
+# figures for the manual.  It's best to create those figures with the
+# version of Octave that we are distributing (it may even be required).
+
 dist: all dist-info-files
 	echo octave-$(version) > .fname
 	rm -rf `cat .fname`