comparison Makefile.in @ 49077:0c6ae1df6eb6

(INSTALL_INFO): Get install-info command from configure.
author David Kastrup <dak@gnu.org>
date Mon, 06 Jan 2003 14:55:12 +0000
parents 69713eabe614
children fc1853b3e3dd
comparison
equal deleted inserted replaced
49076:ee57691e3993 49077:0c6ae1df6eb6
200 200
201 # Allow the user to specify the install program. 201 # Allow the user to specify the install program.
202 INSTALL = @INSTALL@ 202 INSTALL = @INSTALL@
203 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 203 INSTALL_PROGRAM = @INSTALL_PROGRAM@
204 INSTALL_DATA = @INSTALL_DATA@ 204 INSTALL_DATA = @INSTALL_DATA@
205 INSTALL_INFO = install-info 205 INSTALL_INFO = @INSTALL_INFO@
206 # By default, we uphold the dignity of our programs. 206 # By default, we uphold the dignity of our programs.
207 INSTALL_STRIP = 207 INSTALL_STRIP =
208 208
209 # ============================= Targets ============================== 209 # ============================= Targets ==============================
210 210