# HG changeset patch # User Roland McGrath # Date 749681017 0 # Node ID f29e05dc032fae35195184e47c7f85eb459ecdc7 # Parent 4df040383e8a7d607774df6be8f889a61e7a6eb3 Use : instead of dnl for comment inside $makefile_command. diff -r 4df040383e8a -r f29e05dc032f configure1.in --- a/configure1.in Sun Oct 03 20:41:20 1993 +0000 +++ b/configure1.in Sun Oct 03 20:43:37 1993 +0000 @@ -1411,7 +1411,7 @@ ' -e '\''s/^ / /'\'' '\ ' | sed -n -e '\''/^..*$/p'\'' '\ ' > Makefile.new; -dnl There is a window of lossage if you mv Makefile.new before chmoding it. + : 'There is a window of lossage if you mv Makefile.new before chmoding it.' chmod 444 Makefile.new; mv -f Makefile.new Makefile; rm -f junk.c junk.cpp;