]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Use a separate gnulib-tool invocation for gettext-tools/tests/.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Oct 2023 18:17:58 +0000 (20:17 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Oct 2023 14:25:03 +0000 (16:25 +0200)
commit0608425df6301b80949e889d17a9f693b9982ce0
treebb72f1256174ccd04ff37d946904aac78ade91d3
parent1123b123dde7bdcd907196cf4607050234908fea
build: Use a separate gnulib-tool invocation for gettext-tools/tests/.

* autogen.sh (GNULIB_MODULES_LIBGETTEXTLIB, GNULIB_MODULES_TOOLS_TESTS): New
variables.
Add a gnulib-tool invocation for gettext-tools/tests/gnulib-{m4,lib}.
Add option -I tests/gnulib-m4 when generating gettext-tools/configure.
* gettext-tools/tests/gnulib-lib/Makefile.am: New file.
* gettext-tools/tests/Makefile.am (SUBDIRS): New variable.
(AM_CPPFLAGS): Add more -I options.
(EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4.
* gettext-tools/Makefile.am (ACLOCAL_AMFLAGS): Add -I tests/gnulib-m4.
* gettext-tools/configure.ac: Invoke gttgl_EARLY and gttgl_INIT. Add an
AC_CONFIG_FILES of tests/gnulib-lib/Makefile.
.gitignore
autogen.sh
gettext-tools/Makefile.am
gettext-tools/configure.ac
gettext-tools/tests/Makefile.am
gettext-tools/tests/gnulib-lib/Makefile.am [new file with mode: 0644]