comparison Makefile.in @ 3010:4ca5a6bd174b

* configure.in: Add support for the `--exec-prefix' option. * Makefile.in: Accept that support. * configure.in: Use the AC_PROG_INSTALL macro. * Makefile.in (INSTALL): Variable removed. (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 06:08:13 +0000
parents 9403c9149e79
children cf7b1c23e9a7
comparison
equal deleted inserted replaced
3009:1b3cab5f40e4 3010:4ca5a6bd174b
64 # the variables below are expressed in terms of this one, so you may 64 # the variables below are expressed in terms of this one, so you may
65 # not need to change them. This defaults to /usr/local. 65 # not need to change them. This defaults to /usr/local.
66 prefix=@prefix@ 66 prefix=@prefix@
67 67
68 # Like `prefix', but used for architecture-specific files. 68 # Like `prefix', but used for architecture-specific files.
69 exec_prefix=${prefix} 69 exec_prefix=@exec_prefix@
70 70
71 # Where to install Emacs and other binaries that people will want to 71 # Where to install Emacs and other binaries that people will want to
72 # run directly (like etags). 72 # run directly (like etags).
73 bindir=${exec_prefix}/bin 73 bindir=${exec_prefix}/bin
74 74
181 @rip_paths@infodir=${srcdir}/info 181 @rip_paths@infodir=${srcdir}/info
182 182
183 # ==================== Utility Programs for the Build ==================== 183 # ==================== Utility Programs for the Build ====================
184 184
185 # Allow the user to specify the install program. 185 # Allow the user to specify the install program.
186 INSTALL = install -c 186 INSTALL_PROGRAM = @INSTALL_PROGRAM@
187 INSTALL_PROGRAM = ${INSTALL} 187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_DATA = ${INSTALL}
189 188
190 # ============================= Targets ============================== 189 # ============================= Targets ==============================
191 190
192 # Flags passed down to subdirectory makefiles. 191 # Flags passed down to subdirectory makefiles.
193 MFLAGS = 192 MFLAGS =