bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] merging some changes from coreutils


From: Bruno Haible
Subject: Re: [Bug-gnulib] merging some changes from coreutils
Date: Thu, 21 Nov 2002 20:16:36 +0100 (CET)

Jim Meyering writes:
> Any suggestions on how to record such dependencies?

Usually you would put AC_PREREQ(2.54) into the .m4 file. Since there
is no .m4 file here, putting it into the .c file as a comment is
better than nothing.

> +#ifndef HAVE_MALLOC
> +"you must run the autoconf test for a properly working malloc"

This is misleading. malloc(0) ==> NULL is permitted by ISO C 99. I'm
changing the wording of this error message to the one used in autoconf
2.56.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]