diff ChangeLog @ 9515:eee9b3150446

more configure tweaks
author John W. Eaton <jwe@octave.org>
date Tue, 11 Aug 2009 19:30:37 -0400
parents af86991d8d47
children ee99f9f37505
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 11 16:06:01 2009 -0400
+++ b/ChangeLog	Tue Aug 11 19:30:37 2009 -0400
@@ -1,3 +1,18 @@
+2009-08-11  John W. Eaton  <jwe@octave.org>
+
+	* configure.in: Define and substitute TERM_LIBS instead of
+	TERMLIBS.  Don't add TERM_LIBS to LIBS.  Define DL_LIBS instead of
+	adding them to LIBS.  Display TERM_LIBS and DL_LIBS in summary
+	reporrt.
+	* aclocal.m4 (OCTAVE_ENABLE_READLINE): Define and substitute
+	READLINE_LIBS instead of LIBREADLINE.  Don't add readline library
+	to LIBS.  Display READLINE_LIBS in summary report.  Temporarily
+	add TERM_LIBS to LIBS when checking for readline library.
+	* Makeconf.in, mkoctfile.cc.in, mkoctfile.in:
+	Use READLINE_LIBS instead of LIBREADLINE and TERM_LIBS instead of
+	TERMLIBS.  Substitute DL_LIBS.
+	(do-subst-config-vals): Substitute TERM_LIBS and DL_LIBS.
+
 2009-08-11  John W. Eaton  <jwe@octave.org>
 
 	* configure.in: Generate separate variables for HDF5_LIBS and