public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 WHATS_NEW configure configure.in
@ 2004-12-22 21:55 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2004-12-22 21:55 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2004-12-22 21:55:36

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Drop static/dl config restriction for now.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.140&r2=1.141
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.38&r2=1.39


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2012-05-10  8:54 zkabelac
  0 siblings, 0 replies; 12+ messages in thread
From: zkabelac @ 2012-05-10  8:54 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2012-05-10 08:54:34

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Add missing pkg init

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.2400&r2=1.2401
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.179&r2=1.180
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.194&r2=1.195

--- LVM2/WHATS_NEW	2012/05/09 12:30:56	1.2400
+++ LVM2/WHATS_NEW	2012/05/10 08:54:33	1.2401
@@ -1,5 +1,6 @@
 Version 2.02.96 - 
 ================================
+  Add missing pkg init --with-systemdsystemunitdir in configure.in (2.02.92).
   Fix division by zero if PV with zero PE count is used during vgcfgrestore.
   Add initial support for thin pool lvconvert.
   Fix lvrename for thin volumes (regression in for_each_sub_lv() 2.02.89).
--- LVM2/configure	2012/03/26 23:09:37	1.179
+++ LVM2/configure	2012/05/10 08:54:33	1.180
@@ -10243,7 +10243,8 @@
 if test "${with_systemdsystemunitdir+set}" = set; then :
   withval=$with_systemdsystemunitdir; systemdsystemunitdir=$withval
 else
-  pkg_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
+  	    test x$PKGCONFIG_INIT != x1 && pkg_config_init
+	    pkg_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
 fi
 
 
--- LVM2/configure.in	2012/03/26 23:09:38	1.194
+++ LVM2/configure.in	2012/05/10 08:54:34	1.195
@@ -1293,6 +1293,8 @@
 	    AC_HELP_STRING([--with-systemdsystemunitdir=DIR],
 			   [systemd service files in DIR]),
 	    systemdsystemunitdir=$withval,
+	    dnl -- init pkgconfig if required
+	    test x$PKGCONFIG_INIT != x1 && pkg_config_init
 	    pkg_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd))
 
 if test -n "$pkg_systemdsystemunitdir"; then


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2010-07-31  0:43 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2010-07-31  0:43 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-07-31 00:43:42

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Fix configure to supply DEFAULT_RUN_DIR to Makefiles.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1678&r2=1.1679
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.137&r2=1.138
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.150&r2=1.151

--- LVM2/WHATS_NEW	2010/07/30 17:50:15	1.1678
+++ LVM2/WHATS_NEW	2010/07/31 00:43:41	1.1679
@@ -1,5 +1,6 @@
 Version 2.02.73 - 
 ================================
+  Fix configure to supply DEFAULT_RUN_DIR to Makefiles.
   Fix wrong number of mirror log at allocate policy
 
 Version 2.02.72 - 28th July 2010  [CVE-2010-2526]
--- LVM2/configure	2010/07/28 13:55:42	1.137
+++ LVM2/configure	2010/07/31 00:43:41	1.138
@@ -691,6 +691,7 @@
 DMEVENTD
 DL_LIBS
 DEVMAPPER
+DEFAULT_RUN_DIR
 DEFAULT_LOCK_DIR
 DEFAULT_CACHE_SUBDIR
 DEFAULT_BACKUP_SUBDIR
@@ -18043,6 +18044,7 @@
 
 
 
+
 ################################################################################
 ac_config_files="$ac_config_files Makefile make.tmpl daemons/Makefile daemons/clvmd/Makefile daemons/cmirrord/Makefile daemons/dmeventd/Makefile daemons/dmeventd/libdevmapper-event.pc daemons/dmeventd/plugins/Makefile daemons/dmeventd/plugins/lvm2/Makefile daemons/dmeventd/plugins/mirror/Makefile daemons/dmeventd/plugins/snapshot/Makefile doc/Makefile doc/example.conf include/.symlinks include/Makefile lib/Makefile lib/format1/Makefile lib/format_pool/Makefile lib/locking/Makefile lib/mirror/Makefile lib/replicator/Makefile lib/misc/lvm-version.h lib/snapshot/Makefile libdm/Makefile libdm/libdevmapper.pc liblvm/Makefile liblvm/liblvm2app.pc man/Makefile po/Makefile scripts/clvmd_init_red_hat scripts/cmirrord_init_red_hat scripts/lvm2_monitoring_init_red_hat scripts/Makefile test/Makefile test/api/Makefile tools/Makefile udev/Makefile unit-tests/datastruct/Makefile unit-tests/regex/Makefile"
 
--- LVM2/configure.in	2010/07/28 13:55:42	1.150
+++ LVM2/configure.in	2010/07/31 00:43:42	1.151
@@ -1232,6 +1232,7 @@
 AC_SUBST(DEFAULT_BACKUP_SUBDIR)
 AC_SUBST(DEFAULT_CACHE_SUBDIR)
 AC_SUBST(DEFAULT_LOCK_DIR)
+AC_SUBST(DEFAULT_RUN_DIR)
 AC_SUBST(DEVMAPPER)
 AC_SUBST(DLM_CFLAGS)
 AC_SUBST(DLM_LIBS)


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2010-03-04 11:09 zkabelac
  0 siblings, 0 replies; 12+ messages in thread
From: zkabelac @ 2010-03-04 11:09 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@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)
 
 ################################################################################


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2009-10-14  4:10 fabbione
  0 siblings, 0 replies; 12+ messages in thread
From: fabbione @ 2009-10-14  4:10 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	fabbione@sourceware.org	2009-10-14 04:10:41

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	configure.in: don't set default file owner and group
	
	Per discussion on lvm-devel mailing list and part of debian patch set,
	don't set defaults for owner and group, since nobody seems to use them, and
	still allow override.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1295&r2=1.1296
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.111&r2=1.112
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.119&r2=1.120

--- LVM2/WHATS_NEW	2009/10/13 02:35:26	1.1295
+++ LVM2/WHATS_NEW	2009/10/14 04:10:41	1.1296
@@ -1,5 +1,6 @@
 Version 2.02.54 -
 =====================================
+  Set default owner and group to null.
   Add dmeventd.static to the build.
   Disable realtime support code by default.
   Make clvmd return 0 on success rather than 1.
--- LVM2/configure	2009/10/12 16:59:20	1.111
+++ LVM2/configure	2009/10/14 04:10:41	1.112
@@ -1531,8 +1531,8 @@
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-user=USER        Set the owner of installed files [USER=root]
-  --with-group=GROUP      Set the group owner of installed files [GROUP=root]
+  --with-user=USER        Set the owner of installed files [USER=]
+  --with-group=GROUP      Set the group owner of installed files [GROUP=]
   --with-device-uid=UID   Set the owner used for new device nodes [UID=0]
   --with-device-gid=UID   Set the group used for new device nodes [GID=0]
   --with-device-mode=MODE Set the mode used for new device nodes [MODE=0600]
@@ -9078,7 +9078,7 @@
 ################################################################################
 { $as_echo "$as_me:$LINENO: checking file owner" >&5
 $as_echo_n "checking file owner... " >&6; }
-OWNER="root"
+OWNER=""
 
 
 # Check whether --with-user was given.
@@ -9096,7 +9096,7 @@
 ################################################################################
 { $as_echo "$as_me:$LINENO: checking group owner" >&5
 $as_echo_n "checking group owner... " >&6; }
-GROUP="root"
+GROUP=""
 
 # Check whether --with-group was given.
 if test "${with_group+set}" = set; then
--- LVM2/configure.in	2009/10/12 16:59:20	1.119
+++ LVM2/configure.in	2009/10/14 04:10:41	1.120
@@ -144,10 +144,10 @@
 ################################################################################
 dnl -- Setup the ownership of the files
 AC_MSG_CHECKING(file owner)
-OWNER="root"
+OWNER=""
 
 AC_ARG_WITH(user,
-  [  --with-user=USER        Set the owner of installed files [[USER=root]] ],
+  [  --with-user=USER        Set the owner of installed files [[USER=]] ],
   [ OWNER="$withval" ])
 AC_MSG_RESULT($OWNER)
 
@@ -158,9 +158,9 @@
 ################################################################################
 dnl -- Setup the group ownership of the files
 AC_MSG_CHECKING(group owner)
-GROUP="root"
+GROUP=""
 AC_ARG_WITH(group,
-  [  --with-group=GROUP      Set the group owner of installed files [[GROUP=root]] ],
+  [  --with-group=GROUP      Set the group owner of installed files [[GROUP=]] ],
   [ GROUP="$withval" ])
 AC_MSG_RESULT($GROUP)
 


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2009-09-01 19:11 fabbione
  0 siblings, 0 replies; 12+ messages in thread
From: fabbione @ 2009-09-01 19:11 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	fabbione@sourceware.org	2009-09-01 19:11:46

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Fix --with-clvmd=all to deal with the case where no cluster managers are available.
	
	Also simplify the check by removing an unnecessary variable and update
	configure messages.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1248&r2=1.1249
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.102&r2=1.103
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.109&r2=1.110

--- LVM2/WHATS_NEW	2009/09/01 18:11:14	1.1248
+++ LVM2/WHATS_NEW	2009/09/01 19:11:45	1.1249
@@ -1,5 +1,6 @@
 Version 2.02.52 -
 =================================
+  Fix clvmd autodetection check and cleanup related configure messages.
   Fix Makefile distclean target.
   Make clvmd check corosync to see what cluster interface it should use.
   Rewrite clvmd configuration code to cope with all combinations of libs.
--- LVM2/configure	2009/08/28 20:51:40	1.102
+++ LVM2/configure	2009/09/01 19:11:45	1.103
@@ -1539,7 +1539,7 @@
   --with-mirrors=TYPE     Mirror support: internal/shared/none
                           TYPE=internal
   --with-clvmd=TYPE       Build cluster LVM Daemon.
-                          The following locking combinations are valid:
+                          The following cluster manager combinations are valid:
                            * cman,gulm             (RHEL4 or equivalent)
                            * cman                  (RHEL5 or equivalent)
                            * cman,corosync,openais (or selection of them)
@@ -11623,35 +11623,39 @@
 fi
 
 if test x$CLVMD = xall; then
+	CLVMD=none
 	if test x$HAVE_CCS = xyes && \
 	   test x$HAVE_GULM = xyes; then
-		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd gulm backend" >&5
-$as_echo "Enabling clvmd gulm backend" >&6; }
-		NEWCLVMD="$NEWCLVMD,gulm"
+		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd gulm cluster manager" >&5
+$as_echo "Enabling clvmd gulm cluster manager" >&6; }
+		CLVMD="$CLVMD,gulm"
 	fi
 	if test x$HAVE_CMAN = xyes && \
 	   test x$HAVE_DLM = xyes; then
-		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd cman backend" >&5
-$as_echo "Enabling clvmd cman backend" >&6; }
-		NEWCLVMD="$NEWCLVMD,cman"
+		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd cman cluster manager" >&5
+$as_echo "Enabling clvmd cman cluster manager" >&6; }
+		CLVMD="$CLVMD,cman"
 	fi
 	if test x$HAVE_COROSYNC = xyes && \
 	   test x$HAVE_QUORUM = xyes && \
 	   test x$HAVE_CPG = xyes && \
 	   test x$HAVE_DLM = xyes && \
 	   test x$HAVE_CONFDB = xyes; then
-		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd corosync backend" >&5
-$as_echo "Enabling clvmd corosync backend" >&6; }
-		NEWCLVMD="$NEWCLVMD,corosync"
+		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd corosync cluster manager" >&5
+$as_echo "Enabling clvmd corosync cluster manager" >&6; }
+		CLVMD="$CLVMD,corosync"
 	fi
 	if test x$HAVE_COROSYNC = xyes && \
 	   test x$HAVE_CPG = xyes && \
 	   test x$HAVE_SALCK = xyes; then
-		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd openais backend" >&5
-$as_echo "Enabling clvmd openais backend" >&6; }
-		NEWCLVMD="$NEWCLVMD,openais"
+		{ $as_echo "$as_me:$LINENO: result: Enabling clvmd openais cluster manager" >&5
+$as_echo "Enabling clvmd openais cluster manager" >&6; }
+		CLVMD="$CLVMD,openais"
+	fi
+	if test x$CLVMD = xnone; then
+		{ $as_echo "$as_me:$LINENO: result: Disabling clvmd build. No cluster manager detected." >&5
+$as_echo "Disabling clvmd build. No cluster manager detected." >&6; }
 	fi
-	CLVMD="$NEWCLVMD"
 fi
 
 ################################################################################
--- LVM2/configure.in	2009/08/28 20:51:40	1.109
+++ LVM2/configure.in	2009/09/01 19:11:46	1.110
@@ -326,7 +326,7 @@
 AC_MSG_CHECKING(whether to build cluster LVM daemon)
 AC_ARG_WITH(clvmd,
   [  --with-clvmd=TYPE       Build cluster LVM Daemon.
-                          The following locking combinations are valid:
+                          The following cluster manager combinations are valid:
                            * cman,gulm             (RHEL4 or equivalent)
                            * cman                  (RHEL5 or equivalent)
                            * cman,corosync,openais (or selection of them)
@@ -522,31 +522,34 @@
 dnl -- If we are autodetecting, we need to re-create
 dnl -- the depedencies checks and set a proper CLVMD.
 if test x$CLVMD = xall; then
+	CLVMD=none
 	if test x$HAVE_CCS = xyes && \
 	   test x$HAVE_GULM = xyes; then
-		AC_MSG_RESULT([Enabling clvmd gulm backend])
-		NEWCLVMD="$NEWCLVMD,gulm"
+		AC_MSG_RESULT([Enabling clvmd gulm cluster manager])
+		CLVMD="$CLVMD,gulm"
 	fi
 	if test x$HAVE_CMAN = xyes && \
 	   test x$HAVE_DLM = xyes; then
-		AC_MSG_RESULT([Enabling clvmd cman backend])
-		NEWCLVMD="$NEWCLVMD,cman"
+		AC_MSG_RESULT([Enabling clvmd cman cluster manager])
+		CLVMD="$CLVMD,cman"
 	fi
 	if test x$HAVE_COROSYNC = xyes && \
 	   test x$HAVE_QUORUM = xyes && \
 	   test x$HAVE_CPG = xyes && \
 	   test x$HAVE_DLM = xyes && \
 	   test x$HAVE_CONFDB = xyes; then
-		AC_MSG_RESULT([Enabling clvmd corosync backend])
-		NEWCLVMD="$NEWCLVMD,corosync"
+		AC_MSG_RESULT([Enabling clvmd corosync cluster manager])
+		CLVMD="$CLVMD,corosync"
 	fi
 	if test x$HAVE_COROSYNC = xyes && \
 	   test x$HAVE_CPG = xyes && \
 	   test x$HAVE_SALCK = xyes; then
-		AC_MSG_RESULT([Enabling clvmd openais backend])
-		NEWCLVMD="$NEWCLVMD,openais"
+		AC_MSG_RESULT([Enabling clvmd openais cluster manager])
+		CLVMD="$CLVMD,openais"
+	fi
+	if test x$CLVMD = xnone; then
+		AC_MSG_RESULT([Disabling clvmd build. No cluster manager detected.])
 	fi
-	CLVMD="$NEWCLVMD"
 fi
 
 ################################################################################


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2009-07-31 13:31 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2009-07-31 13:31 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2008-11-24 13:33 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2008-11-24 13:33 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-11-24 13:33:19

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Add tinfo to termcap search path for pld-linux.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.999&r2=1.1000
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.86&r2=1.87
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.90&r2=1.91

--- LVM2/WHATS_NEW	2008/11/21 13:48:00	1.999
+++ LVM2/WHATS_NEW	2008/11/24 13:33:16	1.1000
@@ -1,5 +1,6 @@
 Version 2.02.44 - 
 ====================================
+  Add tinfo to termcap search path for pld-linux.
   Fix startup race in clvmd.
   Generate Red Hat clvmd startup script at configuration time with correct paths.
   Fix clvmd & dmeventd builds after tree restructuring.
--- LVM2/configure	2008/11/19 19:34:32	1.86
+++ LVM2/configure	2008/11/24 13:33:18	1.87
@@ -9137,7 +9137,7 @@
   return 0;
 }
 _ACEOF
-for ac_lib in '' ncurses curses termcap termlib; do
+for ac_lib in '' tinfo ncurses curses termcap termlib; do
   if test -z "$ac_lib"; then
     ac_res="none required"
   else
--- LVM2/configure.in	2008/11/19 19:33:25	1.90
+++ LVM2/configure.in	2008/11/24 13:33:19	1.91
@@ -472,7 +472,7 @@
 ################################################################################
 dnl -- Check for termcap (Shamelessly copied from parted 1.4.17)
 if test x$READLINE != xno; then
-	AC_SEARCH_LIBS([tgetent], [ncurses curses termcap termlib],
+	AC_SEARCH_LIBS([tgetent], [tinfo ncurses curses termcap termlib],
 	  [tg_found=yes], [tg_found=no])
 	test x$READLINE:$tg_found = xyes:no &&
 	  AC_MSG_ERROR(


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2008-06-27 19:57 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2008-06-27 19:57 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2008-06-27 19:57:27

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Enable readline by default if available.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.922&r2=1.923
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.73&r2=1.74

--- LVM2/WHATS_NEW	2008/06/27 19:24:17	1.922
+++ LVM2/WHATS_NEW	2008/06/27 19:57:27	1.923
@@ -1,5 +1,6 @@
 Version 2.02.39 -
 ================================
+  Enable readline by default if available.
   Update autoconf to 2008-01-16.
   Add $DISTCLEAN_DIRS to make.tmpl.in.
   Create coverage reports with --enable-profiling and make lcov or lcov-dated.
--- LVM2/configure	2008/06/27 19:24:17	1.72
+++ LVM2/configure	2008/06/27 19:57:27	1.73
@@ -1317,7 +1317,7 @@
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-lvm1_fallback  Use this to fall back and use LVM1 binaries if
                           device-mapper is missing from the kernel
-  --enable-readline       Enable readline support
+  --disable-readline      Disable readline support
   --disable-realtime      Disable realtime clock support
   --enable-debug          Enable debugging
   --enable-profiling      Gather gcov profiling data
@@ -8509,7 +8509,7 @@
 if test "${enable_readline+set}" = set; then
   enableval=$enable_readline; READLINE=$enableval
 else
-  READLINE=no
+  READLINE=yes
 fi
 
 { echo "$as_me:$LINENO: result: $READLINE" >&5
--- LVM2/configure.in	2008/06/27 19:24:17	1.73
+++ LVM2/configure.in	2008/06/27 19:57:27	1.74
@@ -269,11 +269,11 @@
 fi
 
 ################################################################################
-dnl -- Enable readline
+dnl -- Disable readline
 AC_MSG_CHECKING(whether to enable readline)
 AC_ARG_ENABLE([readline],
-  [  --enable-readline       Enable readline support],
-  [READLINE=$enableval], [READLINE=no])
+  [  --disable-readline      Disable readline support],
+  [READLINE=$enableval], [READLINE=yes])
 AC_MSG_RESULT($READLINE)
 
 ################################################################################


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2007-07-13 17:08 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2007-07-13 17:08 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@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= ])
 
 ################################################################################


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2007-01-09 22:07 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2007-01-09 22:07 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2007-01-09 22:07:20

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Remove 3 redundant AC_MSG_RESULTs from configure.in.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.529&r2=1.530
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.55&r2=1.56

--- LVM2/WHATS_NEW	2007/01/09 21:12:40	1.529
+++ LVM2/WHATS_NEW	2007/01/09 22:07:20	1.530
@@ -1,5 +1,6 @@
 Version 2.02.18 -
 ====================================
+  Remove 3 redundant AC_MSG_RESULTs from configure.in.
   Free memory in _raw_read_mda_header() error paths.
   Fix ambiguous vgsplit error message for split LV.
   Fix lvextend man page typo.
--- LVM2/configure	2007/01/09 20:31:08	1.56
+++ LVM2/configure	2007/01/09 22:07:20	1.57
@@ -8268,8 +8268,6 @@
 
 ################################################################################
 if test x$SELINUX = xyes; then
-	echo "$as_me:$LINENO: checking for sepol_check_context function" >&5
-echo $ECHO_N "checking for sepol_check_context function... $ECHO_C" >&6
 	echo "$as_me:$LINENO: checking for sepol_check_context in -lsepol" >&5
 echo $ECHO_N "checking for sepol_check_context in -lsepol... $ECHO_C" >&6
 if test "${ac_cv_lib_sepol_sepol_check_context+set}" = set; then
@@ -8340,15 +8338,11 @@
   HAVE_SEPOL=no
 fi
 
-	echo "$as_me:$LINENO: result: $HAVE_SEPOL" >&5
-echo "${ECHO_T}$HAVE_SEPOL" >&6
 
 	if test x$HAVE_SEPOL = xyes; then
 		LIBS="-lsepol $LIBS"
 	fi
 
-	echo "$as_me:$LINENO: checking for is_selinux_enabled function" >&5
-echo $ECHO_N "checking for is_selinux_enabled function... $ECHO_C" >&6
 	echo "$as_me:$LINENO: checking for is_selinux_enabled in -lselinux" >&5
 echo $ECHO_N "checking for is_selinux_enabled in -lselinux... $ECHO_C" >&6
 if test "${ac_cv_lib_selinux_is_selinux_enabled+set}" = set; then
@@ -8419,8 +8413,6 @@
   HAVE_SELINUX=no
 fi
 
-	echo "$as_me:$LINENO: result: $HAVE_SELINUX" >&5
-echo "${ECHO_T}$HAVE_SELINUX" >&6
 
 	if test x$HAVE_SELINUX = xyes; then
 
@@ -8437,8 +8429,6 @@
 
 ################################################################################
 if test x$REALTIME = xyes; then
-	echo "$as_me:$LINENO: checking for clock_gettime function" >&5
-echo $ECHO_N "checking for clock_gettime function... $ECHO_C" >&6
 	echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6
 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
@@ -8509,8 +8499,6 @@
   HAVE_REALTIME=no
 fi
 
-	echo "$as_me:$LINENO: result: $HAVE_REALTIME" >&5
-echo "${ECHO_T}$HAVE_REALTIME" >&6
 
 	if test x$HAVE_REALTIME = xyes; then
 
--- LVM2/configure.in	2007/01/09 20:31:08	1.55
+++ LVM2/configure.in	2007/01/09 22:07:20	1.56
@@ -438,17 +438,13 @@
 ################################################################################
 dnl -- Check for selinux
 if test x$SELINUX = xyes; then
-	AC_MSG_CHECKING(for sepol_check_context function)
 	AC_CHECK_LIB(sepol, sepol_check_context, HAVE_SEPOL=yes, HAVE_SEPOL=no)
-	AC_MSG_RESULT($HAVE_SEPOL)
 
 	if test x$HAVE_SEPOL = xyes; then
 		LIBS="-lsepol $LIBS"
 	fi
 
-	AC_MSG_CHECKING(for is_selinux_enabled function)
 	AC_CHECK_LIB(selinux, is_selinux_enabled, HAVE_SELINUX=yes, HAVE_SELINUX=no)
-	AC_MSG_RESULT($HAVE_SELINUX)
 
 	if test x$HAVE_SELINUX = xyes; then
 		AC_DEFINE([HAVE_SELINUX], 1, [Define to 1 to include support for selinux.])
@@ -461,9 +457,7 @@
 ################################################################################
 dnl -- Check for realtime clock support
 if test x$REALTIME = xyes; then
-	AC_MSG_CHECKING(for clock_gettime function)
 	AC_CHECK_LIB(rt, clock_gettime, HAVE_REALTIME=yes, HAVE_REALTIME=no)
-	AC_MSG_RESULT($HAVE_REALTIME)
 
 	if test x$HAVE_REALTIME = xyes; then
 		AC_DEFINE([HAVE_REALTIME], 1, [Define to 1 to include support for realtime clock.])


^ permalink raw reply	[flat|nested] 12+ messages in thread

* LVM2 WHATS_NEW configure configure.in
@ 2004-07-03 18:21 agk
  0 siblings, 0 replies; 12+ messages in thread
From: agk @ 2004-07-03 18:21 UTC (permalink / raw)
  To: lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2004-07-03 18:21:13

Modified files:
	.              : WHATS_NEW configure configure.in 

Log message:
	Misc autoconf fixes

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.35&r2=1.36


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-05-10  8:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-22 21:55 LVM2 WHATS_NEW configure configure.in agk
  -- strict thread matches above, loose matches on Subject: below --
2012-05-10  8:54 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-07-13 17:08 agk
2007-01-09 22:07 agk
2004-07-03 18:21 agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).