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:
009774a
)
Extract version from newer gsoap.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 23 Dec 2010 15:04:50 +0000
(15:04 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 23 Dec 2010 15:04:50 +0000
(15:04 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
009f1ba
..
8f4ea5d
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-997,6
+997,7
@@
sub gsoap_version {
chomp;
$gsoap_version = $1 if /The gSOAP Stub and Skeleton Compiler for C and C\+\+ ([.[:digit:][:alpha:]]+)$/;
+ $gsoap_version = $1 if /The gSOAP code generator for C and C\+\+, soapcpp2 release ([.[:digit:][:alpha:]]+)$/;
}
close S;
return $gsoap_version;