diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-02 07:25:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-02 07:25:56 +0000 |
commit | 60597318df33b37b3ec20b3c5277217794e2f9aa (patch) | |
tree | aa23f02e89514f56e2129d275a8e1191d998cdcb /devel/autoconf | |
parent | cfc144a7f4033da57e81c74355adc2c9d0fc27df (diff) | |
download | pkgsrc-60597318df33b37b3ec20b3c5277217794e2f9aa.tar.gz |
Mention the files in mk/gnu-config that should be updated when updating
autoconf.
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index a3db891c481..72efe2f0ac1 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2013/09/30 15:32:02 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2013/10/02 07:25:56 wiz Exp $ +# +# When updating this package, please update mk/gnu-config/config.guess, +# mk/gnu-config/config.sub, and mk/gnu-config/missing as well. DISTNAME= autoconf-2.69 PKGREVISION= 3 |