diff options
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch b/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch index 09c90616d0..d81c7c5f32 100644 --- a/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch +++ b/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch | |||
@@ -1,15 +1,13 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | 1 | Upstream-Status: Inappropriate [configuration] |
2 | 2 | ||
3 | diff --git a/configure.in b/configure.in | ||
4 | index f5d54fb..c105988 100644 | ||
5 | --- a/configure.in | 3 | --- a/configure.in |
6 | +++ b/configure.in | 4 | +++ b/configure.in |
7 | @@ -1,7 +1,7 @@ | 5 | @@ -1,7 +1,7 @@ |
8 | # -*- Autoconf -*- | 6 | # -*- Autoconf -*- |
9 | # Process this file with autoconf to produce a configure script. | 7 | # Process this file with autoconf to produce a configure script. |
10 | 8 | ||
11 | -AC_PREREQ([2.66]) | 9 | -AC_PREREQ([2.68]) |
12 | +AC_PREREQ([2.65]) | 10 | +AC_PREREQ([2.65]) |
13 | AC_INIT([libnfsidmap],[0.24],[linux-nfs@vger.kernel.org]) | 11 | AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org]) |
14 | AC_CONFIG_SRCDIR([nfsidmap.h]) | 12 | AC_CONFIG_SRCDIR([nfsidmap.h]) |
15 | AC_CONFIG_MACRO_DIR([m4]) | 13 | AC_CONFIG_MACRO_DIR([m4]) |