From: Zdeněk Šustr Date: Wed, 21 Jan 2009 12:12:25 +0000 (+0000) Subject: The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). X-Git-Tag: glite-lbjp-common-maildir_R_1_0_0_1~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5aec54152f7fcb359e64903e8f1326269da9fcbc;p=jra1mw.git The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). --- diff --git a/org.glite.lbjp-common.maildir/configure b/org.glite.lbjp-common.maildir/configure index ecd2be8..87d1171 100755 --- a/org.glite.lbjp-common.maildir/configure +++ b/org.glite.lbjp-common.maildir/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-$_ \${$eext.location}/$_*.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.lbjp-common.server-bones/configure b/org.glite.lbjp-common.server-bones/configure index ecd2be8..87d1171 100755 --- a/org.glite.lbjp-common.server-bones/configure +++ b/org.glite.lbjp-common.server-bones/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-$_ \${$eext.location}/$_*.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.lbjp-common.trio/configure b/org.glite.lbjp-common.trio/configure index ecd2be8..87d1171 100755 --- a/org.glite.lbjp-common.trio/configure +++ b/org.glite.lbjp-common.trio/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-$_ \${$eext.location}/$_*.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]