automake-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 04/10] Refactoring: new $automake_remake_options global varia


From: Stefano Lattarini
Subject: Re: [PATCH 04/10] Refactoring: new $automake_remake_options global variable.
Date: Wed, 29 Dec 2010 15:13:13 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

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



reply via email to

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