summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-11-13 08:34:56 +0000
committerwlemb <wlemb>2003-11-13 08:34:56 +0000
commit3f687ef5a5bde2bf9201411eb453075fd6c45ba5 (patch)
tree1561b28d1f9c561e061f8dc8474d6d445963d144 /Makefile.in
parent71c8dd1247654c099ffa79d797df140e49897bfc (diff)
downloadgroff-3f687ef5a5bde2bf9201411eb453075fd6c45ba5.tar.gz
LynxOS 4.0.0 doesn't declare vfprintf.
* configure.ac: Check for vfprintf. * configure: Regenerated. * src/include/lib.h: Handle `NEED_DECLARATION_VFPRINTF'. * src/include/config.hin: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index cf5bfdef..57c891d2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -265,6 +265,8 @@ make_install_html=@make_install_html@
# -DNEED_DECLARATION_STRNCASECMP
# if your C++ <string.h> doesn't declare
# strncasecmp()
+# -DNEED_DECLARATION_VFPRINTF if your C++ <stdio.h> doesn't declare
+# vfprintf()
# -DNEED_DECLARATION_VSNPRINTF if your C++ <stdio.h> doesn't declare
# vsnprintf()
#