Daniel Veillard <veillard(a)redhat.com> wrote:
On Tue, Sep 18, 2007 at 02:35:05AM +0100, Daniel P. Berrange wrote:
> Watching the hundreds of lines of configure output to see if it detected
> a package correctly is painful. This patch adds a summary output at the
> end of the configure script....
>
> configure:
> configure: Configuration summary
> configure: =====================
> configure:
> configure: Drivers
> configure:
> configure: Xen: yes
> configure: QEMU: yes
> configure: OpenVZ: no
> configure: Test: yes
> configure: Remote: yes
> configure:
> configure: Libraries
> configure:
> configure: libxml: -I/usr/include/libxml2 -lxml2
> configure: gnutls: -I/home/berrange/usr/include -L/home/berrange/usr/lib
-lgnutls
> configure:
> configure: Miscellaneous
> configure:
> configure: Debug: no
> configure:
>
>
> If you use --quiet to configure, it is omitted.
Very nice, +1
Daniel
+1
I also think this is very useful.
Thanks
Atsushi SAKAI