configure: Use . file rather than source file.

source is a bash concept, so when /bin/sh points to another shell the
existing construct won't work.

Reference: https://bugs.gentoo.org/927055
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
This commit is contained in:
Jaco Kroon
2024-08-05 16:50:01 +02:00
committed by asterisk-org-access-app[bot]
parent 99a5064a07
commit 3f1d1a1463
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -15774,7 +15774,7 @@ else
PBX_JANSSON=1
fi
source ./third-party/versions.mak
. ./third-party/versions.mak
# Find required JWT support if bundled is not enabled.
if test "$LIBJWT_BUNDLED" = "no" ; then

View File

@@ -746,7 +746,7 @@ else
PBX_JANSSON=1
fi
source ./third-party/versions.mak
. ./third-party/versions.mak
# Find required JWT support if bundled is not enabled.
if test "$LIBJWT_BUNDLED" = "no" ; then
AST_PKG_CONFIG_CHECK([LIBJWT], [libjwt >= $LIBJWT_VERSION])