Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-22 | build: Remove unused old m4 files. | NIIBE Yutaka | 1 | -259/+0 | |
* m4/glibc2.m4, m4/glibc21.m4: Remove. * m4/intl.m4, m4/intldir.m4, m4/lock.m4: Remove. * m4/intdiv0.m4, m4/intmax.m4, m4/inttypes-pri.m4: Remove. * m4/inttypes.m4, m4/inttypes_h.m4, m4/longdouble.m4: Remove. * m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4: Remove. * m4/stdint_h.m4, m4/sys_socket_h.m4, m4/uintmax_t.m4: Remove. * m4/visibility.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4: Remove. -- Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2017-02-21 | Clean up word replication. | Yuri Chornoivan | 1 | -2/+2 | |
-- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2014-12-11 | build: Replace deprecated autconf macro. | Werner Koch | 1 | -1/+1 | |
* m4/intl.m4: s/AM_PROG_MKDIR_P/AC_PROG_MKDIR_P/ * m4/po.m4: Ditto. -- In preparation of moving to automake 1.14. GnuPG-bug-id: 1776 | |||||
2007-05-07 | Upgraded gettext. | Werner Koch | 1 | -0/+259 | |
Fixed accidental dependency on libgcrypt 1.3.0. |