dist fix
[automake.git] / m4 / install.m4
blob78b04921761bbaf326cc6745f386ef685d38ff94
1 ## --------------------------------------------------------- ##
2 ## Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ##
3 ## substitution.                                             ##
4 ## From Franc,ois Pinard                                     ##
5 ## --------------------------------------------------------- ##
7 # serial 1
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