Commit 4f916514 by Michel Normand Committed by Daniel Lezcano

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: 's avatarMichel Normand <normand@fr.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 998ac676
...@@ -5,7 +5,7 @@ set -x ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment