2
0
mirror of git://github.com/lxc/lxc synced 2025-09-05 16:09:36 +00:00
Files
lxc/autogen.sh

10 lines
176 B
Bash
Raw Normal View History

2008-08-06 14:32:29 +00:00
#!/bin/sh
set -x
test -d autom4te.cache && rm -rf autom4te.cache
aclocal -I config || exit 1
2008-08-06 14:32:29 +00:00
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1