summaryrefslogtreecommitdiffstats
path: root/m4/gnulib-tool.m4
Commit message (Collapse)AuthorAgeFilesLines
* Update gnulib modules, replacing canonicalize with canonicalize-lgplUlf Hermann2018-07-201-1/+1
| | | | | | | | We need realpath() now, as upstream has changed to use that. Updating single gnulib modules is not really possible, so we update everything. Change-Id: I32943a1c8af7c1ecce625dca173a942cc58d9c38 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Add gnulib modules to replace missing libc functionalityUlf Hermann2017-04-271-0/+57
This enables us to build a fully featured elfutils package on systems with reduced C libraries, such as windows. All the modules are built into libgnu.a, which is then linked into all binaries if --enable-gnulib is given on the configure line. Change-Id: I743fd22172bc85d9f10dcc3dad8eb921f462b554 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>