# HG changeset patch # User Richard M. Stallman # Date 753326814 0 # Node ID 950929c4ae0010ce96e175104cdf4e2adab983c7 # Parent abf7039eaa1dbbee15ad0021d9d1bd408109afa9 (creating src/Makefile): Before running cpp, discard all lines that start with `# Generated' or /**/#. diff -r abf7039eaa1d -r 950929c4ae00 configure1.in --- a/configure1.in Mon Nov 15 01:06:24 1993 +0000 +++ b/configure1.in Mon Nov 15 01:26:54 1993 +0000 @@ -1407,14 +1407,14 @@ exit $status fi topsrcdir=${srcdir} - # We discard all lines in Makefile.in that start with # or /**/# + # We discard all lines in Makefile.in that start with `# Generated' or /**/# # because some cpps get confused by them. # Really we should preserve them somehow into Makefile, # but that is beyond my level of shell programming. makefile_command='echo "creating src/Makefile"; topsrcdir='"${topsrcdir}"'; ( cd ./src; - sed -e '\''s/^#.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c; + sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c; eval `echo ${CPP} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`; < junk.cpp '\ ' sed -e '\''s/^#.*//'\'' '\