discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Missing Makefile.in


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Missing Makefile.in
Date: Mon, 28 Feb 2005 15:27:51 -0800
User-agent: Mutt/1.5.6i

On Mon, Feb 28, 2005 at 02:32:24PM -0800, Joshua Lackey wrote:
> Does anyone else have to "./bootstrap" twice in a freshly checked-out
> tree?
> 
> I'm wondering if it is just my setup, but I have to "./bootstrap;
> ./bootstrap" or else the Makefile.in doesn't appear.
> 

Yes, others are seeing this problem.

I'll apply your patch to all the bootstraps.

Thanks,
Eric

> If I apply the following patch to "bootstrap", a single pass suffices.
> 
> *** gnuradio-core-old/bootstrap Mon Feb 28 15:29:38 2005
> --- gnuradio-core/bootstrap     Sat Apr 10 10:59:35 2004
> ***************
> *** 29,37 ****
>     (
>       cd $dir
>       aclocal -I config
> -     autoconf
> -     autoheader
>       libtoolize --automake
>       automake --add-missing
>     )
>   done
> --- 29,37 ----
>     (
>       cd $dir
>       aclocal -I config
>       libtoolize --automake
>       automake --add-missing
> +     autoconf
> +     autoheader
>     )
>   done
> 
> 
> -- 
> Joshua Lackey, PhD. -- address@hidden




reply via email to

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