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. -- [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio