diff options
author | NIIBE Yutaka <[email protected]> | 2020-11-20 03:07:33 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2020-11-20 03:07:33 +0000 |
commit | 4c6fd361593e22092770d120d68a18b4f70e0bb8 (patch) | |
tree | 8f12888f04c8c08bf57c86083e0671fdf133afd2 /src/gpgme.m4 | |
parent | cpp: Use portable off_t size_t (diff) | |
download | gpgme-4c6fd361593e22092770d120d68a18b4f70e0bb8.tar.gz gpgme-4c6fd361593e22092770d120d68a18b4f70e0bb8.zip |
m4: Update with newer autoconf constructs.
* src/gpgme.m4: Replace AC_HELP_STRING to AS_HELP_STRING.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/gpgme.m4')
-rw-r--r-- | src/gpgme.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgme.m4 b/src/gpgme.m4 index 2a72f185..c749a5dd 100644 --- a/src/gpgme.m4 +++ b/src/gpgme.m4 @@ -9,12 +9,12 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# Last-changed: 2018-11-12 +# Last-changed: 2020-11-20 AC_DEFUN([_AM_PATH_GPGME_CONFIG], [ AC_ARG_WITH(gpgme-prefix, - AC_HELP_STRING([--with-gpgme-prefix=PFX], + AS_HELP_STRING([--with-gpgme-prefix=PFX], [prefix where GPGME is installed (optional)]), gpgme_config_prefix="$withval", gpgme_config_prefix="") if test x"${GPGME_CONFIG}" = x ; then |