]> git.proxmox.com Git - mirror_lxcfs.git/blob - bootstrap.sh
doc: guide for reload share libary file
[mirror_lxcfs.git] / bootstrap.sh
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 set -x
4 set -e
5
6 test -d autom4te.cache && rm -rf autom4te.cache
7 libtoolize || exit 1
8 aclocal -I m4 || exit 1
9 autoheader || exit 1
10 autoconf || exit 1
11 automake --add-missing --copy || exit 1