From 27bc35af90575ae963c1378e96f8ccbcc9696086 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 19 Jan 2009 16:09:23 +0000 Subject: [PATCH] better support for etics build of standalone components --- org.glite.lb/configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index f11c8c7..28fc554 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -1,5 +1,10 @@ #!/usr/bin/perl +# WARNING: Don't edit this file unless it is the master copy in org.glite.lb +# +# For the purpose of standalone builds of lb/jobid/lbjp-common components +# it is copied on tagging + # $Header$ use Getopt::Long; @@ -489,7 +494,7 @@ init = None install = make install clean = make clean test = make check -configure = cd $confdir && org.glite.lb/configure --module $subsys.$module @copts +configure = cd $confdir && org.glite.$subsys.$module/configure --module $subsys.$module @copts checkstyle = None [Platform-default:Property] -- 1.8.2.3