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 <normand@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Michel Normand 2009-04-20 22:10:59 +02:00 committed by Daniel Lezcano
parent 998ac6763f
commit 4f916514e8

View File

@ -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