[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnulib-tool: fix typo that broke Emacs on powerpc-apple-darw
From: |
Bruno Haible |
Subject: |
Re: [PATCH] gnulib-tool: fix typo that broke Emacs on powerpc-apple-darwin9.8.0. |
Date: |
Fri, 7 Oct 2011 23:58:21 +0200 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Paul Eggert wrote:
> @@ -3962,7 +3962,7 @@ func_emit_autoconf_snippets ()
> func_module_shellfunc_name "$dep"
> func_cond_module_condition "$module" "$dep"
> if test "$condition" != true; then
> - echo ' if $condition; then'
> + echo " if $condition; then"
> echo " $shellfunc"
> echo ' fi'
> else
Thanks, Paul! Yes, the variable 'condition' lives at gnulib-tool time,
not at configure time.
Bruno
--
In memoriam Anna Politkovskaya <http://en.wikipedia.org/wiki/Anna_Politkovskaya>