All of lore.kernel.org
 help / color / mirror / Atom feed
From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 WHATS_NEW configure configure.in
Date: 31 Jul 2009 13:31:55 -0000	[thread overview]
Message-ID: <20090731133155.29044.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2009-07-31 13:31:54

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	configure --udevdir

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1219&r2=1.1220
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.104&r2=1.105

--- LVM2/WHATS_NEW	2009/07/31 11:49:53	1.1219
+++ LVM2/WHATS_NEW	2009/07/31 13:31:53	1.1220
@@ -1,6 +1,7 @@
 Version 2.02.51 - 
 ================================
-  Added configure --enable-udev_rules --enable-udev_sync --with-udev-prefix.
+  Added configure --enable-udev_rules --enable-udev_sync.
+  Added configure --with-udev-prefix --with-udevdir.
   Added udev dir to hold udev rules.
   Add --dataalignmentoffset to pvcreate to shift start of aligned data area.
   Fix _mda_setup() to not check first mda's size before pe_align rounding.
--- LVM2/configure	2009/07/31 11:51:23	1.99
+++ LVM2/configure	2009/07/31 13:31:53	1.100
@@ -821,6 +821,7 @@
 with_usrlibdir
 with_usrsbindir
 with_udev_prefix
+with_udevdir
 with_dmeventd_pidfile
 with_dmeventd_path
 with_interface
@@ -1514,6 +1515,7 @@
   --with-usrlibdir=DIR
   --with-usrsbindir=DIR
   --with-udev-prefix=UPREFIX      Install udev rule files in UPREFIX [EPREFIX]
+  --with-udevdir=DIR      udev rules in DIR [UPREFIX/lib/udev/rules.d]
   --with-dmeventd-pidfile=PATH    dmeventd pidfile [/var/run/dmeventd.pid]
   --with-dmeventd-path=PATH       dmeventd path [EPREFIX/sbin/dmeventd]
   --with-interface=IFACE  Choose kernel interface (ioctl) [ioctl]
@@ -11052,7 +11054,14 @@
 fi
 
 
-udevdir='${udev_prefix}/lib/udev/rules.d'
+
+# Check whether --with-udevdir was given.
+if test "${with_udevdir+set}" = set; then
+  withval=$with_udevdir;  udevdir="$withval"
+else
+   udevdir='${udev_prefix}/lib/udev/rules.d'
+fi
+
 
 ################################################################################
 if test x$READLINE = xyes; then
--- LVM2/configure.in	2009/07/31 11:49:53	1.104
+++ LVM2/configure.in	2009/07/31 13:31:53	1.105
@@ -688,7 +688,10 @@
             [ udev_prefix="$withval"],
             [ udev_prefix='${exec_prefix}' ])
 
-udevdir='${udev_prefix}/lib/udev/rules.d'
+AC_ARG_WITH(udevdir,
+	    [  --with-udevdir=DIR      udev rules in DIR [[UPREFIX/lib/udev/rules.d]]],
+	    [ udevdir="$withval"],
+	    [ udevdir='${udev_prefix}/lib/udev/rules.d' ])
 
 ################################################################################
 dnl -- Ensure additional headers required



             reply	other threads:[~2009-07-31 13:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-31 13:31 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
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=20090731133155.29044.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.