]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject: Remove bashism from configure.m4 script
authorGuido Falsi <madpilot@FreeBSD.org>
Sun, 3 May 2020 10:30:15 +0000 (12:30 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Tue, 5 May 2020 14:29:03 +0000 (09:29 -0500)
commit17a8d86e1e97c016b1ebe4521f58b6fdba176de5
tree8d53bdeb6c8b71885d986814bbe5e5008be54bb0
parent9e7fc210868c200138f41db9dbb2400aad62deec
pjproject: Remove bashism from configure.m4 script

The configure.m4 script for pjproject contains some += syntax, which
is specific to bash, replacing it with string substitutions makes
the script compatible with traditional Bourne shells.

ASTERISK-28866 #close
Reported-by: Christoph Moench-Tegeder <cmt@FreeBSD.org>
Change-Id: I382a78160e028044598b7da83ec7e1ff42b91c05
configure
third-party/pjproject/configure.m4