M7350/oe-core/meta/recipes-connectivity/nfs-utils/files/fix-ac-prereq.patch

14 lines
392 B
Diff
Raw Normal View History

2024-09-09 08:52:07 +00:00
Upstream-Status: Inappropriate [configuration]
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
2024-09-09 08:57:42 +00:00
-AC_PREREQ([2.68])
2024-09-09 08:52:07 +00:00
+AC_PREREQ([2.65])
2024-09-09 08:57:42 +00:00
AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org])
2024-09-09 08:52:07 +00:00
AC_CONFIG_SRCDIR([nfsidmap.h])
AC_CONFIG_MACRO_DIR([m4])