changeset 4719:e6ff70bf10f9

* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 18 Sep 2003 06:32:11 +0000
parents bef5218f3bbe
children 0df83ae3e9f7
files m4/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-17  Paul Eggert  <eggert@twinsun.com>
+
+	* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
+	to avoid spurious warnings like "AC_RUN_IFELSE was called before
+	gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
+
 2003-09-12  Paul Eggert  <eggert@twinsun.com>
 
 	* error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.