emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99984: get rid of "unix" pre-defined


From: Miles Bader
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99984: get rid of "unix" pre-defined macro when preprocessing Makefile
Date: Thu, 22 Apr 2010 09:10:30 +0900
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99984
committer: Miles Bader <address@hidden>
branch nick: trunk
timestamp: Thu 2010-04-22 09:10:30 +0900
message:
  get rid of "unix" pre-defined macro when preprocessing Makefile
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2010-04-21 21:44:48 +0000
+++ b/configure.in      2010-04-22 00:10:30 +0000
@@ -3162,7 +3162,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.
-[cpp_undefs="`echo $srcdir $configuration $canonical |
+[cpp_undefs="`echo $srcdir $configuration $canonical unix |
   sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
   -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g'`"]
 


reply via email to

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