summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-03 08:48:23 +0000
committerwlemb <wlemb>2003-04-03 08:48:23 +0000
commit52e2bd9de9971843c98ee4b029c8c8184fa3e25d (patch)
tree1651e8bb522becaec1cf2bc0b2e3aa04cc95371b /configure
parentcc324ae5f0e7f6739f67095e15c7e4099541c186 (diff)
downloadgroff-52e2bd9de9971843c98ee4b029c8c8184fa3e25d.tar.gz
Make groff independent from locale's numeric settings.
* configure.ac: Check for `setlocale'. * configure, src/include/config.hin: Regenerated. * src/include/lib.h: Handle HAVE_SETLOCALE. * src/devices/grodvi/dvi.cc (main), src/devices/grolj4/lj4.cc (main), src/devices/grops/ps.cc (main), src/preproc/grn/main.cc (main), src/preproc/pic/main.cc (main): Call `setlocale'. * doc/groff.texinfo (Man font macros): Mention that there is no space between arguments of .BI and friends. * man/roff.man: Small fixes.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index e4cd3a99..5f0b79d1 100755
--- a/configure
+++ b/configure
@@ -5358,7 +5358,8 @@ LIBS="$saved_libs"
-for ac_func in gettimeofday isatty rename strsep
+
+for ac_func in gettimeofday isatty rename setlocale strsep
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5