From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 configure configure.in WHATS_NEW
Date: 30 Jul 2009 12:25:43 -0000 [thread overview]
Message-ID: <20090730122543.21207.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2009-07-30 12:25:42
Modified files:
. : configure configure.in WHATS_NEW
Log message:
Fix configure script to handle multiple clvmd selections.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.101&r2=1.102
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1210&r2=1.1211
--- LVM2/configure 2009/07/22 21:09:13 1.96
+++ LVM2/configure 2009/07/30 12:25:42 1.97
@@ -9190,7 +9190,7 @@
CLUSTER=internal
fi
-if [ "x$CLVMD" = xcorosync -o "x$CLVMD" = xall ]; then
+if [ "x$CLVMD" = xall -o `expr x"$CLVMD" : '.*cman.*'` != 0 ]; then
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
--- LVM2/configure.in 2009/07/22 21:09:14 1.101
+++ LVM2/configure.in 2009/07/30 12:25:42 1.102
@@ -340,7 +340,7 @@
fi
dnl -- Look for corosync libraries if required.
-if [[ "x$CLVMD" = xcorosync -o "x$CLVMD" = xall ]]; then
+if [[ "x$CLVMD" = xall -o `expr x"$CLVMD" : '.*cman.*'` != 0 ]]; then
PKG_CHECK_MODULES(QUORUM, libquorum, [],
[AC_MSG_RESULT([no pkg for quorum library, using -lquorum]);
QUORUM_LIBS="-lquorum"])
--- LVM2/WHATS_NEW 2009/07/29 19:24:11 1.1210
+++ LVM2/WHATS_NEW 2009/07/30 12:25:42 1.1211
@@ -1,5 +1,6 @@
Version 2.02.51 -
================================
+ Fix configure script to handle multiple clvmd selections.
Fix lvm2app.pc installation filename.
Remove pv_t, vg_t & lv_t handles from lib. Only liblvm uses them.
Rename lvm.h to lvm2app.h for now.
next reply other threads:[~2009-07-30 12:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-30 12:25 agk [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-05 14:30 LVM2 configure configure.in WHATS_NEW zkabelac
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=20090730122543.21207.qmail@sourceware.org \
--to=agk@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.