summaryrefslogtreecommitdiff
path: root/m4/install-sh.m4
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-10-03 20:48:59 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-10-03 20:48:59 +0000
commit9bd67a2f5c8c5605ee44588dea619eb88e3287c9 (patch)
treea72eaa93ede1982ef7c79532d3b13ac9d47c6478 /m4/install-sh.m4
parent6bbf73afa49bf6229b861da4c35e9d2a4230fa7f (diff)
downloadautomake-9bd67a2f5c8c5605ee44588dea619eb88e3287c9.tar.gz
2005-10-03 Alexandre Duret-Lutz <adl@gnu.org>
* tests/nobase.test: Exercise previous patch. 2005-10-03 Peter O'Gorman <peter@pogma.com> (tiny change) * lib/am/distdir.am: Remove $(SHELL) when calling install_sh * m4/strip.m4: Ditto. * m4/install-sh.m4: Add $(SHELL) to the definition of install_sh
Diffstat (limited to 'm4/install-sh.m4')
-rw-r--r--m4/install-sh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/install-sh.m4 b/m4/install-sh.m4
index d8beee4cd..32c2ebb2b 100644
--- a/m4/install-sh.m4
+++ b/m4/install-sh.m4
@@ -10,5 +10,5 @@
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
+install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
AC_SUBST(install_sh)])