From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: PATCH: LibreOffice Date: Thu, 4 Jun 2015 22:56:23 +0200 Message-ID: <20150604205623.GA10781@debian> References: <20150531090831.GA4344@debian> <87pp5gtzi1.fsf@netris.org> <20150601195015.GA6191@debian> <20150601195656.GA6558@debian> <20150603123907.GA22264@debian.math.u-bordeaux1.fr> <873827ryzo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0cC2-0002K3-Ko for guix-devel@gnu.org; Thu, 04 Jun 2015 16:56:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0cBx-00031x-NC for guix-devel@gnu.org; Thu, 04 Jun 2015 16:56:50 -0400 Content-Disposition: inline In-Reply-To: <873827ryzo.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Thu, Jun 04, 2015 at 10:37:47PM +0200, Ludovic Courtès wrote: > > The bad news: autoreconf is still needed for the xmlsec tarball. > Why is that? Is it because LO’s own build system explicitly runs it, or > because some .am or .ac file is modified? Would be nice to mention it > in a comment. Both :-) The LibreOffice build system applies patches that change Makefile.am, config.sub, config.guess, configure.in. Andreas