From: prajnoha@sourceware.org <prajnoha@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 ./configure lib/misc/configure.h.in
Date: 15 Feb 2012 11:20:13 -0000 [thread overview]
Message-ID: <20120215112013.7949.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: prajnoha at sourceware.org 2012-02-15 11:20:13
Modified files:
. : configure
lib/misc : configure.h.in
Log message:
autoreconf
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.167&r2=1.168
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/misc/configure.h.in.diff?cvsroot=lvm2&r1=1.36&r2=1.37
--- LVM2/configure 2012/02/13 13:02:47 1.167
+++ LVM2/configure 2012/02/15 11:20:12 1.168
@@ -796,6 +796,7 @@
with_device_gid
with_device_mode
with_device_nodes_on
+with_default_name_mangling
enable_lvm1_fallback
with_lvm1
with_pool
@@ -1543,6 +1544,9 @@
--with-device-mode=MODE set the mode used for new device nodes [[MODE=0600]]
--with-device-nodes-on=ON
create nodes on resume or create [[ON=resume]]
+ --with-default-name-mangling=MANGLING
+ default name mangling: auto/none/hex
+ [[MANGLING=auto]]
--with-lvm1=TYPE LVM1 metadata support: internal/shared/none
[[TYPE=internal]]
--with-pool=TYPE GFS pool read-only support: internal/shared/none
@@ -6762,6 +6766,30 @@
_ACEOF
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default name mangling" >&5
+$as_echo_n "checking default name mangling... " >&6; }
+
+# Check whether --with-default-name-mangling was given.
+if test "${with_default_name_mangling+set}" = set; then :
+ withval=$with_default_name_mangling; MANGLING=$withval
+else
+ MANGLING=auto
+fi
+
+case "$MANGLING" in
+ auto) mangling=DM_STRING_MANGLING_AUTO;;
+ disabled) mangling=DM_STRING_MANGLING_NONE;;
+ hex) mangling=DM_STRING_MANGLING_HEX;;
+ *) as_fn_error $? "--with-default-name-mangling parameter invalid" "$LINENO" 5;;
+esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANGLING" >&5
+$as_echo "$MANGLING" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define DEFAULT_DM_NAME_MANGLING $mangling
+_ACEOF
+
+
################################################################################
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable lvm1 fallback" >&5
$as_echo_n "checking whether to enable lvm1 fallback... " >&6; }
--- LVM2/lib/misc/configure.h.in 2012/01/31 21:21:54 1.36
+++ LVM2/lib/misc/configure.h.in 2012/02/15 11:20:13 1.37
@@ -38,6 +38,9 @@
/* Define default node creation behavior with dmsetup create */
#undef DEFAULT_DM_ADD_NODE
+/* Define default name mangling behaviour */
+#undef DEFAULT_DM_NAME_MANGLING
+
/* Name of default locking directory. */
#undef DEFAULT_LOCK_DIR
next reply other threads:[~2012-02-15 11:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-15 11:20 prajnoha [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-09 18:14 LVM2 ./configure lib/misc/configure.h.in agk
2010-12-13 11:03 mbroz
2010-03-23 14:44 prajnoha
2008-10-31 22:12 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=20120215112013.7949.qmail@sourceware.org \
--to=prajnoha@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.