all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [lists@ebourne.me.uk: Small fix to configure.in in CVS]
@ 2006-10-26  8:53 Richard Stallman
  2006-10-26 14:23 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2006-10-26  8:53 UTC (permalink / raw)


Would someone please study this, DTRT, and ack?

------- Start of forwarded message -------
Date: Wed, 25 Oct 2006 13:55:34 +0100
From: Martin Ebourne <lists@ebourne.me.uk>
To: bug-gnu-emacs@gnu.org
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="=_73dreo3bcibp"
Subject: Small fix to configure.in in CVS
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=failed version=3.0.4

This message is in MIME format.

- --=_73dreo3bcibp
Content-Type: text/plain;
	charset=ISO-8859-1;
	DelSp="Yes";
	format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Hi,

Fixes current CVS configure.in to refer to the right variable when  
doing the scary macro undefining stuff.

Cheers,

Martin.

- --=_73dreo3bcibp
Content-Type: text/plain;
	charset=UTF-8;
	name="emacs-config.patch"
Content-Description: Patch to cvs
Content-Disposition: inline;
	filename="emacs-config.patch"
Content-Transfer-Encoding: 7bit

- --- emacs/configure.in~	2006-09-28 06:47:26.000000000 +0100
+++ emacs/configure.in	2006-10-25 13:50:29.000000000 +0100
@@ -3230,7 +3230,7 @@
 # the C preprocessor to some helpful value like 1, or maybe the empty
 # string.  Needless to say consequent macro substitutions are less
 # than conducive to the makefile finding the correct directory.
- -[undefs="`echo $top_srcdir $configuration $canonical |
+[undefs="`echo $ac_top_srcdir $configuration $canonical |
 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
     -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g' \
 `"]

- --=_73dreo3bcibp
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

- --=_73dreo3bcibp--
------- End of forwarded message -------

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

end of thread, other threads:[~2006-10-26 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-26  8:53 [lists@ebourne.me.uk: Small fix to configure.in in CVS] Richard Stallman
2006-10-26 14:23 ` Chong Yidong

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.