changeset 1237:9d78b5687400

[project @ 1995-04-10 15:56:41 by jwe]
author jwe
date Mon, 10 Apr 1995 15:56:41 +0000
parents 254a72d9587f
children 3c0e26a1387b
files configure.in
diffstat 1 files changed, 3 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Apr 10 14:44:59 1995 +0000
+++ b/configure.in	Mon Apr 10 15:56:41 1995 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.112 $)
+AC_REVISION($Revision: 1.113 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -742,30 +742,18 @@
 
 ### Run configure in subdirectories.
 
-AC_CONFIG_SUBDIRS(kpathsea scripts)
+AC_CONFIG_SUBDIRS(kpathsea libcruft scripts)
 
 ### Do the substitutions in all the Makefiles.
 
 define([tmpA], [Makefile octMakefile Makeconf])dnl
-define([tmpB], [libcruft/Makefile libcruft/Makerules])dnl
 define([tmpC], [liboctave/Makefile src/Makefile dld/Makefile])dnl
 define([tmpD], [info/Makefile readline/Makefile readline/doc/Makefile])dnl
 define([tmpE], [readline/examples/Makefile doc/Makefile])dnl
 define([tmpF], [test/Makefile])dnl
 define([srcdirs], [tmpA tmpB tmpC tmpD tmpE tmpF])dnl
 
-define([tmpa], [libcruft/blas/Makefile libcruft/balgen/Makefile])dnl
-define([tmpb], [libcruft/dassl/Makefile libcruft/eispack/Makefile])dnl
-define([tmpc], [libcruft/fftpack/Makefile libcruft/fsqp/Makefile])dnl
-define([tmpd], [libcruft/lapack/Makefile libcruft/linpack/Makefile])dnl
-define([tmpe], [libcruft/minpack/Makefile libcruft/misc/Makefile])dnl
-define([tmpf], [libcruft/npsol/Makefile libcruft/odepack/Makefile])dnl
-define([tmpg], [libcruft/qpsol/Makefile libcruft/quadpack/Makefile])dnl
-define([tmph], [libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile])dnl
-define([tmpi], [libcruft/villad/Makefile])dnl
-define([cruftdirs], [tmpa tmpb tmpc tmpd tmpe tmpf tmpg tmph tmpi])dnl
-
-AC_OUTPUT([srcdirs cruftdirs])
+AC_OUTPUT([srcdirs])
 
 ### Print a summary so that important information isn't missed.