|
|
f43afa |
From b5c84307cd507c5fa8d7991e1b533d6983b07a73 Mon Sep 17 00:00:00 2001
|
|
|
f43afa |
From: Jonathan Lebon <jlebon@redhat.com>
|
|
|
f43afa |
Date: Mon, 10 Feb 2014 10:21:26 -0500
|
|
|
f43afa |
Subject: [PATCH] autoreconf
|
|
|
f43afa |
|
|
|
f43afa |
---
|
|
|
f43afa |
configure | 3 ++-
|
|
|
f43afa |
man/Makefile.in | 8 +++++---
|
|
|
f43afa |
2 files changed, 7 insertions(+), 4 deletions(-)
|
|
|
f43afa |
|
|
|
f43afa |
diff --git a/configure b/configure
|
|
|
f43afa |
index 69231af..2a964c1 100755
|
|
|
f43afa |
--- a/configure
|
|
|
f43afa |
+++ b/configure
|
|
|
f43afa |
@@ -11420,7 +11420,7 @@ STAP_PREFIX="$stap_prefix"
|
|
|
f43afa |
|
|
|
f43afa |
ac_config_headers="$ac_config_headers config.h:config.in"
|
|
|
f43afa |
|
|
|
f43afa |
-ac_config_files="$ac_config_files Makefile doc/Makefile man/Makefile doc/beginners/Makefile doc/SystemTap_Tapset_Reference/Makefile man/stappaths.7 initscript/config.systemtap initscript/config.stap-server initscript/systemtap initscript/stap-server initscript/99stap/module-setup.sh"
|
|
|
f43afa |
+ac_config_files="$ac_config_files Makefile doc/Makefile man/Makefile doc/beginners/Makefile doc/SystemTap_Tapset_Reference/Makefile man/stappaths.7 man/systemtap.8 initscript/config.systemtap initscript/config.stap-server initscript/systemtap initscript/stap-server initscript/99stap/module-setup.sh"
|
|
|
f43afa |
|
|
|
f43afa |
|
|
|
f43afa |
|
|
|
f43afa |
@@ -12292,6 +12292,7 @@ do
|
|
|
f43afa |
"doc/beginners/Makefile") CONFIG_FILES="$CONFIG_FILES doc/beginners/Makefile" ;;
|
|
|
f43afa |
"doc/SystemTap_Tapset_Reference/Makefile") CONFIG_FILES="$CONFIG_FILES doc/SystemTap_Tapset_Reference/Makefile" ;;
|
|
|
f43afa |
"man/stappaths.7") CONFIG_FILES="$CONFIG_FILES man/stappaths.7" ;;
|
|
|
f43afa |
+ "man/systemtap.8") CONFIG_FILES="$CONFIG_FILES man/systemtap.8" ;;
|
|
|
f43afa |
"initscript/config.systemtap") CONFIG_FILES="$CONFIG_FILES initscript/config.systemtap" ;;
|
|
|
f43afa |
"initscript/config.stap-server") CONFIG_FILES="$CONFIG_FILES initscript/config.stap-server" ;;
|
|
|
f43afa |
"initscript/systemtap") CONFIG_FILES="$CONFIG_FILES initscript/systemtap" ;;
|
|
|
f43afa |
diff --git a/man/Makefile.in b/man/Makefile.in
|
|
|
f43afa |
index 42c56be..ae68814 100644
|
|
|
f43afa |
--- a/man/Makefile.in
|
|
|
f43afa |
+++ b/man/Makefile.in
|
|
|
f43afa |
@@ -85,7 +85,7 @@ target_triplet = @target@
|
|
|
f43afa |
@HAVE_LIBVIRT_TRUE@@HAVE_LIBXML2_TRUE@am__append_3 = stapvirt.1
|
|
|
f43afa |
subdir = man
|
|
|
f43afa |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
f43afa |
- $(srcdir)/stappaths.7.in
|
|
|
f43afa |
+ $(srcdir)/stappaths.7.in $(srcdir)/systemtap.8.in
|
|
|
f43afa |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
f43afa |
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
|
|
|
f43afa |
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
|
|
f43afa |
@@ -96,7 +96,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
f43afa |
$(ACLOCAL_M4)
|
|
|
f43afa |
mkinstalldirs = $(install_sh) -d
|
|
|
f43afa |
CONFIG_HEADER = $(top_builddir)/config.h
|
|
|
f43afa |
-CONFIG_CLEAN_FILES = stappaths.7
|
|
|
f43afa |
+CONFIG_CLEAN_FILES = stappaths.7 systemtap.8
|
|
|
f43afa |
CONFIG_CLEAN_VPATH_FILES =
|
|
|
f43afa |
AM_V_P = $(am__v_P_@AM_V@)
|
|
|
f43afa |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
|
f43afa |
@@ -321,7 +321,7 @@ top_srcdir = @top_srcdir@
|
|
|
f43afa |
AUTOMAKE_OPTIONS = no-dist foreign
|
|
|
f43afa |
man_MANS = stapprobes.3stap stapfuncs.3stap stapvars.3stap \
|
|
|
f43afa |
stapex.3stap dtrace.1 stap-merge.1 stappaths.7 stapsh.8 \
|
|
|
f43afa |
- $(am__append_1) $(am__append_2) $(am__append_3)
|
|
|
f43afa |
+ systemtap.8 $(am__append_1) $(am__append_2) $(am__append_3)
|
|
|
f43afa |
all: all-am
|
|
|
f43afa |
|
|
|
f43afa |
.SUFFIXES:
|
|
|
f43afa |
@@ -357,6 +357,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
|
f43afa |
$(am__aclocal_m4_deps):
|
|
|
f43afa |
stappaths.7: $(top_builddir)/config.status $(srcdir)/stappaths.7.in
|
|
|
f43afa |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
f43afa |
+systemtap.8: $(top_builddir)/config.status $(srcdir)/systemtap.8.in
|
|
|
f43afa |
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
f43afa |
install-man1: $(man_MANS)
|
|
|
f43afa |
@$(NORMAL_INSTALL)
|
|
|
f43afa |
@list1=''; \
|
|
|
f43afa |
--
|
|
|
f43afa |
1.8.3.1
|
|
|
f43afa |
|