]> git.proxmox.com Git - mirror_lxc.git/blobdiff - autogen.sh
move LXC_TTY_HANDLER_ADD/DEL out of init/fini in start.c
[mirror_lxc.git] / autogen.sh
index e2e473b639b6648ec93812a9a365017c153e0269..29cd4247a45d77cf7a44d51d6521dd587bb72193 100755 (executable)
@@ -3,9 +3,7 @@
 set -x
 
 test -d autom4te.cache && rm -rf autom4te.cache
-test -d m4 || mkdir m4
-libtoolize --force --copy
-aclocal -I m4 -I config || exit 1
+ aclocal -I config || exit 1
 autoheader || exit 1
 autoconf || exit 1
 automake --add-missing --copy || exit 1