Commit Graph

12 Commits

Author SHA1 Message Date
Marco Ciampa 7871db5258 Added autogenerated mc-version.h to the list of git-ignored files 2021-09-29 09:49:03 +02:00
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
Enrico Weigelt, metux IT consult d2f86e698e Fix .gitignore
autogen.sh generates a bunch of files aren't .gitignore'd yet.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2019-09-01 20:13:27 +03:00
Ilia Maslakov b0a218cee2 Added files make.log, make.clang, make.gcc, make.tcc, into .gitignore file
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
2011-12-01 17:38:56 +04:00
Mikhail S. Pobolovets 2bbe975b2c git: .gitignore updated to current source tree state
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
2010-01-26 19:05:37 +02:00
Patrick Winnertz 79e45c9770 Add TAGS for mcedit into .gitignore
Signed-off-by: Patrick Winnertz <winnie@debian.org>
2009-08-19 20:51:06 +02:00
Andrew Borodin 22ce788f9b .gitignore: added *.lo and *.la files. 2009-08-12 21:23:12 +04:00
Slava Zanko 1ee1c9cea2 Added file version.h into .gitignore file
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2009-06-06 14:32:46 +03:00
Slava Zanko 1e4cc93320 Moved the main help file (xnc.hlp) and translated help files (es, hu, it, pl, ru and sr directories) to doc/hlp
Also, created symlinks in src_root directory to some doc/* files
2009-05-26 17:32:32 +03:00
Enrico Weigelt, metux IT service 5f84762472 extfs/rpm,extfs/trpm: removed obsolete rpm tags 2009-02-04 04:09:30 +01:00
Patrick Winnertz 5c070b116c Ignore files necessary for kdevelop to work correctly. 2009-01-06 15:17:14 +01:00
Slava Zanko aad7c6c317 Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00