]> git.proxmox.com Git - mirror_lxc.git/blob - bootstrap
Version lxc-0.4.0
[mirror_lxc.git] / bootstrap
1 #!/bin/sh
2
3 set -x
4
5 test -d autom4te.cache && rm -rf autom4te.cache
6
7 ACLOCAL_AMFLAGS="-I config $ACLOCAL_AMFLAGS"
8 aclocal $ACLOCAL_AMFLAGS || exit 1
9 autoheader || exit 1
10 autoconf || exit 1
11 automake --add-missing --copy || exit 1