This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]