mirror of
https://git.yoctoproject.org/poky
synced 2026-09-17 21:49:32 +02:00
libnfsidmap: upgrade to 0.25
fix-ac-prereq.patch: adapted to the new version (From OE-Core rev: fdd9df341f47ef03ea9cb319205d75418c94cd01) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
397650e358
commit
2f958cbc30
@@ -1,15 +1,13 @@
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index f5d54fb..c105988 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -1,7 +1,7 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
-AC_PREREQ([2.66])
|
||||
-AC_PREREQ([2.68])
|
||||
+AC_PREREQ([2.65])
|
||||
AC_INIT([libnfsidmap],[0.24],[linux-nfs@vger.kernel.org])
|
||||
AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org])
|
||||
AC_CONFIG_SRCDIR([nfsidmap.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
Reference in New Issue
Block a user