Mercurial > hg > octave-nkf
changeset 3115:7e925ec34aeb
[project @ 1997-11-29 05:21:45 by jwe]
author | jwe |
---|---|
date | Sat, 29 Nov 1997 05:21:49 +0000 |
parents | 17579a02f0b3 |
children | 8f31cbbcf555 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 28 23:21:17 1997 John W. Eaton <jwe@bevo.che.wisc.edu> + + * configure.in (AC_OUTPUT): Include libcruft/specfun/Makefile. + +Fri Nov 28 13:32:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> + + * 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 <jwe@bevo.che.wisc.edu> * configure.in (SPECIAL_MATH_LIB): If libdxml exists on DU
--- a/configure.in +++ b/configure.in @@ -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.