comparison ChangeLog @ 9091:45c832e9976d

configure.in: require autoconf 2.60; eliminate some obsolete macros
author John W. Eaton <jwe@octave.org>
date Sun, 05 Apr 2009 13:19:07 -0400
parents 298b57a4fec2
children 22ae6b3411a7
comparison
equal deleted inserted replaced
9090:298b57a4fec2 9091:45c832e9976d
1 2009-04-05 John W. Eaton <jwe@octave.org> 1 2009-04-05 John W. Eaton <jwe@octave.org>
2
3 * configure.in: Use AC_USE_SYSTEM_EXTENSIONS instead of
4 AC_GNU_SOURCE, AC_AIX, AC_MINIX, and AC_ISC_POSIX.
5 Require Autoconf 2.60.
2 6
3 * configure.in: Add -Wformat to extra warning flags. Add 7 * configure.in: Add -Wformat to extra warning flags. Add
4 -Wconversion to strict warning flags. 8 -Wconversion to strict warning flags.
5 9
6 2009-04-02 John W. Eaton <jwe@octave.org> 10 2009-04-02 John W. Eaton <jwe@octave.org>