summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gobject/docs/Makefile.am3
-rw-r--r--sysprep/Makefile.am3
-rw-r--r--tests/extra/Makefile.am3
3 files changed, 9 insertions, 0 deletions
diff --git a/gobject/docs/Makefile.am b/gobject/docs/Makefile.am
index 5aadef12..0ee8c6f9 100644
--- a/gobject/docs/Makefile.am
+++ b/gobject/docs/Makefile.am
@@ -21,6 +21,9 @@ builddir ?= .
# Old RHEL 5 autoconf doesn't have abs_srcdir.
abs_srcdir ?= $(shell cd $(top_srcdir)/gobject/docs && pwd)
+# Old RHEL 5 autoconf doesn't have abs_builddir.
+abs_builddir ?= $(shell pwd)
+
# The name of the module, e.g. 'glib'.
DOC_MODULE=guestfs
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index 6fd2b87b..be233a91 100644
--- a/sysprep/Makefile.am
+++ b/sysprep/Makefile.am
@@ -21,6 +21,9 @@ builddir ?= .
# Old RHEL 5 autoconf doesn't have abs_srcdir.
abs_srcdir ?= $(shell cd $(top_srcdir)/sysprep && pwd)
+# Old RHEL 5 autoconf doesn't have abs_builddir.
+abs_builddir ?= $(shell pwd)
+
include $(top_srcdir)/subdir-rules.mk
EXTRA_DIST = \
diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am
index 9bcb9881..4e56aedc 100644
--- a/tests/extra/Makefile.am
+++ b/tests/extra/Makefile.am
@@ -51,6 +51,9 @@
# Old RHEL 5 autoconf doesn't have abs_srcdir.
abs_srcdir ?= $(shell cd $(top_srcdir)/tests/extra && pwd)
+# Old RHEL 5 autoconf doesn't have abs_builddir.
+abs_builddir ?= $(shell pwd)
+
EXTRA_DIST = pick-guests.pl suppressions
VG = $(VALGRIND) \