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: Any idea why "make V=1" isn't working for me? Date: Sat, 10 Oct 2015 18:33:18 +0300 Message-ID: <834mhyspq9.fsf@gnu.org> References: <83612ft8bs.fsf@gnu.org> <83k2qvrnb1.fsf@gnu.org> <83h9lysyi9.fsf@gnu.org> <83bnc6sthp.fsf@gnu.org> <837fmussjg.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1444491223 1835 80.91.229.3 (10 Oct 2015 15:33:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2015 15:33:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 10 17:33:33 2015 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 1Zkw9K-0003iH-5X for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 17:33:30 +0200 Original-Received: from localhost ([::1]:45242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zkw9I-0000b3-VA for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2015 11:33:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zkw96-0000aw-Qr for emacs-devel@gnu.org; Sat, 10 Oct 2015 11:33:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zkw93-0005dH-Eb for emacs-devel@gnu.org; Sat, 10 Oct 2015 11:33:16 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:58725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zkw93-0005dD-7N for emacs-devel@gnu.org; Sat, 10 Oct 2015 11:33:13 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NW000900GEBJI00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 10 Oct 2015 18:33:12 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NW0009JCGJBHF20@a-mtaout22.012.net.il>; Sat, 10 Oct 2015 18:33:11 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:191149 Archived-At: > From: Juanma Barranquero > Date: Sat, 10 Oct 2015 16:53:50 +0200 > Cc: Emacs developers > > > Do you have silent.m4 in share/aclocal-1.11/ ? > > Yes Is that the MinGW share/aclocal-1.11, or the MSYS share/aclocal-1.11? It should be the latter. > > If not, which version > > of Automake did you install, and where did you get it from? > > automake-11 > > It's the MinGW version. I used the GUI installer and it came along for the > ride, and autogen.sh seemed to work, so I didn't search for another version. The MinGW packages of Autoconf and Automake are not useful, I suggest to remove them. Or leave them alone, if you want, but install this one as well: http://sourceforge.net/projects/ezwinports/files/automake-1.11.6-msys-bin.zip/download There's Autoconf there, I suggest to install that as well. Please note that README.txt says to unzip both from the root of the MSYS tree, not the MinGW tree. I believe this is your problem: Automake didn't find silent.m4, or perhaps the contents of that file is incorrect. The missing section of configure is taken from that file.