From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Patch in configure gets lost Date: Mon, 21 May 2007 08:46:00 +1200 Message-ID: <18000.45960.487655.823580@kahikatea.snap.net.nz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179694379 8668 80.91.229.12 (20 May 2007 20:52:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 May 2007 20:52:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 20 22:52:57 2007 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.50) id 1HpsOc-0000Hm-17 for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 22:52:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpsOb-0004TY-Hc for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 16:52:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpsOX-0004PD-6H for emacs-devel@gnu.org; Sun, 20 May 2007 16:52:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpsOV-0004Ov-RM for emacs-devel@gnu.org; Sun, 20 May 2007 16:52:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpsOV-0004Os-MJ for emacs-devel@gnu.org; Sun, 20 May 2007 16:52:47 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpsOT-0000X0-2m; Sun, 20 May 2007 16:52:45 -0400 Original-Received: from kahikatea.snap.net.nz (188.60.255.123.dynamic.snap.net.nz [123.255.60.188]) by viper.snap.net.nz (Postfix) with ESMTP id BEDC93DB2A8; Mon, 21 May 2007 08:52:42 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 1AD508F92D; Mon, 21 May 2007 08:46:01 +1200 (NZST) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.1.50.258 X-detected-kernel: Linux 2.4-2.6 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:71449 Archived-At: > We need to use a patched autoconf so as to avoid the need > to reinsert this manually. I assume that means just replacing the text shown below, which is what I've done. -- Nick http://www.inet.net.nz/~nickrob > CVSROOT: /sources/emacs > Module name: emacs > Changes by: Nick Roberts 07/05/20 05:15:11 > > Index: configure > =================================================================== > RCS file: /sources/emacs/emacs/configure,v > retrieving revision 1.206 > retrieving revision 1.207 > diff -u -b -r1.206 -r1.207 > --- configure 20 May 2007 03:12:22 -0000 1.206 > +++ configure 20 May 2007 05:15:11 -0000 1.207 > @@ -412,10 +412,10 @@ > fi > > test \$exitcode = 0") || { > - echo Please tell bug-autoconf@gnu.org about your system, > - echo including any error possibly output before this message. > - echo This can help us improve future autoconf versions. > - echo Configuration will now proceed without shell functions. > + echo No shell found that supports shell functions. > + echo Please tell autoconf@gnu.org about your system, > + echo including any error possibly output before this > + echo message > }