]> git.proxmox.com Git - mirror_lxc.git/blob - autogen.sh
lxc: kill libtool
[mirror_lxc.git] / autogen.sh
1 #!/bin/sh
2
3 set -x
4
5 test -d autom4te.cache && rm -rf autom4te.cache
6 aclocal -I config || exit 1
7 autoheader || exit 1
8 autoconf || exit 1
9 automake --add-missing --copy || exit 1