Re: [PATCH 2] autoconf: Use ./configure script in git *.spec file
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:32
Jakub Narebski [off-list ref] writes:
As I see it, we have the following options with respect to autoconf related files and use of ./configure script 1. Use autoconf and ./configure script generated by it as optional way to configure installation process. Have configure.ac and config.mak.in in main directory of git.git repository. Do not use ./configure script in git.spec.in, i.e. do not apply this patch... perhaps put _patch_ in the contrib/. Leave changes to *.spec file to distributions, documenting it somewhere. .. I am partially to [*1*], if just because I wouldn't need to take care autoconf in git.
I do not understand this "I wouldn't need to take care autoconf in git" part. Sorry.