From 57b74bf98f82ddb43711616ef30c48f7073f1ea2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 3 Jul 2001 22:30:01 +0000 Subject: re PR bootstrap/3281 (Installation failure (mkinstalldirs)) Fix for PR bootstrap/3281: * aclocal.m4, configure, Makefile.in: Rebuilt. * acinclude.m4: Set mkinstalldirs for in-tree build. From-SVN: r43738 --- boehm-gc/acinclude.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boehm-gc/acinclude.m4') diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4 index 40e6ba5..aa651f1 100644 --- a/boehm-gc/acinclude.m4 +++ b/boehm-gc/acinclude.m4 @@ -37,6 +37,10 @@ fi AC_CANONICAL_SYSTEM +# This works around an automake problem. +mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs" +AC_SUBST(mkinstalldirs) + AM_INIT_AUTOMAKE(boehm-gc, 5.1, no-define) # FIXME: We temporarily define our own version of AC_PROG_CC. This is -- cgit v1.1