From 6a9994bbf00712ace77a835cb7e45558383be673 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 17 Oct 2022 14:30:03 +0100 Subject: [PATCH] configure: --prefix also sets $prefix for compat with autoconf Fixes #139 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8ff66a1a..daee6df9 100755 --- a/configure +++ b/configure @@ -71,7 +71,7 @@ for x do --disable-privsep) PRIVSEP=no;; --enable-privsep) PRIVSEP=yes;; --privsepuser) PRIVSEP_USER=$var;; - --prefix) PREFIX=$var;; + --prefix) PREFIX=$var;prefix=$var;; # prefix is set for autotools compat --sysconfdir) SYSCONFDIR=$var;; --bindir|--sbindir) SBINDIR=$var;; --libexecdir) LIBEXECDIR=$var;; -- 2.47.2