# HG changeset patch # User jwe # Date 880780909 0 # Node ID 7e925ec34aeb86ca54bd1e28b1227de48a5e6da8 # Parent 17579a02f0b3c7132b6df8d04ae75d52ca0a9218 [project @ 1997-11-29 05:21:45 by jwe] diff -r 17579a02f0b3 -r 7e925ec34aeb ChangeLog --- a/ChangeLog Fri Nov 28 20:05:56 1997 +0000 +++ b/ChangeLog Sat Nov 29 05:21:49 1997 +0000 @@ -1,3 +1,12 @@ +Fri Nov 28 23:21:17 1997 John W. Eaton + + * configure.in (AC_OUTPUT): Include libcruft/specfun/Makefile. + +Fri Nov 28 13:32:26 1997 Kurt Hornik + + * octave-inf.el (inferior-octave-directory-tracker): Anchor + regexp match to beginning of command string. + Wed Nov 26 00:38:31 1997 John W. Eaton * configure.in (SPECIAL_MATH_LIB): If libdxml exists on DU diff -r 17579a02f0b3 -r 7e925ec34aeb configure.in --- a/configure.in Fri Nov 28 20:05:56 1997 +0000 +++ b/configure.in Sat Nov 29 05:21:49 1997 +0000 @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.289 $) +AC_REVISION($Revision: 1.290 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -1204,7 +1204,8 @@ libcruft/linpack/Makefile libcruft/minpack/Makefile libcruft/misc/Makefile libcruft/odepack/Makefile libcruft/quadpack/Makefile libcruft/ranlib/Makefile - libcruft/slatec-fn/Makefile libcruft/villad/Makefile) + libcruft/specfun/Makefile libcruft/slatec-fn/Makefile + libcruft/villad/Makefile) ### Print a summary so that important information isn't missed.