]> 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:31 +0000 (14:19 +0000)
commit7fb7e2b9fdba26812f5909b6ac157344ce5b5aae
tree006fde65a97e52e53d4c11b4bc2076e11c8b5fe0
parent2d0672294483a7029730278fc9df71b29d88720b
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