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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220312115900.BE5D91C79E4%40moolenaar.net.