From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A better autogen.sh Date: Mon, 28 Mar 2011 21:17:37 -0400 Message-ID: References: <87y66fv2d3.fsf@stupidchicken.com> <4D388F7F.20708@swipnet.se> <87r5c7jk5m.fsf@stupidchicken.com> <4D39EF9C.1050804@cs.ucla.edu> <4D3A8666.4070609@cs.ucla.edu> <877hdvd49f.fsf@meyering.net> <83mxmrzhb6.fsf@gnu.org> <4D3C9C5B.8050303@cs.ucla.edu> <00oc4v55eb.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301361471 21204 80.91.229.12 (29 Mar 2011 01:17:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 01:17:51 +0000 (UTC) Cc: chad , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 03:17:45 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4NZ2-0007G0-VJ for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2011 03:17:45 +0200 Original-Received: from localhost ([127.0.0.1]:40960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4NZ2-0006Ym-EO for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2011 21:17:44 -0400 Original-Received: from [140.186.70.92] (port=49105 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4NYx-0006XE-KS for emacs-devel@gnu.org; Mon, 28 Mar 2011 21:17:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4NYw-0002Fo-At for emacs-devel@gnu.org; Mon, 28 Mar 2011 21:17:39 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:27213 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4NYw-0002Fk-10; Mon, 28 Mar 2011 21:17:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEALQykU1MCqRC/2dsb2JhbAClR3iIdrwohWoElgY X-IronPort-AV: E=Sophos;i="4.63,259,1299474000"; d="scan'208";a="98440755" Original-Received: from 76-10-164-66.dsl.teksavvy.com (HELO ceviche.home) ([76.10.164.66]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 28 Mar 2011 21:17:37 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 24151660C7; Mon, 28 Mar 2011 21:17:37 -0400 (EDT) In-Reply-To: <00oc4v55eb.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 28 Mar 2011 16:58:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137828 Archived-At: >> Trying to update emacs today after an internet-access-poor road trip, I see: >> >> [...] >> renamed install-sh => autogen/install-sh >> [...] >> configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." >> >> Similar errors came up for config.sub, config.guess, and depcomp > Run > ./autogen.sh > as suggested by INSTALL.BZR. We should have added a Makefile rule to do the above. Stefan