diff options
Diffstat (limited to 'subr')
-rw-r--r-- | subr/pkg_autoconf.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_autoconf.subr b/subr/pkg_autoconf.subr index e8bf0572..6ceec26b 100644 --- a/subr/pkg_autoconf.subr +++ b/subr/pkg_autoconf.subr @@ -15,7 +15,7 @@ pkg_autoconf() { -exec install -m 0700 "${MIDIPIX_BUILD_PWD}/etc/config.sub" {} \;; if [ -e "${WORKDIR}/${PKG_SUBDIR}/configure.ac" ]\ && [ ! -e "${WORKDIR}/${PKG_SUBDIR}/configure" ]; then - for __ in bootstrap autogen.sh ""; do + for __ in bootstrap bootstrap.sh autogen.sh ""; do if [ -z "${__}" ]; then (build_fileop cd "${WORKDIR}/${PKG_SUBDIR}" && autoconf)\ || exit 1 && break; |