diff options
author | mmason <mmason> | 2007-01-24 07:25:29 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-01-24 07:25:29 +0000 |
commit | 3797855d3ccfaa2871878b538d8ea866930e8dfd (patch) | |
tree | ef53637123ad6ff7b48cc3500bd7729ee832040a /configure.ac | |
parent | c2ee3ea88d0ff02fe3bd03a34354fae87ada78a5 (diff) | |
download | systemtap-steved-3797855d3ccfaa2871878b538d8ea866930e8dfd.tar.gz systemtap-steved-3797855d3ccfaa2871878b538d8ea866930e8dfd.tar.xz systemtap-steved-3797855d3ccfaa2871878b538d8ea866930e8dfd.zip |
Added stapprobes.socket(5) man page and updates to stapprobes(5) and stapfuncs(5).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 319065bc..4885374c 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ esac AC_SUBST([PROCFLAGS]) 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 lket-b2a.1 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_CONFIG_FILES(Makefile systemtap.spec stp_check stap.1 stapprobes.5 stapfuncs.5 stapex.5 lket.5 lket-b2a.1 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.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5) AC_OUTPUT if test $build_elfutils = yes; then |