Jonathan G. Underwood b9972d
diff -up emacs-23.1/configure.in.cpp emacs-23.1/configure.in
Jonathan G. Underwood b9972d
--- emacs-23.1/configure.in.cpp	2009-11-30 13:24:53.000000000 +0100
Jonathan G. Underwood b9972d
+++ emacs-23.1/configure.in	2009-11-30 13:25:45.000000000 +0100
Jonathan G. Underwood b9972d
@@ -2983,7 +2983,7 @@ echo creating lib-src/Makefile
Jonathan G. Underwood b9972d
   sed -e '1,/start of cpp stuff/d'\
Jonathan G. Underwood b9972d
       -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
Jonathan G. Underwood b9972d
       < Makefile.c > junk.c
Jonathan G. Underwood b9972d
-  $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
Jonathan G. Underwood b9972d
+  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
Jonathan G. Underwood b9972d
       sed -e 's/^ /	/' -e '/^#/d' -e '/^[ 	?]*$/d' > junk2.c
Jonathan G. Underwood b9972d
   cat junk1.c junk2.c > Makefile.new
Jonathan G. Underwood b9972d
   rm -f junk.c junk1.c junk2.c
Jonathan G. Underwood b9972d
@@ -2999,7 +2999,7 @@ echo creating src/Makefile
Jonathan G. Underwood b9972d
   sed -e '1,/start of cpp stuff/d'\
Jonathan G. Underwood b9972d
       -e 's,/\*\*/#\(.*\)$,/* \1 */,' \
Jonathan G. Underwood b9972d
       < Makefile.c > junk.c
Jonathan G. Underwood b9972d
-  $CPP $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
Jonathan G. Underwood b9972d
+  $CPP -P $cpp_undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \
Jonathan G. Underwood b9972d
       sed -e 's/^ /	/' -e '/^#/d' -e '/^[ 	?]*$/d' > junk2.c
Jonathan G. Underwood b9972d
   cat junk1.c junk2.c > Makefile.new
Jonathan G. Underwood b9972d
   rm -f junk.c junk1.c junk2.c