Eric Blake wrote:
> I'm summarizing a bug report sent to me from Nelson's off-list testing of
> m4 1.4.5:
>
> checking build system type... hppa2.0w-hp-hpux11.11
> checking host system type... hppa2.0w-hp-hpux11.11
> checking for gcc... gcc -std=c99
>
> gcc -std=c99 -DHAVE_CONFIG_H -I. -I. -I..
Eric Blake wrote:
> I noticed a copy-n-paste error from vasprintf.h, so I installed this trivial
> fix:
>
> /* Write formatted output to a string dynamically allocated with malloc().
> - If the memory allocation succeeds, store the address of the string in
> - *RESULT and return the number
Simon Josefsson wrote:
> m4/xvasprintf.m4 contains:
>
> AC_DEFUN([gl_XASPRINTF],
> ^
>
> Shouldn't a V be inserted there?
Sure, yes. I committed your fix now.
Bruno