about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-18 19:09:06 +0000
committerRoland McGrath <roland@gnu.org>2002-10-18 19:09:06 +0000
commit667bea233af776b461dafb13cfbd3b1160b7edf5 (patch)
tree098a09e269360568211b528a09a94251319205f8
parent69c708edbc722e0f51fe1f6c50ebf1ca7924eb83 (diff)
downloadglibc-667bea233af776b461dafb13cfbd3b1160b7edf5.tar.gz
glibc-667bea233af776b461dafb13cfbd3b1160b7edf5.tar.xz
glibc-667bea233af776b461dafb13cfbd3b1160b7edf5.zip
* configure.in: Remove bogus echo included in
	2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
	* configure: Regenerated.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure9
-rw-r--r--configure.in1
3 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ff5d1cef07..45ba4ccaa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-18  Roland McGrath  <roland@redhat.com>
+
+	* configure.in: Remove bogus echo included in
+	2002-10-08  Aldy Hernandez  <aldyh@redhat.com> change.
+	* configure: Regenerated.
+
 2002-10-18  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
diff --git a/configure b/configure
index 52c872c16e..e670797988 100755
--- a/configure
+++ b/configure
@@ -1699,7 +1699,6 @@ if test -z "$enable_hacker_mode"; then
 fi
 
 # Brain dead PowerPC box with absolutely no FPU.
-echo $host
 case "$machine-$host_os" in
   powerpc*-*soft)
     with_fp=no
@@ -4780,7 +4779,7 @@ if test "${libc_cv_asm_underscores+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4783 "configure"
+#line 4782 "configure"
 #include "confdefs.h"
 void underscore_test(void) {
 return; }
@@ -5083,7 +5082,7 @@ if test "${libc_cv_gcc_dwarf2_unwind_info+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat > conftest.c <<EOF
-#line 5086 "configure"
+#line 5085 "configure"
 static char *__EH_FRAME_BEGIN__;
 _start ()
 {
@@ -5182,7 +5181,7 @@ if test "${libc_cv_gcc_builtin_expect+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat > conftest.c <<EOF
-#line 5185 "configure"
+#line 5184 "configure"
 int foo (int a)
 {
   a = __builtin_expect (a, 10);
@@ -5250,7 +5249,7 @@ if test "${libc_cv_gcc_subtract_local_labels+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat > conftest.c <<EOF
-#line 5253 "configure"
+#line 5252 "configure"
 int foo (int a)
 {
   static const int ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
diff --git a/configure.in b/configure.in
index e974be76a2..e841f83a40 100644
--- a/configure.in
+++ b/configure.in
@@ -305,7 +305,6 @@ if test -z "$enable_hacker_mode"; then
 fi
 
 # Brain dead PowerPC box with absolutely no FPU.
-echo $host
 case "$machine-$host_os" in
   powerpc*-*soft)
     with_fp=no