]> git.proxmox.com Git - libtpms.git/blame - bootstrap.sh
Remove unnecessary build files from repository
[libtpms.git] / bootstrap.sh
CommitLineData
54c56596
SB
1#!/bin/sh
2set -x
3aclocal || exit 1
4libtoolize --force || exit 1
5automake || exit 1
6autoconf || exit 1