From 143250d21407cfc68043d49645c7b00a99b3d2b9 Mon Sep 17 00:00:00 2001
From: tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 13 Jun 2001 16:38:39 +0000
Subject: [PATCH] 	* 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
---
 boehm-gc/ChangeLog    | 5 +++++
 boehm-gc/acinclude.m4 | 2 +-
 boehm-gc/aclocal.m4   | 2 +-
 boehm-gc/configure    | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 77b7a39d2ca6..cd8fecf77b12 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-12  Tom Tromey  <tromey@redhat.com>
+
+	* aclocal.m4, configure: Rebuilt.
+	* acinclude.m4: Find configure.host in srcdir.
+
 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
 
 	* configure.in (AC_EXEEXT): Work around in case it expands to
diff --git a/boehm-gc/acinclude.m4 b/boehm-gc/acinclude.m4
index 67a2fb4031b3..40e6ba521b46 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} ;;
diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4
index 2047c557c9e3..44f58cfaba48 100644
--- a/boehm-gc/aclocal.m4
+++ b/boehm-gc/aclocal.m4
@@ -156,7 +156,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} ;;
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 5058290cfc90..33ccbfc3ba07 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -1542,7 +1542,7 @@ ac_exeext=$EXEEXT
 
 fi
 
-. ${boehm_gc_basedir}/configure.host
+. ${srcdir}/configure.host
 
 case ${boehm_gc_basedir} in
 /* | A-Za-z:/\\*) boehm_gc_flagbasedir=${boehm_gc_basedir} ;;
-- 
GitLab