]> git.proxmox.com Git - mirror_lxc.git/blame - bootstrap
Updated changelog
[mirror_lxc.git] / bootstrap
CommitLineData
5e97c3fc 1#!/bin/sh
2
3set -x
4
5test -d autom4te.cache && rm -rf autom4te.cache
6
7ACLOCAL_AMFLAGS="-I config $ACLOCAL_AMFLAGS"
8aclocal $ACLOCAL_AMFLAGS || exit 1
9autoheader || exit 1
10autoconf || exit 1
11automake --add-missing --copy || exit 1