my $file = $output ? $output : "$conf.ini";
open C,">$file" or die "$file: $!\n";
- my $buildroot = $topbuild{$subsys.$module} ? '' : "build.root = build\n";
+ my $buildroot = $topbuild{"$subsys.$module"} ? '' : "build.root = build\n";
- my $confdir = $topbuild{$subsys.$module} ? '../org.glite.lb' : '../../org.glite.lb';
+ my $confdir = $topbuild{"$subsys.$module"} ? '..' : '../..';
print STDERR "Writing $file\n";
print C qq{
install = make install
clean = make clean
test = make check
-configure = $confdir/configure --module $subsys.$module @copts
+configure = cd $confdir && org.glite.lb/configure --module $subsys.$module @copts
checkstyle = None
[Platform-default:Property]