changeset 1235:6c77481483bb

[project @ 1995-04-10 14:36:29 by jwe]
author jwe
date Mon, 10 Apr 1995 14:36:29 +0000
parents 9204518e940f
children 254a72d9587f
files configure.in
diffstat 1 files changed, 4 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- 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.