summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure7
-rw-r--r--doc/execline.html7
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>