tools: add gnulib source
authorMichael Pratt <mcpratt@pm.me>
Wed, 22 Mar 2023 22:29:24 +0000 (18:29 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:27 +0000 (06:07 +0200)
commitfe33d5ba13370027165b9acf2bd895f5b4d9a4ea
treef02137c0b3f8012f96ddaa9f0a43e54c86dc8607
parentc52d938481651b6f9e0a4087652c99b805716ed8
tools: add gnulib source

By having a local copy of gnulib, we can:
import the latest macro fixes into any package,
get rid of some statically stored macros that were otherwise missing,
bootstrap GNU tools with the latest relevant source
without having to wait for a release or rely on git submodules,
and possibly more...

The patch assists in bootstrapping by ignoring
the building of po files using gettext,
and also to allow a user-defined path to a program
to include parameters.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
rules.mk
tools/Makefile
tools/gnulib/Makefile [new file with mode: 0644]
tools/gnulib/patches/000-bootstrap.patch [new file with mode: 0644]