fix-ac-prereq.patch 392 B

12345678910111213
  1. Upstream-Status: Inappropriate [configuration]
  2. --- a/configure.in
  3. +++ b/configure.in
  4. @@ -1,7 +1,7 @@
  5. # -*- Autoconf -*-
  6. # Process this file with autoconf to produce a configure script.
  7. -AC_PREREQ([2.68])
  8. +AC_PREREQ([2.65])
  9. AC_INIT([libnfsidmap],[0.25],[linux-nfs@vger.kernel.org])
  10. AC_CONFIG_SRCDIR([nfsidmap.h])
  11. AC_CONFIG_MACRO_DIR([m4])