]> git.proxmox.com Git - mirror_lxc.git/blob - autogen.sh
update the lxc-ps man page after previous code change
[mirror_lxc.git] / autogen.sh
1 #!/bin/sh
2
3 set -x
4
5 test -d autom4te.cache && rm -rf autom4te.cache
6 libtoolize --force --copy
7 aclocal -I config || exit 1
8 autoheader || exit 1
9 autoconf || exit 1
10 automake --add-missing --copy || exit 1