Run "make info" by default?

Fabian Greffrath <[email protected]> Mon, 18 Apr 2011 14:18:06 -0700
Newsgroups gmane.comp.video.xvid.devel,gmane.linux.debian.alioth.multimedia-maintainers
Message-ID <[email protected]>
Hi again,

I think "make info" in build/generic/Makefile reports some useful and 
valuable information and I wonder if it could be called by default and 
added into the "all" dependency chain like this:

	all: info $(STATIC_LIB) $(SHARED_LIB)

Many open source projects report similar information subsequent to the 
configure script, so maybe it could even get called from there...

Best Regards,
Fabian Greffrath