comparison ChangeLog @ 3107:a8dcfbf87ea3

[project @ 1997-11-19 22:34:59 by jwe]
author jwe
date Wed, 19 Nov 1997 22:35:03 +0000
parents f936c7f5074f
children fcb2f5063e7f
comparison
equal deleted inserted replaced
3106:21208b797332 3107:a8dcfbf87ea3
1 Wed Nov 19 01:54:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget
4 to call AC_LANG_RESTORE.
5
6 * acconfig.h: Add undefs for NO_EXTERN_TEMPLATE_DECLS and
7 NEED_TEMPLATE_FCN_SPECS.
8
9 * configure.in (CXX_VERSION): Require 2.7.2 or later.
10 Define NO_EXTERN_TEMPLATE_DECLS and NEED_TEMPLATE_FCN_SPECS if
11 using egcs or 2.8.x or later.
12
13 Wed Nov 19 01:38:58 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu>
14
15 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro
16 check for new friend template declaration syntax (guiding
17 declarations in DWP).
18 * configure.in: Use it.
19 * config.h.in: Add undef for CXX_NEW_FRIEND_TEMPLATE_DECL.
20
21 * configure.in (CC_VERSION, CXX_VERISON): Check for egcs snapshots.
22
1 Mon Oct 20 01:31:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 23 Mon Oct 20 01:31:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 24
3 * configure.in: Reprint important warning messages at the end of 25 * configure.in: Reprint important warning messages at the end of
4 the run. 26 the run.
5 27