From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Improvement suggestion for autoreconf.sh/INSTALL.BZR Date: Tue, 10 Jul 2012 20:53:39 +0200 Message-ID: <87pq83sb0s.fsf@wanadoo.es> References: <87fw8z5x0q.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1341946459 22567 80.91.229.3 (10 Jul 2012 18:54:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2012 18:54:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 10 20:54:19 2012 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 1SofZe-0003j5-HK for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2012 20:54:14 +0200 Original-Received: from localhost ([::1]:51248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SofZd-00055q-N3 for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2012 14:54:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SofZS-000552-IU for emacs-devel@gnu.org; Tue, 10 Jul 2012 14:54:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SofZN-0004uS-Ub for emacs-devel@gnu.org; Tue, 10 Jul 2012 14:54:02 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SofZN-0004uO-OC for emacs-devel@gnu.org; Tue, 10 Jul 2012 14:53:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SofZL-0003FM-SA for emacs-devel@gnu.org; Tue, 10 Jul 2012 20:53:55 +0200 Original-Received: from 37.red-81-32-92.dynamicip.rima-tde.net ([81.32.92.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jul 2012 20:53:55 +0200 Original-Received: from ofv by 37.red-81-32-92.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jul 2012 20:53:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 37.red-81-32-92.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:YRIbvIn85+q/8BzBx/byo53JfI0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:151520 Archived-At: Glenn Morris writes: > Óscar Fuentes wrote: > >> myemacsbuild $ autoreconf -i -I m4 ../emacs/ >> Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196. >> Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196. >> >> So libtool is required, but no mention to that fact on >> INSTALL.BZR. Installed it and tried again: > > libtool is not required. This was reported before; it still makes no > sense to me. > > http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00879.html > > I can only repeat: "Perhaps it is a bug in whatever your version of > autoreconf is?" For the record, I'm using autoconf (GNU Autoconf) 2.68 The other issue about autoreconf not detecting autoconf (even after libtool is installed) remains.