aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2009-04-26 11:43:41 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2009-04-26 11:43:41 +0200
commit8db2cb8e0d1ee9e6edb0b5e9bd158c8789a5e5b6 (patch)
tree286ec097f17fd0917c96c10a9b7e5c9b93009594 /autogen.sh
parentadd aclocal include in makefile (diff)
downloadlxc-8db2cb8e0d1ee9e6edb0b5e9bd158c8789a5e5b6.tar.gz
lxc-8db2cb8e0d1ee9e6edb0b5e9bd158c8789a5e5b6.tar.bz2
lxc-8db2cb8e0d1ee9e6edb0b5e9bd158c8789a5e5b6.zip
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>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e2e473b..80dbf9d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,9 +3,8 @@
set -x
test -d autom4te.cache && rm -rf autom4te.cache
-test -d m4 || mkdir m4
libtoolize --force --copy
-aclocal -I m4 -I config || exit 1
+aclocal -I config || exit 1
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1