]> 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:27 +0000 (14:19 +0000)
commitb45c04a7c41998f1c789163d6dae405074107c30
treece4363329f59d9b229841758727df62a3892b2bc
parentc10601c7ce2c53926032f457d31401cf30c92003
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