# HG changeset patch # User jwe # Date 1114097960 0 # Node ID b86a6fcc172108a057da27324ff6de315aa83901 # Parent 3e26fb4f24666359d5688a5a7d520db611c19590 [project @ 2005-04-21 15:39:20 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-21 John W. Eaton + + * configure.in (AC_CONFIG_FILES): Remove install-octave from the list. + 2005-04-14 John W. Eaton * mkoctfile.in: Only perform link step if we have some object files. diff --git a/configure.in b/configure.in --- 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 \