summaryrefslogtreecommitdiff
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 27409f68..74dfa49b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ LIBS="$LIBS -lc $LIBM"
AC_REPLACE_FUNCS(fmod getcwd putenv snprintf strcasecmp \
strerror strncasecmp strtol)
LIBS="$saved_libs"
-AC_CHECK_FUNCS(gettimeofday isatty rename strsep)
+AC_CHECK_FUNCS(gettimeofday isatty rename setlocale strsep)
GROFF_MKSTEMP
AC_DECL_SYS_SIGLIST
dnl checks for compiler characteristics