comparison ChangeLog @ 4284:75ed329c117b

[project @ 2003-01-04 06:20:07 by jwe]
author jwe
date Sat, 04 Jan 2003 06:20:07 +0000
parents 07c990a9edf5
children 73431774c0b7
comparison
equal deleted inserted replaced
4283:07c990a9edf5 4284:75ed329c117b
1 2003-01-04 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * configure.in (BUILD_CC, BUILD_CFLAGS, BUILD_CXX,
4 BUILD_CXXFLAGS): Kluge for Sun C/C++.
5
1 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> 6 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu>
2 7
3 * configure.in: Default value of BUILD_CXX is $CXX, not g++. 8 * configure.in: Default value of BUILD_CXX is $CXX, not g++.
4 (AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler. 9 (AH_BOTTOM): Define __USE_STD_IOSTREAM if using Compaq C++ compiler.
5 For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT. 10 For compiler/linker options, use -Wl,OPT instead of -Xlinker OPT.
11 Check for -ieee option for the C and C++ compilers on alpha systems.
6 12
7 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> 13 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu>
8 14
9 * configure.in: Fail on all gcc 1.x and 2.x versions. 15 * configure.in: Fail on all gcc 1.x and 2.x versions.
10 16