[PATCH] Respect CONFIG_SHELL in make dist.
Unknown <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <1346917804-18253-1-git-send-email-michael.haubenwallner@salomon.at> |
* Makefile.am: Set CONFIG_SHELL for subdir-configure during 'make dist'. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index c55dfdd..85cf654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -329,7 +329,7 @@ $(DIST_MAKEFILE_LIST): $(AM_V_at)dir=`echo '$@' |'$(SED)' 's|^[^/]*$$|.|;s|/[^/]*$$||'`; \ test -d "$$dir" || mkdir "$$dir" || exit 1; \ abs_srcdir=`$(lt__cd) '$(srcdir)' && pwd`; \ - (cd "$$dir" && "$$abs_srcdir/$$dir/configure" --with-dist) || exit 1 + (cd "$$dir" && CONFIG_SHELL='$(SHELL)' '$(SHELL)' "$$abs_srcdir/$$dir/configure" --with-dist) || exit 1 ## -------- ## -- 1.7.3.4