3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.385
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.385
3ef2ca
Problem:    When building with tiny or small features building the .mo files
3ef2ca
	    fails.
3ef2ca
Solution:   In autoconf do not setup for building the .mo files when it would
3ef2ca
	    fail.
3ef2ca
Files:	    src/configure.in, src/auto/configure
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.384/src/configure.in	2014-05-22 14:44:08.094481148 +0200
3ef2ca
--- src/configure.in	2014-07-27 21:26:39.349275928 +0200
3ef2ca
***************
3ef2ca
*** 3818,3824 ****
3ef2ca
      else
3ef2ca
        AC_MSG_RESULT([msgfmt not found - disabled]);
3ef2ca
      fi
3ef2ca
!     if test $have_gettext = "yes"; then
3ef2ca
        AC_DEFINE(HAVE_GETTEXT)
3ef2ca
        MAKEMO=yes
3ef2ca
        AC_SUBST(MAKEMO)
3ef2ca
--- 3818,3824 ----
3ef2ca
      else
3ef2ca
        AC_MSG_RESULT([msgfmt not found - disabled]);
3ef2ca
      fi
3ef2ca
!     if test $have_gettext = "yes" -a "x$features" != "xtiny" -a "x$features" != "xsmall"; then
3ef2ca
        AC_DEFINE(HAVE_GETTEXT)
3ef2ca
        MAKEMO=yes
3ef2ca
        AC_SUBST(MAKEMO)
3ef2ca
*** ../vim-7.4.384/src/auto/configure	2014-05-22 14:44:08.098481148 +0200
3ef2ca
--- src/auto/configure	2014-07-27 21:26:41.969275909 +0200
3ef2ca
***************
3ef2ca
*** 12966,12972 ****
3ef2ca
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: msgfmt not found - disabled" >&5
3ef2ca
  $as_echo "msgfmt not found - disabled" >&6; };
3ef2ca
      fi
3ef2ca
!     if test $have_gettext = "yes"; then
3ef2ca
        $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
3ef2ca
  
3ef2ca
        MAKEMO=yes
3ef2ca
--- 12966,12972 ----
3ef2ca
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: msgfmt not found - disabled" >&5
3ef2ca
  $as_echo "msgfmt not found - disabled" >&6; };
3ef2ca
      fi
3ef2ca
!     if test $have_gettext = "yes" -a "x$features" != "xtiny" -a "x$features" != "xsmall"; then
3ef2ca
        $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
3ef2ca
  
3ef2ca
        MAKEMO=yes
3ef2ca
*** ../vim-7.4.384/src/version.c	2014-07-30 13:20:35.719622565 +0200
3ef2ca
--- src/version.c	2014-07-30 13:22:07.295621907 +0200
3ef2ca
***************
3ef2ca
*** 736,737 ****
3ef2ca
--- 736,739 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     385,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
"You're fired." (1980)
3ef2ca
"You're laid off." (1985)
3ef2ca
"You're downsized." (1990)
3ef2ca
"You're rightsized." (1992)
3ef2ca
				(Scott Adams - The Dilbert principle)
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///