<p dir="ltr"><br>
On Oct 2, 2014 4:51 PM, "Lawrence D'Oliveiro" <<a href="mailto:ldo@geek-central.gen.nz">ldo@geek-central.gen.nz</a>> wrote:<br>
><br>
> I see the libdvdread source tree is free of any Autotools-generated<br>
> stuff. I did the same thing with DVDAuthor<br>
> <<a href="https://github.com/ldo/dvdauthor">https://github.com/ldo/dvdauthor</a>>. But for DVDAuthor, I provided a<br>
> couple of scripts called “bootstrap” and “make-dist”. The former does<br>
> all the necessary Autotools invocation, so the build steps become<br>
> basically<br>
></p>
<p dir="ltr">>     ./bootstrap && ./confgure && make -j$(nproc)</p>
<p dir="ltr">Doesn't autoreconf -fi do the same thing?</p>
<p dir="ltr">Timothy</p>