]> git.proxmox.com Git - mirror_lxc.git/commitdiff
make the libtoolize files to be copy not
authorMichel Normand <normand@fr.ibm.com>
Mon, 20 Apr 2009 20:10:59 +0000 (22:10 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 20 Apr 2009 20:10:59 +0000 (22:10 +0200)
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@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
bootstrap

index 32e9e136254d2bf57b86fd0e1661f46b5b6e1c81..0e0595c87ec5bbb4036e2be9ed72463490b75320 100755 (executable)
--- 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