Mercurial > hg > octave-lyh
comparison ChangeLog @ 4685:14a1c9f42f67
[project @ 2004-01-06 17:20:02 by jwe]
author | jwe |
---|---|
date | Tue, 06 Jan 2004 17:20:55 +0000 |
parents | a3a306af7292 |
children | fcab389ad291 |
comparison
equal
deleted
inserted
replaced
4684:5b8fcfaa8136 | 4685:14a1c9f42f67 |
---|---|
1 2004-01-06 Per Persson <persquare@mac.com> | |
2 | |
3 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Recognize | |
4 *-*-darwin*, not *-*-darwin6*. | |
5 | |
1 2003-12-20 John W. Eaton <jwe@bevo.che.wisc.edu> | 6 2003-12-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 7 |
3 * INSTALL: Update to newer version from autoconf. | 8 * INSTALL: Update to newer version from autoconf. |
4 | 9 |
5 2003-11-26 Cyril Humbert <Cyril.Humbert@univ-mlv.fr> | 10 2003-11-26 Cyril Humbert <Cyril.Humbert@univ-mlv.fr> |
407 | 412 |
408 * configure.in: Check for sigsetjmp and siglongjmp. | 413 * configure.in: Check for sigsetjmp and siglongjmp. |
409 (AH_BOTTOM): If both are found, define OCTAVE_HAVE_SIG_JUMP. | 414 (AH_BOTTOM): If both are found, define OCTAVE_HAVE_SIG_JUMP. |
410 Also check for sig_atomic_t, typedef it if not available. | 415 Also check for sig_atomic_t, typedef it if not available. |
411 | 416 |
412 2002-11-10 Per Persson <persquare@mac.com> | 417 2002-11-10 Per Persson <persquare@mac.com> |
413 | 418 |
414 * configure.in: Detect dyld API for dynamic linking on OS X. | 419 * configure.in: Detect dyld API for dynamic linking on OS X. |
415 | 420 |
416 2002-11-09 Per Persson <persquare@mac.com> | 421 2002-11-09 Per Persson <persquare@mac.com> |
417 | 422 |
418 * configure.in: Use $(TOPDIR)/src/octave, not $(bindir)/octave for | 423 * configure.in: Use $(TOPDIR)/src/octave, not $(bindir)/octave for |
419 -bundle-loader argument. | 424 -bundle-loader argument. |
420 | 425 |
421 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force result for OS X. | 426 * aclocal.m4 (OCTAVE_CXX_PREPENDS_UNDERSCORE): Force result for OS X. |
460 | 465 |
461 * configure.in: Also set SHLEXT_VER, SHLLIB_VER, SHLBIN_VER. | 466 * configure.in: Also set SHLEXT_VER, SHLLIB_VER, SHLBIN_VER. |
462 * Makeconf.in: Substitute them here. | 467 * Makeconf.in: Substitute them here. |
463 Also substitute SHLLINKEXT. | 468 Also substitute SHLLINKEXT. |
464 | 469 |
465 2002-10-25 Per Persson <persquare@mac.com> | 470 2002-10-25 Per Persson <persquare@mac.com> |
466 | 471 |
467 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Fix | 472 * aclocal.m4 (OCTAVE_CXX_PRAGMA_INTERFACE_IMPLEMENTATION): Fix |
468 first test to properly fail on OS X. Fix typo in final test to | 473 first test to properly fail on OS X. Fix typo in final test to |
469 set result. | 474 set result. |
470 | 475 |