From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Trunk r117046 fails on systems with older automake Date: Mon, 05 May 2014 09:29:58 +0200 Message-ID: <53673DF6.1080502@gmx.at> References: <868uqh4ust.fsf@gmail.com> <83tx95zffo.fsf@gnu.org> <83k3a0zs5r.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1399413898 27801 80.91.229.3 (6 May 2014 22:04:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 May 2014 22:04:58 +0000 (UTC) Cc: andrewjmoreton@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii , Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 07 00:04:52 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 1WhnSn-00038f-BT for ged-emacs-devel@m.gmane.org; Wed, 07 May 2014 00:03:49 +0200 Original-Received: from localhost ([::1]:55776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhDME-0007PR-1m for ged-emacs-devel@m.gmane.org; Mon, 05 May 2014 03:30:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhDM0-0007JT-IL for emacs-devel@gnu.org; Mon, 05 May 2014 03:30:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhDLt-0007h4-30 for emacs-devel@gnu.org; Mon, 05 May 2014 03:30:24 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:58048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhDLk-0007eb-Vq; Mon, 05 May 2014 03:30:09 -0400 Original-Received: from [62.47.251.66] ([62.47.251.66]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MK17F-1Wfplp1LmP-001RQt; Mon, 05 May 2014 09:30:04 +0200 In-Reply-To: <83k3a0zs5r.fsf@gnu.org> X-Provags-ID: V03:K0:HTvA/t1eOgU3NvHJFRyxob6UAl6RLacD1Fxib+yidSiAZz5vW/Y FalgUKRnVb7hiWGd4GlF+48suxqbTqnV6G04kyqKJmB+7h9WeVxz2/1hPkmCiGm0emRK+22 /5zoOuoq87YuPJxWaqoseu52768BDGDhDD/mFEApNdVFz6eF9dtfp9+4KoyMPoInl1VilF0 a5+YyQuHf+OYCi5Lqh0IQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 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:171709 Archived-At: >> The version of aclocal that you are using cannot find the pkg.m4 file that >> pkg-config provides. > > I think the problem is with pkg.m4, which comes with the pkg-config > package (see the message above). My crystal ball says that you do > have that file, but in the wrong place: since your pkg-config is a > MinGW port, you have that file in share/aclocal under the MinGW root, > but not under the MSYS root. > > In general, I suggest to make sure your *.m4 files are always > duplicated in both trees, because you can never know which script will > need it and where will they look for them. On Windows XP I'm currently getting c:\emacs\trunk\nt>c:/Programme/MinGW/msys/1.0/bin/bash.exe --login -i -c "cd /c/emacs/trunk/ ; make" c:/Programme/MinGW/msys/1.0/bin/bash.exe --login -i -c "cd /c/emacs/trunk/ ; rm -f src/emacs-*.exe" c:/Programme/MinGW/msys/1.0/bin/bash.exe --login -i -c "cd /c/emacs/trunk/ ; make" cd . && aclocal -I m4 cd . && autoconf 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:1351: error: possibly undefined macro: PKG_PROG_PKG_CONFIG configure.ac:1354: error: possibly undefined macro: PKG_CHECK_MODULES configure.ac:1363: error: possibly undefined macro: m4_default configure.ac:2293: error: possibly undefined macro: PKG_CONFIG make: *** [configure] Error 1 What do I have to do? Thanks, martin