--- trunk/est-latest.sh 2006/06/24 15:04:40 26 +++ trunk/est-latest.sh 2007/03/09 00:58:26 27 @@ -38,6 +38,16 @@ ./configure make sudo checkinstall -y + + # build perl bindings? + test -d perlnative && ( + echo "*** installing native perl bindings" + cd perlnative + ./configure + make + sudo make install + ) + cd $d sudo rm -Rf $tmp }