From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 2] autoconf: Use ./configure script in git *.spec file Date: Mon, 03 Jul 2006 13:08:29 -0700 Message-ID: <7v4pxyqwn6.fsf@assigned-by-dhcp.cox.net> References: <200607030156.50455.jnareb@gmail.com> <200607030202.55919.jnareb@gmail.com> <7vodw7zgt2.fsf@assigned-by-dhcp.cox.net> <7vslljwiat.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Jul 03 22:08:45 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxUik-0000az-KB for gcvg-git@gmane.org; Mon, 03 Jul 2006 22:08:39 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751280AbWGCUId (ORCPT ); Mon, 3 Jul 2006 16:08:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751048AbWGCUId (ORCPT ); Mon, 3 Jul 2006 16:08:33 -0400 Received: from fed1rmmtao09.cox.net ([68.230.241.30]:47859 "EHLO fed1rmmtao09.cox.net") by vger.kernel.org with ESMTP id S1751047AbWGCUIc (ORCPT ); Mon, 3 Jul 2006 16:08:32 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.9.127]) by fed1rmmtao09.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060703200831.WBXQ6385.fed1rmmtao09.cox.net@assigned-by-dhcp.cox.net>; Mon, 3 Jul 2006 16:08:31 -0400 To: jnareb@gmail.com In-Reply-To: (Jakub Narebski's message of "Mon, 03 Jul 2006 13:05:21 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Jakub Narebski 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.