]> git.proxmox.com Git - mirror_lxcfs.git/blame - bootstrap.sh
tree-wide: align lxcfs and lxc licensing
[mirror_lxcfs.git] / bootstrap.sh
CommitLineData
db0463bf 1# SPDX-License-Identifier: LGPL-2.1-or-later
2183082c
SH
2
3set -x
4set -e
5
6test -d autom4te.cache && rm -rf autom4te.cache
38ea5f47
CB
7libtoolize || exit 1
8aclocal -I m4 || exit 1
9autoheader || exit 1
10autoconf || exit 1
11automake --add-missing --copy || exit 1