summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 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."