Mercurial > hg > octave-lyh
diff ChangeLog @ 8005:c0d7eb662384
run-octave.in: use sed to append : to path elements
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 04 Aug 2008 22:15:34 -0400 |
parents | 4363bc94171a |
children | 0ef13e15319b |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-08-04 John W. Eaton <jwe@octave.org> + * Makeconf.in (do-subst-script-vals): Also substitute SED. + * run-octave.in: Use sed to append : to path elements + instead of using the find expression "-exec echo '{}':". + Substitute SED here. + * aclocal.m4: Fail if no usable version of sed is found. * Makefile.in (header-msg): Mention GNU Make requirement.