Patch 8.2.4549

5 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 12, 2022, 6:59:07 AM3/12/22
to vim...@googlegroups.com

Patch 8.2.4549
Problem: Cannot build with Motif and editres. (Tony Mechelynck)
Solution: Fix configure mistake.
Files: src/configure.ac, src/auto/configure


*** ../vim-8.2.4548/src/configure.ac 2022-03-11 16:01:22.309619180 +0000
--- src/configure.ac 2022-03-12 11:53:07.733918696 +0000
***************
*** 3004,3010 ****
AC_SUBST(MOTIF_LIBNAME)
fi

! if -z "$SKIP_MOTIF"; then
dnl Prepend -I and -L to $GUI_INC_LOC and $GUI_LIB_LOC if not empty
dnl Avoid adding it when it twice
if test -n "$GUI_INC_LOC"; then
--- 3004,3010 ----
AC_SUBST(MOTIF_LIBNAME)
fi

! if test -z "$SKIP_MOTIF"; then
dnl Prepend -I and -L to $GUI_INC_LOC and $GUI_LIB_LOC if not empty
dnl Avoid adding it when it twice
if test -n "$GUI_INC_LOC"; then
*** ../vim-8.2.4548/src/auto/configure 2022-03-11 16:01:22.309619180 +0000
--- src/auto/configure 2022-03-12 11:53:57.557805290 +0000
***************
*** 10254,10260 ****

fi

! if -z "$SKIP_MOTIF"; then
if test -n "$GUI_INC_LOC"; then
GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`"
fi
--- 10254,10260 ----

fi

! if test -z "$SKIP_MOTIF"; then
if test -n "$GUI_INC_LOC"; then
GUI_INC_LOC=-I"`echo $GUI_INC_LOC|sed 's%-I%%'`"
fi
*** ../vim-8.2.4548/src/version.c 2022-03-11 18:54:13.980670599 +0000
--- src/version.c 2022-03-12 11:53:54.405812499 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4549,
/**/

--
hundred-and-one symptoms of being an internet addict:
240. You think Webster's Dictionary is a directory of WEB sites.

/// 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