mirror_lxc/autogen.sh
Daniel Lezcano 8db2cb8e0d remove m4 dir usage
As the m4 directory is not used, remove the usage from
the scripts.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2009-04-26 11:43:41 +02:00

11 lines
201 B
Bash
Executable File

#!/bin/sh
set -x
test -d autom4te.cache && rm -rf autom4te.cache
libtoolize --force --copy
aclocal -I config || exit 1
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1