changeset 5292:b86a6fcc1721

[project @ 2005-04-21 15:39:20 by jwe]
author jwe
date Thu, 21 Apr 2005 15:39:20 +0000
parents 3e26fb4f2466
children 7a51b27574bc
files ChangeLog configure.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-21  John W. Eaton  <jwe@octave.org>
+
+	* configure.in (AC_CONFIG_FILES): Remove install-octave from the list.
+
 2005-04-14  John W. Eaton  <jwe@octave.org>
 
 	* mkoctfile.in: Only perform link step if we have some object files.
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
 AC_INIT
-AC_REVISION($Revision: 1.471 $)
+AC_REVISION($Revision: 1.472 $)
 AC_PREREQ(2.57)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -1576,7 +1576,7 @@
 
 ### Do the substitutions in all the Makefiles.
 
-AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \
+AC_CONFIG_FILES([Makefile octMakefile Makeconf \
   test/Makefile dlfcn/Makefile \
   doc/Makefile doc/faq/Makefile doc/interpreter/Makefile \
   doc/liboctave/Makefile doc/refcard/Makefile emacs/Makefile \