summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-04 12:28:38 +0000
committerwlemb <wlemb>2003-04-04 12:28:38 +0000
commit2ecd333ec523b33a88384b18af97b91efb967963 (patch)
treed8774671c61883d9099ac2fb38a9bd2441c9fc2f /Makefile.in
parent7b104f6a55abbd7b4679cd8a7b581def2d68ad48 (diff)
downloadgroff-2ecd333ec523b33a88384b18af97b91efb967963.tar.gz
Check for stdint.h in C++, not in C.
* aclocal.m4 (GROFF_STDINT_H): New function, * configure.ac: Check for stdint.h with GROFF_STDINT_H instead of AC_CHECK_HEADERS. * configure, src/include/config.hin: Regenerated. * src/libs/libgroff/tmpname.cc: Use HAVE_CC_STDINT_H. * src/libs/libgroff/maxfilename.cc: s/HAVE_LIMITS_H/HAVE_CC_LIMITS_H/. * src/roff/troff/node.cc (unbreakable_space_node::tprint): Don't emit word marker.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index feefe7f7..795f633f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -220,7 +220,7 @@ make_install_html=@make_install_html@
# -DHAVE_CC_LIMITS_H if you have a C++ <limits.h>
# -DHAVE_MATH_H if you have <math.h>
# -DHAVE_CC_OSFCN_H if you have a C++ <osfcn.h>
-# -DHAVE_STDINT_H if you have <stdint.h>
+# -DHAVE_CC_STDINT_H if you have a C++ <stdint.h>
# -DHAVE_STDLIB_H if you have <stdlib.h>
# -DHAVE_STRING_H if you have <string.h>
# -DHAVE_STRINGS_H if you have <strings.h>