2a09c33831d7c6aa7ae37a19f4f9de002bf595a5
[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