diff 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
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 05 13:17:35 2009 -0400
+++ b/ChangeLog	Sun Apr 05 13:19:07 2009 -0400
@@ -1,5 +1,9 @@
 2009-04-05  John W. Eaton  <jwe@octave.org>
 
+	* configure.in: Use AC_USE_SYSTEM_EXTENSIONS instead of
+	AC_GNU_SOURCE, AC_AIX, AC_MINIX, and AC_ISC_POSIX.
+	Require Autoconf 2.60.
+
 	* configure.in: Add -Wformat to extra warning flags.  Add
 	-Wconversion to strict warning flags.