summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-05-08 11:42:24 +0200
committerMark Wielaard <mjw@redhat.com>2009-05-08 11:42:24 +0200
commit07f8225311f85de5754bb594bf6ee945425dafcc (patch)
treea2f7d7daedc033e9a32b0a4fb08a29949016741d /Makefile.in
parent532a25e60429f12cb92ef1056f1454815d135322 (diff)
downloadsystemtap-steved-07f8225311f85de5754bb594bf6ee945425dafcc.tar.gz
systemtap-steved-07f8225311f85de5754bb594bf6ee945425dafcc.tar.xz
systemtap-steved-07f8225311f85de5754bb594bf6ee945425dafcc.zip
Check whether certutil as provided by nss-tools is installed.
* configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 38f5d297..23ae31d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,7 +78,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS $(srcdir)/Makefile.in \
$(top_srcdir)/man/stapprobes.tcp.3stap.in \
$(top_srcdir)/man/stapprobes.udp.3stap.in \
$(top_srcdir)/initscript/systemtap.in $(srcdir)/run-stap.in \
- $(srcdir)/run-staprun.in depcomp $(oldinclude_HEADERS)
+ $(srcdir)/run-staprun.in depcomp depcomp $(oldinclude_HEADERS)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -275,6 +275,7 @@ docdir = @docdir@
dvidir = @dvidir@
elfutils_abs_srcdir = @elfutils_abs_srcdir@
exec_prefix = @exec_prefix@
+have_certutil = @have_certutil@
have_dvips = @have_dvips@
have_latex = @have_latex@
have_latex2html = @have_latex2html@