aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/configure
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-06-13 16:38:39 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-06-13 16:38:39 +0000
commitc3b488478b9bfb8ccb7ba1eac30b3a20781672c0 (patch)
tree0b0a3145a85ea896b387b94b33d0e58623e8bb54 /boehm-gc/configure
parent9f2938930700163ca8d58a1f2a486a6e6b53e799 (diff)
downloadgcc-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/configure')
-rwxr-xr-xboehm-gc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure
index 5058290..33ccbfc 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} ;;