[Ocfs2-tools-commits] manish commits r530 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 3 15:59:09 CST 2005


Author: manish
Date: 2005-01-03 15:59:07 -0600 (Mon, 03 Jan 2005)
New Revision: 530

Modified:
   trunk/Config.make.in
   trunk/configure.in
Log:
Make the option --enable-ocfs2tool


Modified: trunk/Config.make.in
===================================================================
--- trunk/Config.make.in	2004-12-31 00:48:43 UTC (rev 529)
+++ trunk/Config.make.in	2005-01-03 21:59:07 UTC (rev 530)
@@ -57,7 +57,7 @@
 PYGTK_CODEGEN = @PYGTK_CODEGEN@
 PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
-BUILD_OCFSTOOL = @BUILD_OCFSTOOL@
+BUILD_OCFS2TOOL = @BUILD_OCFS2TOOL@
 
 BUILD_OCFS2CDSL = @BUILD_OCFS2CDSL@
 BUILD_DEBUGOCFS2 = @BUILD_DEBUGOCFS2@

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2004-12-31 00:48:43 UTC (rev 529)
+++ trunk/configure.in	2005-01-03 21:59:07 UTC (rev 530)
@@ -154,15 +154,15 @@
 AC_SUBST(BUILD_OCFS2CDSL)
 AC_SUBST(BUILD_DEBUGOCFS2)
 
-BUILD_OCFSTOOL=
-dnl AC_ARG_ENABLE(ocfstool, [  --enable-ocfstool=[yes/no]       Build GUI frontend [default=yes]],,enable_ocfstool=yes)
-AC_ARG_ENABLE(ocfstool, [  --enable-ocfstool=[yes/no]       Build GUI frontend [default=no]],,enable_ocfstool=no)
+BUILD_OCFS2TOOL=
+dnl AC_ARG_ENABLE(ocfs2tool, [  --enable-ocfs2tool=[yes/no]       Build GUI frontend [default=yes]],,enable_ocfs2tool=yes)
+AC_ARG_ENABLE(ocfs2tool, [  --enable-ocfs2tool=[yes/no]       Build GUI frontend [default=no]],,enable_ocfs2tool=no)
 
 if test "x$have_glib" != "xyes"; then
-  enable_ocfstool=no
+  enable_ocfs2tool=no
 fi
 
-if test "x$enable_ocfstool" = "xyes"; then
+if test "x$enable_ocfs2tool" = "xyes"; then
   dnl check for Python
   AM_PATH_PYTHON(2.2)
   AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
@@ -184,10 +184,10 @@
   AC_SUBST(PYGTK_DEFSDIR)
   AC_MSG_RESULT($PYGTK_DEFSDIR)
 
-  BUILD_OCFSTOOL=yes
+  BUILD_OCFS2TOOL=yes
 fi
 
-AC_SUBST(BUILD_OCFSTOOL)
+AC_SUBST(BUILD_OCFS2TOOL)
 
 AC_OUTPUT([
 Config.make



More information about the Ocfs2-tools-commits mailing list