diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-12 12:09:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-12 12:09:28 +0000 |
commit | c67718aff23a462b127ca81c7c8d706a6a412c0e (patch) | |
tree | 09a02cf7cb93c29b5550620a567767681ab6bb1a /autogen.sh | |
parent | 4361242abba6ea875ae1ded82df3d5f8e968ef0c (diff) |
copy libtool
Original commit message from CVS:
copy libtool
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 4a1a4078f..05315f01b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -74,7 +74,7 @@ patch -p0 < common/gettext.patch if test -f acinclude.m4; then rm acinclude.m4; fi tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS" -tool_run "$libtoolize" "--force" +tool_run "$libtoolize" "--copy --force" tool_run "$autoheader" # touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -- wingo |