aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/manuals/build.md
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-02-17 21:56:16 +0000
committerStefan Eßer <se@FreeBSD.org>2021-02-22 11:50:32 +0000
commit4aa71da8dc004aa5027836259433e5bff3cd9104 (patch)
treec8148def78a01618b42457f8936db39bca5f988a /contrib/bc/manuals/build.md
parent511690b108f8f4ac65ee297786e20a0f134b0185 (diff)
downloadsrc-4aa71da8dc004aa5027836259433e5bff3cd9104.tar.gz
src-4aa71da8dc004aa5027836259433e5bff3cd9104.zip
bc: Upgrade to version 3.3.0
This update changes the behavior of "-e" or "-f" in BC_ENV_ARGS: Use of these options on the command line makes bc exit after executing the given commands. These options will not cause bc to exit when passed via the environment (but EOF in STDIN or -e or -f on the command line will make bc exit as before). The same applies to DC_ENV_ARGS with regard to the dc program. (cherry picked from commit 9a995fe186257315e7b3d01e24c55d86bb18fd32)
Diffstat (limited to 'contrib/bc/manuals/build.md')
-rw-r--r--contrib/bc/manuals/build.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/bc/manuals/build.md b/contrib/bc/manuals/build.md
index 47fbabdfad7f..a58da6d427ed 100644
--- a/contrib/bc/manuals/build.md
+++ b/contrib/bc/manuals/build.md
@@ -164,6 +164,22 @@ Can be overridden by passing the `--bindir` option to `configure.sh`.
Defaults to `$PREFIX/bin`.
+### `INCLUDEDIR`
+
+The directory to install header files in.
+
+Can be overridden by passing the `--includedir` option to `configure.sh`.
+
+Defaults to `$PREFIX/include`.
+
+### `LIBDIR`
+
+The directory to install libraries in.
+
+Can be overridden by passing the `--libdir` option to `configure.sh`.
+
+Defaults to `$PREFIX/lib`.
+
### `DATAROOTDIR`
The root directory to install data files in.