automake
[Top][All Lists]
Advanced

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

Re: 1.4-p1 chokes after autoupdate


From: Kevin Dalley
Subject: Re: 1.4-p1 chokes after autoupdate
Date: 24 May 2001 02:18:19 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

This bug is fixed in the CVS release, but it would be nice to have the
fix in 1.4-p2.

"Steve M. Robbins" <address@hidden> writes:

> Hi,
> 
> I've switched to autoconf-2.50.
> 
> After running "autoupdate" (it seemed like a good idea at the time), I
> discovered that automake 1.4 can't find any of the Makefile.am's.
> This is because autoupdate replaced the AC_OUTPUT with AC_CONFIG_FILES
> in configure.in.
> 
> I think this patch fixes it, and I would be very pleased if this makes
> it into 1.4-p2.
> 
> -S
> 
> 
> --- /usr/bin/automake Mon May 21 19:41:31 2001
> +++ /tmp/automake     Wed May 23 08:52:31 2001
> @@ -4054,6 +4054,11 @@
>           $in_ac_output = 1;
>           $ac_output_line = $.;
>       }
> +     if (! $in_ac_output && s/AC_CONFIG_FILES\s*\(\[?//)
> +     {
> +         $in_ac_output = 1;
> +         $ac_output_line = $.;
> +     }
>       if ($in_ac_output)
>       {
>           local ($closing) = 0;
> 
> 
> -- 
> by Rocket to the Moon,
> by Airplane to the Rocket,
> by Taxi to the Airport,
> by Frontdoor to the Taxi,
> by throwing back the blanket and laying down the legs ...
> - They Might Be Giants
> 

-- 
Kevin Dalley
SETI Institute
address@hidden



reply via email to

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