summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-05-16 22:33:07 +0000
committerwlemb <wlemb>2004-05-16 22:33:07 +0000
commit726778ace2659a24c1c079ce378e99c5893669f5 (patch)
tree1f32ff0bd2fb50bf78f36dd9f124a43fbfabdc13 /Makefile.in
parent65a30a4a64793f61f998ac16df7c21640cc46e6b (diff)
downloadgroff-726778ace2659a24c1c079ce378e99c5893669f5.tar.gz
* REVISION: Set to 2.
* aclocal.m4 (GROFF_STDINT_H): Removed. (GROFF_INTTYPES_H): Define HACE_CC_INTTYPES_H. * configure.ac: Updated. * configure, src/include/config.hin: Regenerated. * src/libs/libgroff/tmpname.cpp: Don't include stdint.h but inttypes.h conditionally.
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 6b06de48..9f17a1a3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -231,7 +231,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_CC_STDINT_H if you have a C++ <stdint.h>
+# -DHAVE_CC_INTTYPES_H if you have a C++ <inttypes.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>