From 28f04cff8a5b4e4dd979438b7e91732a309400e7 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Thu, 29 Mar 2012 09:55:30 +0200 Subject: autogen.sh: fix typo in common configuration options Signed-off-by: Petr Uzel --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 55ee03af..b27e38d3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,7 +28,7 @@ args="$args \ else args="$args \ --with-rootprefix= \ ----with-rootlibdir=$(libdir /lib) \ +--with-rootlibdir=$(libdir /lib) \ --bindir=/sbin \ --libexecdir=/lib \ --with-systemdsystemunitdir=/lib/systemd/system \ -- cgit 1.2.3-korg