mc/m4.include
Sergei Trofimovich f30e6ff283 Ticket #3629: configure.ac: drop bundled gettext
Bundled libintl did not support linking to internal static
libraries (libmc in our case): directly specified static
libraries are not pulled by libtool and are not usable for
dynamic libraries as PIC-related flags are not passed for
compilation.

This renders bundled libintl library unusable.

The change drops libintl bundling support and always relies
on external libintl (or falls back to disabled NLS).

On a related note gettext-0.20 drops support for bundling
or libintl and this change will ease migration to newer version.

The change is tested on x86_64-gentoo-linux-musl: mc builds
and links all tests successfully. A few tests fail for lack
of NLS support.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-09-22 13:10:46 +03:00
..
gnulib Sync with gnulib 5d6ca1aeeb04b9b0cd760529d548ac26675ef9b9. 2019-02-03 13:10:01 +03:00
vfs autoconf: AC_ERROR is obsolete, use AC_MSG_ERROR instead. 2019-02-03 12:47:59 +03:00
ax_gcc_func_attribute.m4 Support __attribute__((fallthrough)) if possible. 2018-02-04 11:30:22 +03:00
ax_path_lib_pcre.m4 PCRE_CFLAGS are CPPFLAGS, actually. 2012-12-18 16:27:49 +04:00
dx_doxygen.m4 Misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-06-15 11:10:41 +04:00
mc-assert.m4 Use g_assert() instead of assert(3). 2016-11-21 13:12:55 +03:00
mc-background.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-cflags.m4 Support __attribute__((fallthrough)) if possible. 2018-02-04 11:30:22 +03:00
mc-check-search-type.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-get-fs-info.m4 (mc_AC_GET_FS_INFO): rename to mc_GET_FS_INFO... 2019-02-03 13:10:01 +03:00
mc-glib.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-i18n.m4 Ticket #3629: configure.ac: drop bundled gettext 2019-09-22 13:10:46 +03:00
mc-subshell.m4 (init_subshell): use openpty() to open master/slave devices for subshell. 2018-09-09 19:10:43 +03:00
mc-tests.m4 Ticket #3971: clarify sighandler_t usage in non-GNU OSes. 2019-06-15 09:38:53 +03:00
mc-use-termcap.m4 autoconf: AC_TRY_LINK is obsolete, use AC_LINK_IFELSE instead. 2019-02-03 12:47:59 +03:00
mc-version.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-vfs.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-with-internal-edit.m4 autoconf: AC_ERROR is obsolete, use AC_MSG_ERROR instead. 2019-02-03 12:47:59 +03:00
mc-with-screen-ncurses.m4 autoconf: AC_TRY_LINK is obsolete, use AC_LINK_IFELSE instead. 2019-02-03 12:47:59 +03:00
mc-with-screen-slang.m4 Clarify text of screen_msg message. 2016-05-07 16:19:02 +03:00
mc-with-screen.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-with-x.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00