]> sourceware.org Git - lvm2.git/commitdiff
autoreconf & add missing WHATS_NEW entry
authorAlasdair Kergon <agk@redhat.com>
Thu, 18 Mar 2010 13:24:35 +0000 (13:24 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 18 Mar 2010 13:24:35 +0000 (13:24 +0000)
WHATS_NEW
configure
lib/misc/configure.h.in

index 3481e2c35b493ec5a14f320d5e32d689c3ccc04f..8dd6005fd566519de9d3db7704e6ec246d2be857 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.63 - 
 ================================
+  Add configure --with-clvmd=singlenode to use clvmd w/o cluster infrastructure.
   Get stacktrace if testsuite test drops core and lvm was built with debugging.
   Disable long living process flag in lvm2app.
   Fix pvcreate device md filter check.
index 2d8d969572357b569976d6af5623d24d3832ccd4..9b9cea0f5468ecac1c27d59e7ce32af70e79f652 100755 (executable)
--- a/configure
+++ b/configure
@@ -1554,6 +1554,7 @@ Optional Packages:
                            * cman,gulm             (RHEL4 or equivalent)
                            * cman                  (RHEL5 or equivalent)
                            * cman,corosync,openais (or selection of them)
+                           * singlenode            (localhost only)
                            * all                   (autodetect)
                            * none                  (disable build)
                           TYPE=none
index 582745ca103087a7aef1cf581762a598ff167816..b0af63ffe0562c4331837b0eb75b92cecb89ec44 100644 (file)
 /* Define to 1 if you have the `strtoul' function. */
 #undef HAVE_STRTOUL
 
-/* Define to 1 if `struct stat' is a member of `st_rdev'. */
+/* Define to 1 if `st_rdev' is member of `struct stat'. */
 #undef HAVE_STRUCT_STAT_ST_RDEV
 
 /* Define to 1 if you have the <syslog.h> header file. */
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
This page took 0.049798 seconds and 5 git commands to generate.