Extract version from newer gsoap.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 23 Dec 2010 15:04:50 +0000 (15:04 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 23 Dec 2010 15:04:50 +0000 (15:04 +0000)
org.glite.lb/configure

index 009f1ba..8f4ea5d 100755 (executable)
@@ -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;