changeset 837:7228c820ad62

[project @ 1994-10-19 20:57:56 by jwe]
author jwe
date Wed, 19 Oct 1994 20:57:56 +0000
parents 4ff94e765921
children 1d012b8110c5
files configure.in
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Oct 19 19:32:57 1994 +0000
+++ b/configure.in	Wed Oct 19 20:57:56 1994 +0000
@@ -21,7 +21,7 @@
 dnl along with Octave; see the file COPYING.  If not, write to the Free
 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-AC_REVISION($Revision: 1.65 $)dnl
+AC_REVISION($Revision: 1.66 $)dnl
 AC_PREREQ(1.122)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -776,12 +776,13 @@
 dnl
 dnl Do the substitutions in all the Makefiles.
 dnl
-define([tmpA], [Makefile Makeconf libcruft/Makefile libcruft/Makerules])dnl
-define([tmpB], [liboctave/Makefile src/Makefile dld/Makefile])dnl
-define([tmpC], [info/Makefile readline/Makefile readline/doc/Makefile])dnl
-define([tmpD], [readline/examples/Makefile doc/Makefile])dnl
-define([tmpE], [test/Makefile kpathsea/Makefile])dnl
-define([srcdirs], [tmpA tmpB tmpC tmpD tmpE])dnl
+define([tmpA], [Makefile octMakefile Makeconf])dnl
+define([tmpB], [libcruft/Makefile libcruft/Makerules])dnl
+define([tmpC], [liboctave/Makefile src/Makefile dld/Makefile])dnl
+define([tmpD], [info/Makefile readline/Makefile readline/doc/Makefile])dnl
+define([tmpE], [readline/examples/Makefile doc/Makefile])dnl
+define([tmpF], [test/Makefile kpathsea/Makefile])dnl
+define([srcdirs], [tmpA tmpB tmpC tmpD tmpE tmpF])dnl
 dnl
 define([tmpa], [libcruft/blas/Makefile libcruft/balgen/Makefile])dnl
 define([tmpb], [libcruft/dassl/Makefile libcruft/eispack/Makefile])dnl