aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnna “CyberTailor” <cyber@sysrq.in>2024-01-14 10:30:06 +0000
committerOmar Polo <op@omarpolo.com>2024-01-14 10:30:06 +0000
commit6bce8180d96c2e1076bd131572979aae54a2fa9f (patch)
treeebe18605a268c91b1b7ee4d5ce7c861a3674291b /configure
parent20fa7cded694595ff01a0ab4382a7a9427763aee (diff)
configure: fix --mandir handling
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 67754a1..427b79b 100755
--- a/configure
+++ b/configure
@@ -120,6 +120,7 @@ while [ $# -gt 0 ]; do
DISABLE_SANDBOX) DISABLE_SANDBOX="$val" ;;
INSTALL) INSTALL="$val" ;;
LDFLAGS) LDFLAGS="$val" ;;
+ MANDIR) MANDIR="$val" ;;
PKG_CONFIG) PKG_CONFIG="$val" ;;
PREFIX) PREFIX="$val" ;;
SYSCONFDIR) SYSCONFDIR="$val" ;;