On 29/09/2019 23:15, Gary Gregory wrote: > On Sun, Sep 29, 2019 at 6:04 PM sebb <seb...@gmail.com> wrote: > >> On Sun, 29 Sep 2019 at 22:36, Matt Sicker <boa...@gmail.com> 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 file is allowed to be in the source artifact if it is not in >> the source repository? >> > > For me, no, I expect the source zip/tar to be a subset of what is in the > repo for the purposes of building usable artifacts, not a super-set.
That goes against the standard practice which is not to put the configure script under version control. I assume that this is because the file is generated. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org