]> 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:45:46 +0000 (18:45 +0000)
commiteffeb2d5a720393c48340561819de391fbf2c001
tree5ca31e5894777a83c1d33491abdeda5c288b980b
parent7a2459e13f1be6b4389a9fefccebde0c3aae92d4
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 a79b8953bf43e0df1014af7186f352d0b5c6d871)
configure
configure.ac