]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: Use . file rather than source file.
authorJaco Kroon <jaco@uls.co.za>
Mon, 5 Aug 2024 14:50:01 +0000 (16:50 +0200)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 12 Sep 2024 18:44:38 +0000 (18:44 +0000)
commit0df6b6c425b8f50e1e4bf13fd8fbdad7a2fca766
tree6b20bfb5b0488a2098552f0f5e740560a79e83b7
parent872dccff95ef1ac438f1daa4bd371889ad999318
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>
(cherry picked from commit 7fb7e2b9fdba26812f5909b6ac157344ce5b5aae)
configure
configure.ac