a248769183
- Summary of important changes from upstream: - add support for a new Linux-specific GPT partition type code - partprobe: remove partitions when there is no partition table - libparted: refactor device-mapper partition sync code - libparted: remove extraneous blkpg add partition ped exception - libparted: don't probe every dm device in probe_all - New Fedora changes: - libparted: Add Intel Rapid Start Technology partition flag. - libparted: Add UEFI System Partition flag. - libparted: Add hfs_esp partition flag to GPT. - libparted: Recognize btrfs filesystem - tests: Add btrfs and xfs to the fs probe test
30 lines
768 B
Diff
30 lines
768 B
Diff
From c7c9978f0bbf05517437ccc76ea8eff5d811aaef Mon Sep 17 00:00:00 2001
|
|
From: Stefano Lattarini <stefano.lattarini@gmail.com>
|
|
Date: Thu, 30 Aug 2012 18:53:20 +0200
|
|
Subject: [PATCH 17/69] maint: make Autoconf version requirement consistent
|
|
|
|
* bootstrap.conf ($buildreq): Require Autoconf >= 2.63, not >= 2.61,
|
|
for consistency with what is done in AC_INIT in configure.ac
|
|
|
|
Copyright-paperwork-exempt: yes
|
|
---
|
|
bootstrap.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/bootstrap.conf b/bootstrap.conf
|
|
index 39a5506..a5d5910 100644
|
|
--- a/bootstrap.conf
|
|
+++ b/bootstrap.conf
|
|
@@ -129,7 +129,7 @@ mkdir -p gnulib-tests
|
|
|
|
# Build prerequisites
|
|
buildreq="\
|
|
-autoconf 2.61
|
|
+autoconf 2.63
|
|
automake 1.11.6
|
|
autopoint -
|
|
bc -
|
|
--
|
|
1.8.3.1
|
|
|