]> sourceware.org Git - systemtap.git/commit
configury: drop bundled-elfutils mode
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 26 Nov 2019 23:25:20 +0000 (18:25 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 26 Nov 2019 23:25:20 +0000 (18:25 -0500)
commit580255b6560c7d4205fb1f90d2cdbf3cf541ad2d
tree4965e7b39496c9c7a70abd55f4e3f4f7bd080987
parent41e2d9962a8fae85796b67705bbacb16cd0ea506
configury: drop bundled-elfutils mode

Bundling elfutils has only been necessary on systems that
lacked elfutils, and for some reason the normal autoconf
% LDFLAGS=-L/path/ CPPFLAGS=-I/path/ configure
trick didn't work.  This kludge is now obstructing us as
some distro build (koji rawhide!) systems presume that even
conditional sources are real sources, and lead to failure.

So long, bundled-elfutils build mode, and thanks for all the fish.
22 files changed:
Makefile.am
Makefile.in
README
configure
configure.ac
doc/Makefile.in
doc/SystemTap_Tapset_Reference/Makefile.in
doc/beginners/Makefile.in
httpd/Makefile.in
httpd/docker/Makefile.in
java/Makefile.in
man/Makefile.in
man/cs/Makefile.in
python/Makefile.in
stap-exporter/Makefile.in
stapbpf/Makefile.am
stapbpf/Makefile.in
stapdyn/Makefile.am
stapdyn/Makefile.in
staprun/Makefile.am
staprun/Makefile.in
systemtap.spec
This page took 0.035392 seconds and 5 git commands to generate.