# HG changeset patch # User jwe # Date 912823457 0 # Node ID 997eba21ca236114d6ffd1b71082fbb72cd89673 # Parent 7aae2c3636a7863a9cff7273fa192e3c807952cb [project @ 1998-12-05 02:04:17 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -3,6 +3,8 @@ * quaternion: New directory of functions from A. S. Hodel, . * Makefile.in (SUBDIRS): Add it to the list. + * quaternion/Makefile.in: New file. + * configure.in (AC_OUTPUT): Add quaternion/Makefile. Tue Nov 24 21:41:31 1998 John W. Eaton diff --git a/scripts/configure.in b/scripts/configure.in --- a/scripts/configure.in +++ b/scripts/configure.in @@ -29,8 +29,8 @@ AC_OUTPUT(Makefile audio/Makefile control/Makefile elfun/Makefile \ finance/Makefile general/Makefile image/Makefile io/Makefile \ linear-algebra/Makefile miscellaneous/Makefile plot/Makefile \ - polynomial/Makefile set/Makefile signal/Makefile \ - specfun/Makefile special-matrix/Makefile startup/Makefile \ - statistics/Makefile statistics/base/Makefile \ + polynomial/Makefile quaternion/Makefile set/Makefile \ + signal/Makefile specfun/Makefile special-matrix/Makefile \ + startup/Makefile statistics/Makefile statistics/base/Makefile \ statistics/distributions/Makefile statistics/models/Makefile \ statistics/tests/Makefile strings/Makefile time/Makefile)