Jim Meyering <[EMAIL PROTECTED]> writes:
> Simon Josefsson <[EMAIL PROTECTED]> wrote:
>> Jim Meyering <[EMAIL PROTECTED]> writes:
>>
>>> For example, now when I run "make dist", rather than getting the always
>>> identically-named coreutils-6.9+.tar.gz, I get tarballs with more
>>> meaningful name
Simon Josefsson <[EMAIL PROTECTED]> writes:
>> --- lib/Makefile.am.bak 2007-05-31 12:31:00.0 +0200
>> +++ lib/Makefile.am 2007-06-21 00:40:53.0 +0200
>> @@ -37,7 +37,7 @@
>>
>> idn-int.h:
>> if test -n "$(STDINT_H)"; then \
>> -cp gl/stdint.h idn-int.h; \
Bruno Haible <[EMAIL PROTECTED]> writes:
> Hi Simon,
>
>> I suppose the reason for this bug is that the gnulib stdint.h
>> replacement is installed by libidn.
>
> It is installed, but under a different name, namely idn-int.h!
Hi Bruno. Ah.
>> Perhaps #include_next is simply not reliable to use