comparison ChangeLog @ 4102:cbac6756967e

[project @ 2002-10-14 20:16:44 by jwe]
author jwe
date Mon, 14 Oct 2002 20:16:45 +0000
parents ea537559ab07
children 677c5f3a15be
comparison
equal deleted inserted replaced
4101:ea537559ab07 4102:cbac6756967e
1 2002-10-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makeconf.in (TERMLIBS): Substitute here.
4
5 * configure.in: Define OCTAVE_USE_WINDOWS_API if
6 defined (__WIN32__) && ! defined (__CYGWIN__), not if
7 defined (__WIN32__) || ! defined (__CYGWIN__).
8 Also call AC_SUBST for TERMLIBS.
9
10 2002-10-14 Paul Kienzle <pkienzle@users.sf.net>
11
12 * configure.in: Use correct SHLEXT and PICFLAG for Cygwin.
13 * configure.in: Cygwin must link against -loctave.dll, etc.
14
15 * configure.in: Define INCLUDE_LINK_DEPS because Cygwin needs DLLs
16 to be linked against their dependencies.
17 * Makeconf.in: Ditto.
18
19 * configure.in: Define SHLLIB and SHLBIN because Cygwin doesn't
20 link against shared libs but instead against -lxxx.dll. LIB and
21 BIN are the link and load forms respectively of the library.
22 * Makeconf.in: Ditto, and define the corresponding XXX_VER.
23
24 * configure.in: Remove LIBOCT_READLINE and LIBOCT_PATHSEARCH
25 because they are merged into LIBOCTAVE to avoid circular
26 dependencies.
27 * Makeconf.in: Ditto.
28 * mkoctfile.in: Ditto.
29
30 * aclocal.m4 (OCTAVE_ENABLE_READLINE): Define LIBREADLINE because
31 Cygwin requires liboctave to be linked against -lreadline so
32 including it in LIBS isn't sufficient.
33 * mkoctfile.in: Substitute and use LIBREADLINE here.
34
35 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force no for cygwin.
36
1 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu> 37 2002-10-11 John W. Eaton <jwe@bevo.che.wisc.edu>
2 38
3 * configure.in (AH_BOTTOM): Maybe define OCTAVE_USE_WINDOWS_API 39 * configure.in (AH_BOTTOM): Maybe define OCTAVE_USE_WINDOWS_API
4 and OCTAVE_HAVE_WINDOWS_FILESYSTEM. 40 and OCTAVE_HAVE_WINDOWS_FILESYSTEM.
5 41