diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-23 17:17:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-23 17:17:54 +0000 |
commit | bb5f31c4d294f26cd3d4d03bd540f0dd0526b810 (patch) | |
tree | 4bb69f626ded247df0f80fa8f74bd1796e94df76 | |
parent | 4d2c607f0fea4fa08731e5e642152ec011b607f1 (diff) | |
download | utmps-bb5f31c4d294f26cd3d4d03bd540f0dd0526b810.tar.xz |
Fix configure --help
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Fine tuning of the installation directories: --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] |