diff mbox series

autogen.sh: remove --with-rootprefix, it is gone since kmod-11

Message ID Y4R52zzp1gKls8+x@adamg.eu (mailing list archive)
State New, archived
Headers show
Series autogen.sh: remove --with-rootprefix, it is gone since kmod-11 | expand

Commit Message

Adam Gołębiowski Nov. 28, 2022, 9:05 a.m. UTC
Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
---
 autogen.sh | 1 -
 1 file changed, 1 deletion(-)

Comments

Lucas De Marchi Dec. 1, 2022, 6:03 a.m. UTC | #1
On Mon, Nov 28, 2022 at 10:05:31AM +0100, Adam Gołębiowski wrote:
>Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>

Applied, thanks.

Lucas De Marchi

>---
> 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
>-- 
>2.37.2
>
>
diff mbox series

Patch

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