Mercurial > hg > octave-lyh
diff ChangeLog @ 6311:e2a1aca62551
[project @ 2007-02-15 21:18:34 by jwe]
author | jwe |
---|---|
date | Thu, 15 Feb 2007 21:18:35 +0000 |
parents | 0fcce0872e02 |
children | e7e7c338bf99 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-02-15 John W. Eaton <jwe@octave.org> + + * octave-config.in (DATAROOTDIR): Include in list of vars. + Substitute OCTAVE_HOME. + + * Makeconf.in (MKOCTFILE_INCFLAGS, MKOCTFILE_LFLAGS): Delete vars. + (do-subst-config-vals): Don't substitute them. + Also substitute OCTAVE_CONF_INCLUDEDIR, OCTAVE_CONF_OCTINCLUDEDIR, + OCTAVE_CONF_OCTLIBDIR, and OCTAVE_CONF_PREFIX here. + * mkoctfile.in (OCTAVE_CONF_OCTINCLUDEDIR, OCTAVE_CONF_INCLUDEDIR, + OCTAVE_CONF_OCTLIBDIR): Substitute values and perform OCTAVE_HOME + substitution here. + (DEFAULT_INCFLAGS, DEFAULT_LFLAGS): New variables. Use them to + set default values for INCFLAGS and LFLAGS. + 2007-02-09 John W. Eaton <jwe@octave.org> * mkoctfile.in: Handle .a files.