On Sun, Oct 20, 2013 at 7:43 PM, Paul Eggert <[email protected]> wrote: > Jim Meyering wrote: >> Are you interested in working on it? > > It seems to be easy enough to fix, so I pushed the following > (this is like what we already did with coreutils): > > >From 5ee3301166337746b10c9264517106df6f753a89 Mon Sep 17 00:00:00 2001 > From: Paul Eggert <[email protected]> > Date: Sun, 20 Oct 2013 19:41:27 -0700 > Subject: [PATCH] build: avoid chatter from Automake 1.14 ... > -AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests]) > +AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests > + subdir-objects])
Pleasant surprise. I thought it would be more involved. Thank you!
