]> git.proxmox.com Git - mirror_lxc.git/blame - autogen.sh
ubuntu: iproute is now called iproute2
[mirror_lxc.git] / autogen.sh
CommitLineData
5e97c3fc 1#!/bin/sh
2
3set -x
4
5test -d autom4te.cache && rm -rf autom4te.cache
5b46e19c 6 aclocal -I config || exit 1
5e97c3fc 7autoheader || exit 1
8autoconf || exit 1
9automake --add-missing --copy || exit 1