Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
bwmtools
bwmtools
Commits
4ece53c5
Commit
4ece53c5
authored
Apr 12, 2005
by
Nigel Kukard
Browse files
* Small wording fix
parent
232cac16
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
4ece53c5
...
...
@@ -1046,7 +1046,7 @@ Optional Packages:
both]
--with-tags[=TAGS]
include additional configurations [automatic]
--with-rrdtool-source Specify
directory wher
e rrdtool sources
are
--with-rrdtool-source Specify
that you have th
e rrdtool sources
in the main build dir
--with-xml-prefix=PFX Prefix where libxml is installed (optional)
--with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)
...
...
@@ -19497,7 +19497,7 @@ if test "${with_rrdtool_source+set}" = set; then
subdirs="$subdirs rrdtool"
RRDTOOL_LIBS="
$
top_builddir/rrdtool/src/.libs/librrdtool.a"
RRDTOOL_LIBS="
\$(
top_builddir
)
/rrdtool/src/.libs/librrdtool.a"
else
...
...
configure.ac
View file @
4ece53c5
...
...
@@ -43,10 +43,10 @@ AC_CHECK_LIB([ncurses], [curses_version])
AC_CHECK_LIB([panel], [panel_window])
AC_ARG_WITH([rrdtool-source],
[ --with-rrdtool-source Specify
directory wher
e rrdtool sources
are
],
[ --with-rrdtool-source Specify
that you have th
e rrdtool sources
in the main build dir
],
[
AC_CONFIG_SUBDIRS(rrdtool)
RRDTOOL_LIBS="
$
top_builddir/rrdtool/src/.libs/librrdtool.a"
RRDTOOL_LIBS="
\$(
top_builddir
)
/rrdtool/src/.libs/librrdtool.a"
],
[
AC_CHECK_LIB([rrd], [rrd_create],have_librrd=yes,,"-lm")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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