aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2013-11-29 09:00:14 -0800
committerGregory M. Tuner <gmt@be-evil.net>2013-11-29 09:00:14 -0800
commitbfedf305dc01637089df3415afd96f4b6ab47de8 (patch)
treea34644001843aade626abc2c3c0a228d833f3129 /eclass/autotools-utils.eclass
parenteclass/autotools-utils: Skip install steps when _pre ehook is negative (diff)
downloadgmt-bfedf305dc01637089df3415afd96f4b6ab47de8.tar.gz
gmt-bfedf305dc01637089df3415afd96f4b6ab47de8.tar.bz2
gmt-bfedf305dc01637089df3415afd96f4b6ab47de8.zip
eclass/autotools-utils: whitespace
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r--eclass/autotools-utils.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index f2bb8e7..7565e29 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -556,6 +556,7 @@ autotools-utils_src_configure() {
# The autotools src_compile function, invokes emake in specified BUILD_DIR.
autotools-utils_src_compile() {
debug-print-function ${FUNCNAME} "$@"
+
[[ -z ${myemakeargs+1} || $(declare -p myemakeargs) == 'declare -a'* ]] \
|| die 'autotools-utils.eclass: myemakeargs has to be an array.'