summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-01-05 10:23:08 +0100
committerChristian Hesse <mail@eworm.de>2016-01-05 10:23:08 +0100
commit4c23a81d725da49e3142e6de3655ef2cfb47da41 (patch)
treeabdd0a271430a3fc2ad8749c36af41a46c1f5b23
parent6bc98bb227227509cd8721ca195ca0a5bf7a68d4 (diff)
use AC_HELP_STRING for proc dir
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 709b69b7..424e80ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ if test "x$enable_proc" = xyes; then
AC_DEFINE(HAVE_PROC, 1, [Define if using a Linux-compatible proc filesystem.])
fi
-AC_ARG_WITH(proc, [ --with-proc=DIR Location of a Linux-compatible proc filesystem (default=/proc).],
+AC_ARG_WITH(proc, [AC_HELP_STRING([--with-proc=DIR], [Location of a Linux-compatible proc filesystem (default=/proc).])],
if test -n "$withval"; then
AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem])

© 2014-2024 Faster IT GmbH | imprint | privacy policy