Mercurial > emacs
changeset 12477:8b884d5e7b6a
Put back archlibdir. Require autoconf 2.4.1 or later.
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Thu, 06 Jul 1995 05:42:45 +0000 |
parents | 5518def44198 |
children | 533b6d02cf04 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Jul 02 09:38:15 1995 +0000 +++ b/configure.in Thu Jul 06 05:42:45 1995 +0000 @@ -2,7 +2,7 @@ dnl To rebuild the `configure' script from this, execute the command dnl autoconf dnl in the directory containing this script. -AC_PREREQ(2.0)dnl +AC_PREREQ(2.4.1)dnl AC_INIT(src/lisp.h) AC_CONFIG_HEADER(src/config.h) @@ -11,6 +11,7 @@ lisppath='${locallisppath}:${lispdir}' etcdir='${datadir}/emacs/${version}/etc' lockdir='${sharedstatedir}/emacs/lock' +archlibdir='${libexecdir}/emacs/${version}/${configuration}' docdir='${datadir}/emacs/${version}/etc' AC_ARG_WITH(gcc,