Andrew Dunstan wrote:
> + sub fetchRegressOpts
> + {
> + my $handle;
> + open($handle,"<Makefile")
> + || open($handle,"<GNUmakefile")
> + || die "Could not open Makefile";
I think you should try GNUmakefile first, Makefile second. That's what
gmake does.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.