summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-03-06 10:15:38 +0000
committerwlemb <wlemb>2000-03-06 10:15:38 +0000
commitd270572873db642035b7a2e46ad2aba5949da9cb (patch)
treee6bf29cda0471ec99107bf819f45684115f834b3 /configure
parent86b61390948e71e64695eb7cae08771d5622ba55 (diff)
downloadgroff-d270572873db642035b7a2e46ad2aba5949da9cb.tar.gz
* tmac/groff_man.man: Completely revised to cover everything in
tmac.an. Adding a request `evc' to copy environments. * src/roff/troff/env.cc (environment::copy, environment_copy): Implement it. * src/roff/troff/env.h: Add prototype. Adding strsep() -- Solaris 8 doesn't have it. * configure.in: Test it. * src/devices/grolbp/lbp.cc: Add code. * NEWS, PROJECTS: Updated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 698d570e..5086ad06 100755
--- a/configure
+++ b/configure
@@ -2303,7 +2303,7 @@ done
LIBS="$saved_libs"
-for ac_func in rename mkstemp strcasecmp
+for ac_func in rename mkstemp strcasecmp strsep
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:2310: checking for $ac_func" >&5