configure.ac and friends could use some love
From: C.J. Adams-Collier <hidden>
Date: 2016-06-15 22:46:53
with whom should I co-ordinate?
4 messages, 4 authors, 2016-06-15 · open the first message on its own page
From: C.J. Adams-Collier <hidden>
Date: 2016-06-15 22:46:53
with whom should I co-ordinate?
From: Andreas Ericsson <hidden>
Date: 2016-06-15 22:46:53
C.J. Adams-Collier wrote:
with whom should I co-ordinate?
git@vger and Jakub Narebski. git shortlog -ns -- configure.ac would have told you as much ;-) -- Andreas Ericsson andreas.ericsson@op5.se OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 Register now for Nordic Meet on Nagios, June 3-4 in Stockholm http://nordicmeetonnagios.op5.org/ Considering the successes of the wars on alcohol, poverty, drugs and terror, I think we should give some serious thought to declaring war on peace.
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:46:53
Andreas Ericsson [off-list ref] writes:
C.J. Adams-Collier wrote:
quoted
with whom should I co-ordinate?git@vger and Jakub Narebski. git shortlog -ns -- configure.ac would have told you as much ;-)
While it is true that I was behind adding ./configure support to git in optional and non-intrusive way (configure.ac and config.mak.in), mainly to be able to use %configure macro in git.spec -- which never materialized, I lack in my opinion expertise in autoconf to be a maintainer for those scripts. David Syzdek offered to help or take the brunt of the work on our autoconf corner, see e.g. this post: http://article.gmane.org/gmane.comp.version-control.git/111923 but he wanted help of someone whom is familiar with the interaction between the Makefile and configure.ac... which never materialized. Instead of git-shortlog, you should take a look at git-blame output who is responsible for more advanced corners of configure.ac: David M. Syzydek (GIT_CHECK_FUNC), Ben Walton (GIT_STASH_FLAGS), Ralf Wildenhues (caching support), etc. -- Jakub Narebski Poland ShadeHawk on #git
From: Ralf Wildenhues <hidden>
Date: 2016-06-15 22:46:54
Jakub Narebski writes:
I lack in my opinion expertise in autoconf to be a maintainer for those scripts. David Syzdek offered to help or take the brunt of the work on our autoconf corner, see e.g. this post: http://article.gmane.org/gmane.comp.version-control.git/111923 but he wanted help of someone whom is familiar with the interaction between the Makefile and configure.ac... which never materialized.
While I don't have the time to read git@ regularly and be a good maintainer of its configure.ac and friends, I'm certainly willing to answer all autotools related questions. Please Cc: me on them. Cheers, Ralf