automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FYI] {maint} maintcheck: fix spurious failure


From: Stefano Lattarini
Subject: Re: [FYI] {maint} maintcheck: fix spurious failure
Date: Thu, 6 Oct 2011 16:14:13 +0200
User-agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; )

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

[Prev in Thread] Current Thread [Next in Thread]