pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/digest/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 17 17:34:56 UTC 2022

Modified Files:
        pkgsrc/pkgtools/digest/files: configure.ac

Log Message:
digest: catch configure.ac up with configure


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/pkgtools/digest/files/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/digest/files/configure.ac
diff -u pkgsrc/pkgtools/digest/files/configure.ac:1.21 pkgsrc/pkgtools/digest/files/configure.ac:1.22
--- pkgsrc/pkgtools/digest/files/configure.ac:1.21      Sun Jan 27 22:50:55 2019
+++ pkgsrc/pkgtools/digest/files/configure.ac   Thu Feb 17 17:34:56 2022
@@ -1,7 +1,7 @@
-dnl $Id: configure.ac,v 1.21 2019/01/27 22:50:55 agc Exp $
+dnl $Id: configure.ac,v 1.22 2022/02/17 17:34:56 gutteridge Exp $
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
-AC_INIT([nbsd-digest],[20190127],[agc%netbsd.org@localhost])
+AC_INIT([nbsd-digest],[20220214],[agc%netbsd.org@localhost])
 AC_CONFIG_SRCDIR([digest.c])
 AC_CONFIG_HEADER(config.h)
 AC_ARG_PROGRAM



Home | Main Index | Thread Index | Old Index