# --mktarball=[command] Command to run after completed test
# --name=[name] Set name to report as
# --nocvsup Don't update from CVS even though it is a CVS tree
-# --runtestsopts=[options] Options to pass to runtests.pl
+# --runtestopts=[options] Options to pass to runtests.pl
# --setup=[file name] File name to read setup from (deprecated)
# --target=[your os] Specify your target environment.
#
$libext = '.a' if ($targetos =~ /mingw32/);
}
elsif ($targetos =~ /netware/) {
+ $configurebuild = 0;
$binext = '.nlm';
$libext = '.lib';
}