diff options
author | Tom Tromey <tromey@redhat.com> | 2001-07-03 22:30:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-07-03 22:30:01 +0000 |
commit | 57b74bf98f82ddb43711616ef30c48f7073f1ea2 (patch) | |
tree | c833f52f19115e3e5a10cbfe266d7d980dcc447e /boehm-gc/acinclude.m4 | |
parent | 8b55628e81090c774ea54b945c24a02236defcdc (diff) | |
download | gcc-57b74bf98f82ddb43711616ef30c48f7073f1ea2.zip gcc-57b74bf98f82ddb43711616ef30c48f7073f1ea2.tar.gz gcc-57b74bf98f82ddb43711616ef30c48f7073f1ea2.tar.bz2 |
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
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r-- | boehm-gc/acinclude.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |