Module Name:    othersrc
Committed By:   lukem
Date:           Sun May  7 18:21:15 UTC 2023

Modified Files:
        othersrc/usr.bin/tnftp: 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/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.46 othersrc/usr.bin/tnftp/configure.ac:1.47
--- othersrc/usr.bin/tnftp/configure.ac:1.46	Sun Apr  9 06:49:34 2023
+++ othersrc/usr.bin/tnftp/configure.ac	Sun May  7 18:21:15 2023
@@ -1,4 +1,4 @@
-#       $NetBSD: configure.ac,v 1.46 2023/04/09 06:49:34 lukem Exp $
+#       $NetBSD: configure.ac,v 1.47 2023/05/07 18:21:15 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
@@ -9,7 +9,6 @@ AC_COPYRIGHT([
 Copyright (c) 1999-2023 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.46 $])
 
 AS_SHELL_SANITIZE()
 

Reply via email to