From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Wed, 7 May 2014 19:18:14 +0200 Message-ID: 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> <838uqexptc.fsf@gnu.org> <83siolwqn2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1399483148 31646 80.91.229.3 (7 May 2014 17:19:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2014 17:19:08 +0000 (UTC) Cc: Andy Moreton , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 19:19:03 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 1Wi5Uk-0001Po-SU for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 19:19:02 +0200 Original-Received: from localhost ([::1]:42879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi5Uk-0008Te-Ec for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 13:19:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi5Uf-0008TF-9B for emacs-devel@gnu.org; Wed, 07 May 2014 13:18:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi5Ue-0006xY-9n for emacs-devel@gnu.org; Wed, 07 May 2014 13:18:57 -0400 Original-Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:60525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi5Uc-0006xC-VP; Wed, 07 May 2014 13:18:55 -0400 Original-Received: by mail-yh0-f47.google.com with SMTP id z6so794672yhz.34 for ; Wed, 07 May 2014 10:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=H4ZNe0g/vI+BodD7ZdTyZN80irPW4Q4t9Nnc5aZjuZc=; b=XBz/ul2axd//gv1bEuOvBq2tdstkWZZUtakqDG+V2THUKgkc+bpm5QfNmk5aqSu2iF RL1JPsEn+GZiAQZMWB8Sz/MSDaW7ZK2RhL21zVKqCZ4QocC/nmJoBe87JJzGJY1wE/ea BoRkZnxeqDC35uONmIYdJyxkHMH0Wo991kYHl4bcMkdH76m+YxvNNPQ5KfPNt5CfU/Qe 6YbYwUsGEY/g2j+E/DCKzgU9Jbrt7bY0HRIGdeQlZl8vTt/z0xdx6llLB8edVS06+w0Z ZiJMdoPLeZ8UH2UsREzQZh30OkMoMT7R6dXTF0CNr72zGRH1IgCZjHPvvtmRkgMXNYm7 TFQQ== X-Received: by 10.236.119.99 with SMTP id m63mr69083139yhh.65.1399483134124; Wed, 07 May 2014 10:18:54 -0700 (PDT) Original-Received: by 10.170.127.66 with HTTP; Wed, 7 May 2014 10:18:14 -0700 (PDT) In-Reply-To: <83siolwqn2.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::22f 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:171763 Archived-At: On Wed, May 7, 2014 at 5:32 PM, Eli Zaretskii wrote: > Does pkg-config run from the cmd prompt I don't have MinGW or MSYS in the PATH, so they don't run from CMD. Everything I run to build Emacs runs from the MSYS sh.exe with a path than includes MinGW\bin and MSYS\1.0\bin, and C:\devel\emacs\build\bin (which has many EZWinports tools). (mdo = "c:\bin\MinGW\msys\1.0\bin\sh.exe --login -i") C:\> mdo pkg-config --version 0.28 > or does it show a "DLL > missing" dialog or some other failure? Do you see any pkg-config > related error messages in config.log? No to both. > Which m4.exe do you have installed, MSYS or MinGW? MSYS. > What version(s) of them? C:\> mdo m4 --version m4 (GNU M4) 1.4.16 > What do you get if you run "autoreconf -v -v --warnings=all -fi -I m4" > from the MSYS Bash promt -- do you get the same output as what I sent > (off list)? Any errors/warnings that could hint at the problem? It fails with configure.ac:70: error: possibly undefined macro: AS_ECHO If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:1352: error: possibly undefined macro: PKG_PROG_PKG_CONFIG configure.ac:1355: error: possibly undefined macro: PKG_CHECK_MODULES configure.ac:1364: error: possibly undefined macro: m4_default configure.ac:2294: error: possibly undefined macro: PKG_CONFIG autoreconf-2.68: /mingw/bin/autoconf-2.68 failed with exit status: 1 > FWIW, I don't use Autoconf 2.68, I use 2.65 on one machine and 2.69 on > another (the later with a newer Automake, I think). That hints at a problem, indeed. I seem to have two autoreconf installed: 2.65, from EZWinports, in my C:\devel\build\bin directory, and 2.68 in MinGW/bin. J