diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 17:17:23 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 17:17:23 +0000 |
| commit | 4b655e6909c5ca1b7a6a153689aa28c77bf9894c (patch) | |
| tree | eca9089ec748a4823602f916deeffe1e4ef4b7fe | |
| parent | edf8a8d3e6e27a6a792b78a1ff4c458609b529ff (diff) | |
| download | nsss-4b655e6909c5ca1b7a6a153689aa28c77bf9894c.tar.gz | |
Fix configure --help
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,11 +21,11 @@ Fine tuning of the installation directories: --dynlibdir=DIR shared library files [PREFIX/lib] --bindir=BINDIR user executables [EPREFIX/bin] --libexecdir=DIR package-scoped executables [EPREFIX/libexec] - --libdir=DIR static library files [PREFIX/lib/$package] + --libdir=DIR static library files [PREFIX/lib] --includedir=DIR C header files [PREFIX/include] If no --prefix option is given, by default libdir (but not dynlibdir) will be - /usr/lib/$package, and includedir will be /usr/include. + /usr/lib, and includedir will be /usr/include. Dependencies: --with-sysdeps=DIR use sysdeps in DIR [PREFIX/lib/skalibs/sysdeps] |
