From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Ebourne Newsgroups: gmane.emacs.bugs Subject: Small fix to configure.in in CVS Date: Wed, 25 Oct 2006 13:55:34 +0100 Message-ID: <20061025135534.8jznegz2wis0wsos@ebourne.me.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_73dreo3bcibp" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161836681 29645 80.91.229.2 (26 Oct 2006 04:24:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 04:24:41 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 26 06:24:40 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcwnF-0003zl-BB for geb-bug-gnu-emacs@m.gmane.org; Thu, 26 Oct 2006 06:24:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcwnE-0004BC-Ng for geb-bug-gnu-emacs@m.gmane.org; Thu, 26 Oct 2006 00:24:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GciIV-0000p0-6V for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2006 08:55:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GciIQ-0000m6-0v for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2006 08:55:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GciIP-0000lp-Mj for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2006 08:55:49 -0400 Original-Received: from [81.187.81.52] (helo=smtp.aaisp.net.uk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GciIP-0002FZ-Lu for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2006 08:55:49 -0400 Original-Received: from 78.210.187.81.in-addr.arpa ([81.187.210.78] helo=hordein.ebourne.me.uk) by smtp.aaisp.net.uk with esmtp (Exim 4.43) id 1GciIN-0000dK-AI for bug-gnu-emacs@gnu.org; Wed, 25 Oct 2006 13:55:47 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by hordein.ebourne.me.uk (Postfix) with ESMTP id 14702BC088 for ; Wed, 25 Oct 2006 13:55:45 +0100 (BST) X-Virus-Scanned: amavisd-new at ebourne.me.uk Original-Received: from hordein.ebourne.me.uk ([127.0.0.1]) by localhost (hordein.ebourne.me.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O2ad9HOO+tB5 for ; Wed, 25 Oct 2006 13:55:34 +0100 (BST) Original-Received: by hordein.ebourne.me.uk (Postfix, from userid 48) id 3BF51BC7D5; Wed, 25 Oct 2006 13:55:34 +0100 (BST) Original-Received: from 205.228.73.12 ([205.228.73.12]) by ebourne.me.uk (Horde MIME library) with HTTP; Wed, 25 Oct 2006 13:55:33 +0100 Original-To: bug-gnu-emacs@gnu.org User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Mailman-Approved-At: Thu, 26 Oct 2006 00:24:16 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15388 Archived-At: 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--