summaryrefslogtreecommitdiffstats
path: root/contrib/groff/configure.in
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-12 09:51:43 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-12 09:51:43 +0000
commit2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386 (patch)
tree723c5fa18b7084a4da09e4e42000ef10cbc884fa /contrib/groff/configure.in
parent35cdaa022af3f495aa21a1292d85ee40b28f86fb (diff)
downloadFreeBSD-src-2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386.zip
FreeBSD-src-2e2c9047c3a8b5b6fdcdcd4585d5b114f31cd386.tar.gz
Virgin import of FSF groff v1.15
Diffstat (limited to 'contrib/groff/configure.in')
-rw-r--r--contrib/groff/configure.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/groff/configure.in b/contrib/groff/configure.in
index f925170..bd4fdc8 100644
--- a/contrib/groff/configure.in
+++ b/contrib/groff/configure.in
@@ -1,6 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(groff/groff.cc)
-AC_PREFIX_PROGRAM(grops)
dnl checks for programs
AC_PROG_CC
AC_PROG_CXX
@@ -22,16 +21,21 @@ GROFF_GETOPT
GROFF_PUTENV
GROFF_POPEN
GROFF_PCLOSE
+GROFF_SYS_NERR
+GROFF_SYS_ERRLIST
+GROFF_HYPOT
GROFF_OSFCN_H
GROFF_LIMITS_H
dnl checks for typedefs
GROFF_TIME_T
AC_TYPE_SIGNAL
GROFF_STRUCT_EXCEPTION
+dnl checks for libraries
+GROFF_LIBM
dnl checks for functions
AC_FUNC_MMAP
saved_libs="$LIBS"
-LIBS="$LIBS -lm"
+LIBS="$LIBS -lc $LIBM"
AC_REPLACE_FUNCS(fmod strtol getcwd strerror putenv)
LIBS="$saved_libs"
AC_CHECK_FUNCS(rename mkstemp)
OpenPOWER on IntegriCloud