mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
As fsadm is installed by default - it's a common practice to rather
print help text in '--disable' form for such case.
This commit is contained in:
parent
0c330786f5
commit
c927452439
@ -1,5 +1,6 @@
|
||||
Version 2.02.62 -
|
||||
====================================
|
||||
Help for configure prints --disable-fsadm.
|
||||
Use consistently $() instead of ${} for all Makefile variables.
|
||||
Replace CFLOW_CMD only in make.tmpl and use it as variable elsewhere.
|
||||
Use $(top_builddir) for inclusion of make.tmpl in Makefiles.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1524,7 +1524,7 @@ Optional Features:
|
||||
--enable-applib Build application library
|
||||
--enable-cmdlib Build shared command library
|
||||
--enable-pkgconfig Install pkgconfig support
|
||||
--enable-fsadm Enable fsadm
|
||||
--disable-fsadm Disable fsadm
|
||||
--enable-dmeventd Enable the device-mapper event daemon
|
||||
--disable-selinux Disable selinux support
|
||||
--enable-nls Enable Native Language Support
|
||||
|
@ -737,8 +737,8 @@ AC_ARG_ENABLE(pkgconfig, [ --enable-pkgconfig Install pkgconfig support]
|
||||
################################################################################
|
||||
dnl -- Enable fsadm
|
||||
AC_MSG_CHECKING(whether to install fsadm)
|
||||
AC_ARG_ENABLE(fsadm, [ --enable-fsadm Enable fsadm],
|
||||
FSADM=$enableval)
|
||||
AC_ARG_ENABLE(fsadm, [AC_HELP_STRING([--disable-fsadm], [Disable fsadm])],
|
||||
FSADM=$enableval)
|
||||
AC_MSG_RESULT($FSADM)
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user