Module Name: othersrc
Committed By: christos
Date: Wed Mar 6 22:57:45 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
check for tzfile.h
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 othersrc/libexec/tnftpd/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.29 othersrc/libexec/tnftpd/configure.ac:1.30
--- othersrc/libexec/tnftpd/configure.ac:1.29 Wed Mar 24 08:31:39 2010
+++ othersrc/libexec/tnftpd/configure.ac Wed Mar 6 17:57:44 2013
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.29 2010/03/24 12:31:39 lukem Exp $
+# $NetBSD: configure.ac,v 1.30 2013/03/06 22:57:44 christos Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -9,7 +9,7 @@ AC_COPYRIGHT([
Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.29 $])
+AC_REVISION([$Revision: 1.30 $])
AS_SHELL_SANITIZE
@@ -200,7 +200,7 @@ AC_CHECK_HEADERS([sys/resource.h \
fcntl.h fnmatch.h grp.h libutil.h limits.h locale.h \
netinet/in.h netinet/in_systm.h netinet/ip.h \
paths.h poll.h pwd.h sys/poll.h \
- setjmp.h signal.h stddef.h syslog.h termios.h \
+ setjmp.h signal.h stddef.h syslog.h termios.h tzfile.h \
unistd.h util.h utime.h utmp.h],
[], [], [$accheck_includes])