Update autoconf to version 2.61
[msysgit.git] / share / aclocal-1.10 / install-sh.m4
blob32c2ebb2b2313601122f4432b17c100835126d74
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2001, 2003, 2005  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.
8 # AM_PROG_INSTALL_SH
9 # ------------------
10 # Define $install_sh.
11 AC_DEFUN([AM_PROG_INSTALL_SH],
12 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
13 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
14 AC_SUBST(install_sh)])