emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: Small fix to configure.in in CVS]


From: Richard Stallman
Subject: address@hidden: Small fix to configure.in in CVS]
Date: Thu, 26 Oct 2006 04:53:29 -0400

Would someone please study this, DTRT, and ack?

------- Start of forwarded message -------
Date: Wed, 25 Oct 2006 13:55:34 +0100
From: Martin Ebourne <address@hidden>
To: address@hidden
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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]