From 5194949db28a91d9aa592f5983e8fb7737401c07 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Aug 2017 23:46:53 +0200 Subject: configure: fix indentation of --with-systemddir by using AC_HELP_STRING Change-Id: I07130e15e2689d6c2ea9a21dfb7e8e2511838976 Signed-off-by: Michael Adam --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 77152b5..3ca10d2 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,8 @@ AC_INIT([gluster-block], AC_SUBST([PACKAGE_RELEASE], 1) AC_ARG_WITH(systemddir, - [--with-systemddir=DIR systemd service files in DIR @<:@PREFIX/lib/systemd/system@:>@], + AC_HELP_STRING([--with-systemddir=DIR], + [systemd service files in DIR @<:@PREFIX/lib/systemd/system@:>@]), [systemddir=$withval], [systemddir='${prefix}/lib/systemd/system']) AC_SUBST(systemddir) -- cgit