Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu> + * Makeconf.in (do-subst-default-vals): Substitute OCTAVE_API_VERSION. + * octave-config.in: Handle new variable OCTAVE_API_VERSION. + + * octMakefile.in (DIRS_TO_MAKE): Delete undefined vars + $(localfcnfilepathdirs) and $(localoctfilepathdirs) from the list. + + * octave-config.in: Handle new variables OCTAVE_LOCALAPIFCNFILEDIR + and OCTAVE_LOCALAPIOCTFILEDIR + + * configure.in (localapifcnfiledir): New variable. + (localfcnfilepath): Add it to the list. + (localapioctfiledir): New variable. + (localoctfilepath): Add it to the list. + * Makeconf.in (do-subst-default-vals): Substitute new varibles. + + * Makeconf.in (getapiversion, apiversion): New macros. + * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in the list.