comparison ChangeLog @ 10246:f751dae7aab8

use gnulib signal modules
author John W. Eaton <jwe@octave.org>
date Tue, 02 Feb 2010 04:39:29 -0500
parents 4ea0bda308b7
children 85d76f689236
comparison
equal deleted inserted replaced
10245:4ea0bda308b7 10246:f751dae7aab8
1 2010-02-02 John W. Eaton <jwe@octave.org>
2
3 * configure.ac: Don't call OCTAVE_SIGNAL_CHECK,
4 OCTAVE_REINSTALL_SIGHANDLERS, AC_C_CONST, AC_HEADER_STDC, or
5 AC_STRUCT_TM, AC_TYPE_SIGNAL.
6 Don't define RETSIGTYPE_IS_VOID.
7 * acinclude.m4 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS):
8 Don't call AC_TYPE_SIGNAL. Assume sighandler return type is void.
9 (OCTAVE_SIGNAL_CHECK, OCTAVE_REINSTALL_SIGHANDLERS): Delete macros.
10 * bootstrap.conf (gnulib_modules): Include sigaction, signal,
11 and sigprocmask in the list.
12
1 2010-02-02 John W. Eaton <jwe@octave.org> 13 2010-02-02 John W. Eaton <jwe@octave.org>
2 14
3 * configure.ac: Don't check for stdint.h. 15 * configure.ac: Don't check for stdint.h.
4 (AH_BOTTOM): Unconditionally include stdint.h. 16 (AH_BOTTOM): Unconditionally include stdint.h.
5 Delete fallback integer type definitions. 17 Delete fallback integer type definitions.