# HG changeset patch # User John W. Eaton # Date 1308930174 14400 # Node ID c55df65b543ae072a451fbf2dc7e82021571956a # Parent 7b444ea416185f0cea869dc17953b9259eeb1d80# Parent 37c5cf08cfa09b788f91ed7afbeb1836a3a747df periodic merge of stable to default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -50,3 +50,5 @@ 3cbc0d77db48aec32bcb202d09a036d2cb9cc3b9 ss-3-3-53 bd2643f0ce57d070963bedd48857405f6924aa85 ss-3-3-54 695141f1c05cf1b240592bdd18e7a1503bb2a539 ss-3-3-55 +901d466ee55ac902a875ec0ade6f1eccef0841dc release-3-4-1 +3666e8e6f96e6899b8306d6ea9614aadf0500d67 release-3-4-2 diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -36,6 +36,12 @@ studentize sylvester_matrix +Summary of important user-visible changes for version 3.4.2: +----------------------------------------------------------- + + ** Octave 3.2.4 fixes some minor installation problems that affected + version 3.4.1. + Summary of important user-visible changes for version 3.4.1: ----------------------------------------------------------- diff --git a/configure.ac b/configure.ac diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,9 +38,11 @@ mkoctfile_SOURCES = nodist_mkoctfile_SOURCES = mkoctfile.cc +mkoctfile_LDADD = ../libgnu/libgnu.la $(LIBS) octave_config_SOURCES = nodist_octave_config_SOURCES = octave-config.cc +octave_config_LDADD = ../libgnu/libgnu.la $(LIBS) BUILT_SOURCES_EXTRA = \ mkoctfile.cc \