comparison ChangeLog @ 9538:d0239bddf621

use OCTAVE_CHECK_LIB to check for zlib
author John W. Eaton <jwe@octave.org>
date Mon, 17 Aug 2009 19:52:18 -0400
parents 592a959b68e5
children 41a74dcd14df
comparison
equal deleted inserted replaced
9537:8f8cb45ad674 9538:d0239bddf621
1 2009-08-17 John W. Eaton <jwe@octave.org>
2
3 * mkoctfile.in, mkoctfile.cc.in (FFTW3_LDFLAGS, FFTW3_LIBS,
4 FFTW3F_LDFLAGS, FFTW3F_LIBS): Substitute instead of FFTW_LIBS.
5 (FFTW_LIBS): Define from FFTW3_LDFLAGS, FFTW3_LIBS,
6 FFTW3F_LDFLAGS, and FFTW3F_LIBS variables.
7
8 * octave-bug.cc.in, octave-bug.in (Z_CPPFLAGS, Z_LDFLAGS):
9 Substitute and display them.
10 (Z_LIBS): Rename from ZLIB_LIBS.
11 * configure.in: Use OCTAVE_CHECK_LIBRARY to check for ZLIB.
12 Print Z_CPPFLAGS and Z_LDFLAGS in the summary.
13 * Makeconf.in (Z_CPPFLAGS, Z_LDFLAGS): New variables.
14 (Z_LIBS): Rename from ZLIB_LIBS.
15 (do-subst-config-vals): Substitute them.
16
17 (ALL_CPPFLAGS): New variable.
18 (%.o : %.c, %.o : %.cc, pic/%.o : %.c, pic/%.o : %.cc):
19 Use $(ALL_CPPFLAGS) instead of $(CPPFLAGS) in command.
20
1 2009-08-17 John W. Eaton <jwe@octave.org> 21 2009-08-17 John W. Eaton <jwe@octave.org>
2 22
3 * octave-bug.in, octave-bug.cc.in: Include AMD_CPPFLAGS, 23 * octave-bug.in, octave-bug.cc.in: Include AMD_CPPFLAGS,
4 AMD_LDFLAGS, AMD_LIBS, ARPACK_LIBS, BLAS_LIBS, CAMD_CPPFLAGS, 24 AMD_LDFLAGS, AMD_LIBS, ARPACK_LIBS, BLAS_LIBS, CAMD_CPPFLAGS,
5 CAMD_LDFLAGS, CAMD_LIBS, CARBON_LIBS, CCOLAMD_CPPFLAGS, 25 CAMD_LDFLAGS, CAMD_LIBS, CARBON_LIBS, CCOLAMD_CPPFLAGS,