From 06291ce0dd656605d3ada94c56103013d6eeaf3d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 29 May 2013 14:35:54 +0100 Subject: [PATCH] generator: Set abs_builddir for old RHEL 5 which didn't have this. --- generator/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generator/Makefile.am b/generator/Makefile.am index 1c7565ac3..c690f7e0a 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -15,6 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# Old RHEL 5 autoconf doesn't have abs_builddir. +abs_builddir ?= $(shell pwd) + # In alphabetical order. sources = \ actions.ml \