From 11400fde901e1c7a6d3c3887f322af66374793c2 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 7 Jul 2009 17:33:09 +0100 Subject: RHEL 5: $(builddir) did not exist with this old autoconf/automake, so workaround. --- python/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/Makefile.am') diff --git a/python/Makefile.am b/python/Makefile.am index 2928f982..da52cfa3 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -15,6 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Old RHEL 5 autoconf doesn't have builddir. +builddir ?= $(top_builddir)/python + EXTRA_DIST = \ guestfs.py \ guestfs-py.c \ -- cgit