* [PATCH] Change mount configure option to --enable-mount
@ 2006-06-22 16:51 Amit Gud
0 siblings, 0 replies; only message in thread
From: Amit Gud @ 2006-06-22 16:51 UTC (permalink / raw)
To: Neil Brown; +Cc: nfs, Steve Dickson
[-- Attachment #1: Type: text/plain, Size: 62 bytes --]
--
May the source be with you.
http://www.cis.ksu.edu/~gud
[-- Attachment #2: mount-configure-option.patch --]
[-- Type: text/plain, Size: 1419 bytes --]
Change the configure option from --with-mount to --enable-mount.
Signed-off-by: Amit Gud <agud@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
---
diff -uprN -X dontdiff nfs-utils/configure.in nfs-utils-ag/configure.in
--- nfs-utils/configure.in 2006-06-22 11:34:54.000000000 -0400
+++ nfs-utils-ag/configure.in 2006-06-22 10:55:31.000000000 -0400
@@ -107,12 +107,12 @@ AC_ARG_ENABLE(rquotad,
fi
AM_CONDITIONAL(CONFIG_RQUOTAD, [test "$enable_rquotad" = "yes"])
-AC_ARG_WITH(mount,
- [AC_HELP_STRING([--without-mount],
- [Create mount.nfs and do not use the util-linux mount(8) functionality. By default it doesn't.])],
- use_mount=$withval,
- use_mount=yes)
- AM_CONDITIONAL(CONFIG_NOMOUNT, [test "$use_mount" = "no"])
+AC_ARG_ENABLE(mount,
+ [AC_HELP_STRING([--enable-mount],
+ [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=yes@:>@])],
+ enable_mount=$enableval,
+ enable_mount=yes)
+ AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
# Check whether user wants TCP wrappers support
AC_TCP_WRAPPERS
diff -uprN -X dontdiff nfs-utils/utils/Makefile.am nfs-utils-ag/utils/Makefile.am
--- nfs-utils/utils/Makefile.am 2006-06-22 11:34:54.000000000 -0400
+++ nfs-utils-ag/utils/Makefile.am 2006-06-22 10:55:31.000000000 -0400
@@ -14,7 +14,7 @@ if CONFIG_GSS
OPTDIRS += gssd
endif
-if CONFIG_NOMOUNT
+if CONFIG_MOUNT
OPTDIRS += mount
endif
[-- Attachment #3: Type: text/plain, Size: 299 bytes --]
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
[-- Attachment #4: Type: text/plain, Size: 140 bytes --]
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-22 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 16:51 [PATCH] Change mount configure option to --enable-mount Amit Gud
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox