gettext-full: bootstrap to local gnulib source
authorMichael Pratt <mcpratt@pm.me>
Sun, 16 Apr 2023 22:32:14 +0000 (18:32 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:31 +0000 (06:07 +0200)
commitd167adbc4418b664dd825b8b4e7085c2c7322271
treed82791e38c1a3b58227c2832252042d0e9f7fc7e
parent09f8f21ae33402201c14a125a37b64746415642d
gettext-full: bootstrap to local gnulib source

Using the local gnulib source during autogen.sh
allows for fine-grained control over the macros
and source files for use with gettext
but part of gnulib instead of gettext,
without having to wait for a release
or deal with gnulib as a git submodule.

This is an alternative to running autoreconf.

It also removes the need to patch macros
in the case where there is a conflict
between the source and our aclocal directory.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
package/libs/gettext-full/Makefile
package/libs/gettext-full/patches/010-m4.patch [deleted file]