~ubuntu-branches/ubuntu/precise/lxc/precise-updates

1
2
3
4
5
6
7
8
9
#!/bin/sh

set -x

test -d autom4te.cache && rm -rf autom4te.cache
 aclocal -I config || exit 1
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1