# HG changeset patch # User jwe # Date 1026503446 0 # Node ID bdde4f33221e46499f49cd4a3d377fc617383447 # Parent 9a73d0e7e7377c332c660805eeb8cf01727b305e [project @ 2002-07-12 19:50:46 by jwe] diff -r 9a73d0e7e737 -r bdde4f33221e ChangeLog --- a/ChangeLog Fri Jul 12 19:25:04 2002 +0000 +++ b/ChangeLog Fri Jul 12 19:50:46 2002 +0000 @@ -1,3 +1,8 @@ +2002-07-12 John W. Eaton + + * configure.in (AC_CONFIG_FILES): Add libcruft/dasrt/Makefile to + the list. + 2002-07-10 John W. Eaton * configure.in (AC_CONFIG_FILES): Add libcruft/odessa/Makefile to diff -r 9a73d0e7e737 -r bdde4f33221e configure.in --- a/configure.in Fri Jul 12 19:25:04 2002 +0000 +++ b/configure.in Fri Jul 12 19:50:46 2002 +0000 @@ -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 \ diff -r 9a73d0e7e737 -r bdde4f33221e libcruft/ChangeLog --- a/libcruft/ChangeLog Fri Jul 12 19:25:04 2002 +0000 +++ b/libcruft/ChangeLog Fri Jul 12 19:50:46 2002 +0000 @@ -1,3 +1,8 @@ +2002-07-12 John W. Eaton + + * dasrt: New subdirectory. + * Makefile.in (CRUFT_DIRS): Add it to the list. + 2002-07-10 John W. Eaton * odessa: New subdirectory. diff -r 9a73d0e7e737 -r bdde4f33221e libcruft/Makefile.in --- a/libcruft/Makefile.in Fri Jul 12 19:25:04 2002 +0000 +++ b/libcruft/Makefile.in Fri Jul 12 19:50:46 2002 +0000 @@ -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)