Module Name: othersrc
Committed By: lukem
Date: Sat Sep 23 03:26:02 UTC 2023
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
configure.ac: deprecate AC_REVISION
Allows regen as part of the release commit / tag
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 othersrc/libexec/tnftpd/configure.ac:1.47
--- othersrc/libexec/tnftpd/configure.ac:1.46 Sat Jul 4 06:49:19 2020
+++ othersrc/libexec/tnftpd/configure.ac Sat Sep 23 03:26:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.46 2020/07/04 06:49:19 lukem Exp $
+# $NetBSD: configure.ac,v 1.47 2023/09/23 03:26:02 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -6,10 +6,9 @@ AC_INIT([tnftpd], [20200704], [lukem@Net
AC_PREREQ([2.69])
AC_COPYRIGHT([
-Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
+Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.46 $])
AS_SHELL_SANITIZE()