From bbe097d0a59785e94f033c71fe8e9511c75e7794 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Oct 1993 20:43:37 +0000 Subject: [PATCH] Use : instead of dnl for comment inside $makefile_command. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index cca580ee366..630f3f23905 100755 --- a/configure1.in +++ b/configure1.in @@ -1411,7 +1411,7 @@ makefile_command='echo "creating src/Makefile"; ' -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; -- 2.39.5