diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-02-17 17:34:56 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-02-17 17:34:56 +0000 |
commit | 1b360c6a0b6f9770442764929c800404b0cd4614 (patch) | |
tree | 5f9f19e3ce68955840cd1a11c47ded4e467c3378 | |
parent | 524a4e5eb4fa8f65d07341a3d007ba1f87eda8b7 (diff) | |
download | pkgsrc-1b360c6a0b6f9770442764929c800404b0cd4614.tar.gz |
digest: catch configure.ac up with configure
-rw-r--r-- | pkgtools/digest/files/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/files/configure.ac b/pkgtools/digest/files/configure.ac index e0a7dc057dd..09953ca0c7d 100644 --- a/pkgtools/digest/files/configure.ac +++ b/pkgtools/digest/files/configure.ac @@ -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]) +AC_INIT([nbsd-digest],[20220214],[agc@netbsd.org]) AC_CONFIG_SRCDIR([digest.c]) AC_CONFIG_HEADER(config.h) AC_ARG_PROGRAM |