all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Daniel Ortmann" <dortmann@lsil.com>
Cc: <emacs-devel@gnu.org>, <oliva@lsd.ic.unicamp.br>, <akim@epita.fr>,
	<tromey@cygnus.com>, <proski@gnu.org>, <rms@gnu.org>
Subject: RE: [jim@meyering.net: Re: Reported bad code in Emacs configure file]
Date: Fri, 3 May 2002 15:58:12 -0500	[thread overview]
Message-ID: <JCEGKLCCJKEGOAJKIBMGIEPBCBAA.dortmann@lsil.com> (raw)
In-Reply-To: <200205032039.g43Kdq002938@shade.twinsun.com>

Darn this company firewall anyway!  :-(   I've tried *all* of the tricks,
including using different ports (http ports, etc), and I just can't get
through.

I'll have to start taking a laptop home to get the most current CVS code
into work.

Or would it be possible to have the savannah emacs project provide a nightly
tar of the cvs trunk?  (caveat emptor, of course.)  _Then_ I could get
through the firewall.

-----Original Message-----
From: Paul Eggert [mailto:eggert@twinsun.com]
Sent: Friday, May 03, 2002 3:40 PM
To: dortmann@lsil.com
Cc: emacs-devel@gnu.org; oliva@lsd.ic.unicamp.br; akim@epita.fr;
tromey@cygnus.com; proski@gnu.org; rms@gnu.org
Subject: Re: [jim@meyering.net: Re: Reported bad code in Emacs configure
file]


> From: "Daniel Ortmann" <dortmann@lsil.com>
> Date: Fri, 3 May 2002 13:43:06 -0500
>
> In other words, I believe that, when using the "--without-gcc" option, the
> "if" part is not being run and therefore the variable is not being set.

That's a bug in the GNU Emacs 21.2 configure.in script.  The following
patch has already been applied to the trunk, so I think the point is
moot.  I don't know who did the patch or when they did it, but it was
probably after 21.2 came out.

--- configure.in.~1.267.4.8.~	2002-03-15 04:45:21.000000000 -0800
+++ configure.in	2002-05-03 13:31:53.453360000 -0700
@@ -1362,7 +1362,7 @@ AC_TYPE_SIGNAL
 dnl Check for speed_t typedef.
 AC_CACHE_CHECK(for speed_t, emacs_cv_speed_t,
 AC_TRY_COMPILE([#include <termios.h>], [speed_t x = 1;],
-  emacs_cv_speed_t=yes))
+  emacs_cv_speed_t=yes, emacs_cv_speed_t=no))
 if test $emacs_cv_speed_t = yes; then
   AC_DEFINE(HAVE_SPEED_T)
 fi

  reply	other threads:[~2002-05-03 20:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200205031826.g43IQ5i00789@aztec.santafe.edu>
2002-05-03 18:43 ` [jim@meyering.net: Re: Reported bad code in Emacs configure file] Daniel Ortmann
2002-05-03 20:39   ` Paul Eggert
2002-05-03 20:58     ` Daniel Ortmann [this message]
2002-05-04  1:38       ` Miles Bader
2002-05-04 15:01     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=JCEGKLCCJKEGOAJKIBMGIEPBCBAA.dortmann@lsil.com \
    --to=dortmann@lsil.com \
    --cc=akim@epita.fr \
    --cc=emacs-devel@gnu.org \
    --cc=oliva@lsd.ic.unicamp.br \
    --cc=proski@gnu.org \
    --cc=rms@gnu.org \
    --cc=tromey@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.