From: Tom Tromey Date: Wed, 13 Jun 2001 16:38:39 +0000 (+0000) Subject: aclocal.m4, configure: Rebuilt. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3b488478b9bfb8ccb7ba1eac30b3a20781672c0;p=gcc.git aclocal.m4, configure: Rebuilt. * aclocal.m4, configure: Rebuilt. * acinclude.m4: Find configure.host in srcdir. From-SVN: r43324 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 77b7a39d2ca..cd8fecf77b1 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2001-06-12 Tom Tromey + + * aclocal.m4, configure: Rebuilt. + * acinclude.m4: Find configure.host in srcdir. + 2001-06-09 Alexandre Oliva , Stephen L Moshier * configure.in (AC_EXEEXT): Work around in case it expands to 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} ;; diff --git a/boehm-gc/aclocal.m4 b/boehm-gc/aclocal.m4 index 2047c557c9e..44f58cfaba4 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 5058290cfc9..33ccbfc3ba0 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} ;;