Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
4c23a81d
Commit
4c23a81d
authored
Jan 05, 2016
by
Christian Hesse
Browse files
use AC_HELP_STRING for proc dir
parent
6bc98bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4c23a81d
...
...
@@ -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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment