From ef078a335980b5962239556e9b3a98f589662337 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Wed, 4 Nov 2009 01:23:18 +0000 Subject: Add glusterfs-volgen to master, change fusermount options and other changes to rpm spec file. The patch has the following changes: * Rename glusterfs-volgen.py and include it in the rpm spec file * Enable fusermount by default. Change fusermount configure option from disable to enable. * Remove BDB from configure.ac, essentially removing it from the normal build. * Remove all dependencies on fuse in the rpm spec file. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 343 (Placeholder bug for adding volgen into rpm, bdb makefile changes, etc) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=343 --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index df43b80779d..3069f35942e 100644 --- a/configure.ac +++ b/configure.ac @@ -39,8 +39,6 @@ AC_CONFIG_FILES([Makefile xlators/storage/Makefile xlators/storage/posix/Makefile xlators/storage/posix/src/Makefile - xlators/storage/bdb/Makefile - xlators/storage/bdb/src/Makefile xlators/cluster/Makefile xlators/cluster/unify/Makefile xlators/cluster/unify/src/Makefile @@ -228,9 +226,8 @@ AC_SUBST(FUSE_CLIENT_SUBDIR) # FUSERMOUNT section AC_ARG_ENABLE([fusermount], - AC_HELP_STRING([--enable-fusermount], - [Build fusermount]), - [], [enable_fusermount=no]) + AC_HELP_STRING([--disable-fusermount], + [Do not build fusermount])) BUILD_FUSERMOUNT="no" -- cgit