From 52e2bd9de9971843c98ee4b029c8c8184fa3e25d Mon Sep 17 00:00:00 2001 From: wlemb Date: Thu, 3 Apr 2003 08:48:23 +0000 Subject: 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. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.1