summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@redhat.com>2017-08-10 23:46:53 +0200
committerPrasanna Kumar Kalever <pkalever@redhat.com>2017-08-21 10:34:22 +0000
commit5194949db28a91d9aa592f5983e8fb7737401c07 (patch)
treef4db40bf7a09350dbde19c4376271fbae77e9d38
parentb535c44fdd2b71c50a8fcbcf1e1e1c2d1c0340e9 (diff)
configure: fix indentation of --with-systemddir
by using AC_HELP_STRING Change-Id: I07130e15e2689d6c2ea9a21dfb7e8e2511838976 Signed-off-by: Michael Adam <obnox@redhat.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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)