From 6c5f2f13689e6a4668f87171752d7818bed4b602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Mon, 28 Nov 2022 10:05:31 +0100 Subject: autogen.sh: remove --with-rootprefix, it is gone since kmod-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adam Gołębiowski --- autogen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e4997c4..2616247 100755 --- a/autogen.sh +++ b/autogen.sh @@ -25,7 +25,6 @@ fi if [ ! -L /bin ]; then args="$args \ - --with-rootprefix= \ --with-rootlibdir=$(libdir /lib) \ " fi -- cgit v1.2.1