]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Use Automake in intl subdirectory.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Nov 2018 01:12:13 +0000 (02:12 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Nov 2018 01:12:13 +0000 (02:12 +0100)
commit44d2c1d6ed6114916db369cd3ecdc8301c6ecac3
tree6cca0fcd7e9dcdeb9f6dc189b21c4e19cfabe895
parent7294fe574f03b75a09796e9beb29b1c0b6c9a179
build: Use Automake in intl subdirectory.

* gettext-runtime/intl/Makefile.am: New file, based on
gettext-runtime/intl/Makefile.in.
* gettext-runtime/intl/Makefile.in: Remove file.
* autogen.sh: Copy gettext-runtime/intl/Makefile.am to
gettext-tools/intl/Makefile.am.
* gettext-runtime/configure.ac (USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL,
PACKAGE_IS_GETTEXT_TOOLS, PRELOADABLE_LIBINTL): New conditionals.
* gettext-tools/configure.ac: Likewise.
.gitignore
autogen.sh
gettext-runtime/configure.ac
gettext-runtime/intl/Makefile.am [new file with mode: 0644]
gettext-runtime/intl/Makefile.in [deleted file]
gettext-tools/configure.ac