Re: [libvirt] [PATCH 3/2] build: automate the rerun of autogen.sh

2010-03-30 Thread Jim Meyering
Eric Blake wrote: Automate the reuse of autogen.sh, rather than just erroring out. * cfg.mk (_update_required): Run autogen.sh, rather than just warning about it. (_autogen): New target. --- Hmm, as long as make is smart enough to warn, and now that running ./autogen.sh with no

Re: [libvirt] [PATCH 3/2] build: automate the rerun of autogen.sh

2010-03-30 Thread Eric Blake
On 03/30/2010 11:25 AM, Jim Meyering wrote: Eric Blake wrote: Automate the reuse of autogen.sh, rather than just erroring out. ... -$(error gnulib update required; run ./autogen.sh first) +$(info INFO: gnulib update required; running ./autogen.sh first) +Makefile: _autogen endif

[libvirt] [PATCH 3/2] build: automate the rerun of autogen.sh

2010-03-26 Thread Eric Blake
Automate the reuse of autogen.sh, rather than just erroring out. * cfg.mk (_update_required): Run autogen.sh, rather than just warning about it. (_autogen): New target. --- Hmm, as long as make is smart enough to warn, and now that running ./autogen.sh with no arguments is reliable at