Patch 8.2.5060

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 5, 2022, 3:03:49 PM6/5/22
to vim...@googlegroups.com

Patch 8.2.5060 (after 8.2.5059)
Problem: Running configure fails.
Solution: Remove line break.
Files: src/configure.ac, src/auto/configure


*** ../vim-8.2.5059/src/configure.ac 2022-06-05 19:51:51.536000372 +0100
--- src/configure.ac 2022-06-05 20:02:04.327919855 +0100
***************
*** 3112,3119 ****
if test "$zOSUnix" = "yes"; then
AC_CHECK_HEADERS(Xm/Xm.h)
else
! AC_CHECK_HEADERS(Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h
! Xm/UnhighlightT.h Xm/Notebook.h)
fi

if test "x$ac_cv_header_Xm_XpmP_h" = "xyes"; then
--- 3112,3118 ----
if test "$zOSUnix" = "yes"; then
AC_CHECK_HEADERS(Xm/Xm.h)
else
! AC_CHECK_HEADERS(Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h Xm/UnhighlightT.h Xm/Notebook.h)
fi

if test "x$ac_cv_header_Xm_XpmP_h" = "xyes"; then
*** ../vim-8.2.5059/src/auto/configure 2022-06-05 19:51:51.536000372 +0100
--- src/auto/configure 2022-06-05 20:02:07.519919391 +0100
***************
*** 10593,10600 ****
done

else
! for ac_header in Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h
! Xm/UnhighlightT.h Xm/Notebook.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
--- 10593,10599 ----
done

else
! for ac_header in Xm/Xm.h Xm/XpmP.h Xm/JoinSideT.h Xm/TraitP.h Xm/Manager.h Xm/UnhighlightT.h Xm/Notebook.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
*** ../vim-8.2.5059/src/version.c 2022-06-05 19:51:51.540000369 +0100
--- src/version.c 2022-06-05 20:02:59.363911757 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5060,
/**/

--
We learn from our mistakes. Politicians don't make mistakes.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages