Skip to content

Commit

Permalink
build: invoke libtoolize with --copy
Browse files Browse the repository at this point in the history
Ensure that ltmain.sh gets copied, not symlinked, like we do with
automake artifacts.

PR-URL: libuv#675
Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
  • Loading branch information
bnoordhuis committed Jan 5, 2016
1 parent 3db07cc commit 8931957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [$UV_EXTRA_AUTOMAKE_FLAGS])" \
> m4/libuv-extra-automake-flags.m4

set -ex
"$LIBTOOLIZE"
"$LIBTOOLIZE" --copy
"$ACLOCAL" -I m4
"$AUTOCONF"
"$AUTOMAKE" --add-missing --copy

0 comments on commit 8931957

Please sign in to comment.