PLATFORM_IF_MATCH(linux) PLATFORM_ELSE PLATFORM_ENDIF PLATFORM_IF_MATCH(aix) PLATFORM_ELSE PLATFORM_ENDIF ./configure \ --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ --without-x \ --without-tcl \ --with-python=/usr/local/bin/b2-python \ --without-perl5 \ --without-java \ --without-gcj \ --without-guile \ --without-mzscheme \ --without-ruby \ --without-php4 \ --without-ocaml \ --without-pike \ --without-chicken \ --without-csharp \ --without-lua \ --without-allegrocl \ --without-clisp \ --without-r # Make "this encap is installed" sentinal file available in /usr/local/var/encap test -d var || mkdir var test -d var/encap || mkdir var/encap touch var/encap/${ENCAP_PKGNAME} description swig - generate scripting interfaces to C/C++ code