comparison ChangeLog @ 2813:d45d48b3dcde

[project @ 1997-03-13 22:39:15 by jwe]
author jwe
date Thu, 13 Mar 1997 22:39:41 +0000
parents 1de53df388ff
children 19c45d29f177
comparison
equal deleted inserted replaced
2812:1de53df388ff 2813:d45d48b3dcde
1 Thu Mar 13 11:44:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Thu Mar 13 11:44:46 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * configure.in: Move extra checks for Fortran compiler above
4 checks for dynamic linking and shared library stuff.
5 Handle --with-f77. Check for Fortran compiler compatibility, even
6 if using g77. Handle --enable-picky-flags.
7
8 * configure.in: Don't set special PIC options on SGI systems,
9 since PIC is apparently the default.
10
11 * aclocal.m4 (OCTAVE_CHECK_EXCLUSIVE_WITH_OPTIONS,
12 OCTAVE_HOST_TYPE, OCTAVE_SET_DEFAULT): New macros.
13 * configure.in: Use them.
2 14
3 * octMakefile.in (distclean): Don't remove configure, config.h.in, 15 * octMakefile.in (distclean): Don't remove configure, config.h.in,
4 BUGS, or INSTALL.OCTAVE. 16 BUGS, or INSTALL.OCTAVE.
5 17
6 Wed Mar 12 16:56:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 18 Wed Mar 12 16:56:56 1997 John W. Eaton <jwe@bevo.che.wisc.edu>