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
sed-e'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
mv-f /tmp/$$.$file.bak modules/gui/gtk/$file
fi
##
## Shut up
##
set +x
##
## Update the potfiles because no one ever does it