X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:from:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=lV3YW0ieav4hvrae ArfpyPq3lqxI1a5BG1vEVFC2yazI9wXCxfBFXXUhnvtbhn+yQ+bSB0kv0ywYx6oy CwZLf7F3MZ9ubr4cSJZxI3kNHN60B+V9bgl1Y2SwCnCxy8TeLOGkVIZOP5CchsPc 570v2rymvGK/3HsYUcjYFYfzWvY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:from:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=UOQjLwNk5vXzsfQtBGnGJq mRfD0=; b=HVbnsftb8IhR4hk7HfSHZdV+BHBHRe5ox/oa3HgiCaUMnfKzcVtFwj GGyseFw2Jz3vxZ7mDaauRbRr1+a/r1+z3r/IFKJZYwy2DovCIbNsD+JnEDJ71n/x tySvs2ULLLdTo/p8QrDLIgCa1LcYZUsdI/t3KgicvmRFW5mGx47E0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:851, Makefileam, Makefile.am, UD:am X-HELO: mailout05.t-online.de Subject: Re: Cygport: How to add -I m4 to autoreconf / aclocal? (issue with building mingw64-x86_64-gtksourceview3.0-3.24.6 ) From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= To: "cygwin AT cygwin DOT com" References: <0F7D3B1B3C4B894D824F5B822E3E5A178FD7FDEF AT IRSMSX102 DOT ger DOT corp DOT intel DOT com> <6a834f72-b21a-6fa5-1e72-5e1190d5a0f7 AT t-online DOT de> Openpgp: preference=signencrypt Message-ID: <3b62849f-c254-448e-7078-a8b346e6a080@t-online.de> Date: Thu, 6 Jun 2019 23:27:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <6a834f72-b21a-6fa5-1e72-5e1190d5a0f7@t-online.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Am 06.06.2019 um 21:18 schrieb Hans-Bernhard Bröker: > Still that would constitut, if not a flat-out bug, at least severe > bit-rot in the upstream package, because if it doesn't work with > Cygwin's automake version 1.15, it most likely doesn't with reasonably > current versions of automake on other platforms, either. After some actual inspection, and a bit of RTFMing, things became clearer. There is indeed a general bug in the original source that requires fixing. The following line is sorely missing from the top-level Makefile.am: ACLOCAL_AMFLAGS = -I m4 It doesn't look like this should be buildable without that line, on any other platform. If it does, their gnome-autogen.sh must be rather different from Cygwin's. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple