comparison lib-src/Makefile.in @ 9458:a6d5f1c10986

(libexecdir): Renamed from libdir.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Oct 1994 21:38:59 +0000
parents 856edef96682
children 6becf5fe3d5d
comparison
equal deleted inserted replaced
9457:a9a8a2326411 9458:a6d5f1c10986
49 bindir=@bindir@ 49 bindir=@bindir@
50 50
51 # Where to install and expect executable files to be run by Emacs 51 # Where to install and expect executable files to be run by Emacs
52 # rather than directly by users, and other architecture-dependent 52 # rather than directly by users, and other architecture-dependent
53 # data. ${archlibdir} is usually below this. This is set with the 53 # data. ${archlibdir} is usually below this. This is set with the
54 # --libdir option to `../configure'. 54 # --libexecdir option to `../configure'.
55 libdir=@libdir@ 55 libexecdir=@libexecdir@
56 56
57 # Where to find the source code. This is set by the configure 57 # Where to find the source code. This is set by the configure
58 # script's `--srcdir' option. However, the value of ${srcdir} in 58 # script's `--srcdir' option. However, the value of ${srcdir} in
59 # this makefile is not identical to what was specified with --srcdir, 59 # this makefile is not identical to what was specified with --srcdir,
60 # since the variable here has `/lib-src' added at the end. 60 # since the variable here has `/lib-src' added at the end.