changeset 108035:98d289f97679

get rid of "unix" pre-defined macro when preprocessing Makefile
author Miles Bader <miles@gnu.org>
date Thu, 22 Apr 2010 09:10:30 +0900
parents 8ff86e76b50f
children df986d0bd8cd
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'`"]