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 /configure | |
parent | bb748f0e002c8a4f9865ae0a592fcb4fac0aabc7 (diff) | |
download | execline-6faa2e6a2ecdb504c305d0a0cb76ea6240da105d.tar.xz |
Do not protest as much
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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." |