]> git.proxmox.com Git - swtpm.git/blame - bootstrap.sh
swtpm_setup: Also create the primary storage keys as ECC keys
[swtpm.git] / bootstrap.sh
CommitLineData
f163b202
SB
1#!/bin/sh
2set -x
3libtoolize --force --copy || exit 1
4autoheader || exit 1
5aclocal || exit 1
6automake --add-missing -c || exit 1
7autoconf || exit 1