summaryrefslogtreecommitdiff
path: root/textproc/nbsed
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-09-12 16:50:50 +0000
committerjschauma <jschauma>2004-09-12 16:50:50 +0000
commitbdfff4e3ec380aaee00b7f0e67d5750508db5ecf (patch)
tree00ce461ae16245e48bc32d39b41efdc330c2c4fd /textproc/nbsed
parent7c2ca82afe1ebbb575031f51c3945902d628ac51 (diff)
downloadpkgsrc-bdfff4e3ec380aaee00b7f0e67d5750508db5ecf.tar.gz
Sync with last (pointed out by jlam@: don't check for fgetln, setprogname
and getprogname. We're using libnbcompat, so we know they exist. (If we were to check again, then we'd mess up definitions set in the nbcompat headers.)
Diffstat (limited to 'textproc/nbsed')
-rw-r--r--textproc/nbsed/files/configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/nbsed/files/configure.ac b/textproc/nbsed/files/configure.ac
index c510894a0f8..1a5119ce8ae 100644
--- a/textproc/nbsed/files/configure.ac
+++ b/textproc/nbsed/files/configure.ac
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.8 2004/08/27 03:45:08 jlam Exp $
+dnl $Id: configure.ac,v 1.9 2004/09/12 16:50:50 jschauma Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([sed],[20040821],[agc@NetBSD.org])
@@ -29,12 +29,9 @@ AC_CHECK_HEADERS([stddef.h stdio.h stdlib.h string.h termios.h unistd.h])
AC_CHECK_HEADERS([sys/cdefs.h sys/ioctl.h sys/stat.h sys/types.h sys/uio.h])
dnl Check for functions
-AC_CHECK_FUNCS(fgetln)
AC_CHECK_FUNCS(regcomp)
AC_CHECK_FUNCS(regexec)
AC_CHECK_FUNCS(memcpy)
-AC_CHECK_FUNCS(getprogname)
-AC_CHECK_FUNCS(setprogname)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST