autoconf-archive configure

"[email protected]" <[email protected]> Thu, 5 Apr 2018 19:11:38 -0700
Newsgroups gmane.comp.sysutils.autoconf.archive-maintainers
Message-ID <[email protected]>
Hi,

I recently build autoconf-archive on Slackware64-current from the
2018.03.13 release tarball and found that ./configure did not respect
--docdir and instead installed documention to --datadir.

I attached a one line patch that corrects this, can this be included in
future versions of autoconf-archive?

Thanks,
Hunter
docdir.patch (text/x-patch, 465 B)
--- Makefile.am.orig	2018-04-05 19:04:26.122231733 -0700
+++ Makefile.am	2018-04-05 19:05:26.998830911 -0700
@@ -16,7 +16,7 @@
 
 SUBDIRS                 = doc
 
-dist_pkgdata_DATA       = AUTHORS COPYING COPYING.EXCEPTION README
+dist_doc_DATA           = AUTHORS COPYING COPYING.EXCEPTION README
 aclocaldir              = $(datadir)/aclocal
 dist_aclocal_DATA       = $(M4FILES)
 EXTRA_DIST              = build-aux/git-version-gen build-aux/gitlog-to-changelog