Re: GMP bootstrap fails with Autoconf 2.69d

2020-11-16 Thread Hans Åberg
> On 16 Nov 2020, at 11:41, Vincent Lefevre wrote: > > On 2020-11-16 10:29:13 +0100, Hans Åberg wrote: >>> On 16 Nov 2020, at 01:18, Vincent Lefevre wrote: >>> If I understand correctly, the goal is to have the Reporting-Bugs.html >>> URL together with the e-mail address. >> >> Yes, and such

Re: GMP bootstrap fails with Autoconf 2.69d

2020-11-16 Thread Vincent Lefevre
On 2020-11-16 10:29:13 +0100, Hans Åberg wrote: > > On 16 Nov 2020, at 01:18, Vincent Lefevre wrote: > > If I understand correctly, the goal is to have the Reporting-Bugs.html > > URL together with the e-mail address. > > Yes, and such a feature is not supported. > >

Re: GMP bootstrap fails with Autoconf 2.69d

2020-11-16 Thread Hans Åberg
> On 16 Nov 2020, at 01:18, Vincent Lefevre wrote: > > On 2020-11-15 23:49:10 +0100, Hans Åberg wrote: >> One can also have an additional URL argument, which defines a variable >> PACKAGE_URL: >> >> AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs@gmplib.org (see >>

Re: uint_least32_t is in stdint.h not in inttypes.h

2020-11-16 Thread Torbjörn Granlund
Vincent Lefevre writes: So, including if present should be sufficient, and this is what the above code does. That said, for C99 implementations, the #if tests would be useless, so that the above code is also designed for non-C99 implementations, which may have and with a behavior