1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

Usage of AC_PROG_SED and AC_PROG_MKDIR_P requires autoconf version 2.61.

This commit is contained in:
Zdenek Kabelac 2010-03-04 09:46:38 +00:00
parent c485fe183e
commit e24fb506a5
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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