From d31c020e1381f5095c8709ae80fa23a49e48bf73 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 11 May 2006 12:21:14 +0000 Subject: [PATCH] Fix typo in macro name. --- m4/ChangeLog | 4 ++++ m4/xvasprintf.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index 8b54a5191..b27909abb 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-05-11 Simon Josefsson + + * xvasprintf.m4: Fix obvious typo. + 2006-05-09 Bruno Haible * xvasprintf.m4: New file. diff --git a/m4/xvasprintf.m4 b/m4/xvasprintf.m4 index 215631c45..0e7eed9c6 100644 --- a/m4/xvasprintf.m4 +++ b/m4/xvasprintf.m4 @@ -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]) -- 2.11.0