Hmpf, and I used a deprecated idiom to strip the extra automake options from $AUTOMAKE; here is the additional squash-in to fix that:
-*-*- diff --git a/tests/remake-am-opts.test b/tests/remake-am-opts.test index 5d8ac45..54f74ec 100755 --- a/tests/remake-am-opts.test +++ b/tests/remake-am-opts.test @@ -75,7 +75,7 @@ write_automake_wrapper -S gnu > wrap-automake-gnu chmod a+x wrap-automake-* # We need (almost) complete control over automake options. -AUTOMAKE=`(set $AUTOMAKE && echo $1)`' -Werror' || Exit 99 +AUTOMAKE="$original_AUTOMAKE -Werror" : > Makefile.am -*-*- Sorry for the noise, Stefano