Put back archlibdir. Require autoconf 2.4.1 or later.
This commit is contained in:
parent
017c7cb6d2
commit
60c3568d52
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ dnl This is an autoconf script.
|
|||
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 @@ locallisppath='${datadir}/emacs/site-lisp'
|
|||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue