]> git.proxmox.com Git - mirror_lxc.git/blame - autogen.sh
use the new nsgroup_path_get function in freezer.c
[mirror_lxc.git] / autogen.sh
CommitLineData
5e97c3fc 1#!/bin/sh
2
3set -x
4
5test -d autom4te.cache && rm -rf autom4te.cache
4f916514 6libtoolize --force --copy
8db2cb8e 7aclocal -I config || exit 1
5e97c3fc 8autoheader || exit 1
9autoconf || exit 1
10automake --add-missing --copy || exit 1