]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.5060: running configure fails v8.2.5060
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2022 19:03:17 +0000 (20:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jun 2022 19:03:17 +0000 (20:03 +0100)
Problem:    Running configure fails.
Solution:   Remove line break.

src/auto/configure
src/configure.ac
src/version.c

index e47369de80e0bde2ce931aa1b7486c34a8b1c4f4..3aef2f13ee6b26e37b3400b9bf306a591bba813a 100755 (executable)
@@ -10593,8 +10593,7 @@ fi
 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
+       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"
index 93630a4163361615ee44a485a48c01420fe31393..37a7c6882ce304c43861867af18861e0e24e1f41 100644 (file)
@@ -3112,8 +3112,7 @@ if test -z "$SKIP_MOTIF"; then
   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)
+       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
index 29196096d1be8b83d754c0c217baf9724b412198..a361f9ca91a76040398c58d8b1e38884750519d9 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5060,
 /**/
     5059,
 /**/