(INSTALL_SCRIPT): Define.

This commit is contained in:
Ulrich Drepper 2001-08-29 22:43:27 +00:00
parent f81226906e
commit 07627f49f9
2 changed files with 4 additions and 0 deletions

View File

@ -322,6 +322,9 @@ endif
ifndef INSTALL_DATA
INSTALL_DATA = $(INSTALL) -m 644
endif
ifndef INSTALL_SCRIPT
INSTALL_SCRIPT = $(INSTALL)
endif
ifndef INSTALL_PROGRAM
INSTALL_PROGRAM = $(INSTALL)
endif

View File

@ -88,6 +88,7 @@ BISON = @BISON@
# Installation tools.
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_INFO = @INSTALL_INFO@
OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@