git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578845e
)
access .jar's via wildcard from etics configuration
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 21 Jan 2009 08:06:40 +0000
(08:06 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 21 Jan 2009 08:06:40 +0000
(08:06 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
a72805e
..
87d1171
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-453,7
+453,7
@@
sub mode_etics {
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";
+ push @copts,"--with-$_
\${$eext.location}/$_*
.jar";
}