From: Richard M. Stallman Date: Tue, 11 Oct 1994 21:38:59 +0000 (+0000) Subject: (libexecdir): Renamed from libdir. X-Git-Tag: emacs-19.34~6396 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=424b6d2bf8fe0257327e5a69b06ff18c8e0146b9;p=emacs.git (libexecdir): Renamed from libdir. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index c8e698b78ee..c244db44714 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -51,8 +51,8 @@ bindir=@bindir@ # Where to install and expect executable files to be run by Emacs # rather than directly by users, and other architecture-dependent # data. ${archlibdir} is usually below this. This is set with the -# --libdir option to `../configure'. -libdir=@libdir@ +# --libexecdir option to `../configure'. +libexecdir=@libexecdir@ # Where to find the source code. This is set by the configure # script's `--srcdir' option. However, the value of ${srcdir} in