summaryrefslogtreecommitdiff
path: root/bootstrap.conf
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 /bootstrap.conf
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 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index deda4f601..6fd28de36 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -41,6 +41,8 @@ gnulib_modules="
non-recursive-gnulib-prefix-hack
wcwidth
fprintf-posix
+ snprintf
+ vsnprintf
"
# Name of the Makefile.am