From: Bruno Haible Date: Thu, 11 May 2006 12:21:14 +0000 (+0000) Subject: Fix typo in macro name. X-Git-Tag: cvs-readonly~2401 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d31c020e1381f5095c8709ae80fa23a49e48bf73;p=gnulib.git Fix typo in macro name. --- 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])