Include aclocal
[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 AC_DEFUN(AM_PROG_INSTALL,
8 [AC_REQUIRE([AC_PROG_INSTALL])
9 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 755'
10 AC_SUBST(INSTALL_SCRIPT)dnl
11 ])