comparison ChangeLog @ 4110:b9238356dd07

[project @ 2002-10-17 16:14:44 by jwe]
author jwe
date Thu, 17 Oct 2002 16:14:45 +0000
parents 6e20cac828cd
children 19a1626b8d57
comparison
equal deleted inserted replaced
4109:6e20cac828cd 4110:b9238356dd07
1 2002-10-17 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makeconf.in (do-subst-config-vals): Don't substitute
4 OCTAVE_CONF_OCTAVE_LITE.
5 (OCTAVE_LITE): Delete.
6
7 * Makeconf.in: Use HAVE_DLOPEN_API, HAVE_LOADLIBRARY_API, and
8 HAVE_SHL_LOAD_API instead of WITH_DL and WITH_SHL.
9
10 * configure.in: Rewrite the way we handle dynamic linking.
11 If dynamic linking is used always do what was previously only
12 enabled by --enable-lite-kernel.
13
14 2002-10-17 Paul Kienzle <pkienzle@users.sf.net>
15
16 * configure.in: Define WITH_DYNAMIC_LINKING based on --enable-shared.
17 Add -lwsock32 to LIBS for MinGW.
18
1 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu> 19 2002-10-16 John W. Eaton <jwe@bevo.che.wisc.edu>
2 20
3 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): New macro. 21 * aclocal.m4 (OCTAVE_LANG_PROG_NO_CONFDEFS): New macro.
4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Use it along with 22 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Use it along with
5 AC_LINK_IFELSE instead of AC_TRY_LINK. 23 AC_LINK_IFELSE instead of AC_TRY_LINK.