summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-09-29 09:12:15 +0000
committerguanglei <guanglei>2006-09-29 09:12:15 +0000
commit214d3eca806493162f53b83a9f498b7cdc206e53 (patch)
treebe88124504ff80743278eb5682e048231ff66357 /configure.ac
parent6bc51533412b34934124cf8921394f619455a542 (diff)
downloadsystemtap-steved-214d3eca806493162f53b83a9f498b7cdc206e53.tar.gz
systemtap-steved-214d3eca806493162f53b83a9f498b7cdc206e53.tar.xz
systemtap-steved-214d3eca806493162f53b83a9f498b7cdc206e53.zip
create src/man/stapprobes.*.in for detailed stap probe points.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e430c48..08a43e77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ AC_DEFINE_UNQUOTED(DATE, "$date", [Configuration/build date])
AC_SUBST(DATE, "$date")
AC_CONFIG_HEADERS([config.h:config.in])
-AC_CONFIG_FILES(Makefile systemtap.spec stp_check stap.1 stapprobes.5 stapfuncs.5 stapex.5 lket.5 runtime/lket/b2a/Makefile testsuite/Makefile)
+AC_CONFIG_FILES(Makefile systemtap.spec stp_check stap.1 stapprobes.5 stapfuncs.5 stapex.5 lket.5 runtime/lket/b2a/Makefile testsuite/Makefile man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.tcp.5 man/stapprobes.udp.5)
AC_OUTPUT
if test $build_elfutils = yes; then