comparison src/auto/configure @ 16289:b4c7e026685c v8.1.1149

patch 8.1.1149: building desktop files fails with older msgfmt commit https://github.com/vim/vim/commit/26096cc96fc402db45948b3b662a380281585649 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 15:25:40 2019 +0200 patch 8.1.1149: building desktop files fails with older msgfmt Problem: Building desktop files fails with older msgfmt. Solution: Add autoconf check. Avoid always building the desktop files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 15:30:03 +0200
parents a6ca8cf07a98
children c1dca26a6949
comparison
equal deleted inserted replaced
16288:199cef46e9f9 16289:b4c7e026685c
621 621
622 ac_subst_vars='LTLIBOBJS 622 ac_subst_vars='LTLIBOBJS
623 LIBOBJS 623 LIBOBJS
624 LINK_AS_NEEDED 624 LINK_AS_NEEDED
625 DEPEND_CFLAGS_FILTER 625 DEPEND_CFLAGS_FILTER
626 MSGFMT_DESKTOP
626 MAKEMO 627 MAKEMO
627 MSGFMT 628 MSGFMT
628 INSTALL_TOOL_LANGS 629 INSTALL_TOOL_LANGS
629 INSTALL_LANGS 630 INSTALL_LANGS
630 TAGPRG 631 TAGPRG
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 14532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14532 $as_echo "no" >&6; } 14533 $as_echo "no" >&6; }
14533 fi 14534 fi
14534 rm -f core conftest.err conftest.$ac_objext \ 14535 rm -f core conftest.err conftest.$ac_objext \
14535 conftest$ac_exeext conftest.$ac_ext 14536 conftest$ac_exeext conftest.$ac_ext
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if msgfmt supports --desktop" >&5
14538 $as_echo_n "checking if msgfmt supports --desktop... " >&6; }
14539 MSGFMT_DESKTOP=
14540 if "$MSGFMT" --help | grep -e '--desktop' >/dev/null; then
14541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14542 $as_echo "yes" >&6; }
14543 MSGFMT_DESKTOP="gvim.desktop vim.desktop"
14544 else
14545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14546 $as_echo "no" >&6; }
14547 fi
14548
14536 fi 14549 fi
14537 else 14550 else
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no \"po/Makefile\" - disabled" >&5 14551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no \"po/Makefile\" - disabled" >&5
14539 $as_echo "no \"po/Makefile\" - disabled" >&6; }; 14552 $as_echo "no \"po/Makefile\" - disabled" >&6; };
14540 fi 14553 fi