libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Respect CONFIG_SHELL in make dist.


From: Michael Haubenwallner
Subject: [PATCH] Respect CONFIG_SHELL in make dist.
Date: Thu, 6 Sep 2012 09:50:04 +0200

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]