aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Le Goater <legoater@free.fr>2009-10-22 15:33:40 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2009-10-22 15:33:40 +0200
commit5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2 (patch)
treea5137ebaaffe5d395da911c6f77f7225ceb01f09 /autogen.sh
parentuse config.h to define the lxcpath and co (diff)
downloadlxc-5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2.tar.gz
lxc-5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2.tar.bz2
lxc-5b46e19c3f0c3f89e8d853d0239b5ab3a2e049a2.zip
lxc: kill libtool
This is useless in a Linux only environment. The .so version is the version of the package. Signed-off-by: Cedric Le Goater <clg@fr.ibm.com> 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 80dbf9d..29cd424 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,8 +3,7 @@
set -x
test -d autom4te.cache && rm -rf autom4te.cache
-libtoolize --force --copy
-aclocal -I config || exit 1
+ aclocal -I config || exit 1
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1