aclocal.m4, configure: Rebuilt.

* aclocal.m4, configure: Rebuilt.
	* acinclude.m4: Find configure.host in srcdir.

From-SVN: r43324
This commit is contained in:
Tom Tromey 2001-06-13 16:38:39 +00:00 committed by Tom Tromey
parent 9f29389307
commit c3b488478b
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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} ;;

2
boehm-gc/aclocal.m4 vendored
View File

@ -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} ;;

2
boehm-gc/configure vendored
View File

@ -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} ;;