From 6faa2e6a2ecdb504c305d0a0cb76ea6240da105d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 11 Feb 2023 03:06:43 +0000 Subject: Do not protest as much Signed-off-by: Laurent Bercot --- configure | 7 ++++--- doc/execline.html | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 2cfe80e..9cf2a25 100755 --- a/configure +++ b/configure @@ -42,13 +42,13 @@ Optional features: --disable-static do not build static libraries [enabled] --disable-allstatic do not prefer linking against static libraries [enabled] --enable-static-libc make entirely static binaries [disabled] - --disable-all-pic do not build executables and static libs as PIC [enabled] + --disable-all-pic do not build executables or static libs as PIC [enabled] --enable-slashpackage[=ROOT] assume /package installation at ROOT [disabled] --enable-absolute-paths do not rely on PATH to access this package's binaries, hardcode absolute BINDIR/foobar paths instead [disabled] --enable-nsss use the nsss library for user information [disabled] --enable-pedantic-posix use pedantically POSIX-compatible binaries [disabled] - --enable-multicall build a multicall binary (EXPERIMENTAL) [disabled] + --enable-multicall build a multicall binary [disabled] EOF exit 0 @@ -58,7 +58,7 @@ exit 0 # If your system does not have printf, you can comment this, but it is # generally not a good idea to use echo. -# See http://etalabs.net/sh_tricks.html +# See http://www.etalabs.net/sh_tricks.html echo () { IFS=" " printf %s\\n "$*" @@ -474,6 +474,7 @@ if $multicall ; then else echo "MULTICALL :=" fi + exec 1>&3 3>&- echo " ... done." diff --git a/doc/execline.html b/doc/execline.html index 776ccd0..0bac090 100644 --- a/doc/execline.html +++ b/doc/execline.html @@ -90,9 +90,10 @@ contrary to my expectations — and simply too good to pass up.

So now, the multicall configuration is supported for execline. -Do not expect anything similar for the rest of the skarnet.org -packages, because they're not as good candidates and it would -require a tremendous amount of work for less benefit. +Do not expect anything similar for other skarnet.org packages +such as s6, because +they're not as good candidates and it would require a tremendous +amount of work for less benefit.

-- cgit v1.2.3