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 14:55:21 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Oops, the test `remake-am-opts.test' was partly broken due to a stupid
typo in the generated Automake wrapper; here is what I squashed in to
fix the issue:

-*-*-

diff --git a/tests/remake-am-opts.test b/tests/remake-am-opts.test
index 64312d5..62377d1 100755
--- a/tests/remake-am-opts.test
+++ b/tests/remake-am-opts.test
@@ -55,7 +55,7 @@ $d  --ignore-deps) seen_ignore_deps=: ;;
   esac
   shift
 done
-\$seen_strictnrss || {
+\$seen_strictness || {
   echo "\$0: option --$strictness not seen" >&2
   exit 1
 }

-*-*-

The test still passes (tested with this patch applied, and
with the whole series applied).

Regards,
   Stefano



reply via email to

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