changeset 3989:bdde4f33221e

[project @ 2002-07-12 19:50:46 by jwe]
author jwe
date Fri, 12 Jul 2002 19:50:46 +0000
parents 9a73d0e7e737
children 46388d6a4e44
files ChangeLog configure.in libcruft/ChangeLog libcruft/Makefile.in
diffstat 4 files changed, 16 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-12  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* configure.in (AC_CONFIG_FILES): Add libcruft/dasrt/Makefile to
+	the list.
+
 2002-07-10  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* configure.in (AC_CONFIG_FILES): Add libcruft/odessa/Makefile to
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@
 ### 02111-1307, USA. 
 
 AC_INIT
-AC_REVISION($Revision: 1.362 $)
+AC_REVISION($Revision: 1.363 $)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -1259,7 +1259,7 @@
   examples/Makefile liboctave/Makefile src/Makefile \
   libcruft/Makefile libcruft/Makerules \
   libcruft/amos/Makefile libcruft/blas/Makefile \
-  libcruft/daspk/Makefile \
+  libcruft/daspk/Makefile libcruft/dasrt/Makefile \
   libcruft/dassl/Makefile libcruft/fftpack/Makefile \
   libcruft/lapack/Makefile libcruft/linpack/Makefile \
   libcruft/minpack/Makefile libcruft/misc/Makefile \
--- a/libcruft/ChangeLog
+++ b/libcruft/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-12  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* dasrt: New subdirectory.
+	* Makefile.in (CRUFT_DIRS): Add it to the list.
+
 2002-07-10  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* odessa: New subdirectory.
--- a/libcruft/Makefile.in
+++ b/libcruft/Makefile.in
@@ -28,9 +28,10 @@
 # e.g. if they are already present on the system.  For these, their
 # dirname is substituted by configure and may be the empty string.
 
-CRUFT_DIRS = amos @BLAS_DIR@ blas-xtra daspk dassl @FFT_DIR@ @LAPACK_DIR@ \
-	lapack-xtra linpack minpack misc odepack odessa ordered-qz quadpack \
-	ranlib slatec-err slatec-fn villad
+CRUFT_DIRS = amos @BLAS_DIR@ blas-xtra daspk dasrt dassl \
+	@FFT_DIR@ @LAPACK_DIR@ lapack-xtra linpack minpack \
+	misc odepack odessa ordered-qz quadpack ranlib \
+	slatec-err slatec-fn villad
 
 SUBDIRS = $(CRUFT_DIRS)