Noting that it says 'executable program' (whatever that means), then creating a diff/patch after searching and replacing on some executable shell script must be covered by the patent:
$ sed "s/old/new/g" old > new | diff old new
Probably could cover some of those './configure and make' programs as well.