# HG changeset patch # User jwe # Date 797529401 0 # Node ID 9d78b568740065b13912fa2c9126593a86397e86 # Parent 254a72d9587f01a8b76290b0912bee4b185dca25 [project @ 1995-04-10 15:56:41 by jwe] diff -r 254a72d9587f -r 9d78b5687400 configure.in --- 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.