diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-10 12:10:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-10 12:10:56 +0300 |
commit | 64ec54dcc2320d1f1b1e16068674c1333b0bf108 (patch) | |
tree | 54471dc5f6327e54b0cf21106d196e0cd8108a8c /m4/mpfr.m4 | |
parent | c89ce5850cf9dc9173364de62bb183b207826e96 (diff) | |
download | egawk-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.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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([ |