> 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:
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
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
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
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
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
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:
>