From d5ec0de0ec23cbed41743cda817504304f4be7ea Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 30 Jul 2004 14:20:26 +0000 Subject: [PATCH] * m4/libtool.m4, ltmain.in: readd the comments that I erased. --- ChangeLog | 2 ++ ltmain.in | 2 ++ m4/libtool.m4 | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index d4ac3b3c9..45baae9b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-07-30 Peter O'Gorman + * m4/libtool.m4, ltmain.in: readd the comments that I erased. + * ltmain.in [darwin]: We already had a module var, there can be only one. diff --git a/ltmain.in b/ltmain.in index 4aca585dd..d9e43b38d 100644 --- a/ltmain.in +++ b/ltmain.in @@ -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\" diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 475e09f5a..05f607447 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -433,6 +433,8 @@ m4_define([_LT_AC_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) 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 -- 2.47.2