# HG changeset patch # User Miles Bader # Date 1271895030 -32400 # Node ID 98d289f9767955493295546a1518956fb7063fef # Parent 8ff86e76b50f0f77819d3955daac5bf206f6e482 get rid of "unix" pre-defined macro when preprocessing Makefile diff -r 8ff86e76b50f -r 98d289f97679 configure.in --- a/configure.in Wed Apr 21 23:44:48 2010 +0200 +++ b/configure.in Thu Apr 22 09:10:30 2010 +0900 @@ -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'`"]