Add a list of release dates for major versions of GTK+ and GLib in case

we want to have another Purging Of Old Code.

svn path=/trunk/; revision=43390
This commit is contained in:
Gerald Combs 2012-06-19 22:09:25 +00:00
parent 030a76319c
commit e466eb2a3f
1 changed files with 24 additions and 0 deletions

View File

@ -838,6 +838,18 @@ AC_DEFINE_UNQUOTED(DOC_DIR, "$docdir", [Directory for docs])
# We don't add $GTK_LIBS or $Qt_LIBS to LIBS, because we don't want to
# force all programs to be built with GTK+ or Qt.
#
# Release dates for GTK+ versions:
# 2.12.0: 14 Sep 2007
# 2.14.0: 04 Sep 2008
# 2.16.0: 13 Mar 2009
# 2.18.0: 23 Sep 2009
# 2.20.0: 23 Mar 2010
# 2.22.0: 23 Sep 2010
# 2.24.0: 30 Jan 2011
# 3.0.0: 10 Feb 2011
# 3.2.0: 25 Sep 2011
# 3.4.0: 26 Mar 2012
if test "x$enable_wireshark" = "xyes"; then
if test "x$with_qt" = "xyes"; then
PKG_CHECK_MODULES([Qt], [QtCore QtGui],
@ -904,6 +916,18 @@ fi
# We don't add $GLIB_LIBS to LIBS, because we don't want to force all
# programs to be built with GLib.
#
# Release dates for GLib versions:
# 2.14.0: 03 Aug 2007
# 2.16.0: 10 Mar 2008
# 2.18.0: 02 Sep 2008
# 2.20.0: 13 Mar 2009
# 2.22.0: 22 Sep 2009
# 2.24.0: 28 Mar 2010
# 2.26.0: 27 Sep 2010
# 2.28.0: 08 Feb 2011
# 2.30.0: 27 Sep 2011
# 2.32.0: 24 Mar 2012
if test "$have_gtk" = "no" ; then
#
# We don't have GTK+.