automake-patches
[Top][All Lists]
Advanced

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

Re: am__append drops line continuation chars


From: Kevin Ryde
Subject: Re: am__append drops line continuation chars
Date: Thu, 05 Dec 2002 04:38:06 +1000
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (i386-debian-linux-gnu)

Alexandre Duret-Lutz <address@hidden> writes:
>
> @@ -7337,6 +7332,11 @@
>        my $val = $var_value{$var}{$cond};
>        my $equals = $var_type{$var}{$cond} eq ':' ? ':=' : '=';
>        my $make_condition = make_condition ($cond);
> +
> +      # Suppress escaped new lines.  &pretty_print_internal will
> +      # add them back, maybe at other places.
> +      $val =~ s/\\$//mg;

Looking at the cvs, this $val subst seems to have ended up before the
my $val, provoking

    Global symbol "$val" requires explicit package name at 
/home/gg/mp/usr-new/bin/automake line 7134.




reply via email to

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