summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-03-11 22:52:01 +0000
committerColin Watson <cjwatson@debian.org>2018-03-11 22:52:01 +0000
commit27cd0ce6758624a345265b31d20e31d0d9e869b2 (patch)
tree388d457946be2f8d050139a20f0c2eb93faaffec /MANIFEST
parent3b4b85baa3e2a252a6480b3cfb9cf984eff1b71a (diff)
downloadgroff-git-27cd0ce6758624a345265b31d20e31d0d9e869b2.tar.gz
Switch to Gnulib implementation of snprintf
This is more actively maintained, straightforward to integrate now that we have Gnulib integration, and simplifies groff's overall licensing. * bootstrap.conf (gnulib_modules): Add `snprintf' and `vsnprintf'. * configure.ac: Remove local checks for `snprintf' and `vsnprintf'. * Makefile.am: Remove various comments related to local checks for `snprintf' and `vsnprintf'. * src/include/lib.h: Remove declarations of `snprintf' and `vsnprintf'. * src/libs/libgroff/libgroff.am (EXTRA_DIST): Remove `src/libs/snprintf/snprintf.c'. * src/libs/snprintf/snprintf.c: Remove. * LICENSES: Remove section about `src/libs/snprintf/snprintf.c'. * MANIFEST: Remove entry for `src/libs/libxutil'.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 2bec20fe9..4fe3b383f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -101,7 +101,6 @@ the groff source distribution.
libdriver Parser for intermediate output and postprocessor code.
libgroff Library for general support functions used everywhere.
libxutil Utility functions for xditview and xtotroff.
- snprintf An implementation of snprintf() and friends.
./src/preproc Preprocessors.
eqn Mathematical formulae.