Re: [VOTE] Release Apache Commons Daemon 1.2.2 RC1

2019-09-29 Thread Rob Tompkins
> On Sep 29, 2019, at 5:36 PM, Matt Sicker wrote: > > I’m sort of going off of what GNU projects do (they use autotools for any C > projects), but the common ‘./configure && make && sudo make install’ > snippet is almost timeless. > +1 to that >> On Sun, Sep 29, 2019 at 13:01, sebb wrote:

Re: [VOTE] Release Apache Commons Daemon 1.2.2 RC1

2019-09-29 Thread Gary Gregory
On Sun, Sep 29, 2019 at 6:04 PM sebb wrote: > On Sun, 29 Sep 2019 at 22:36, Matt Sicker wrote: > > > > I’m sort of going off of what GNU projects do (they use autotools for > any C > > projects), but the common ‘./configure && make && sudo make install’ > > snippet is almost timeless. > > Not su

Re: [VOTE] Release Apache Commons Daemon 1.2.2 RC1

2019-09-29 Thread sebb
On Sun, 29 Sep 2019 at 22:36, Matt Sicker wrote: > > I’m sort of going off of what GNU projects do (they use autotools for any C > projects), but the common ‘./configure && make && sudo make install’ > snippet is almost timeless. Not sure what that has to do with the question at hand, i.e Is the

Re: [VOTE] Release Apache Commons Daemon 1.2.2 RC1

2019-09-29 Thread Matt Sicker
I’m sort of going off of what GNU projects do (they use autotools for any C projects), but the common ‘./configure && make && sudo make install’ snippet is almost timeless. On Sun, Sep 29, 2019 at 13:01, sebb wrote: > On Sun, 29 Sep 2019 at 17:21, Matt Sicker wrote: > > > > Projects that have a

Re: [VOTE] Release Apache Commons Daemon 1.2.2 RC1

2019-09-29 Thread sebb
On Sun, 29 Sep 2019 at 17:21, Matt Sicker wrote: > > Projects that have a configure script usually include that in the source > distribution but not in the source repository (at least for autotools > users). But is that correct? Surely the source archive should only contain source that is in the

Re: [VOTE] Release Apache Commons BCEL 6.4.1 based on RC1

2019-09-29 Thread Gary Gregory
My +1 Gary On Thu, Sep 26, 2019 at 9:38 PM Gary Gregory wrote: > We have fixed one important bug since Apache Commons BCEL 6.4.0 was > released, so I would like to release Apache Commons BCEL 6.4.1. > > Apache Commons BCEL 6.4.1 RC1 is available for review here: > https://dist.apache.org/re

Re: [VOTE] Release Apache Commons Daemon 1.2.2 RC1

2019-09-29 Thread Matt Sicker
Projects that have a configure script usually include that in the source distribution but not in the source repository (at least for autotools users). On Sat, Sep 28, 2019 at 17:41, sebb wrote: > On Sat, 28 Sep 2019 at 17:42, Mark Thomas wrote: > > > > On 28/09/2019 17:06, Gary Gregory wrote: >