From e1f1b3a7e9e0afbc640dede5d2ce1910767927fb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 Nov 2012 23:18:43 -0500 Subject: Split oh_buildsystem_do() & oh_buildsystem_find(). --- (limited to 'src/oh-autoconfigure.sh') diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index 6c524da..b56ac55 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -48,7 +48,9 @@ main() oh_buildsystems_init - oh_buildsystem_do 'configure' "${@}" + if sys="$(oh_buildsystem_find 'configure')"; then + oh_buildsystem_do 'configure' "${sys}" "${@}" + fi } main "${@}" -- cgit v0.9.1