On Tue, Dec 1, 2015 at 1:21 PM, Eric Blake <ebl...@redhat.com> wrote: > On 12/01/2015 11:09 AM, Doug Evans wrote: >> Hi. >> >> Is there a recipe for recreating (as close as possible, but not >> necessarily identical to) the 1.6 release from git? > > Untested, but roughly: > > git checkout v1.6 > ./bootstrap > ./configure > make dist
Awesome! Thanks much. The only differences I see are due to autoconf/automake/etc. version differences.