Commit c3b48847 by Tom Tromey Committed by Tom Tromey

aclocal.m4, configure: Rebuilt.

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

From-SVN: r43324
parent 9f293893
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> 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 * configure.in (AC_EXEEXT): Work around in case it expands to
......
...@@ -144,7 +144,7 @@ if false; then ...@@ -144,7 +144,7 @@ if false; then
AC_EXEEXT AC_EXEEXT
fi fi
. [$]{boehm_gc_basedir}/configure.host . [$]{srcdir}/configure.host
case [$]{boehm_gc_basedir} in case [$]{boehm_gc_basedir} in
/* | [A-Za-z]:[/\\]*) boehm_gc_flagbasedir=[$]{boehm_gc_basedir} ;; /* | [A-Za-z]:[/\\]*) boehm_gc_flagbasedir=[$]{boehm_gc_basedir} ;;
......
...@@ -156,7 +156,7 @@ if false; then ...@@ -156,7 +156,7 @@ if false; then
AC_EXEEXT AC_EXEEXT
fi fi
. [$]{boehm_gc_basedir}/configure.host . [$]{srcdir}/configure.host
case [$]{boehm_gc_basedir} in case [$]{boehm_gc_basedir} in
/* | [A-Za-z]:[/\\]*) boehm_gc_flagbasedir=[$]{boehm_gc_basedir} ;; /* | [A-Za-z]:[/\\]*) boehm_gc_flagbasedir=[$]{boehm_gc_basedir} ;;
......
...@@ -1542,7 +1542,7 @@ ac_exeext=$EXEEXT ...@@ -1542,7 +1542,7 @@ ac_exeext=$EXEEXT
fi fi
. ${boehm_gc_basedir}/configure.host . ${srcdir}/configure.host
case ${boehm_gc_basedir} in case ${boehm_gc_basedir} in
/* | A-Za-z:/\\*) boehm_gc_flagbasedir=${boehm_gc_basedir} ;; /* | A-Za-z:/\\*) boehm_gc_flagbasedir=${boehm_gc_basedir} ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment