Hi Stefano,

this has since been applied to maint:

* Stefano Lattarini wrote on Fri, Dec 17, 2010 at 08:46:26PM CET:
> Subject: [PATCH] Work around a bug in file-inclusion mechanism of Solaris 
> make.
> 
> * automake.in (handle_single_transform): In the name of the
> dependency file: collapse multiple slash characters into a single
> one.
> * tests/subobj11a.test: New test.
> * tests/subobj11b.test: Likewise.
> * tests/subobj11c.test: Likewise.
> * tests/depcomp8a.test: Likewise.
> * tests/depcomp8b.test: Likewise.
> * tests/Makefile.am (TESTS): Updated.
> * NEWS: Updated.

I'm pushing this patch to fix a maintainer-check regression introduced
by this patch.

Cheers,
Ralf

    Fix maintainer-check regression.
    
    * tests/subobj11a.test: Pass DISTCHECK_CONFIGURE_FLAGS in the
    environment.

diff --git a/tests/subobj11a.test b/tests/subobj11a.test
index c39e67c..3bf3012 100755
--- a/tests/subobj11a.test
+++ b/tests/subobj11a.test
@@ -76,7 +76,7 @@ $FGREP "z...@rd@z" quux
 
 $MAKE
 
-$MAKE DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' distcheck
-$MAKE DISTCHECK_CONFIGURE_FLAGS='--disable-dependency-tracking' distcheck
+DISTCHECK_CONFIGURE_FLAGS='--enable-dependency-tracking' $MAKE distcheck
+DISTCHECK_CONFIGURE_FLAGS='--disable-dependency-tracking' $MAKE distcheck
 
 :

Reply via email to