aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2010-04-22 09:10:30 +0900
committerMiles Bader2010-04-22 09:10:30 +0900
commit567c757d4298680f71e3826c73850c4e5687648b (patch)
tree03097817cf68635e2161818e7608c22277732357
parentbf3126f629060f80c1a8a05f17b44af77d733a52 (diff)
downloademacs-567c757d4298680f71e3826c73850c4e5687648b.tar.gz
emacs-567c757d4298680f71e3826c73850c4e5687648b.zip
get rid of "unix" pre-defined macro when preprocessing Makefile
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c768e33e002..25a5baa06fd 100644
--- a/configure.in
+++ b/configure.in
@@ -3162,7 +3162,7 @@ test "${exec_prefix}" != NONE &&
3162# the C preprocessor to some helpful value like 1, or maybe the empty 3162# the C preprocessor to some helpful value like 1, or maybe the empty
3163# string. Needless to say consequent macro substitutions are less 3163# string. Needless to say consequent macro substitutions are less
3164# than conducive to the makefile finding the correct directory. 3164# than conducive to the makefile finding the correct directory.
3165[cpp_undefs="`echo $srcdir $configuration $canonical | 3165[cpp_undefs="`echo $srcdir $configuration $canonical unix |
3166 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ 3166 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
3167 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`"] 3167 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`"]
3168 3168