changeset 937:3f2d6badce13

[project @ 1994-11-17 21:45:26 by jwe]
author jwe
date Thu, 17 Nov 1994 21:45:26 +0000
parents ea01afd84d22
children 639f497359fa
files configure.in
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Nov 17 21:37:51 1994 +0000
+++ b/configure.in	Thu Nov 17 21:45:26 1994 +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.73 $)
+AC_REVISION($Revision: 1.74 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -784,6 +784,7 @@
 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([scriptdirs], [tmpSA tmpSB tmpSC tmpSD tmpSE tmpSF tmpSG tmpSH])dnl
+define([tmpSI], [scripts/strings/Makefile])dnl
+define([mdirs], [tmpSA tmpSB tmpSC tmpSD tmpSE tmpSF tmpSG tmpSH tmpSI])dnl
 
-AC_OUTPUT([srcdirs cruftdirs scriptdirs])
+AC_OUTPUT([srcdirs cruftdirs mdirs])