pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/nbsed/files Sync with last (pointed out by jl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e9681c30939
branches:  trunk
changeset: 480524:4e9681c30939
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sun Sep 12 16:50:50 2004 +0000

description:
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:

 textproc/nbsed/files/configure.ac |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r fa34cdd7f221 -r 4e9681c30939 textproc/nbsed/files/configure.ac
--- a/textproc/nbsed/files/configure.ac Sun Sep 12 15:54:46 2004 +0000
+++ b/textproc/nbsed/files/configure.ac Sun Sep 12 16:50:50 2004 +0000
@@ -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@localhost])
@@ -29,12 +29,9 @@
 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



Home | Main Index | Thread Index | Old Index