summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-06-06 12:25:42 +0100
committerColin Watson <cjwatson@debian.org>2013-06-06 12:25:42 +0100
commit708d43996a51a101c1694cb5110935f86c2fe4ab (patch)
treefc5a4a2f3732910843a596b3257d175ec186b55e /tools
parentc4c3f4d3b98c97e549e3787ef749736bed281e3c (diff)
* configure.ac: Check whether tbl supports the 'x' format character
(e.g. versions of groff before 1.20), and substitute TBL_X_FORMAT accordingly. * man/replace.sin.in: Replace "l lx." with "l l." if tbl does not support the 'x' format character.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 12d84bd0..1574653c 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -1095,6 +1095,7 @@ STDINT_H = @STDINT_H@
STRIP = @STRIP@
SYSEXITS_H = @SYSEXITS_H@
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
+TBL_X_FORMAT = @TBL_X_FORMAT@
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
TRANS_APROPOS = @TRANS_APROPOS@
TRANS_APROPOS_UPPER = @TRANS_APROPOS_UPPER@