> Where is configure shell in the git?
As with most autotools based packages, ./configure is generated and therefore not part of git. When building from git sources, you'll have to generate it using autoreconf. Alternatively, use the distribution tarballs from [1], which include the generated files. Regards Martin [1] https://download.strongswan.org/davici/
