Fix typo in macro name.
authorBruno Haible <bruno@clisp.org>
Thu, 11 May 2006 12:21:14 +0000 (12:21 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 11 May 2006 12:21:14 +0000 (12:21 +0000)
m4/ChangeLog
m4/xvasprintf.m4

index 8b54a51..b27909a 100644 (file)
@@ -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.
index 215631c..0e7eed9 100644 (file)
@@ -4,7 +4,7 @@ dnl This file is free software; the Free Software Foundation
 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])