From 1f95a451e31536b51ad0771ae158287870a0b5e6 Mon Sep 17 00:00:00 2001 From: tromey 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 --- ChangeLog | 5 +++++ acinclude.m4 | 2 +- aclocal.m4 | 2 +- configure | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77b7a39d..cd8fecf7 100644 --- a/ChangeLog +++ b/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/acinclude.m4 b/acinclude.m4 index 67a2fb40..40e6ba52 100644 --- a/acinclude.m4 +++ b/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/aclocal.m4 b/aclocal.m4 index 2047c557..44f58cfa 100644 --- a/aclocal.m4 +++ b/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/configure b/configure index 5058290c..33ccbfc3 100755 --- a/configure +++ b/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} ;; -- 2.40.0