comparison 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
comparison
equal deleted inserted replaced
9514:af86991d8d47 9515:eee9b3150446
1 2009-08-11 John W. Eaton <jwe@octave.org>
2
3 * configure.in: Define and substitute TERM_LIBS instead of
4 TERMLIBS. Don't add TERM_LIBS to LIBS. Define DL_LIBS instead of
5 adding them to LIBS. Display TERM_LIBS and DL_LIBS in summary
6 reporrt.
7 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define and substitute
8 READLINE_LIBS instead of LIBREADLINE. Don't add readline library
9 to LIBS. Display READLINE_LIBS in summary report. Temporarily
10 add TERM_LIBS to LIBS when checking for readline library.
11 * Makeconf.in, mkoctfile.cc.in, mkoctfile.in:
12 Use READLINE_LIBS instead of LIBREADLINE and TERM_LIBS instead of
13 TERMLIBS. Substitute DL_LIBS.
14 (do-subst-config-vals): Substitute TERM_LIBS and DL_LIBS.
15
1 2009-08-11 John W. Eaton <jwe@octave.org> 16 2009-08-11 John W. Eaton <jwe@octave.org>
2 17
3 * configure.in: Generate separate variables for HDF5_LIBS and 18 * configure.in: Generate separate variables for HDF5_LIBS and
4 ZLIB_LIBS. Don't add them to LIBS. Add separate entries for them 19 ZLIB_LIBS. Don't add them to LIBS. Add separate entries for them
5 in the summary report. 20 in the summary report.