diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-01-30 18:54:06 -0500 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2009-01-30 18:54:06 -0500 |
commit | 9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba (patch) | |
tree | eee895a1ac6b4a94f268647b031708fc17e102dc /configure | |
parent | 255b5e73f14c9fc72e5566edf595ab8df184f14f (diff) | |
download | systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.tar.gz systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.tar.xz systemtap-steved-9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba.zip |
PR6936: Add systemtap initscript and systemtap-initscript subpackage.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7937,7 +7937,7 @@ _ACEOF ac_config_headers="$ac_config_headers config.h:config.in" -ac_config_files="$ac_config_files Makefile doc/Makefile doc/SystemTap_Tapset_Reference/Makefile stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 stap-server.8 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_config_files="$ac_config_files Makefile doc/Makefile doc/SystemTap_Tapset_Reference/Makefile stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 stap-server.8 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 initscript/systemtap" @@ -8644,6 +8644,7 @@ do "man/stapprobes.socket.5") CONFIG_FILES="$CONFIG_FILES man/stapprobes.socket.5" ;; "man/stapprobes.tcp.5") CONFIG_FILES="$CONFIG_FILES man/stapprobes.tcp.5" ;; "man/stapprobes.udp.5") CONFIG_FILES="$CONFIG_FILES man/stapprobes.udp.5" ;; + "initscript/systemtap") CONFIG_FILES="$CONFIG_FILES initscript/systemtap" ;; "run-stap") CONFIG_FILES="$CONFIG_FILES run-stap" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |