]> granicus.if.org Git - gc/commitdiff
* aclocal.m4, configure: Rebuilt.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Jun 2001 16:38:39 +0000 (16:38 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:20 +0000 (10:54 +0400)
* 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
acinclude.m4
aclocal.m4
configure

index 77b7a39d2ca67218f19fd0c10b97c069c79c1298..cd8fecf77b12e3a69875564ae1c79ccf2c5c7c01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 67a2fb4031b34c27f12c69050dda1eff1e854bcd..40e6ba521b46ebe4961b31be6e7cdebcb0a2edb1 100644 (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} ;;
index 2047c557c9e3c43af821e5e69227a828d040c371..44f58cfaba48af46d3f35bc332d26a4edbf5ec77 100644 (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} ;;
index 5058290cfc9030f182b308778a42213212d6f1b8..33ccbfc3ba07bb8c42f1bf585426fe2d15d03947 100755 (executable)
--- 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} ;;