mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 07:15:27 +00:00
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:
parent
998ac6763f
commit
4f916514e8
@ -5,7 +5,7 @@ set -x
|
|||||||
test -d autom4te.cache && rm -rf autom4te.cache
|
test -d autom4te.cache && rm -rf autom4te.cache
|
||||||
test -d m4 || mkdir m4
|
test -d m4 || mkdir m4
|
||||||
ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
|
ACLOCAL_AMFLAGS="-I m4 -I config $ACLOCAL_AMFLAGS"
|
||||||
libtoolize --force
|
libtoolize --force --copy
|
||||||
aclocal $ACLOCAL_AMFLAGS || exit 1
|
aclocal $ACLOCAL_AMFLAGS || exit 1
|
||||||
autoheader || exit 1
|
autoheader || exit 1
|
||||||
autoconf || exit 1
|
autoconf || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user