summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-08-18 16:11:54 +0000
committerwlemb <wlemb>2001-08-18 16:11:54 +0000
commit553ad14abef58812d0b3c49b610dd82c54c30637 (patch)
treecd0a80ac8608da2ec0cf69629eb0e0e4c0af9816 /Makefile.in
parent0a474d60ad67afbf77b17ac6f57d28a948fb12e0 (diff)
downloadgroff-553ad14abef58812d0b3c49b610dd82c54c30637.tar.gz
* src/preproc/pic/pic.y (format_number): Use do_sprintf().
(do_sprintf): Use snprintf(). * src/libs/snprintf/*: Added an snprintf module written by Mark Martinec. * src/libs/libgroff/Makefile.sub: Updated. * configure.ac: Add test for snprintf(). * Makefile.in: Updated. * configure: Regenerated. * src/preproc/html/pre-html.cc (make_message): Reactivate code which uses snprintf().
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6aad272a..821cd620 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -202,6 +202,7 @@ man7dir=$(manroot)/man$(man7ext)
# -DHAVE_MMAP if you have mmap()
# -DHAVE_PUTENV if you have putenv()
# -DHAVE_RENAME if you have rename()
+# -DHAVE_SNPRINTF if you have snprintf()
# -DHAVE_STRCASECMP if you have strcasecmp()
# -DHAVE_STRNCASECMP if you have strncasecmp()
# -DHAVE_STRERROR if you have strerror()
@@ -234,7 +235,10 @@ man7dir=$(manroot)/man$(man7ext)
# -DPAGEA4 if the the printer's page size is A4
DEFINES=@DEFS@
-# Include fmod.o, strtol.o, getcwd.o, strerror.o, putenv.o, mkstemp.o
+# Include
+#
+# fmod.o, getcwd.o, mkstemp.o, putenv.o, snprintf.o, strerror.o, strtol.o
+#
# in LIBOBJS if your C library is missing the corresponding function.
LIBOBJS=@LIBOBJS@