diff options
author | Tom Tromey <tromey@redhat.com> | 2001-06-13 16:38:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-06-13 16:38:39 +0000 |
commit | c3b488478b9bfb8ccb7ba1eac30b3a20781672c0 (patch) | |
tree | 0b0a3145a85ea896b387b94b33d0e58623e8bb54 /boehm-gc/acinclude.m4 | |
parent | 9f2938930700163ca8d58a1f2a486a6e6b53e799 (diff) | |
download | gcc-c3b488478b9bfb8ccb7ba1eac30b3a20781672c0.zip gcc-c3b488478b9bfb8ccb7ba1eac30b3a20781672c0.tar.gz gcc-c3b488478b9bfb8ccb7ba1eac30b3a20781672c0.tar.bz2 |
aclocal.m4, configure: Rebuilt.
* aclocal.m4, configure: Rebuilt.
* acinclude.m4: Find configure.host in srcdir.
From-SVN: r43324
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 67a2fb4..40e6ba5 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} ;; |