From: Michel Normand Date: Mon, 20 Apr 2009 20:10:59 +0000 (+0200) Subject: make the libtoolize files to be copy not X-Git-Tag: lxc_0_6_2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f916514e8b8f9a79f8b36af11c55515df70d92b;p=thirdparty%2Flxc.git make the libtoolize files to be copy not 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 Signed-off-by: Daniel Lezcano --- diff --git a/bootstrap b/bootstrap index 32e9e1362..0e0595c87 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