78b04921761bbaf326cc6745f386ef685d38ff94
[platform/upstream/automake.git] / m4 / AM_PROG_INSTALL.m4
1 ## --------------------------------------------------------- ##
2 ## Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ##
3 ## substitution.                                             ##
4 ## From Franc,ois Pinard                                     ##
5 ## --------------------------------------------------------- ##
6
7 # serial 1
8
9 AC_DEFUN(AM_PROG_INSTALL,
10 [AC_REQUIRE([AC_PROG_INSTALL])
11 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
12 AC_SUBST(INSTALL_SCRIPT)dnl
13 ])