summaryrefslogtreecommitdiff
path: root/m4/install.m4
blob: b0c3feacda1adc8364035e78cd4f1f23a586b523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## --------------------------------------------------------- ##
## Use AC_PROG_INSTALL, supplementing it with INSTALL_SCRIPT ##
## substitution.                                             ##
## From Franc,ois Pinard                                     ##
## --------------------------------------------------------- ##

# serial 1

AC_DEFUN([AM_PROG_INSTALL],
[AC_REQUIRE([AC_PROG_INSTALL])
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
AC_SUBST(INSTALL_SCRIPT)dnl
])