Re: minimum supported Autoconf and Automake versions

2018-10-18 Thread Paul Eggert
Bruno Haible wrote: I would therefore propose to assume autoconf >= 2.63 and automake >= 1.11. Sounds good to me, and thanks for looking into this.

minimum supported Autoconf and Automake versions

2018-10-18 Thread Bruno Haible
Hi, In a couple of places, we have code to cater with old versions of Autoconf or Automake. Such as this one: # Remove this macro when we can assume autoconf >= 2.62 or # autoconf >= 2.60 && automake >= 1.10. Which version can be assumed nowadays? I think one can determine this by looking at

Re: remove support for ancient platforms from mountlist, fsusage, getloadavg

2018-10-18 Thread Bruno Haible
Paul Eggert wrote: > Thanks, those patches all look good to me. OK, pushed. There are still similar oldies (apollo, DGUX, NeXT) in getloadavg.c, that are still there for no good reason. But they are not introducing significant complexity. Bruno