summaryrefslogtreecommitdiff
path: root/aclocal/kerberos5.m4
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2022-06-07 14:30:57 -0400
committerSteve Dickson <steved@redhat.com>2022-06-07 16:02:35 -0400
commit1a5870f6b44671f32abf250bc7f60fb7f6a190a8 (patch)
tree76f8588601cbf93937eac6ee1a466dd3eaf5eea6 /aclocal/kerberos5.m4
parentafc7132dfb212ac1f676a5ac36d29a9e06325645 (diff)
downloadnfs-utils-1a5870f6b44671f32abf250bc7f60fb7f6a190a8.tar.gz
Update autoconfig files to work with v2.71
OpenSUSE recently updated autoconf to v2.71, and nfs-utils now doesn't build. This patch fixes it - mostly. This patch is the result of: - running autoupdate on configure.am and aclocal/* - removing any sections add that say they can safely be removed - revertion the change to AC_PREREQ. I haven't confirmed that it still works with v2.59. It does seem to work with 2.69 at least. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'aclocal/kerberos5.m4')
-rw-r--r--aclocal/kerberos5.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/kerberos5.m4 b/aclocal/kerberos5.m4
index bf0e88b..f96f0fd 100644
--- a/aclocal/kerberos5.m4
+++ b/aclocal/kerberos5.m4
@@ -6,7 +6,7 @@ dnl The Kerberos gssapi library will be dynamically loaded?
AC_DEFUN([AC_KERBEROS_V5],[
AC_MSG_CHECKING(for Kerberos v5)
AC_ARG_WITH(krb5,
- [AC_HELP_STRING([--with-krb5=DIR], [use Kerberos v5 installation in DIR])],
+ [AS_HELP_STRING([--with-krb5=DIR],[use Kerberos v5 installation in DIR])],
[ case "$withval" in
yes|no)
krb5_with=""