aboutsummaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Update m4/libgcrypt.m4Samuel Thibault2022-02-121-14/+38
| | | | m4/libgcrypt.m4: Refresh from upstream libgcrypt.
* trans: Conditionally build the random translator.Justus Winter2017-06-041-0/+143
Only build the random translator if we find a suitable version of libgcrypt. This helps to reduce the build dependencies to bootstrap the Hurd. * aclocal.m4: Include 'libgcrypt.m4'. * config.make.in (HAVE_LIBGCRYPT): New variable. * configure.ac: Check for a suitable libgcrypt. * m4/libgcrypt.m4: New file. * trans/Makefile: Conditionally build the random translator.