From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Thu, 08 May 2014 18:05:13 +0300 Message-ID: <83d2fowbti.fsf@gnu.org> References: <868uqh4ust.fsf@gmail.com> <83tx95zffo.fsf@gnu.org> <87y4yh72qk.fsf@igel.home> <87tx956y9c.fsf@igel.home> <864n1459hp.fsf@gmail.com> <86tx92v4zi.fsf@gmail.com> <87eh06jqkl.fsf@uwakimon.sk.tsukuba.ac.jp> <53699719.8030009@cs.ucla.edu> <834n12xpkl.fsf@gnu.org> <5369AFEA.5010001@cs.ucla.edu> <8338gly6k8.fsf@gnu.org> <86ppjpyw1p.fsf@gmail.com> <83fvklvve3.fsf@gnu.org> <864n10hf8p.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1399561530 24978 80.91.229.3 (8 May 2014 15:05:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2014 15:05:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 17:05:24 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WiPsv-0003Y4-Ie for ged-emacs-devel@m.gmane.org; Thu, 08 May 2014 17:05:21 +0200 Original-Received: from localhost ([::1]:47586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiPsu-0005bp-Qa for ged-emacs-devel@m.gmane.org; Thu, 08 May 2014 11:05:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiPsl-0005PF-Gh for emacs-devel@gnu.org; Thu, 08 May 2014 11:05:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiPsd-0006kl-Ds for emacs-devel@gnu.org; Thu, 08 May 2014 11:05:10 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:65155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiPsd-0006ep-6Z for emacs-devel@gnu.org; Thu, 08 May 2014 11:05:03 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N5900D00GD9RZ00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Thu, 08 May 2014 18:05:01 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N5900D6HGKC9890@a-mtaout21.012.net.il>; Thu, 08 May 2014 18:05:01 +0300 (IDT) In-reply-to: <864n10hf8p.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171778 Archived-At: > From: Andy Moreton > Date: Thu, 08 May 2014 09:00:22 +0100 > > > Anyway, is your problem solved now? > > Yes. Great! > It seems that whatever I did the configury ignored the autotools from > ezwinports installed under c:/emacs/mingw-devel, and always used the > ones from c:/mingw/msys (regardles of PATH). If I uninstalled the msys > versions then autogen.sh simply failed. In addition, the generated > configure could find pkg-config, but not pkg.m4 unless it was moved into > the msys tree Indeed, both the autotools from ezwinports and pkg.m4 should be in the MSYS tree. (The README file on ezwinports site explicitly says that about Autoconf and Automake.)