PATCH: Replace name/Implies with $name/Implies in debug output

H.J. Lu hongjiu.lu@intel.com
Mon Apr 9 15:51:00 GMT 2012


Hi,

This patch replaces name/Implies with $name/Implies in
debug info.  OK for trunk?

Thanks.


H.J.
---
diff --git a/ChangeLog b/ChangeLog
index 75a5ca8..a908ba6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure.in: Replace name/Implies with $name/Implies in
+	debug info.
+	* configure: Regenerated.
+
 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13873]
diff --git a/configure.in b/configure.in
index d8c55b1..961724b 100644
--- a/configure.in
+++ b/configure.in
@@ -766,7 +766,7 @@ while test $# -gt 0; do
     *)  xsrcdir=$srcdir/ ;;
   esac
   test -n "$enable_debug_configure" &&
-  echo "[DEBUG]: name/Implies $xsrcdir$name/Implies" >&2
+  echo "[DEBUG]: $name/Implies $xsrcdir$name/Implies" >&2
 
   if test -f $xsrcdir$name/Implies; then
     # Collect more names from the `Implies' file (removing comments).



More information about the Libc-alpha mailing list