libassuan.m4 (gpgme-1.15.0.tar.bz2) | : | libassuan.m4 (gpgme-1.15.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
dnl Copyright (C) 2002, 2003, 2011 Free Software Foundation, Inc. | dnl Copyright (C) 2002, 2003, 2011 Free Software Foundation, Inc. | |||
dnl | dnl | |||
dnl This file is free software; as a special exception the author gives | dnl This file is free software; as a special exception the author gives | |||
dnl unlimited permission to copy and/or distribute it, with or without | dnl unlimited permission to copy and/or distribute it, with or without | |||
dnl modifications, as long as this notice is preserved. | dnl modifications, as long as this notice is preserved. | |||
dnl | dnl | |||
dnl This file is distributed in the hope that it will be useful, but | dnl This file is distributed in the hope that it will be useful, but | |||
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the | dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the | |||
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
dnl SPDX-License-Identifier: FSFULLR | dnl SPDX-License-Identifier: FSFULLR | |||
# Last-changed: 2020-11-17 | ||||
dnl | dnl | |||
dnl Common code used for libassuan detection [internal] | dnl Common code used for libassuan detection [internal] | |||
dnl Returns ok set to yes or no. | dnl Returns ok set to yes or no. | |||
dnl | dnl | |||
AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], | AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], | |||
[ AC_REQUIRE([AC_CANONICAL_HOST]) | [ AC_REQUIRE([AC_CANONICAL_HOST]) | |||
AC_ARG_WITH(libassuan-prefix, | AC_ARG_WITH(libassuan-prefix, | |||
AC_HELP_STRING([--with-libassuan-prefix=PFX], | AS_HELP_STRING([--with-libassuan-prefix=PFX], | |||
[prefix where LIBASSUAN is installed (optional)]), | [prefix where LIBASSUAN is installed (optional)]), | |||
libassuan_config_prefix="$withval", libassuan_config_prefix="") | libassuan_config_prefix="$withval", libassuan_config_prefix="") | |||
if test x$libassuan_config_prefix != x ; then | if test x$libassuan_config_prefix != x ; then | |||
if test x${LIBASSUAN_CONFIG+set} != xset ; then | if test x${LIBASSUAN_CONFIG+set} != xset ; then | |||
LIBASSUAN_CONFIG=$libassuan_config_prefix/bin/libassuan-config | LIBASSUAN_CONFIG=$libassuan_config_prefix/bin/libassuan-config | |||
fi | fi | |||
fi | fi | |||
use_gpgrt_config="" | use_gpgrt_config="" | |||
if test x"${LIBASSUAN_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then | if test x"${LIBASSUAN_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |