[Ocfs-tools-commits] manish commits r200 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Aug 22 15:59:18 CDT 2004


Author: manish
Date: 2004-08-22 15:59:16 -0500 (Sun, 22 Aug 2004)
New Revision: 200

Modified:
   trunk/configure.in
Log:
Bump version number


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-08-12 18:58:53 UTC (rev 199)
+++ trunk/configure.in	2004-08-22 20:59:16 UTC (rev 200)
@@ -7,8 +7,8 @@
 # Adjust these for the software version.
 MAJOR_VERSION=1
 MINOR_VERSION=1
-MICRO_VERSION=3
-EXTRA_VERSION=BETA1
+MICRO_VERSION=4
+EXTRA_VERSION=BETA2
 
 # Adjust this only to bump the RPM packaging version
 RPM_VERSION=1
@@ -159,10 +159,10 @@
 AC_SUBST(OCFS2_DEBUG_EXE)
 AC_MSG_RESULT($enable_debugexe)
 
-GLIB_REQUIRED_VERSION=1.2.8
-GTK_REQUIRED_VERSION=1.2.8
+GLIB_REQUIRED_VERSION=2.0.0
+GTK_REQUIRED_VERSION=2.0.0
 
-AM_PATH_GLIB($GLIB_REQUIRED_VERSION, :,
+AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,
   AC_MSG_ERROR([Glib $GLIB_REQUIRED_VERSION or better is required.]))
 
 DEBUGOCFS2=
@@ -180,7 +180,7 @@
 AC_ARG_ENABLE(ocfstool, [  --enable-ocfstool=[yes/no]       Build GUI frontend [default=yes]],,enable_ocfstool=yes)
 
 if test "x$enable_ocfstool" = "xyes"; then
-  AM_PATH_GTK($GTK_REQUIRED_VERSION, have_gtk=yes, have_gtk=no)
+  AM_PATH_GTK_2_0($GTK_REQUIRED_VERSION, have_gtk=yes, have_gtk=no)
 
   if test "x$have_gtk" = "xyes"; then
     BUILD_OCFSTOOL=yes



More information about the Ocfs-tools-commits mailing list