aboutsummaryrefslogtreecommitdiffstats
path: root/m4/mpfr.m4
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-09-10 12:10:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-09-10 12:10:56 +0300
commit64ec54dcc2320d1f1b1e16068674c1333b0bf108 (patch)
tree54471dc5f6327e54b0cf21106d196e0cd8108a8c /m4/mpfr.m4
parentc89ce5850cf9dc9173364de62bb183b207826e96 (diff)
downloadegawk-64ec54dcc2320d1f1b1e16068674c1333b0bf108.tar.gz
egawk-64ec54dcc2320d1f1b1e16068674c1333b0bf108.tar.bz2
egawk-64ec54dcc2320d1f1b1e16068674c1333b0bf108.zip
Finish update to Autoconf 2.71. Remove lots of warnings.
Diffstat (limited to 'm4/mpfr.m4')
-rw-r--r--m4/mpfr.m44
1 files changed, 2 insertions, 2 deletions
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([