Added 3 more TPM2 Plugin APIs
[aaf/sshsm.git] / TPM2-Plugin / bootstrap
1 #!/bin/bash
2 set -e
3 #autoreconf --install --sym
4
5 AUTORECONF=${AUTORECONF:-autoreconf}
6
7 ${AUTORECONF} --install --sym
8