mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
*** empty log message ***
This commit is contained in:
parent
d78f7447dc
commit
f6d9067b7c
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -3746,7 +3746,7 @@ fi
|
|||
|
||||
libdir="${libdir}/ecl"
|
||||
includedir="${libdir}/ecl/h"
|
||||
if -z "${docdir}" ; then docdir="${shareddir}/doc/ecl"; fi
|
||||
if test -z "${docdir}"; then docdir="${shareddir}/doc/ecl"; fi
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ dnl Installation directories
|
|||
dnl
|
||||
libdir="${libdir}/ecl"
|
||||
includedir="${libdir}/ecl/h"
|
||||
if test -z "${docdir}"; then docdir="${shareddir}/doc/ecl"; fi
|
||||
if test -z "${docdir}"; then docdir="${datadir}/doc/ecl"; fi
|
||||
|
||||
dnl ----------------------------------------------------------------------
|
||||
dnl Checks which do not come with autoconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue