mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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>
This commit is contained in:
parent
349d49637c
commit
ca1471622d
@ -16,12 +16,6 @@
|
|||||||
## License along with this library. If not, see
|
## License along with this library. If not, see
|
||||||
## <http://www.gnu.org/licenses/>.
|
## <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# old automake does not provide abs_{src,build}dir variables
|
|
||||||
abs_builddir = $(shell pwd)
|
|
||||||
abs_top_builddir = $(shell cd .. && pwd)
|
|
||||||
abs_srcdir = $(shell cd $(srcdir) && pwd)
|
|
||||||
abs_top_srcdir = $(shell cd $(top_srcdir) && pwd)
|
|
||||||
|
|
||||||
# No libraries with the exception of LIBXML should be listed
|
# No libraries with the exception of LIBXML should be listed
|
||||||
# here. List them against the individual XXX_la_CFLAGS targets
|
# here. List them against the individual XXX_la_CFLAGS targets
|
||||||
# that actually use them.
|
# that actually use them.
|
||||||
|
@ -16,12 +16,6 @@
|
|||||||
## License along with this library. If not, see
|
## License along with this library. If not, see
|
||||||
## <http://www.gnu.org/licenses/>.
|
## <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# old automake does not provide abs_{src,build}dir variables
|
|
||||||
abs_builddir = $(shell pwd)
|
|
||||||
abs_top_builddir = $(shell cd .. && pwd)
|
|
||||||
abs_srcdir = $(shell cd $(srcdir) && pwd)
|
|
||||||
abs_top_srcdir = $(shell cd $(top_srcdir) && pwd)
|
|
||||||
|
|
||||||
SHELL = $(PREFERABLY_POSIX_SHELL)
|
SHELL = $(PREFERABLY_POSIX_SHELL)
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user