On Wed, Sep 20, 2006 at 12:33:30PM +0900, Horms wrote:
> I think that autogen.sh is a fiamilar to many develipers
> as a way way to bootstrap source trees. So this might make
> bootstraping the kexec-tools tree easier for some.
>     

Hi Simon,

Won't existing following Makefile targets take caer of building
configure and then running ./configure.

Makefile.conf: Makefile.conf.in configure
        /bin/sh ./configure

configure: configure.ac
        autoconf
        $(RM) -rf autom4te.cache


If yes, then we don't have to introduce autogen.sh at all and every
thing can be controlled by make.

Thanks
Vivek
_______________________________________________
fastboot mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/fastboot

Reply via email to