diff configure.in @ 1924:48f0013988b1

[project @ 1996-02-11 20:33:34 by jwe]
author jwe
date Sun, 11 Feb 1996 20:37:23 +0000
parents 5e5add0edbf8
children 7291daadce9d
line wrap: on
line diff
--- a/configure.in	Sun Feb 11 20:23:27 1996 +0000
+++ b/configure.in	Sun Feb 11 20:37:23 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.164 $)
+AC_REVISION($Revision: 1.165 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -949,8 +949,9 @@
 
 ### Do the substitutions in all the Makefiles.
 
-AC_OUTPUT(Makefile octMakefile Makeconf liboctave/Makefile
-	  src/Makefile dld/Makefile doc/Makefile test/Makefile
+AC_OUTPUT(Makefile octMakefile Makeconf
+	  dld/Makefile doc/Makefile test/Makefile
+	  liboctave/Makefile src/Makefile src/mk-oct-links
 	  libcruft/Makefile libcruft/Makerules libcruft/blas/Makefile
 	  libcruft/balgen/Makefile libcruft/dassl/Makefile
 	  libcruft/eispack/Makefile libcruft/fftpack/Makefile