]> sourceware.org Git - libabigail.git/commit
configure: Support using custom builds of elfutils
authorDodji Seketeli <dodji@redhat.com>
Thu, 9 Jan 2025 15:31:12 +0000 (16:31 +0100)
committerDodji Seketeli <dodji@redhat.com>
Thu, 9 Jan 2025 15:31:12 +0000 (16:31 +0100)
commitd6835cb9d902b827ae97e093bd73928d0cf8c733
treeb704a2f1e5a8dd093dc536645831de210bfaba17
parent436dfe900ffba72d320da0fb575eb88edf729c24
configure: Support using custom builds of elfutils

It should be possible to build and install a custom elfutils (e.g,
from its source repository) under a particular prefix and have
libabigail use that custom elfutils.

This patch adds that capability by adding these two new options:
--with-libelf=/path/to/libelf/prefix and
--with-libdw=/path/to/libdw/prefix.

* configure.ac: Add support for --with-libdw and --with-libelf.
Use pkg-config to detect the presence of libdw and libelf either
on the system or below the prefixes specified by the new
aforementionned options.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac
This page took 0.794681 seconds and 5 git commands to generate.