mc/lib
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
..
event Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
filehighlight Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
mcconfig Move history operation routines from lib/widget/history.c to lib/mcconfig/history.c. 2019-09-01 19:41:12 +03:00
search Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
skin (mc_skin_init): don't check TTY color supports if not required. 2019-04-27 19:29:24 +03:00
strutil Ticket #3992: improve support of Windows 1251 encoding on Solaris. 2019-07-13 08:58:27 +03:00
tty lib/tty/tty-internal.h: fix typo. 2019-09-01 19:41:12 +03:00
vfs VFS: trivial optimization 2019-06-15 17:43:00 +03:00
widget Ticket #4013: menubar: fix mouse click coordinate. 2019-09-08 11:41:25 +03:00
Makefile.am Ticket #3629: configure.ac: drop bundled gettext 2019-09-22 13:10:46 +03:00
charsets.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
charsets.h lib/charsets.[ch]: clarify usage of const qualifier. 2016-04-16 10:23:44 +03:00
event-types.h Reimplement handling of ev_vfs_print_message_t message. 2015-11-05 14:33:21 +03:00
event.h (mc_event_mass_add): make events const. 2018-02-04 11:30:23 +03:00
filehighlight.h filehighlight: clarify includes. 2016-03-04 09:23:36 +03:00
fileloc.h Ticket #2625: mc does not preserve file mtime when copying over ssh 2011-12-12 11:51:25 +03:00
fs.h Ticket #3464: (compute_namelen): remove... 2015-05-24 17:59:18 +03:00
glibcompat.c Use g_queue_clear_full(). 2019-02-03 12:47:59 +03:00
glibcompat.h Use g_queue_clear_full(). 2019-02-03 12:47:59 +03:00
global.c Ticket #117: refactoring of SIGWINCH hangling. 2019-09-01 19:22:21 +03:00
global.h (toggle_panels): join with view_other_cmd and rename to toggle_subshell. 2019-09-01 19:41:12 +03:00
hook.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
hook.h fixed doxygen documentation 2012-09-10 14:29:53 +03:00
keybind.c Ticket #2733 (a simple list of recently edited files) 2019-08-10 09:45:27 +03:00
keybind.h Ticket #2733 (a simple list of recently edited files) 2019-08-10 09:45:27 +03:00
lock.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
lock.h Changed lock_file() and unlock_file() functions 2012-03-06 11:52:30 +03:00
logging.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
logging.h Clarify __attribute ((format (printf))) usage. 2015-11-05 14:33:20 +03:00
mcconfig.h Move history operation routines from lib/widget/history.c to lib/mcconfig/history.c. 2019-09-01 19:41:12 +03:00
search.h (mc_search_set_error): cleanup compile warning on older gcc compilers: 2016-07-29 09:29:36 +03:00
serialize.c lib/mcconfig: fix coding style; apply source file template. 2019-09-01 19:41:12 +03:00
serialize.h lib/mcconfig: fix coding style; apply source file template. 2019-09-01 19:41:12 +03:00
shell.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
shell.h Add mc_shell_init() and mc_shell_deinit() functions. 2016-01-01 11:48:06 +03:00
skin.h Ticket #3145: support for True Color (16 millions colors). 2016-11-13 15:56:59 +03:00
stat-size.h Sync with gnulib 23671eec22f5221a2dff50942f24c41bcf9caeaf. 2018-11-24 14:40:42 +03:00
strescape.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
strutil.h Fix file version sort. 2019-03-02 11:24:07 +03:00
timefmt.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
timefmt.h Moved time related stuff from lib/util.[ch] into lib/timefmt.[ch]. 2010-11-24 10:27:47 +03:00
timer.c Ticket #3955: code cleanup before 4.8.23 release. 2019-02-03 12:44:40 +03:00
timer.h Ticket #2136: implement user-friendly interruption of long-time operations. 2014-07-22 13:40:30 +04:00
unixcompat.h Sync with gnulib 4d4877e6c2123c4862c321f3eab28a55bf886216. 2018-11-24 14:40:42 +03:00
util.c lib/util.c: fix coding style. 2019-02-03 12:47:59 +03:00
util.h Ticket #3906: ZSTD support. 2018-03-19 15:00:23 +03:00
utilunix.c Join vfs_class_flags_t and vfs_subclass_flags_t. 2019-04-27 19:29:24 +03:00
utilunix.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
widget.h Rename Dlg_head to WDialog. 2012-11-19 21:42:47 +04:00