On Thursday 06 October 2011, Stefano Lattarini wrote:
> * lib/am/distdir.am: Use `$(infodir)', not `${infodir}', to avoid
> complaints from the `sc_no_brace_variable_expansions' maintainer
> check.
> ---
>  ChangeLog         |    7 +++++++
>  lib/am/distdir.am |    4 ++--
>
And consider this squashed in (sorry for the noise):

diff --git a/Makefile.in b/Makefile.in
index 6897ddc..1bc1fe8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -146,7 +146,7 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
-  | sed 's|^\./|${prefix}/|' | grep -v '${infodir}/dir$$'
+  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@

Reply via email to