[lvm-devel] LVM2 WHATS_NEW configure.in

zkabelac at sourceware.org zkabelac at sourceware.org
Thu Mar 4 09:46:38 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2010-03-04 09:46:38

Modified files:
	.              : WHATS_NEW configure.in 

Log message:
	Usage of AC_PROG_SED and AC_PROG_MKDIR_P requires autoconf version 2.61.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1442&r2=1.1443
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.124&r2=1.125

--- LVM2/WHATS_NEW	2010/03/02 21:56:14	1.1442
+++ LVM2/WHATS_NEW	2010/03/04 09:46:38	1.1443
@@ -1,5 +1,6 @@
 Version 2.02.62 -
 ====================================
+  Increase AC_PREREQ version to 2.61 (for AC_PROC_SED, AC_PROG_MKDIR_P).
   Handle a misaligned device that reports a -1 alignment_offset.
   Extend core allocation code in preparation for mirrored log areas.
   Rewrite clvmd init script.
--- LVM2/configure.in	2010/01/21 22:15:45	1.124
+++ LVM2/configure.in	2010/03/04 09:46:38	1.125
@@ -11,7 +11,7 @@
 ## Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ################################################################################
 
-AC_PREREQ(2.57)
+AC_PREREQ(2.61)
 ################################################################################
 dnl -- Process this file with autoconf to produce a configure script.
 AC_INIT




More information about the lvm-devel mailing list