Mercurial > hg > octave-lyh
diff configure.in @ 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 | b013cff15746 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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])