libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] I do like comments, really


From: Peter O'Gorman
Subject: [FYI] I do like comments, really
Date: Fri, 30 Jul 2004 23:19:34 +0900
User-agent: Mozilla Thunderbird 0.6 (Macintosh/20040502)



Um, sorry, did not mean to delete these valid comments.

Peter
--
Peter O'Gorman - http://www.pogma.com

Index: ChangeLog
        * m4/libtool.m4, ltmain.in: readd the comments that I erased.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.408
diff -u -3 -p -u -r1.408 ltmain.in
--- ltmain.in 30 Jul 2004 13:41:48 -0000 1.408
+++ ltmain.in 30 Jul 2004 14:09:09 -0000
@@ -5176,6 +5176,8 @@ EOF
 Xsed='${SED} -e 1s/^X//'
 sed_quote_subst='$sed_quote_subst'
 
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 relink_command=\"$relink_command\"
Index: m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/libtool.m4,v
retrieving revision 1.83
diff -u -3 -p -u -r1.83 libtool.m4
--- m4/libtool.m4 30 Jul 2004 13:35:30 -0000 1.83
+++ m4/libtool.m4 30 Jul 2004 14:09:18 -0000
@@ -433,6 +433,8 @@ m4_define([_LT_AC_TAGVAR], [m4_ifval([$2
 m4_define([_LT_CONFIG_COMMANDS],
 [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [
 
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 sed_quote_subst='$sed_quote_subst'
@@ -501,6 +503,8 @@ _LT_LIBTOOL_CONFIG_VARS
 _LT_LIBTOOL_TAG_VARS
 # ### END LIBTOOL CONFIG
 
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 _LT_EOF
@@ -712,6 +716,8 @@ _LT_EOF
   exit 0
 fi
 
+# The HP-UX ksh and POSIX shell print the target directory to stdout
+# if CDPATH is set.
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
 if test -z "$ECHO"; then

reply via email to

[Prev in Thread] Current Thread [Next in Thread]