unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Patch in configure gets lost
@ 2007-05-20 17:05 Richard Stallman
  2007-05-20 20:46 ` Nick Roberts
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-05-20 17:05 UTC (permalink / raw)
  To: emacs-devel

We need to use a patched autoconf so as to avoid the need
to reinsert this manually.


CVSROOT:	/sources/emacs
Module name:	emacs
Changes by:	Nick Roberts <nickrob>	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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch in configure gets lost
  2007-05-20 17:05 Patch in configure gets lost Richard Stallman
@ 2007-05-20 20:46 ` Nick Roberts
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Roberts @ 2007-05-20 20:46 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

 > 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 <nickrob>	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
 >  }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-20 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 17:05 Patch in configure gets lost Richard Stallman
2007-05-20 20:46 ` Nick Roberts

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).