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
82db9979
Commit
82db9979
authored
Jan 06, 2016
by
Hisham Muhammad
Browse files
Merge pull request #339 from eworm-de/configure
use AC_HELP_STRING for proc dir
parents
6bc98bb2
4c23a81d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
82db9979
...
...
@@ -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