]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't define abs_* variables ourselves
authorAndrea Bolognani <abologna@redhat.com>
Tue, 12 Mar 2019 15:33:05 +0000 (16:33 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 14 Mar 2019 09:05:32 +0000 (10:05 +0100)
commitca1471622dd96f0b2eb1cc3e648a96deaf46f5e9
treeda7f99069719f6786f4568548231b6b973b711f4
parent349d49637cf472a25e9f9fbced1f82e52726467e
Don't define abs_* variables ourselves

Apparently this was necessary in the past because old versions
of autoconf/automake didn't make them available, but these
days all of the platforms we target include recent enough
autotools - as evidenced by the fact that, for example, we
already use abs_top_srcdir in tools/ despite the fact that
tools/Makefile.am is missing the same boilerplate.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/Makefile.am
tests/Makefile.am