aclocal.m4, configure: Rebuilt.
* aclocal.m4, configure: Rebuilt. * acinclude.m4: Find configure.host in srcdir. From-SVN: r43324
This commit is contained in:
parent
9f29389307
commit
c3b488478b
@ -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
|
||||
|
@ -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
2
boehm-gc/aclocal.m4
vendored
@ -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
2
boehm-gc/configure
vendored
@ -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} ;;
|
||||
|
Loading…
Reference in New Issue
Block a user