Module Name: othersrc
Committed By: lukem
Date: Tue Jan 12 06:57:31 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: configure.ac
Log Message:
tnftp 20100108:
* Use sysconf(_SC_ARG_MAX) if ARG_MAX isn't defined.
* Fix LIBADD for libedit.
* Fix "make dist".
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 othersrc/usr.bin/tnftp/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/usr.bin/tnftp/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.21 othersrc/usr.bin/tnftp/configure.ac:1.22
--- othersrc/usr.bin/tnftp/configure.ac:1.21 Wed Dec 30 00:03:25 2009
+++ othersrc/usr.bin/tnftp/configure.ac Tue Jan 12 06:57:31 2010
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.21 2009/12/30 00:03:25 lukem Exp $
+# $NetBSD: configure.ac,v 1.22 2010/01/12 06:57:31 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftp], [20091122], [[email protected]])
+AC_INIT([tnftp], [20100108], [[email protected]])
AC_PREREQ([2.61])
AC_COPYRIGHT([
-Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
+Copyright (c) 1999-2010 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.21 $])
+AC_REVISION([$Revision: 1.22 $])
AS_SHELL_SANITIZE