Module Name: othersrc
Committed By: lukem
Date: Mon Mar 25 03:52:48 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
tnftpd-20130325:
* Fix incorrect use of test(1) in configure.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 othersrc/libexec/tnftpd/configure.ac:1.38
--- othersrc/libexec/tnftpd/configure.ac:1.37 Mon Mar 25 03:47:47 2013
+++ othersrc/libexec/tnftpd/configure.ac Mon Mar 25 03:52:48 2013
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.37 2013/03/25 03:47:47 lukem Exp $
+# $NetBSD: configure.ac,v 1.38 2013/03/25 03:52:48 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftpd], [20130322], [[email protected]])
+AC_INIT([tnftpd], [20130325], [[email protected]])
AC_PREREQ([2.69])
AC_COPYRIGHT([
Copyright (c) 2001-2013 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.37 $])
+AC_REVISION([$Revision: 1.38 $])
AS_SHELL_SANITIZE()