I have a shell script which I want to run as part of a testsuite. However when I do a 'make distcheck' this script (which does not get configured or anything at build time) ends up with execute permissions turned off. Since I want to be able to properly deal with a read only source tree, what should I do?
Thanks -Dan