diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-11-04 01:23:18 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-11 23:18:19 -0800 |
commit | ef078a335980b5962239556e9b3a98f589662337 (patch) | |
tree | 9ef2188e8ce37210e4ab2dee6a269e1b599829b7 /configure.ac | |
parent | e98020d5f6f2f22f09d2c21d80ad8ceb6ae46284 (diff) |
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 <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
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" |