]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Add a separate configure.ac in gettext-runtime/intl/.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:42:49 +0000 (03:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:42:49 +0000 (03:42 +0200)
commit4cd7dd75cc086c5f438265a1fecbe4107c4fd64d
tree47dbf419a0b72b23ef16e1167e46091dc9234252
parentd5a2d88fd952b495a387afabe74ce9dc13cf8444
build: Add a separate configure.ac in gettext-runtime/intl/.

* autogen.sh (GNULIB_MODULES_RUNTIME_OTHER): Remove bison. Instead, copy
bison.m4 explicitly.
Generate configure file also in gettext-runtime/intl/.
Do automake invocations top-down, not bottom-up.
* gettext-runtime/intl/Makefile.am (ACLOCAL_AMFLAGS, SUBDIRS): New variables.
* gettext-runtime/m4/gettext.m4 (AM_GNU_GETTEXT): Allow 'here' as INTLSYMBOL
argument.
* gettext-runtime/intl/configure.ac: New file, based on
gettext-runtime/configure.ac.
* gettext-runtime/intl/AUTHORS: New file.
* gettext-runtime/intl/NEWS: New file.
* gettext-runtime/intl/README: New file.
* gettext-runtime/intl/ABOUT-NLS: New file, copied from
gettext-runtime/ABOUT-NLS.
* gettext-runtime/intl/INSTALL: New file, copied from gettext-runtime/INSTALL.
* gettext-runtime/configure.ac: Define WINDRES. Pass third argument to
AM_GNU_GETTEXT. Remove conditionals USE_INCLUDED_LIBINTL,
BUILD_INCLUDED_LIBINTL, PRELOADABLE_LIBINTL. Invoke AC_CONFIG_SUBDIRS([intl]).
Don't create intl/Makefile from here.
* gettext-tools/configure.ac: Define WINDRES. Redefine __libc_lock_*, for use
in localealias.c. Invoke gt_GLIBC2.
12 files changed:
.gitignore
autogen.sh
gettext-runtime/configure.ac
gettext-runtime/intl/ABOUT-NLS [new file with mode: 0644]
gettext-runtime/intl/AUTHORS [new file with mode: 0644]
gettext-runtime/intl/INSTALL [new file with mode: 0644]
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/NEWS [new file with mode: 0644]
gettext-runtime/intl/README [new file with mode: 0644]
gettext-runtime/intl/configure.ac [new file with mode: 0644]
gettext-runtime/m4/gettext.m4
gettext-tools/configure.ac