summaryrefslogtreecommitdiffstats
path: root/tools/gnulib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools/gnulib: update to branch stable-202401Tony Ambardar2024-04-251-2/+2
| | | | | | | Patches refreshed automatically. Tested-by: Georgi Valkov <gvalkov@gmail.com> # MacOS Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* elfutils: fix build and enable on non-linux systemsFelix Fietkau2023-10-291-1/+2
| | | | | | Use gnulib for compatibility Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools/missing-macros: prefer macros provided by gnulib sourceMichael Pratt2023-05-041-0/+2
| | | | | | | | These 7 macro files are provided by gnulib, so we can now replace these statically stored copies with the latest copy from GNU sources. Signed-off-by: Michael Pratt <mcpratt@pm.me>
* tools: add gnulib sourceMichael Pratt2023-05-041-0/+25
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>