summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-08-13 12:18:26 +0000
committerwlemb <wlemb>2001-08-13 12:18:26 +0000
commit1cce6a2ecf0c58357b5e2187ea459bc165810ad8 (patch)
treebb3fb7887ee938f7ae90ab10f139c8a87931f22e /configure.ac
parent53b5abaf04f16b21b2358c6848d3264a1ebdd37e (diff)
downloadgroff-1cce6a2ecf0c58357b5e2187ea459bc165810ad8.tar.gz
* aclocal.m4 (GROFF_MKSTEMP): Define HAVE_MKSTEMP.
* configure.ac: Add declaration test for strcasecmp(). * Makefile.in: Updated. * configure: Regenerated. * src/include/lib.h [!HAVE_MKSTEMP]: Add prototype for mkstemp() -- this is necessary because groff's mkstemp.cc is C++. Add declaration conditionally for strcasecmp().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60c7da36..4f8491bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ GROFF_NEED_DECLARATION(hypot)
GROFF_NEED_DECLARATION(popen)
GROFF_NEED_DECLARATION(pclose)
GROFF_NEED_DECLARATION(putenv)
+GROFF_NEED_DECLARATION(strcasecmp)
GROFF_NEED_DECLARATION(strncasecmp)
GROFF_SYS_NERR
GROFF_SYS_ERRLIST