comparison ChangeLog @ 9613:16907d1153d1

attempt to fix LD_PRELOAD for Cygwin
author John W. Eaton <jwe@octave.org>
date Fri, 04 Sep 2009 11:25:44 -0400
parents bb36a5730ecc
children d4557fd08323
comparison
equal deleted inserted replaced
9612:66970dd627f6 9613:16907d1153d1
1 2009-09-04 John W. Eaton <jwe@octave.org>
2
3 * configure.in (ldpreloadsep): New variable. Set to ':' for Cygwin.
4 * Makeconf.in (do-subst-script-vals): Substitute it.
5 * run-octave.in: Use it to seprate elements in the LD_PRELOAD variable.
6
1 2009-09-03 John W. Eaton <jwe@octave.org> 7 2009-09-03 John W. Eaton <jwe@octave.org>
2 8
3 * configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB. 9 * configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB.
4 10
5 2009-09-03 Jaroslav Hajek <highegg@gmail.com> 11 2009-09-03 Jaroslav Hajek <highegg@gmail.com>