From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 WHATS_NEW configure configure.in
Date: 13 Jul 2007 17:08:04 -0000 [thread overview]
Message-ID: <20070713170804.9637.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2007-07-13 17:08:00
Modified files:
. : WHATS_NEW configure configure.in
Log message:
Fix configure libdevmapper.h check when --with-dmdir is used.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.655&r2=1.656
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.56&r2=1.57
--- LVM2/WHATS_NEW 2007/07/12 15:38:52 1.655
+++ LVM2/WHATS_NEW 2007/07/13 17:08:00 1.656
@@ -1,5 +1,6 @@
Version 2.02.27 -
================================
+ Fix configure libdevmapper.h check when --with-dmdir is used.
Turn _add_pv_to_vg() into external library function add_pv_to_vg().
Add pv_by_path() external library function.
Tidy clvmd-openais of redundant bits, and improve an error report.
--- LVM2/configure 2007/01/09 22:07:20 1.57
+++ LVM2/configure 2007/07/13 17:08:00 1.58
@@ -8957,7 +8957,7 @@
# Check whether --with-dmdir or --without-dmdir was given.
if test "${with_dmdir+set}" = set; then
withval="$with_dmdir"
- DMDIR="$withval"
+ DMDIR="$withval" CPPFLAGS="$CPPFLAGS -I$DMDIR/include"
else
DMDIR=
fi;
--- LVM2/configure.in 2007/01/09 22:07:20 1.56
+++ LVM2/configure.in 2007/07/13 17:08:00 1.57
@@ -522,7 +522,7 @@
AC_ARG_WITH(dmdir,
[ --with-dmdir=DIR Build against device-mapper source tree in DIR],
- [ DMDIR="$withval" ],
+ [ DMDIR="$withval" CPPFLAGS="$CPPFLAGS -I$DMDIR/include"],
[ DMDIR= ])
################################################################################
next reply other threads:[~2007-07-13 17:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 17:08 agk [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
2010-03-04 11:09 zkabelac
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-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=20070713170804.9637.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.