From 64ec54dcc2320d1f1b1e16068674c1333b0bf108 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 10 Sep 2021 12:10:56 +0300 Subject: Finish update to Autoconf 2.71. Remove lots of warnings. --- m4/mpfr.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/mpfr.m4') diff --git a/m4/mpfr.m4 b/m4/mpfr.m4 index 7d9e678b..83adf958 100644 --- a/m4/mpfr.m4 +++ b/m4/mpfr.m4 @@ -13,7 +13,7 @@ dnl found, and sets @LIBMPFR@ to the necessary libraries. AC_DEFUN([GNUPG_CHECK_MPFR], [ AC_ARG_WITH([mpfr], - AC_HELP_STRING([--with-mpfr=DIR], + AS_HELP_STRING([--with-mpfr=DIR], [look for the mpfr and gmp libraries in DIR]), [_do_mpfr=$withval],[_do_mpfr=yes]) @@ -27,7 +27,7 @@ AC_DEFUN([GNUPG_CHECK_MPFR], _combo="-lmpfr -lgmp" LIBS="$LIBS $_combo" - AC_MSG_CHECKING([whether mpfr via \"$_combo\" is present and usable]) + AC_MSG_CHECKING([whether mpfr via "$_combo" is present and usable]) AC_LINK_IFELSE([ AC_LANG_PROGRAM([ -- cgit v1.2.3