diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-09-12 16:50:50 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-09-12 16:50:50 +0000 |
commit | 83a9355796245cedae1827b375dd28d0f609403b (patch) | |
tree | 00ce461ae16245e48bc32d39b41efdc330c2c4fd /textproc | |
parent | cb8913ac788b74fd21d11cef8cda5a7f43e72253 (diff) | |
download | pkgsrc-83a9355796245cedae1827b375dd28d0f609403b.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')
-rw-r--r-- | textproc/nbsed/files/configure.ac | 5 |
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 |