]> git.proxmox.com Git - mirror_lxc.git/blob - autogen.sh
add aclocal include in makefile
[mirror_lxc.git] / autogen.sh
1 #!/bin/sh
2
3 set -x
4
5 test -d autom4te.cache && rm -rf autom4te.cache
6 test -d m4 || mkdir m4
7 libtoolize --force --copy
8 aclocal -I m4 -I config || exit 1
9 autoheader || exit 1
10 autoconf || exit 1
11 automake --add-missing --copy || exit 1