comparison ChangeLog @ 3109:fcb2f5063e7f

[project @ 1997-11-20 08:52:42 by jwe]
author jwe
date Thu, 20 Nov 1997 08:52:46 +0000
parents a8dcfbf87ea3
children fe6f9bd9d0e6
comparison
equal deleted inserted replaced
3108:bb7ffd516332 3109:fcb2f5063e7f
1 Wed Nov 19 01:54:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Wed Nov 19 01:54:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 2
3 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget 3 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): Don't forget
4 to call AC_LANG_RESTORE. 4 to call AC_LANG_RESTORE.
5 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. 6 * 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 7
13 Wed Nov 19 01:38:58 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu> 8 Wed Nov 19 01:38:58 1997 Mumit Khan <khan@dhaka.xraylith.wisc.edu>
14 9
15 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro 10 * aclocal.m4 (OCTAVE_CXX_NEW_FRIEND_TEMPLATE_DECL): New macro
16 check for new friend template declaration syntax (guiding 11 check for new friend template declaration syntax (guiding