changeset 1208:3431a4febc98

[project @ 1995-04-04 03:08:10 by jwe]
author jwe
date Tue, 04 Apr 1995 03:08:10 +0000
parents bc643da88524
children f2ba3aa8e40b
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Apr 04 02:46:06 1995 +0000
+++ b/configure.in	Tue Apr 04 03:08:10 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.107 $)
+AC_REVISION($Revision: 1.108 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -827,7 +827,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([tmpSI], [scripts/strings/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])