From 9cc29191d40819461dd0d7a4242c029b1ef43ab2 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 18 Mar 2010 13:24:35 +0000 Subject: [PATCH] autoreconf & add missing WHATS_NEW entry --- WHATS_NEW | 1 + configure | 1 + lib/misc/configure.h.in | 5 +---- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 3481e2c35..8dd6005fd 100644 --- 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. diff --git a/configure b/configure index 2d8d96957..9b9cea0f5 100755 --- 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 diff --git a/lib/misc/configure.h.in b/lib/misc/configure.h.in index 582745ca1..b0af63ffe 100644 --- a/lib/misc/configure.h.in +++ b/lib/misc/configure.h.in @@ -270,7 +270,7 @@ /* 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 header file. */ @@ -407,9 +407,6 @@ /* 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 -- 2.43.5