This is an automated email from the git hooks/post-receive script. vapier pushed a commit to branch master in repository libtool.
The following commit(s) were added to refs/heads/master by this push: new bfcbcc2d libtool.m4: fix "manifest" typos bfcbcc2d is described below commit bfcbcc2dcea8036cd41e440cc66f6b710ac05bbc Author: Albert Chu <ch...@llnl.gov> AuthorDate: Wed Apr 19 16:18:36 2023 -0700 libtool.m4: fix "manifest" typos * m4/libtool.m4: Rename lt_cv_path_mainfest_tool to lt_cv_path_manifest_tool. Signed-off-by: Albert Chu <ch...@llnl.gov> --- m4/libtool.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 541ba8a8..4b60d27c 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -3816,16 +3816,16 @@ _LT_DECL([], [sharedlib_from_linklib_cmd], [1], m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt -AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], - [lt_cv_path_mainfest_tool=no +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_manifest_tool], + [lt_cv_path_manifest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then - lt_cv_path_mainfest_tool=yes + lt_cv_path_manifest_tool=yes fi rm -f conftest*]) -if test yes != "$lt_cv_path_mainfest_tool"; then +if test yes != "$lt_cv_path_manifest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl