a little version survey

"Aleksey Demakov" <[email protected]> Sat, 17 Feb 2007 00:10:16 +0600
Newsgroups gmane.comp.gnu.dotgnu.developer
Message-ID <[email protected]>
Hi all,

Perhaps some people might find this interesting:

gcc - AC_PREREQ(2.59)
http://gcc.gnu.org/viewcvs/trunk/configure.ac?revision=121893&view=markup

Python - AC_PREREQ(2.59)
http://svn.python.org/view/python/trunk/configure.in?rev=53508&view=auto

GNU libc - AC_PREREQ(2.53)
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/configure.in?rev=1.467&content-type=text/x-cvsweb-markup&cvsroot=glibc

Apache - AC_PREREQ(2.50)
http://svn.apache.org/repos/asf/httpd/httpd/trunk/configure.in

Mozilla - AC_PREREQ(2.13)
http://lxr.mozilla.org/seamonkey/source/configure.in

Mono - no AC_PREREQ
http://svn.myrealbox.com/viewcvs/trunk/mono/configure.in?rev=72101&view=auto

Regards,
Aleksey