discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Question about adding new files and making autoto


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Question about adding new files and making autotools happy
Date: Sat, 9 Jan 2010 09:34:46 -0800
User-agent: Mutt/1.5.20 (2009-08-17)

On Sat, Jan 09, 2010 at 11:02:47AM -0600, John Orlando wrote:
> On Sat, Jan 9, 2010 at 9:58 AM, Eric Blossom <address@hidden> wrote:
> 
> >
> > ./bootstrap && ./configure
> >
> > Should work
> >
> Ahh...I didn't think bootstrapping first was necessary if re-building (I had
> assumed that configure took care of aggregating the file lists, but this
> obviously is wrong).  Indeed, upon first bootstrapping, configure produces a
> Makefile with my files included.  Thanks much Eric.
> 

Amongst other things, bootstrap runs automake, which builds the
Makefile.in's from the Makefile.am's.

configure generates the Makefile's from the Makefile.in's

Glad to hear it worked!
Eric




reply via email to

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