Release request

2018-07-16 Thread Steven Winfield
Hi, In addition to [1], could I also add a request for a release? Specifically, one that includes this[2] commit? Many thanks, Steve. [1] http://lists.gnu.org/archive/html/autoconf/2018-04/msg2.html [2] http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=82ef7805faffa151e724aa76c245ec

Re: Release request

2018-07-16 Thread Paul Eggert
Yes, it's well past time for a release. We should have one reasonably soon. ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: Release request

2018-07-16 Thread Nicholas Clark
I'd love to see a release too!!! Getting @runstatedir@ support would be awesome. It's been in the git repo for 5 years now. On Mon, Jul 16, 2018 at 5:53 PM, Paul Eggert wrote: > Yes, it's well past time for a release. We should have one reasonably soon. > > >

Configure tests using pipes

2018-07-16 Thread NightStrike
Is there a way to tell configure to pipe input into gcc as stdin for compile tests instead of writing out a temp file and compiling that? When working on slow, remotely mounted nfs areas, the very large amount of file i/o latency multiplies its effects considerably. ___