From e62ede6683574d4ad1256eda175fd93f55d30839 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 6 Mar 2018 12:56:21 -0500 Subject: README: clarify difference between variants (slibtool[-shared|-static]). --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 4834742..1199be3 100644 --- a/README +++ b/README @@ -68,7 +68,9 @@ script; two examples of such packages are `binutils` and `gdb`, which both have shared library builds disabled by default. A quick way to determine whether this invocation form is appropriate with a specific package is to run `./libtool --features` from the build directory, then check whether the -output has either shared or static library builds disabled. +output has either shared or static library builds disabled. When slibtool +is invoked as a basic tool (i.e. slibtool, dlibtool, etc.), then building +of both a shared library and a static archive is enabled by default. ## Differences from GNU libtool -- cgit v1.2.3