beagle r4648 - trunk/beagle



Author: arunsr
Date: Mon Mar 31 13:57:49 2008
New Revision: 4648
URL: http://svn.gnome.org/viewvc/beagle?rev=4648&view=rev

Log:
Add a reminder in configure.in about the use of the Epiphany version string
during generation of the extension


Modified:
   trunk/beagle/configure.in

Modified: trunk/beagle/configure.in
==============================================================================
--- trunk/beagle/configure.in	(original)
+++ trunk/beagle/configure.in	Mon Mar 31 13:57:49 2008
@@ -424,6 +424,10 @@
 if test "x$enable_epiphany_extension" != "xno"; then
 	AC_MSG_CHECKING([for Epiphany])
 	AC_MSG_RESULT()
+
+	dnl If you want to add anything but a <major>.<minor> version here, you
+	dnl need to see the handling of the epiphany_version variable in the
+	dnl epiphany extension code
 	VALID_EPIPHANY_VERSIONS="2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6"
 	for v in $VALID_EPIPHANY_VERSIONS; do
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]