From ffec90a1d8a62d94256517489e3be8127c0cd0bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 20 Jan 2009 16:54:27 +0000 Subject: [PATCH] The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). --- org.glite.jobid.api-c/configure | 8 +++++++- org.glite.jobid.api-cpp/configure | 8 +++++++- org.glite.jobid.api-java/configure | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/org.glite.jobid.api-c/configure b/org.glite.jobid.api-c/configure index 28fc554..a72805e 100755 --- a/org.glite.jobid.api-c/configure +++ b/org.glite.jobid.api-c/configure @@ -450,6 +450,12 @@ sub mode_etics { push @copts,$ge{$_} ? "--with-$_=\${stageDir}" : "--with-$_=\${$eext.location}"; } + for (@{$need_jars{"$subsys.$module"}}) { + my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_; + + push @copts,"--with-$_=\${$_.location}/$_-`echo \${$_.version} | sed 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/'`.jar"; + } + my $conf = "glite-$subsys-${module}_R_${major}_${minor}_${rev}_${age}"; my $file = $output ? $output : "$conf.ini"; @@ -494,7 +500,7 @@ init = None install = make install clean = make clean test = make check -configure = cd $confdir && org.glite.$subsys.$module/configure --module $subsys.$module @copts +configure = cd $confdir && \${moduleName}/configure --prefix=\${prefix} --module $subsys.$module @copts checkstyle = None [Platform-default:Property] diff --git a/org.glite.jobid.api-cpp/configure b/org.glite.jobid.api-cpp/configure index ecd2be8..a72805e 100755 --- a/org.glite.jobid.api-cpp/configure +++ b/org.glite.jobid.api-cpp/configure @@ -450,6 +450,12 @@ sub mode_etics { push @copts,$ge{$_} ? "--with-$_=\${stageDir}" : "--with-$_=\${$eext.location}"; } + for (@{$need_jars{"$subsys.$module"}}) { + my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_; + + push @copts,"--with-$_=\${$_.location}/$_-`echo \${$_.version} | sed 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/'`.jar"; + } + my $conf = "glite-$subsys-${module}_R_${major}_${minor}_${rev}_${age}"; my $file = $output ? $output : "$conf.ini"; @@ -494,7 +500,7 @@ init = None install = make install clean = make clean test = make check -configure = cd $confdir && \${moduleName}/configure --module $subsys.$module @copts +configure = cd $confdir && \${moduleName}/configure --prefix=\${prefix} --module $subsys.$module @copts checkstyle = None [Platform-default:Property] diff --git a/org.glite.jobid.api-java/configure b/org.glite.jobid.api-java/configure index ecd2be8..a72805e 100755 --- a/org.glite.jobid.api-java/configure +++ b/org.glite.jobid.api-java/configure @@ -450,6 +450,12 @@ sub mode_etics { push @copts,$ge{$_} ? "--with-$_=\${stageDir}" : "--with-$_=\${$eext.location}"; } + for (@{$need_jars{"$subsys.$module"}}) { + my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_; + + push @copts,"--with-$_=\${$_.location}/$_-`echo \${$_.version} | sed 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/'`.jar"; + } + my $conf = "glite-$subsys-${module}_R_${major}_${minor}_${rev}_${age}"; my $file = $output ? $output : "$conf.ini"; @@ -494,7 +500,7 @@ init = None install = make install clean = make clean test = make check -configure = cd $confdir && \${moduleName}/configure --module $subsys.$module @copts +configure = cd $confdir && \${moduleName}/configure --prefix=\${prefix} --module $subsys.$module @copts checkstyle = None [Platform-default:Property] -- 1.8.2.3