# HG changeset patch # User John W. Eaton # Date 1290220587 18000 # Node ID 3f281bd1808c97badccde279e174ecf66db326ea # Parent 301c5aff54ee5cec3b1eafdd6a6d8796326cd933 don't install run-octave script diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-19 John W. Eaton + + * Makefile.am (bin_SCRIPTS): Remove run-octave from the list. + 2010-10-19 John W. Eaton * configure.ac (AC_INIT): Version is now 3.3.54+. diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -94,8 +94,7 @@ else bin_SCRIPTS = \ mkoctfile \ - octave-config \ - run-octave + octave-config BUILT_SOURCES = \ run-octave