]> 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)
committerJaco Kroon <jaco@uls.co.za>
Thu, 8 Aug 2024 14:19:29 +0000 (14:19 +0000)
commita79b8953bf43e0df1014af7186f352d0b5c6d871
tree3a19ba1694a281e95b7aabf1c6babf433428e8a4
parentb0c4a94d8d7d6534bbd80abf3e7790c608854014
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>
configure
configure.ac