diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-11 03:06:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-11 03:06:43 +0000 |
commit | 6faa2e6a2ecdb504c305d0a0cb76ea6240da105d (patch) | |
tree | 3b04b15b310489bad894a72872691fcda37b3240 | |
parent | bb748f0e002c8a4f9865ae0a592fcb4fac0aabc7 (diff) | |
download | execline-6faa2e6a2ecdb504c305d0a0cb76ea6240da105d.tar.gz execline-6faa2e6a2ecdb504c305d0a0cb76ea6240da105d.tar.xz execline-6faa2e6a2ecdb504c305d0a0cb76ea6240da105d.zip |
Do not protest as much
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-x | configure | 7 | ||||
-rw-r--r-- | 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. <p> 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 <a href="//skarnet.org/software/s6/">s6</a>, because +they're not as good candidates and it would require a tremendous +amount of work for less benefit. </p> </body> |