diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 16:38:39 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 16:38:39 +0000 |
commit | 143250d21407cfc68043d49645c7b00a99b3d2b9 (patch) | |
tree | 0b0a3145a85ea896b387b94b33d0e58623e8bb54 /boehm-gc/acinclude.m4 | |
parent | 3538e09e443252b1f4afed40452f6a239e7d0f34 (diff) | |
download | gcc-143250d21407cfc68043d49645c7b00a99b3d2b9.tar.gz |
* aclocal.m4, configure: Rebuilt.
* acinclude.m4: Find configure.host in srcdir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43324 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/acinclude.m4')
-rw-r--r-- | boehm-gc/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4 index 67a2fb4031b..40e6ba521b4 100644 --- a/boehm-gc/acinclude.m4 +++ b/boehm-gc/acinclude.m4 @@ -144,7 +144,7 @@ if false; then AC_EXEEXT fi -. [$]{boehm_gc_basedir}/configure.host +. [$]{srcdir}/configure.host case [$]{boehm_gc_basedir} in /* | [A-Za-z]:[/\\]*) boehm_gc_flagbasedir=[$]{boehm_gc_basedir} ;; |