To: vim_dev@googlegroups.com Subject: Patch 7.4.2105 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2105 Problem: Configure reports default features to be "normal" while it is "huge". Solution: Change the default text. Build with newer autoconf. Files: src/configure.in, src/auto/configure *** ../vim-7.4.2104/src/configure.in 2016-04-24 15:00:06.582827695 +0200 --- src/configure.in 2016-07-26 21:01:32.134388625 +0200 *************** *** 437,443 **** dnl Check user requested features. AC_MSG_CHECKING(--with-features argument) ! AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: normal)], features="$withval"; AC_MSG_RESULT($features), features="huge"; AC_MSG_RESULT(Defaulting to huge)) --- 437,443 ---- dnl Check user requested features. AC_MSG_CHECKING(--with-features argument) ! AC_ARG_WITH(features, [ --with-features=TYPE tiny, small, normal, big or huge (default: huge)], features="$withval"; AC_MSG_RESULT($features), features="huge"; AC_MSG_RESULT(Defaulting to huge)) *** ../vim-7.4.2104/src/auto/configure 2016-04-24 15:00:06.586827654 +0200 --- src/auto/configure 2016-07-26 21:02:34.293804806 +0200 *************** *** 757,762 **** --- 757,763 ---- docdir oldincludedir includedir + runstatedir localstatedir sharedstatedir sysconfdir *************** *** 888,893 **** --- 889,895 ---- sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' + runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' *************** *** 1140,1145 **** --- 1142,1156 ---- | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ *************** *** 1277,1283 **** for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ ! libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. --- 1288,1294 ---- for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ ! libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. *************** *** 1430,1435 **** --- 1441,1447 ---- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] *************** *** 1512,1518 **** --with-view-name=NAME what to call the View executable --with-global-runtime=DIR global runtime directory in 'runtimepath' --with-modified-by=NAME name of who modified a release version ! --with-features=TYPE tiny, small, normal, big or huge (default: normal) --with-compiledby=NAME name to show in :version message --with-lua-prefix=PFX Prefix where Lua is installed. --with-luajit Link with LuaJIT instead of Lua. --- 1524,1530 ---- --with-view-name=NAME what to call the View executable --with-global-runtime=DIR global runtime directory in 'runtimepath' --with-modified-by=NAME name of who modified a release version ! --with-features=TYPE tiny, small, normal, big or huge (default: huge) --with-compiledby=NAME name to show in :version message --with-lua-prefix=PFX Prefix where Lua is installed. --with-luajit Link with LuaJIT instead of Lua. *** ../vim-7.4.2104/src/version.c 2016-07-26 20:46:02.862976266 +0200 --- src/version.c 2016-07-26 21:02:31.369832267 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2105, /**/ -- An indication you must be a manager: You believe you never have any problems in your life, just "issues" and "improvement opportunities". /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///