diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-01-11 14:37:28 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-01-11 14:39:08 +0100 |
commit | 50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9 (patch) | |
tree | c8c1cdc75fdc1d03dd5f675207f9beab26d9a13a /configure | |
parent | 1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04 (diff) | |
download | systemtap-steved-50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9.tar.gz systemtap-steved-50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9.tar.xz systemtap-steved-50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9.zip |
Pick up --prefix dependency usage in config.h.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7571,6 +7571,12 @@ done CPPFLAGS="$save_CPPFLAGS" + +cat >>confdefs.h <<_ACEOF +#define STAP_PREFIX "$prefix" +_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" |