if grep-q"DO NOT EDIT THIS FILE" modules/gui/gtk/$file
if grep"DO NOT EDIT THIS FILE" modules/gui/gtk/$file 2>&1 > /dev/null
then
rm-f /tmp/$$.$file.bak
cat> /tmp/$$.$file.bak <<EOF
...
...
@@ -97,7 +97,7 @@ echo -n "$file "
done
file=gtk_support.h
if grep-q"DO NOT EDIT THIS FILE" modules/gui/gtk/$file
if grep"DO NOT EDIT THIS FILE" modules/gui/gtk/$file 2>&1 > /dev/null
then
rm-f /tmp/$$.$file.bak
sed's/DO NOT EDIT THIS FILE.*/This file was created automatically by glade and fixed by bootstrap.sh/ ; s/#if.*ENABLE_NLS.*/#if defined( ENABLE_NLS ) \&\& defined ( HAVE_GETTEXT )/' < modules/gui/gtk/$file> /tmp/$$.$file.bak