To: vim_dev@googlegroups.com Subject: Patch 8.2.4549 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///