]> git.eshelyaron.com Git - emacs.git/commitdiff
Use : instead of dnl for comment inside $makefile_command.
authorRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 20:43:37 +0000 (20:43 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 3 Oct 1993 20:43:37 +0000 (20:43 +0000)
configure1.in

index cca580ee3669cfbc2be2af465a77a967956e090a..630f3f23905fffa88bdd480e5601706d4a5f9913 100755 (executable)
@@ -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;