source:
trunk/essentials/sys-apps/grep/m4/install.m4
Last change on this file was 2557, checked in by , 19 years ago | |
---|---|
File size: 488 bytes |
Line | |
---|---|
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 | ]) |
Note:
See TracBrowser
for help on using the repository browser.