From 4f916514e8b8f9a79f8b36af11c55515df70d92b Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Mon, 20 Apr 2009 22:10:59 +0200 Subject: [PATCH] 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 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2