comparison ChangeLog @ 3887:7da18459c08b

[project @ 2002-04-04 00:44:21 by jwe]
author jwe
date Thu, 04 Apr 2002 00:46:37 +0000
parents 96919c87953c
children 70ebd3d672a1
comparison
equal deleted inserted replaced
3886:96919c87953c 3887:7da18459c08b
1 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> 1 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu>
2 2
3 * configure.in: Correct usage of AC_ARG_WITH for --with-fftw. 3 * configure.in: Correct usage of AC_ARG_WITH for --with-fftw.
4
5 * configure.in: Update for autoconf 2.5x.
6 Minor syntax changes to new recommended syntaxes and macros.
7 Apply changes from autoupdate plus eliminate some warning
8 messages, deprecated uses of changequote, etc.
9 Use autoheader templates to generate config.h.in.
10 Replace most of Octave's Fortran support macros with those in the
11 new autoconf.
12 Eliminate most uses of internal (undocumented) autoconf cache vars.
13 Replace BLAS/LAPACK detection new macros ACX_BLAS/ACX_LAPACK from
14 the autoconf macro repository.
15 * acx_blas.m4, acx_lapack.m4: New files.
16 * acconfig.h: Delete lines that can be automatically generated
17 from new info in configure.in and aclocal.m4.
18 If it is not already defined, define F77_FUNC for use with f2c.
19 * aclocal.m4 (OCTAVE_PROG_G77, OCTAVE_FLIBS, OCTAVE_F77_MAIN_FLAG,
20 OCTAVE_F77_UPPERCASE_NAMES, OCTAVE_F77_APPEND_UNDERSCORE,
21 OCTAVE_F2C_F77_COMPAT): Delete definitions.
22 Use autoheader templates to generate config.h.in.
23 * Makeconf.in, mkoctfile.in (FORTRAN_MAIN_FLAG): Delete all uses.
4 24
5 2001-11-09 John W. Eaton <jwe@bevo.che.wisc.edu> 25 2001-11-09 John W. Eaton <jwe@bevo.che.wisc.edu>
6 26
7 * octave-bug.in (BLAS_LIBS, FFTW_LIBS, LD_CXX): Substitute and 27 * octave-bug.in (BLAS_LIBS, FFTW_LIBS, LD_CXX): Substitute and
8 print values. 28 print values.