commit
5292df0507ced0b6e453ca668bc586e95af7cfa7 changed
Makefile.am but not Makefile.in. Build system automatically
calls respective automake if present. Or fails if not.
The change regenerates Makefile.in to avoid need to automake
calls.
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/697442
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
doc_DATA = \
conf/smbnetfs.conf \
doc/ENGLISH.FAQ \
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -296,7 +296,7 @@ build_alias = @build_alias@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+-docdir = $(datadir)/doc/$(distdir)
++docdir = @docdir@
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host_alias = @host_alias@