summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-08-13 20:27:24 +0000
committerwlemb <wlemb>2001-08-13 20:27:24 +0000
commit0493a12cbdb350cbabb9286d10e8e085d4b747b5 (patch)
tree39efe689cc8a60b71d8c0b22718702273f01f98c /Makefile.in
parent1cce6a2ecf0c58357b5e2187ea459bc165810ad8 (diff)
downloadgroff-0493a12cbdb350cbabb9286d10e8e085d4b747b5.tar.gz
* src/preproc/tbl/tbl.man: Minor documentation update.
* src/libs/libgroff/tmpname.cc: Add prototype for gettimeofday(). * configure.ac: Add declaration test for gettimeofday(). * Makefile.in: Document NEED_DECLARATION_GETTIMEOFDAY defines. * aclocal.m4: Include sys/time.h for gettimeofday declaration test. * configure: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index cf79e738..6aad272a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -208,6 +208,9 @@ man7dir=$(manroot)/man$(man7ext)
# -DHAVE_STRSEP if you have strsep()
# -DHAVE_STRTOL if you have strtol()
#
+# -DNEED_DECLARATION_GETTIMEOFTODAY
+# if your C++ <sys/time.h> doesn't declare
+# gettimeofday()
# -DNEED_DECLARATION_HYPOT if your C++ <math.h> doesn't declare hypot()
# -DNEED_DECLARATION_PCLOSE if your C++ <stdio.h> doesn't declare pclose()
# -DNEED_DECLARATION_POPEN if your C++ <stdio.h> doesn't declare popen()