Module Name: othersrc
Committed By: lukem
Date: Wed Dec 30 00:03:25 UTC 2009
Modified Files:
othersrc/usr.bin/tnftp: configure.ac
Log Message:
tnftp 20091122:
* rename "getline()" function to avoid nameclash with a new standard API.
* convert to automake & libtool
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 othersrc/usr.bin/tnftp/configure.ac:1.21
--- othersrc/usr.bin/tnftp/configure.ac:1.20 Sat Nov 14 08:32:42 2009
+++ othersrc/usr.bin/tnftp/configure.ac Wed Dec 30 00:03:25 2009
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.20 2009/11/14 08:32:42 lukem Exp $
+# $NetBSD: configure.ac,v 1.21 2009/12/30 00:03:25 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftp], [20090606], [[email protected]])
+AC_INIT([tnftp], [20091122], [[email protected]])
AC_PREREQ([2.61])
AC_COPYRIGHT([
Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.20 $])
+AC_REVISION([$Revision: 1.21 $])
AS_SHELL_SANITIZE