# HG changeset patch # User jwe # Date 785108726 0 # Node ID 3f2d6badce13be4ffeda17792dd6c7089746221a # Parent ea01afd84d22ba9137645984a18871e48e4fa1a6 [project @ 1994-11-17 21:45:26 by jwe] diff -r ea01afd84d22 -r 3f2d6badce13 configure.in --- 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])