All of lore.kernel.org
 help / color / mirror / Atom feed
From: zkabelac@sourceware.org <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 WHATS_NEW configure configure.in
Date: 4 Mar 2010 11:09:10 -0000	[thread overview]
Message-ID: <20100304110910.11595.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2010-03-04 11:09:09

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	As fsadm is installed by default - it's a common practice to rather
	print help text in '--disable' form for such case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1447&r2=1.1448
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.115&r2=1.116
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.125&r2=1.126

--- LVM2/WHATS_NEW	2010/03/04 09:56:01	1.1447
+++ LVM2/WHATS_NEW	2010/03/04 11:09:08	1.1448
@@ -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.
--- LVM2/configure	2010/01/21 22:15:45	1.115
+++ LVM2/configure	2010/03/04 11:09:08	1.116
@@ -1524,7 +1524,7 @@
   --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
--- LVM2/configure.in	2010/03/04 09:46:38	1.125
+++ LVM2/configure.in	2010/03/04 11:09:09	1.126
@@ -737,8 +737,8 @@
 ################################################################################
 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)
 
 ################################################################################



             reply	other threads:[~2010-03-04 11:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-04 11:09 zkabelac [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-10  8:54 LVM2 WHATS_NEW configure configure.in zkabelac
2010-07-31  0:43 agk
2009-10-14  4:10 fabbione
2009-09-01 19:11 fabbione
2009-07-31 13:31 agk
2008-11-24 13:33 agk
2008-06-27 19:57 agk
2007-07-13 17:08 agk
2007-01-09 22:07 agk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100304110910.11595.qmail@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.