changeset 6785:3d25db2cb5ba

Fix typo in macro name.
author Bruno Haible <bruno@clisp.org>
date Thu, 11 May 2006 12:21:14 +0000
parents fe34cbd2306e
children 5208dad0f433
files m4/ChangeLog m4/xvasprintf.m4
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-11  Simon Josefsson  <jas@extundo.com>
+
+	* xvasprintf.m4: Fix obvious typo.
+
 2006-05-09  Bruno Haible  <bruno@clisp.org>
 
 	* xvasprintf.m4: New file.
--- a/m4/xvasprintf.m4
+++ b/m4/xvasprintf.m4
@@ -4,7 +4,7 @@
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
-AC_DEFUN([gl_XASPRINTF],
+AC_DEFUN([gl_XVASPRINTF],
 [
   dnl Prerequisites of lib/xvasprintf.c.
   AC_REQUIRE([AC_C_INLINE])