comparison configure1.in @ 4812:f29e05dc032f

Use : instead of dnl for comment inside $makefile_command.
author Roland McGrath <roland@gnu.org>
date Sun, 03 Oct 1993 20:43:37 +0000
parents 4df040383e8a
children 71aeda5d1b6e
comparison
equal deleted inserted replaced
4811:4df040383e8a 4812:f29e05dc032f
1409 ' sed -e '\''s/^#.*//'\'' '\ 1409 ' sed -e '\''s/^#.*//'\'' '\
1410 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\ 1410 ' -e '\''s/^[ \f\t][ \f\t]*$//'\'' '\
1411 ' -e '\''s/^ / /'\'' '\ 1411 ' -e '\''s/^ / /'\'' '\
1412 ' | sed -n -e '\''/^..*$/p'\'' '\ 1412 ' | sed -n -e '\''/^..*$/p'\'' '\
1413 ' > Makefile.new; 1413 ' > Makefile.new;
1414 dnl There is a window of lossage if you mv Makefile.new before chmoding it. 1414 : 'There is a window of lossage if you mv Makefile.new before chmoding it.'
1415 chmod 444 Makefile.new; 1415 chmod 444 Makefile.new;
1416 mv -f Makefile.new Makefile; 1416 mv -f Makefile.new Makefile;
1417 rm -f junk.c junk.cpp; 1417 rm -f junk.c junk.cpp;
1418 )' 1418 )'
1419 eval `echo $makefile_command` 1419 eval `echo $makefile_command`