]> git.proxmox.com Git - mirror_lxc.git/blob - bootstrap
From: Daniel Lezcano <daniel.lezcano@free.fr>
[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 m4 -I config $ACLOCAL_AMFLAGS"
8 libtoolize --force
9 aclocal $ACLOCAL_AMFLAGS || exit 1
10 autoheader || exit 1
11 autoconf || exit 1
12 automake --add-missing --copy || exit 1