diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-03 22:30:01 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-03 22:30:01 +0000 |
commit | 7d5aa1271e8364adcf18f427373dd67e367f1fa6 (patch) | |
tree | c833f52f19115e3e5a10cbfe266d7d980dcc447e /boehm-gc/aclocal.m4 | |
parent | 8395b25b19283f13a3cfb283eff595734fc81783 (diff) | |
download | gcc-7d5aa1271e8364adcf18f427373dd67e367f1fa6.tar.gz |
Fix for PR bootstrap/3281:
* aclocal.m4, configure, Makefile.in: Rebuilt.
* acinclude.m4: Set mkinstalldirs for in-tree build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43738 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/aclocal.m4')
-rw-r--r-- | boehm-gc/aclocal.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4 index 44f58cfaba4..ab624da2693 100644 --- a/boehm-gc/aclocal.m4 +++ b/boehm-gc/aclocal.m4 @@ -49,6 +49,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 |