comparison ChangeLog @ 4449:e2c91da0aa16

[project @ 2003-07-09 02:21:11 by jwe]
author jwe
date Wed, 09 Jul 2003 02:21:11 +0000
parents 3cd9ddde2da2
children ea1d3e1a4b1b
comparison
equal deleted inserted replaced
4448:042cdbb7f317 4449:e2c91da0aa16
1 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_API_VERSION.
4 * octave-config.in: Handle new variable OCTAVE_API_VERSION.
5
6 * octMakefile.in (DIRS_TO_MAKE): Delete undefined vars
7 $(localfcnfilepathdirs) and $(localoctfilepathdirs) from the list.
8
9 * octave-config.in: Handle new variables OCTAVE_LOCALAPIFCNFILEDIR
10 and OCTAVE_LOCALAPIOCTFILEDIR
11
12 * configure.in (localapifcnfiledir): New variable.
13 (localfcnfilepath): Add it to the list.
14 (localapioctfiledir): New variable.
15 (localoctfilepath): Add it to the list.
16 * Makeconf.in (do-subst-default-vals): Substitute new varibles.
17
18 * Makeconf.in (getapiversion, apiversion): New macros.
2 19
3 * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in 20 * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in
4 the list. 21 the list.
5 22
6 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu> 23 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu>