2 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
11 AC_DEFUN([AM_PROG_INSTALL_SH],
12 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
13 if test x"${install_sh+set}" != xset; then
16 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
18 install_sh="\${SHELL} $am_aux_dir/install-sh"
21 AC_SUBST([install_sh])])