[lxc-devel] [PATCH] make the libtoolize files to be copy not symbolic link

Michel Normand normand at fr.ibm.com
Mon Apr 20 12:32:21 UTC 2009


This is required to be able to make the build
on a machine that mount lxc source but not all
machine filesystem.
.
Signed-off-by: Michel Normand <normand at fr.ibm.com>
---
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index 32e9e13..0e0595c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@ set -x
 test -d autom4te.cache && rm -rf autom4te.cache
 test -d m4 || mkdir m4
 ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
-libtoolize --force
+libtoolize --force --copy
 aclocal $ACLOCAL_AMFLAGS || exit 1
 autoheader || exit 1
 autoconf || exit 1
-- 
1.5.4.3





More information about the lxc-devel mailing list