# HG changeset patch # User jwe # Date 797524589 0 # Node ID 6c77481483bb9edcb44ca2d4cf183c470708cddd # Parent 9204518e940f68f8fc3d62573e20b3e86da1eaef [project @ 1995-04-10 14:36:29 by jwe] diff -r 9204518e940f -r 6c77481483bb configure.in --- a/configure.in Mon Apr 10 14:31:21 1995 +0000 +++ b/configure.in Mon Apr 10 14:36:29 1995 +0000 @@ -21,7 +21,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.110 $) +AC_REVISION($Revision: 1.111 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -743,7 +743,7 @@ ### Run configure in subdirectories. -AC_CONFIG_SUBDIRS(kpathsea) +AC_CONFIG_SUBDIRS(kpathsea scripts) ### Do the substitutions in all the Makefiles. @@ -764,20 +764,9 @@ 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 -define([cruftdirs], [tmpa tmpb tmpc tmpd tmpe tmpf tmpg tmph tmpi])dnl -define([tmpSA], [scripts/Makefile scripts/control/Makefile])dnl -define([tmpSB], [scripts/general/Makefile scripts/image/Makefile]) -define([tmpSC], [scripts/linear-algebra/Makefile])dnl -define([tmpSD], [scripts/miscellaneous/Makefile scripts/plot/Makefile])dnl -define([tmpSE], [scripts/polynomial/Makefile scripts/set/Makefile])dnl -define([tmpSF], [scripts/signal/Makefile scripts/special-matrix/Makefile])dnl -define([tmpSG], [scripts/startup/Makefile scripts/statistics/Makefile])dnl -define([tmpSH], [scripts/elfun/Makefile scripts/specfun/Makefile])dnl -define([tmpSI], [scripts/strings/Makefile scripts/time/Makefile])dnl -define([mdirs], [tmpSA tmpSB tmpSC tmpSD tmpSE tmpSF tmpSG tmpSH tmpSI])dnl - -AC_OUTPUT([srcdirs cruftdirs mdirs]) +AC_OUTPUT([srcdirs cruftdirs]) ### Print a summary so that important information isn't missed.